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