@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix vann: <http://purl.org/vocab/vann/> . @prefix ns0: <http://purl.org/dc/> . @prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . dct:abstract vann:example """ :my-journal-article a fabio:JournalArticle ; dcterms:abstract 'This article explores the new frontiers of ontologies applied to AI in 2026.'@en . """ ; a owl:DatatypeProperty ; rdfs:comment "A summary of the resource."@en ; rdfs:isDefinedBy ns0:terms ; rdfs:label "abstract"@en ; ns1:term_status "stable"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix ns0: <http://purl.org/dc/> .
@prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .

dct:abstract
    vann:example """
        :my-journal-article a fabio:JournalArticle ;
            dcterms:abstract 'This article explores the new frontiers of ontologies applied to AI in 2026.'@en .
    """ ;
    a owl:DatatypeProperty ;
    rdfs:comment "A summary of the resource."@en ;
    rdfs:isDefinedBy ns0:terms ;
    rdfs:label "abstract"@en ;
    ns1:term_status "stable"@en .