Jump to:
IRI: http://purl.org/spar/fabio/Abstract
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Abstract a owl:Class ;
rdfs:label "abstract"@en ;
vann:example """
:my-abstract a fabio:Abstract ;
c4o:hasContent 'In the legal domain, ontologies enjoy quite some reputation as a way to model normative knowledge about laws and jurisprudence.'@en .
""" ;
rdfs:comment "A brief summary of a work on a particular subject, designed to act as the point-of-entry that will help the reader quickly to obtain an overview of the work's contents. The abstract may be an integral part of the work itself, written by the same author(s) and appearing at the beginning of a work such as a research paper, report, review or thesis. Alternatively it may be separate from the published work itself, and written by someone other than the author(s) of the published work, for example by a member of a professional abstracting service such as CAB Abstracts."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:seeAlso fabio:StructuredSummary ;
rdfs:subClassOf fabio:Expression ;
owl:disjointWith fabio:StructuredSummary ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Abstract">
<owl:disjointWith rdf:resource="http://purl.org/spar/fabio/StructuredSummary"/>
<rdfs:comment xml:lang="en">A brief summary of a work on a particular subject, designed to act as the point-of-entry that will help the reader quickly to obtain an overview of the work's contents. The abstract may be an integral part of the work itself, written by the same author(s) and appearing at the beginning of a work such as a research paper, report, review or thesis. Alternatively it may be separate from the published work itself, and written by someone other than the author(s) of the published work, for example by a member of a professional abstracting service such as CAB Abstracts.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/StructuredSummary"/>
<rdfs:label xml:lang="en">abstract</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-abstract a fabio:Abstract ;
c4o:hasContent 'In the legal domain, ontologies enjoy quite some reputation as a way to model normative knowledge about laws and jurisprudence.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Abstract",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-abstract a fabio:Abstract ;\n c4o:hasContent 'In the legal domain, ontologies enjoy quite some reputation as a way to model normative knowledge about laws and jurisprudence.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A brief summary of a work on a particular subject, designed to act as the point-of-entry that will help the reader quickly to obtain an overview of the work's contents. The abstract may be an integral part of the work itself, written by the same author(s) and appearing at the beginning of a work such as a research paper, report, review or thesis. Alternatively it may be separate from the published work itself, and written by someone other than the author(s) of the published work, for example by a member of a professional abstracting service such as CAB Abstracts."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "abstract"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/fabio/StructuredSummary"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2002/07/owl#disjointWith": [
{
"@id": "http://purl.org/spar/fabio/StructuredSummary"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Abstract> <http://www.w3.org/2002/07/owl#disjointWith> <http://purl.org/spar/fabio/StructuredSummary> .
<http://purl.org/spar/fabio/Abstract> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Abstract> <http://www.w3.org/2000/01/rdf-schema#comment> "A brief summary of a work on a particular subject, designed to act as the point-of-entry that will help the reader quickly to obtain an overview of the work's contents. The abstract may be an integral part of the work itself, written by the same author(s) and appearing at the beginning of a work such as a research paper, report, review or thesis. Alternatively it may be separate from the published work itself, and written by someone other than the author(s) of the published work, for example by a member of a professional abstracting service such as CAB Abstracts."@en .
<http://purl.org/spar/fabio/Abstract> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Abstract> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Abstract> <http://purl.org/vocab/vann/example> "\n :my-abstract a fabio:Abstract ;\n c4o:hasContent 'In the legal domain, ontologies enjoy quite some reputation as a way to model normative knowledge about laws and jurisprudence.'@en .\n " .
<http://purl.org/spar/fabio/Abstract> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/StructuredSummary> .
<http://purl.org/spar/fabio/Abstract> <http://www.w3.org/2000/01/rdf-schema#label> "abstract"@en .
<http://purl.org/spar/fabio/Abstract> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/AcademicProceedings
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:AcademicProceedings a owl:Class ;
rdfs:label "academic proceedings"@en ;
vann:example """
:my-academic-proceedings a fabio:AcademicProceedings ;
dcterms:title 'Patent Infringement Proceedings'@en ;
frbr:part :my-proceedings-paper .
""" ;
rdfs:comment "A document containing the programme and collected papers, or their abstracts, presented at an academic meeting."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:part ;
owl:someValuesFrom fabio:ProceedingsPaper ],
fabio:ExpressionCollection ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb88">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#part"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/ProceedingsPaper"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/AcademicProceedings">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb88"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ExpressionCollection"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A document containing the programme and collected papers, or their abstracts, presented at an academic meeting.</rdfs:comment>
<rdfs:label xml:lang="en">academic proceedings</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-academic-proceedings a fabio:AcademicProceedings ;
dcterms:title 'Patent Infringement Proceedings'@en ;
frbr:part :my-proceedings-paper .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/AcademicProceedings",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-academic-proceedings a fabio:AcademicProceedings ;\n dcterms:title 'Patent Infringement Proceedings'@en ;\n frbr:part :my-proceedings-paper .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A document containing the programme and collected papers, or their abstracts, presented at an academic meeting."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "academic proceedings"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb88"
},
{
"@id": "http://purl.org/spar/fabio/ExpressionCollection"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb88",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#part"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/ProceedingsPaper"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb88 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/ProceedingsPaper> .
_:nc2534d39d31a404c8051419731cd4b5eb88 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
<http://purl.org/spar/fabio/AcademicProceedings> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb88 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/AcademicProceedings> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb88 .
<http://purl.org/spar/fabio/AcademicProceedings> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/AcademicProceedings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/AcademicProceedings> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ExpressionCollection> .
<http://purl.org/spar/fabio/AcademicProceedings> <http://www.w3.org/2000/01/rdf-schema#comment> "A document containing the programme and collected papers, or their abstracts, presented at an academic meeting."@en .
<http://purl.org/spar/fabio/AcademicProceedings> <http://purl.org/vocab/vann/example> "\n :my-academic-proceedings a fabio:AcademicProceedings ;\n dcterms:title 'Patent Infringement Proceedings'@en ;\n frbr:part :my-proceedings-paper .\n " .
<http://purl.org/spar/fabio/AcademicProceedings> <http://www.w3.org/2000/01/rdf-schema#label> "academic proceedings"@en .
IRI: http://purl.org/spar/fabio/Addendum
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Addendum a owl:Class ;
rdfs:label "addendum"@en ;
vann:example """
:my-addendum a fabio:Addendum ;
dcterms:title 'Addendum: Unified framework for open quantum dynamics with memory'@en .
""" ;
rdfs:comment "An item of material added at the end of a book or other publication, typically to include omitted or late-arriving material."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Addendum">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:comment xml:lang="en">An item of material added at the end of a book or other publication, typically to include omitted or late-arriving material.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">addendum</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-addendum a fabio:Addendum ;
dcterms:title 'Addendum: Unified framework for open quantum dynamics with memory'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Addendum",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-addendum a fabio:Addendum ;\n dcterms:title 'Addendum: Unified framework for open quantum dynamics with memory'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An item of material added at the end of a book or other publication, typically to include omitted or late-arriving material."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "addendum"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Addendum> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Addendum> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Addendum> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Addendum> <http://purl.org/vocab/vann/example> "\n :my-addendum a fabio:Addendum ;\n dcterms:title 'Addendum: Unified framework for open quantum dynamics with memory'@en .\n " .
<http://purl.org/spar/fabio/Addendum> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Addendum> <http://www.w3.org/2000/01/rdf-schema#comment> "An item of material added at the end of a book or other publication, typically to include omitted or late-arriving material."@en .
<http://purl.org/spar/fabio/Addendum> <http://www.w3.org/2000/01/rdf-schema#label> "addendum"@en .
IRI: http://purl.org/spar/fabio/Algorithm
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Algorithm a owl:Class ;
rdfs:label "algorithm"@en ;
vann:example """
:my-algorithm a fabio:Algorithm ;
dcterms:title 'Distance Calculator'@en ;
dcterms:computer :john-doe ;
dcterms:description 'Algorithm for calculating the distance between to geo locations.'@en .
""" ;
rdfs:comment "A precise sequential set of pre-defined logical rules or computational operations to be employed for solving a particular problem in a finite number of steps."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Specification ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Algorithm">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Specification"/>
<rdfs:comment xml:lang="en">A precise sequential set of pre-defined logical rules or computational operations to be employed for solving a particular problem in a finite number of steps.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">algorithm</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-algorithm a fabio:Algorithm ;
dcterms:title 'Distance Calculator'@en ;
dcterms:computer :john-doe ;
dcterms:description 'Algorithm for calculating the distance between to geo locations.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Algorithm",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-algorithm a fabio:Algorithm ;\n dcterms:title 'Distance Calculator'@en ;\n dcterms:computer :john-doe ;\n dcterms:description 'Algorithm for calculating the distance between to geo locations.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A precise sequential set of pre-defined logical rules or computational operations to be employed for solving a particular problem in a finite number of steps."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "algorithm"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Specification"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Algorithm> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Algorithm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Algorithm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Algorithm> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Specification> .
<http://purl.org/spar/fabio/Algorithm> <http://www.w3.org/2000/01/rdf-schema#label> "algorithm"@en .
<http://purl.org/spar/fabio/Algorithm> <http://www.w3.org/2000/01/rdf-schema#comment> "A precise sequential set of pre-defined logical rules or computational operations to be employed for solving a particular problem in a finite number of steps."@en .
<http://purl.org/spar/fabio/Algorithm> <http://purl.org/vocab/vann/example> "\n :my-algorithm a fabio:Algorithm ;\n dcterms:title 'Distance Calculator'@en ;\n dcterms:computer :john-doe ;\n dcterms:description 'Algorithm for calculating the distance between to geo locations.'@en .\n " .
IRI: http://purl.org/spar/fabio/AnalogItem
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:AnalogItem a owl:Class ;
rdfs:label "analog item"@en ;
vann:example """
:my-analog-item a fabio:AnalogItem ;
dcterms:title 'On the Origin of Species by Means of Natural Selection'@en ;
fabio:isStoredOn fabio:paper ;
frbr:exemplarOf :my-analog-manifestation .
""" ;
rdfs:comment "A real object that is an exemplar of a manifestation, such as a particular copy of the book 'Alice's adventures in Wonderland', that a person may own."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty fabio:isStoredOn ;
owl:someValuesFrom fabio:AnalogStorageMedium ],
[ a owl:Restriction ;
owl:onProperty frbr:exemplarOf ;
owl:someValuesFrom fabio:AnalogManifestation ],
fabio:Item ;
owl:disjointWith fabio:DigitalItem ;
vs:term_status reg:statusStable ;
skos:note "An analog item is an exemplar of an analog manifestation only and it is always stored in a storage medium suitable for analog objects, such as paper, vinyl discs and films."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/AnalogItem">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb90"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Item"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb89"/>
<owl:disjointWith rdf:resource="http://purl.org/spar/fabio/DigitalItem"/>
<rdfs:label xml:lang="en">analog item</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A real object that is an exemplar of a manifestation, such as a particular copy of the book 'Alice's adventures in Wonderland', that a person may own.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-analog-item a fabio:AnalogItem ;
dcterms:title 'On the Origin of Species by Means of Natural Selection'@en ;
fabio:isStoredOn fabio:paper ;
frbr:exemplarOf :my-analog-manifestation .
</vann:example>
<skos:note xml:lang="en">An analog item is an exemplar of an analog manifestation only and it is always stored in a storage medium suitable for analog objects, such as paper, vinyl discs and films.</skos:note>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb89">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/spar/fabio/isStoredOn"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/AnalogStorageMedium"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb90">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#exemplarOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/AnalogManifestation"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/AnalogItem",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-analog-item a fabio:AnalogItem ;\n dcterms:title 'On the Origin of Species by Means of Natural Selection'@en ;\n fabio:isStoredOn fabio:paper ;\n frbr:exemplarOf :my-analog-manifestation .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A real object that is an exemplar of a manifestation, such as a particular copy of the book 'Alice's adventures in Wonderland', that a person may own."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "analog item"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb90"
},
{
"@id": "http://purl.org/spar/fabio/Item"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb89"
}
],
"http://www.w3.org/2002/07/owl#disjointWith": [
{
"@id": "http://purl.org/spar/fabio/DigitalItem"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "An analog item is an exemplar of an analog manifestation only and it is always stored in a storage medium suitable for analog objects, such as paper, vinyl discs and films."
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb90",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#exemplarOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/AnalogManifestation"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb89",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/fabio/isStoredOn"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/AnalogStorageMedium"
}
]
}
]<http://purl.org/spar/fabio/AnalogItem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/AnalogItem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb90 .
_:nc2534d39d31a404c8051419731cd4b5eb89 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/fabio/isStoredOn> .
<http://purl.org/spar/fabio/AnalogItem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb89 .
<http://purl.org/spar/fabio/AnalogItem> <http://www.w3.org/2000/01/rdf-schema#label> "analog item"@en .
_:nc2534d39d31a404c8051419731cd4b5eb90 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#exemplarOf> .
_:nc2534d39d31a404c8051419731cd4b5eb90 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb90 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/AnalogManifestation> .
<http://purl.org/spar/fabio/AnalogItem> <http://www.w3.org/2004/02/skos/core#note> "An analog item is an exemplar of an analog manifestation only and it is always stored in a storage medium suitable for analog objects, such as paper, vinyl discs and films."@en .
_:nc2534d39d31a404c8051419731cd4b5eb89 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/AnalogItem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Item> .
<http://purl.org/spar/fabio/AnalogItem> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb89 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/AnalogStorageMedium> .
<http://purl.org/spar/fabio/AnalogItem> <http://purl.org/vocab/vann/example> "\n :my-analog-item a fabio:AnalogItem ;\n dcterms:title 'On the Origin of Species by Means of Natural Selection'@en ;\n fabio:isStoredOn fabio:paper ;\n frbr:exemplarOf :my-analog-manifestation .\n " .
<http://purl.org/spar/fabio/AnalogItem> <http://www.w3.org/2002/07/owl#disjointWith> <http://purl.org/spar/fabio/DigitalItem> .
<http://purl.org/spar/fabio/AnalogItem> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/AnalogItem> <http://www.w3.org/2000/01/rdf-schema#comment> "A real object that is an exemplar of a manifestation, such as a particular copy of the book 'Alice's adventures in Wonderland', that a person may own."@en .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:AnalogManifestation a owl:Class ;
rdfs:label "analog manifestation"@en ;
vann:example """
:my-analog-manifestation a fabio:AnalogManifestation ;
dcterms:title 'On the Origin of Species by Means of Natural Selection'@en ;
frbr:exemplar :my-analog-item .
""" ;
rdfs:comment "A manifestation in an analog form."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:exemplar ;
owl:someValuesFrom fabio:AnalogItem ],
fabio:Manifestation ;
owl:disjointWith fabio:DigitalManifestation ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/AnalogManifestation">
<rdfs:comment xml:lang="en">A manifestation in an analog form.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb91"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Manifestation"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">analog manifestation</rdfs:label>
<owl:disjointWith rdf:resource="http://purl.org/spar/fabio/DigitalManifestation"/>
<vann:example>
:my-analog-manifestation a fabio:AnalogManifestation ;
dcterms:title 'On the Origin of Species by Means of Natural Selection'@en ;
frbr:exemplar :my-analog-item .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb91">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#exemplar"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/AnalogItem"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/AnalogManifestation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-analog-manifestation a fabio:AnalogManifestation ;\n dcterms:title 'On the Origin of Species by Means of Natural Selection'@en ;\n frbr:exemplar :my-analog-item .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A manifestation in an analog form."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "analog manifestation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb91"
},
{
"@id": "http://purl.org/spar/fabio/Manifestation"
}
],
"http://www.w3.org/2002/07/owl#disjointWith": [
{
"@id": "http://purl.org/spar/fabio/DigitalManifestation"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb91",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#exemplar"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/AnalogItem"
}
]
}
]<http://purl.org/spar/fabio/AnalogManifestation> <http://www.w3.org/2000/01/rdf-schema#comment> "A manifestation in an analog form."@en .
<http://purl.org/spar/fabio/AnalogManifestation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb91 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/AnalogItem> .
<http://purl.org/spar/fabio/AnalogManifestation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb91 .
<http://purl.org/spar/fabio/AnalogManifestation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Manifestation> .
<http://purl.org/spar/fabio/AnalogManifestation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/AnalogManifestation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb91 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/AnalogManifestation> <http://www.w3.org/2000/01/rdf-schema#label> "analog manifestation"@en .
<http://purl.org/spar/fabio/AnalogManifestation> <http://purl.org/vocab/vann/example> "\n :my-analog-manifestation a fabio:AnalogManifestation ;\n dcterms:title 'On the Origin of Species by Means of Natural Selection'@en ;\n frbr:exemplar :my-analog-item .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb91 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#exemplar> .
<http://purl.org/spar/fabio/AnalogManifestation> <http://www.w3.org/2002/07/owl#disjointWith> <http://purl.org/spar/fabio/DigitalManifestation> .
IRI: http://purl.org/spar/fabio/AnalogStorageMedium
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:AnalogStorageMedium a owl:Class ;
rdfs:label "analog storage medium"@en ;
vann:example """
fabio:paper a fabio:AnalogStorageMedium .
""" ;
rdfs:comment "A means of storing information in non-digital form, e.g. paper, film (for analogue photographs or movies), magnetic tape (for analogue sound recordings or video recordings) or vinyl disc."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom fabio:AnalogItem ;
owl:onProperty fabio:stores ],
fabio:StorageMedium ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb113">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/spar/fabio/AnalogItem"/>
<owl:onProperty rdf:resource="http://purl.org/spar/fabio/stores"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/AnalogStorageMedium">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">analog storage medium</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A means of storing information in non-digital form, e.g. paper, film (for analogue photographs or movies), magnetic tape (for analogue sound recordings or video recordings) or vinyl disc.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/StorageMedium"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb113"/>
<vann:example>
fabio:paper a fabio:AnalogStorageMedium .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/AnalogStorageMedium",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n fabio:paper a fabio:AnalogStorageMedium .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A means of storing information in non-digital form, e.g. paper, film (for analogue photographs or movies), magnetic tape (for analogue sound recordings or video recordings) or vinyl disc."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "analog storage medium"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/StorageMedium"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb113"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb113",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/AnalogItem"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/fabio/stores"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb113 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/AnalogStorageMedium> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/AnalogStorageMedium> <http://www.w3.org/2000/01/rdf-schema#label> "analog storage medium"@en .
<http://purl.org/spar/fabio/AnalogStorageMedium> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb113 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/fabio/stores> .
_:nc2534d39d31a404c8051419731cd4b5eb113 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/spar/fabio/AnalogItem> .
<http://purl.org/spar/fabio/AnalogStorageMedium> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/AnalogStorageMedium> <http://purl.org/vocab/vann/example> "\n fabio:paper a fabio:AnalogStorageMedium .\n " .
<http://purl.org/spar/fabio/AnalogStorageMedium> <http://www.w3.org/2000/01/rdf-schema#comment> "A means of storing information in non-digital form, e.g. paper, film (for analogue photographs or movies), magnetic tape (for analogue sound recordings or video recordings) or vinyl disc."@en .
<http://purl.org/spar/fabio/AnalogStorageMedium> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/StorageMedium> .
<http://purl.org/spar/fabio/AnalogStorageMedium> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb113 .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Announcement a owl:Class ;
rdfs:label "announcement"@en ;
vann:example """
:my-announcement a fabio:Announcement ;
dcterms:title 'Open Access Publisher acquires 'The Journal of Future Science''@en ;
dcterms:creator :john-doe ;
dcterms:description 'Official press release announcing the strategic acquisition of the journal to expand our Open Access portfolio.'@en .
""" ;
rdfs:comment "A formal statement about something."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Announcement">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A formal statement about something.</rdfs:comment>
<rdfs:label xml:lang="en">announcement</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-announcement a fabio:Announcement ;
dcterms:title 'Open Access Publisher acquires 'The Journal of Future Science''@en ;
dcterms:creator :john-doe ;
dcterms:description 'Official press release announcing the strategic acquisition of the journal to expand our Open Access portfolio.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Announcement",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-announcement a fabio:Announcement ;\n dcterms:title 'Open Access Publisher acquires 'The Journal of Future Science''@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'Official press release announcing the strategic acquisition of the journal to expand our Open Access portfolio.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A formal statement about something."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "announcement"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Announcement> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Announcement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Announcement> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Announcement> <http://purl.org/vocab/vann/example> "\n :my-announcement a fabio:Announcement ;\n dcterms:title 'Open Access Publisher acquires 'The Journal of Future Science''@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'Official press release announcing the strategic acquisition of the journal to expand our Open Access portfolio.'@en .\n " .
<http://purl.org/spar/fabio/Announcement> <http://www.w3.org/2000/01/rdf-schema#comment> "A formal statement about something."@en .
<http://purl.org/spar/fabio/Announcement> <http://www.w3.org/2000/01/rdf-schema#label> "announcement"@en .
<http://purl.org/spar/fabio/Announcement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
IRI: http://purl.org/spar/fabio/Anthology
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Anthology a owl:Class ;
rdfs:label "anthology"@en ;
vann:example """
:my-anthology a fabio:Anthology ;
dcterms:title 'The Best Science Fiction Ever Written'@en ;
frbr:part :my-story, :my-another-story .
""" ;
rdfs:comment "A collection of selected literary or scholastics works, for example poems, short stories, plays or research papers."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:ExpressionCollection ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Anthology">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">anthology</rdfs:label>
<rdfs:comment xml:lang="en">A collection of selected literary or scholastics works, for example poems, short stories, plays or research papers.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ExpressionCollection"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-anthology a fabio:Anthology ;
dcterms:title 'The Best Science Fiction Ever Written'@en ;
frbr:part :my-story, :my-another-story .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Anthology",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-anthology a fabio:Anthology ;\n dcterms:title 'The Best Science Fiction Ever Written'@en ;\n frbr:part :my-story, :my-another-story .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A collection of selected literary or scholastics works, for example poems, short stories, plays or research papers."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "anthology"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/ExpressionCollection"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Anthology> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of selected literary or scholastics works, for example poems, short stories, plays or research papers."@en .
<http://purl.org/spar/fabio/Anthology> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Anthology> <http://purl.org/vocab/vann/example> "\n :my-anthology a fabio:Anthology ;\n dcterms:title 'The Best Science Fiction Ever Written'@en ;\n frbr:part :my-story, :my-another-story .\n " .
<http://purl.org/spar/fabio/Anthology> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ExpressionCollection> .
<http://purl.org/spar/fabio/Anthology> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Anthology> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Anthology> <http://www.w3.org/2000/01/rdf-schema#label> "anthology"@en .
IRI: http://purl.org/spar/fabio/ApplicationProfile
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ApplicationProfile a owl:Class ;
rdfs:label "application profile"@en ;
vann:example """
:my-application-profile a fabio:ApplicationProfile ;
dcterms:title 'The Cultural Heritage Acquisition and Digitisation Application Profile (CHAD-AP)' ;
dcterms:description 'CHAD-AP is a CIDOC CRM application profile implemented as an OWL ontology for describing the acquisition and digitisation processes of cultural heritage objects.'@en .
""" ;
rdfs:comment "A set of metadata elements, policies and guidelines defined for a particular application."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Metadata ;
vs:term_status reg:statusStable ;
skos:note "The metadata elements used in the application profile may be drawn from more than one element sets, including locally defined sets."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ApplicationProfile">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Metadata"/>
<rdfs:label xml:lang="en">application profile</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A set of metadata elements, policies and guidelines defined for a particular application.</rdfs:comment>
<skos:note xml:lang="en">The metadata elements used in the application profile may be drawn from more than one element sets, including locally defined sets.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-application-profile a fabio:ApplicationProfile ;
dcterms:title 'The Cultural Heritage Acquisition and Digitisation Application Profile (CHAD-AP)' ;
dcterms:description 'CHAD-AP is a CIDOC CRM application profile implemented as an OWL ontology for describing the acquisition and digitisation processes of cultural heritage objects.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ApplicationProfile",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-application-profile a fabio:ApplicationProfile ;\n dcterms:title 'The Cultural Heritage Acquisition and Digitisation Application Profile (CHAD-AP)' ;\n dcterms:description 'CHAD-AP is a CIDOC CRM application profile implemented as an OWL ontology for describing the acquisition and digitisation processes of cultural heritage objects.'@en . \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A set of metadata elements, policies and guidelines defined for a particular application."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "application profile"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Metadata"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "The metadata elements used in the application profile may be drawn from more than one element sets, including locally defined sets."
}
]
}
]<http://purl.org/spar/fabio/ApplicationProfile> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ApplicationProfile> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Metadata> .
<http://purl.org/spar/fabio/ApplicationProfile> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ApplicationProfile> <http://purl.org/vocab/vann/example> "\n :my-application-profile a fabio:ApplicationProfile ;\n dcterms:title 'The Cultural Heritage Acquisition and Digitisation Application Profile (CHAD-AP)' ;\n dcterms:description 'CHAD-AP is a CIDOC CRM application profile implemented as an OWL ontology for describing the acquisition and digitisation processes of cultural heritage objects.'@en . \n " .
<http://purl.org/spar/fabio/ApplicationProfile> <http://www.w3.org/2000/01/rdf-schema#label> "application profile"@en .
<http://purl.org/spar/fabio/ApplicationProfile> <http://www.w3.org/2004/02/skos/core#note> "The metadata elements used in the application profile may be drawn from more than one element sets, including locally defined sets."@en .
<http://purl.org/spar/fabio/ApplicationProfile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ApplicationProfile> <http://www.w3.org/2000/01/rdf-schema#comment> "A set of metadata elements, policies and guidelines defined for a particular application."@en .
IRI: http://purl.org/spar/fabio/ApplicationProgrammingInterface
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ApplicationProgrammingInterface a owl:Class ;
rdfs:label "API"@en,
"application programming interface"@en ;
vann:example """
:my-api a fabio:ApplicationProgrammingInterface ;
dcterms:title 'OpenCitations Meta REST API' ;
dcterms:description 'The REST API for OpenCitations Meta, the OpenCitations dataset containing bibliographic metadata associated with the documents involved in the citations stored in the OpenCitations Indexes.'@en .
""" ;
rdfs:comment "A computer program, commonly abbreviated as 'API', that enables a separate computer to interact programmatically with the computer running it."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:ComputerProgram ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ApplicationProgrammingInterface">
<rdfs:label xml:lang="en">API</rdfs:label>
<rdfs:label xml:lang="en">application programming interface</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ComputerProgram"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A computer program, commonly abbreviated as 'API', that enables a separate computer to interact programmatically with the computer running it.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-api a fabio:ApplicationProgrammingInterface ;
dcterms:title 'OpenCitations Meta REST API' ;
dcterms:description 'The REST API for OpenCitations Meta, the OpenCitations dataset containing bibliographic metadata associated with the documents involved in the citations stored in the OpenCitations Indexes.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ApplicationProgrammingInterface",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-api a fabio:ApplicationProgrammingInterface ;\n dcterms:title 'OpenCitations Meta REST API' ;\n dcterms:description 'The REST API for OpenCitations Meta, the OpenCitations dataset containing bibliographic metadata associated with the documents involved in the citations stored in the OpenCitations Indexes.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A computer program, commonly abbreviated as 'API', that enables a separate computer to interact programmatically with the computer running it."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "API"
},
{
"@language": "en",
"@value": "application programming interface"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/ComputerProgram"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ApplicationProgrammingInterface> <http://purl.org/vocab/vann/example> "\n :my-api a fabio:ApplicationProgrammingInterface ;\n dcterms:title 'OpenCitations Meta REST API' ;\n dcterms:description 'The REST API for OpenCitations Meta, the OpenCitations dataset containing bibliographic metadata associated with the documents involved in the citations stored in the OpenCitations Indexes.'@en .\n " .
<http://purl.org/spar/fabio/ApplicationProgrammingInterface> <http://www.w3.org/2000/01/rdf-schema#label> "API"@en .
<http://purl.org/spar/fabio/ApplicationProgrammingInterface> <http://www.w3.org/2000/01/rdf-schema#label> "application programming interface"@en .
<http://purl.org/spar/fabio/ApplicationProgrammingInterface> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ApplicationProgrammingInterface> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ComputerProgram> .
<http://purl.org/spar/fabio/ApplicationProgrammingInterface> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ApplicationProgrammingInterface> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ApplicationProgrammingInterface> <http://www.w3.org/2000/01/rdf-schema#comment> "A computer program, commonly abbreviated as 'API', that enables a separate computer to interact programmatically with the computer running it."@en .
IRI: http://purl.org/spar/fabio/ArchivalDocument
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ArchivalDocument a owl:Class ;
rdfs:label "archival document"@en ;
vann:example """
:my-archival-document a fabio:ArchivalDocument ;
dcterms:title 'Letter from Alan Turing to the Editor of Nature, 1945'@en ;
dcterms:identifier 'MS-TUR-01-A' ;
frbr:realizationOf :my-archival-record ;
dcterms:description 'A handwritten letter preserved in the university archives.'@en .
""" ;
rdfs:comment "A realization of the content related to an archival record. It can be exemplified as a book, a document, a letter, a database, etc."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ArchivalDocument">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">archival document</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:comment xml:lang="en">A realization of the content related to an archival record. It can be exemplified as a book, a document, a letter, a database, etc.</rdfs:comment>
<vann:example>
:my-archival-document a fabio:ArchivalDocument ;
dcterms:title 'Letter from Alan Turing to the Editor of Nature, 1945'@en ;
dcterms:identifier 'MS-TUR-01-A' ;
frbr:realizationOf :my-archival-record ;
dcterms:description 'A handwritten letter preserved in the university archives.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ArchivalDocument",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-archival-document a fabio:ArchivalDocument ;\n dcterms:title 'Letter from Alan Turing to the Editor of Nature, 1945'@en ;\n dcterms:identifier 'MS-TUR-01-A' ;\n frbr:realizationOf :my-archival-record ;\n dcterms:description 'A handwritten letter preserved in the university archives.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A realization of the content related to an archival record. It can be exemplified as a book, a document, a letter, a database, etc."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "archival document"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ArchivalDocument> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ArchivalDocument> <http://purl.org/vocab/vann/example> "\n :my-archival-document a fabio:ArchivalDocument ;\n dcterms:title 'Letter from Alan Turing to the Editor of Nature, 1945'@en ;\n dcterms:identifier 'MS-TUR-01-A' ;\n frbr:realizationOf :my-archival-record ;\n dcterms:description 'A handwritten letter preserved in the university archives.'@en .\n " .
<http://purl.org/spar/fabio/ArchivalDocument> <http://www.w3.org/2000/01/rdf-schema#label> "archival document"@en .
<http://purl.org/spar/fabio/ArchivalDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/ArchivalDocument> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ArchivalDocument> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ArchivalDocument> <http://www.w3.org/2000/01/rdf-schema#comment> "A realization of the content related to an archival record. It can be exemplified as a book, a document, a letter, a database, etc."@en .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ArchivalDocumentSet a owl:Class ;
rdfs:label "archival document set"@en ;
vann:example """
:my-archival-document-set a fabio:ArchivalDocumentSet ;
dcterms:title 'Collection of documents related to Alan Turing's correspondence'@en ;
frbr:part :my-archival-document, :my-another-archival-document ;
frbr:realizationOf :my-archival-record-set ;
dcterms:description 'A collection of various archival documents.'@en .
""" ;
rdfs:comment "A collection of archival documents."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:part ;
owl:someValuesFrom fabio:ArchivalDocument ],
[ a owl:Restriction ;
owl:allValuesFrom fabio:ArchivalDocument ;
owl:onProperty frbr:part ],
fabio:ExpressionCollection ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb65">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/spar/fabio/ArchivalDocument"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#part"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ArchivalDocumentSet">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb64"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ExpressionCollection"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb65"/>
<rdfs:label xml:lang="en">archival document set</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A collection of archival documents.</rdfs:comment>
<vann:example>
:my-archival-document-set a fabio:ArchivalDocumentSet ;
dcterms:title 'Collection of documents related to Alan Turing's correspondence'@en ;
frbr:part :my-archival-document, :my-another-archival-document ;
frbr:realizationOf :my-archival-record-set ;
dcterms:description 'A collection of various archival documents.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb64">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#part"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/ArchivalDocument"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ArchivalDocumentSet",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-archival-document-set a fabio:ArchivalDocumentSet ;\n dcterms:title 'Collection of documents related to Alan Turing's correspondence'@en ;\n frbr:part :my-archival-document, :my-another-archival-document ;\n frbr:realizationOf :my-archival-record-set ;\n dcterms:description 'A collection of various archival documents.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A collection of archival documents."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "archival document set"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb64"
},
{
"@id": "http://purl.org/spar/fabio/ExpressionCollection"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb65"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb64",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#part"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/ArchivalDocument"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb65",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/ArchivalDocument"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#part"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb65 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/ArchivalDocumentSet> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb65 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
<http://purl.org/spar/fabio/ArchivalDocumentSet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb64 .
<http://purl.org/spar/fabio/ArchivalDocumentSet> <http://www.w3.org/2000/01/rdf-schema#label> "archival document set"@en .
_:nc2534d39d31a404c8051419731cd4b5eb64 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
_:nc2534d39d31a404c8051419731cd4b5eb65 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/spar/fabio/ArchivalDocument> .
<http://purl.org/spar/fabio/ArchivalDocumentSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ArchivalDocumentSet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ExpressionCollection> .
<http://purl.org/spar/fabio/ArchivalDocumentSet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb65 .
_:nc2534d39d31a404c8051419731cd4b5eb64 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb64 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/ArchivalDocument> .
<http://purl.org/spar/fabio/ArchivalDocumentSet> <http://purl.org/vocab/vann/example> "\n :my-archival-document-set a fabio:ArchivalDocumentSet ;\n dcterms:title 'Collection of documents related to Alan Turing's correspondence'@en ;\n frbr:part :my-archival-document, :my-another-archival-document ;\n frbr:realizationOf :my-archival-record-set ;\n dcterms:description 'A collection of various archival documents.'@en .\n " .
<http://purl.org/spar/fabio/ArchivalDocumentSet> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ArchivalDocumentSet> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of archival documents."@en .
IRI: http://purl.org/spar/fabio/ArchivalRecord
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ArchivalRecord a owl:Class ;
rdfs:label "archival record"@en ;
vann:example """
:my-archival-record a fabio:ArchivalRecord ;
dcterms:title 'Correspondence of Alan Turing regarding Enigma decryption'@en ;
dcterms:creator :alan-turing ;
frbr:realization :my-archival-document ;
dcterms:description 'The conceptual archival entity representing the correspondence created by Alan Turing during his research.'@en .
""" ;
rdfs:comment "A material created or received by a person, family, or organization, public or private, in the conduct of their affairs that is preserved because of the enduring value contained in the information it contains or as evidence of the function and the responsibilities of its creator."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom fabio:ArchivalDocument ;
owl:onProperty frbr:realization ],
fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ArchivalRecord">
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb92"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A material created or received by a person, family, or organization, public or private, in the conduct of their affairs that is preserved because of the enduring value contained in the information it contains or as evidence of the function and the responsibilities of its creator.</rdfs:comment>
<rdfs:label xml:lang="en">archival record</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-archival-record a fabio:ArchivalRecord ;
dcterms:title 'Correspondence of Alan Turing regarding Enigma decryption'@en ;
dcterms:creator :alan-turing ;
frbr:realization :my-archival-document ;
dcterms:description 'The conceptual archival entity representing the correspondence created by Alan Turing during his research.'@en .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb92">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/spar/fabio/ArchivalDocument"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realization"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ArchivalRecord",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-archival-record a fabio:ArchivalRecord ;\n dcterms:title 'Correspondence of Alan Turing regarding Enigma decryption'@en ;\n dcterms:creator :alan-turing ;\n frbr:realization :my-archival-document ;\n dcterms:description 'The conceptual archival entity representing the correspondence created by Alan Turing during his research.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A material created or received by a person, family, or organization, public or private, in the conduct of their affairs that is preserved because of the enduring value contained in the information it contains or as evidence of the function and the responsibilities of its creator."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "archival record"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb92"
},
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb92",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/ArchivalDocument"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realization"
}
]
}
]<http://purl.org/spar/fabio/ArchivalRecord> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb92 .
<http://purl.org/spar/fabio/ArchivalRecord> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb92 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/spar/fabio/ArchivalDocument> .
<http://purl.org/spar/fabio/ArchivalRecord> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ArchivalRecord> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ArchivalRecord> <http://www.w3.org/2000/01/rdf-schema#comment> "A material created or received by a person, family, or organization, public or private, in the conduct of their affairs that is preserved because of the enduring value contained in the information it contains or as evidence of the function and the responsibilities of its creator."@en .
<http://purl.org/spar/fabio/ArchivalRecord> <http://purl.org/vocab/vann/example> "\n :my-archival-record a fabio:ArchivalRecord ;\n dcterms:title 'Correspondence of Alan Turing regarding Enigma decryption'@en ;\n dcterms:creator :alan-turing ;\n frbr:realization :my-archival-document ;\n dcterms:description 'The conceptual archival entity representing the correspondence created by Alan Turing during his research.'@en .\n " .
<http://purl.org/spar/fabio/ArchivalRecord> <http://www.w3.org/2000/01/rdf-schema#label> "archival record"@en .
_:nc2534d39d31a404c8051419731cd4b5eb92 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realization> .
_:nc2534d39d31a404c8051419731cd4b5eb92 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/ArchivalRecord> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ArchivalRecordSet a owl:Class ;
rdfs:label "archival record set"@en ;
vann:example """
:my-archival-record-set a fabio:ArchivalRecordSet ;
dcterms:title 'The Alan Turing War-time Correspondence Collection'@en ;
frbr:part :my-archival-record, :my-another-archival-record ;
frbr:realization :my-archival-document-set ;
dcterms:description 'The conceptual collection of all archival records created by Turing during the conflict.'@en .
""" ;
rdfs:comment "A collection of archival records."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:part ;
owl:someValuesFrom fabio:ArchivalRecord ],
[ a owl:Restriction ;
owl:allValuesFrom fabio:ArchivalRecord ;
owl:onProperty frbr:part ],
[ a owl:Restriction ;
owl:allValuesFrom fabio:ArchivalDocumentSet ;
owl:onProperty frbr:realization ],
fabio:WorkCollection ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb7">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/spar/fabio/ArchivalDocumentSet"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realization"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ArchivalRecordSet">
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb7"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/WorkCollection"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb5"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb6"/>
<rdfs:label xml:lang="en">archival record set</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A collection of archival records.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-archival-record-set a fabio:ArchivalRecordSet ;
dcterms:title 'The Alan Turing War-time Correspondence Collection'@en ;
frbr:part :my-archival-record, :my-another-archival-record ;
frbr:realization :my-archival-document-set ;
dcterms:description 'The conceptual collection of all archival records created by Turing during the conflict.'@en .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb5">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#part"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/ArchivalRecord"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb6">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/spar/fabio/ArchivalRecord"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#part"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ArchivalRecordSet",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-archival-record-set a fabio:ArchivalRecordSet ;\n dcterms:title 'The Alan Turing War-time Correspondence Collection'@en ;\n frbr:part :my-archival-record, :my-another-archival-record ;\n frbr:realization :my-archival-document-set ;\n dcterms:description 'The conceptual collection of all archival records created by Turing during the conflict.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A collection of archival records."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "archival record set"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb7"
},
{
"@id": "http://purl.org/spar/fabio/WorkCollection"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb5"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb6"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb7",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/ArchivalDocumentSet"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realization"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb5",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#part"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/ArchivalRecord"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb6",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/ArchivalRecord"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#part"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb7 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realization> .
<http://purl.org/spar/fabio/ArchivalRecordSet> <http://purl.org/vocab/vann/example> "\n :my-archival-record-set a fabio:ArchivalRecordSet ;\n dcterms:title 'The Alan Turing War-time Correspondence Collection'@en ;\n frbr:part :my-archival-record, :my-another-archival-record ;\n frbr:realization :my-archival-document-set ;\n dcterms:description 'The conceptual collection of all archival records created by Turing during the conflict.'@en .\n " .
<http://purl.org/spar/fabio/ArchivalRecordSet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb7 .
_:nc2534d39d31a404c8051419731cd4b5eb5 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
<http://purl.org/spar/fabio/ArchivalRecordSet> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb7 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/spar/fabio/ArchivalDocumentSet> .
_:nc2534d39d31a404c8051419731cd4b5eb5 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/ArchivalRecord> .
<http://purl.org/spar/fabio/ArchivalRecordSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/ArchivalRecordSet> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of archival records."@en .
<http://purl.org/spar/fabio/ArchivalRecordSet> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/ArchivalRecordSet> <http://www.w3.org/2000/01/rdf-schema#label> "archival record set"@en .
<http://purl.org/spar/fabio/ArchivalRecordSet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/WorkCollection> .
_:nc2534d39d31a404c8051419731cd4b5eb6 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
<http://purl.org/spar/fabio/ArchivalRecordSet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb5 .
_:nc2534d39d31a404c8051419731cd4b5eb5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb6 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/spar/fabio/ArchivalRecord> .
<http://purl.org/spar/fabio/ArchivalRecordSet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb6 .
IRI: http://purl.org/spar/fabio/Article
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Article a owl:Class ;
rdfs:label "article"@en ;
vann:example """
:my-article a fabio:Article ;
dcterms:title 'Automatic SHACL shapes generation'@en ;
frbr:embodiment :my-digital-manifestation .
""" ;
rdfs:comment "The realization of a piece of writing on a particular topic, usually published within a periodical publication (e.g. journal, magazine and newspaper)."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Article">
<rdfs:label xml:lang="en">article</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:comment xml:lang="en">The realization of a piece of writing on a particular topic, usually published within a periodical publication (e.g. journal, magazine and newspaper).</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-article a fabio:Article ;
dcterms:title 'Automatic SHACL shapes generation'@en ;
frbr:embodiment :my-digital-manifestation .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Article",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-article a fabio:Article ;\n dcterms:title 'Automatic SHACL shapes generation'@en ;\n frbr:embodiment :my-digital-manifestation .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The realization of a piece of writing on a particular topic, usually published within a periodical publication (e.g. journal, magazine and newspaper)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "article"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Article> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Article> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Article> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Article> <http://www.w3.org/2000/01/rdf-schema#comment> "The realization of a piece of writing on a particular topic, usually published within a periodical publication (e.g. journal, magazine and newspaper)."@en .
<http://purl.org/spar/fabio/Article> <http://www.w3.org/2000/01/rdf-schema#label> "article"@en .
<http://purl.org/spar/fabio/Article> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Article> <http://purl.org/vocab/vann/example> "\n :my-article a fabio:Article ;\n dcterms:title 'Automatic SHACL shapes generation'@en ;\n frbr:embodiment :my-digital-manifestation .\n " .
IRI: http://purl.org/spar/fabio/ArtisticWork
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ArtisticWork a owl:Class ;
rdfs:label "artistic work"@en ;
vann:example """
:my-artistic-work a fabio:ArtisticWork ;
dcterms:title 'The Starry Night'@en ;
dcterms:creator :vincent-van-gogh ;
dcterms:description 'The conceptual artistic creation representing Van Gogh's vision of the night sky from Saint-Rémy-de-Provence.'@en .
""" ;
rdfs:comment "A work regarded as art in its widest sense, including works from literature and music, visual art, etc."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ArtisticWork">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdfs:comment xml:lang="en">A work regarded as art in its widest sense, including works from literature and music, visual art, etc.</rdfs:comment>
<rdfs:label xml:lang="en">artistic work</rdfs:label>
<vann:example>
:my-artistic-work a fabio:ArtisticWork ;
dcterms:title 'The Starry Night'@en ;
dcterms:creator :vincent-van-gogh ;
dcterms:description 'The conceptual artistic creation representing Van Gogh's vision of the night sky from Saint-Rémy-de-Provence.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ArtisticWork",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-artistic-work a fabio:ArtisticWork ;\n dcterms:title 'The Starry Night'@en ;\n dcterms:creator :vincent-van-gogh ;\n dcterms:description 'The conceptual artistic creation representing Van Gogh's vision of the night sky from Saint-Rémy-de-Provence.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A work regarded as art in its widest sense, including works from literature and music, visual art, etc."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "artistic work"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ArtisticWork> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ArtisticWork> <http://www.w3.org/2000/01/rdf-schema#comment> "A work regarded as art in its widest sense, including works from literature and music, visual art, etc."@en .
<http://purl.org/spar/fabio/ArtisticWork> <http://purl.org/vocab/vann/example> "\n :my-artistic-work a fabio:ArtisticWork ;\n dcterms:title 'The Starry Night'@en ;\n dcterms:creator :vincent-van-gogh ;\n dcterms:description 'The conceptual artistic creation representing Van Gogh's vision of the night sky from Saint-Rémy-de-Provence.'@en .\n " .
<http://purl.org/spar/fabio/ArtisticWork> <http://www.w3.org/2000/01/rdf-schema#label> "artistic work"@en .
<http://purl.org/spar/fabio/ArtisticWork> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ArtisticWork> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ArtisticWork> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:AudioDocument a owl:Class ;
rdfs:label "audio document"@en ;
vann:example """
:my-audio-document a fabio:AudioDocument ;
dcterms:title 'Audio recording of the interview with Tim Berners-Lee'@en ;
frbr:realizationOf :my-sound-recording .
""" ;
rdfs:comment "The realization of a sound recording."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:SoundRecording ],
fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/AudioDocument">
<rdfs:label xml:lang="en">audio document</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">The realization of a sound recording.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb8"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-audio-document a fabio:AudioDocument ;
dcterms:title 'Audio recording of the interview with Tim Berners-Lee'@en ;
frbr:realizationOf :my-sound-recording .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb8">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/SoundRecording"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/AudioDocument",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-audio-document a fabio:AudioDocument ;\n dcterms:title 'Audio recording of the interview with Tim Berners-Lee'@en ;\n frbr:realizationOf :my-sound-recording .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The realization of a sound recording."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "audio document"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb8"
},
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb8",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/SoundRecording"
}
]
}
]<http://purl.org/spar/fabio/AudioDocument> <http://www.w3.org/2000/01/rdf-schema#label> "audio document"@en .
<http://purl.org/spar/fabio/AudioDocument> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/AudioDocument> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/AudioDocument> <http://www.w3.org/2000/01/rdf-schema#comment> "The realization of a sound recording."@en .
<http://purl.org/spar/fabio/AudioDocument> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/AudioDocument> <http://purl.org/vocab/vann/example> "\n :my-audio-document a fabio:AudioDocument ;\n dcterms:title 'Audio recording of the interview with Tim Berners-Lee'@en ;\n frbr:realizationOf :my-sound-recording .\n " .
<http://purl.org/spar/fabio/AudioDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb8 .
_:nc2534d39d31a404c8051419731cd4b5eb8 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/spar/fabio/AudioDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
_:nc2534d39d31a404c8051419731cd4b5eb8 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/SoundRecording> .
IRI: http://purl.org/spar/fabio/AuthorityFile
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:AuthorityFile a owl:Class ;
rdfs:label "authority file"@en ;
vann:example """
:my-authority-file a fabio:AuthorityFile ;
dcterms:title 'Virtual International Authority File (VIAF)'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A controlled vocabulary that clusters different forms of a name into a single authoritative record.'@en .
""" ;
rdfs:comment "A controlled vocabulary or official list that establishes, for consistency, the authoritative forms of headings, and the preferred terms or proper names to be used, when creating a catalogue or when indexing and searching a set of entities within a defined domain."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:ControlledVocabulary ;
vs:term_status reg:statusStable .
[] a owl:AllDisjointClasses ;
owl:members ( fabio:AuthorityFile fabio:Taxonomy fabio:Thesaurus ) .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb150">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb151"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/AuthorityFile">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ControlledVocabulary"/>
<rdfs:comment xml:lang="en">A controlled vocabulary or official list that establishes, for consistency, the authoritative forms of headings, and the preferred terms or proper names to be used, when creating a catalogue or when indexing and searching a set of entities within a defined domain.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">authority file</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-authority-file a fabio:AuthorityFile ;
dcterms:title 'Virtual International Authority File (VIAF)'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A controlled vocabulary that clusters different forms of a name into a single authoritative record.'@en .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb153">
<rdf:first rdf:resource="http://purl.org/spar/fabio/Thesaurus"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb152">
<rdf:first rdf:resource="http://purl.org/spar/fabio/Taxonomy"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb153"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb151">
<rdf:first rdf:resource="http://purl.org/spar/fabio/AuthorityFile"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb152"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb150",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/spar/fabio/AuthorityFile"
},
{
"@id": "http://purl.org/spar/fabio/Taxonomy"
},
{
"@id": "http://purl.org/spar/fabio/Thesaurus"
}
]
}
]
},
{
"@id": "http://purl.org/spar/fabio/AuthorityFile",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-authority-file a fabio:AuthorityFile ;\n dcterms:title 'Virtual International Authority File (VIAF)'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A controlled vocabulary that clusters different forms of a name into a single authoritative record.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A controlled vocabulary or official list that establishes, for consistency, the authoritative forms of headings, and the preferred terms or proper names to be used, when creating a catalogue or when indexing and searching a set of entities within a defined domain."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "authority file"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/ControlledVocabulary"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb150 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
<http://purl.org/spar/fabio/AuthorityFile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb153 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:nc2534d39d31a404c8051419731cd4b5eb152 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/Taxonomy> .
_:nc2534d39d31a404c8051419731cd4b5eb150 <http://www.w3.org/2002/07/owl#members> _:nc2534d39d31a404c8051419731cd4b5eb151 .
_:nc2534d39d31a404c8051419731cd4b5eb153 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/Thesaurus> .
_:nc2534d39d31a404c8051419731cd4b5eb151 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb152 .
<http://purl.org/spar/fabio/AuthorityFile> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ControlledVocabulary> .
_:nc2534d39d31a404c8051419731cd4b5eb152 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb153 .
<http://purl.org/spar/fabio/AuthorityFile> <http://www.w3.org/2000/01/rdf-schema#comment> "A controlled vocabulary or official list that establishes, for consistency, the authoritative forms of headings, and the preferred terms or proper names to be used, when creating a catalogue or when indexing and searching a set of entities within a defined domain."@en .
<http://purl.org/spar/fabio/AuthorityFile> <http://purl.org/vocab/vann/example> "\n :my-authority-file a fabio:AuthorityFile ;\n dcterms:title 'Virtual International Authority File (VIAF)'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A controlled vocabulary that clusters different forms of a name into a single authoritative record.'@en .\n " .
<http://purl.org/spar/fabio/AuthorityFile> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/AuthorityFile> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/AuthorityFile> <http://www.w3.org/2000/01/rdf-schema#label> "authority file"@en .
_:nc2534d39d31a404c8051419731cd4b5eb151 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/AuthorityFile> .
IRI: http://purl.org/spar/fabio/BachelorsThesis
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:BachelorsThesis a owl:Class ;
rdfs:label "bachelor's thesis"@en ;
vann:example """
:my-bachelors-thesis a fabio:BachelorsThesis ;
dcterms:title 'Sorting Algorithms Performance Analysis in Python'@en ;
dcterms:description 'A thesis submitted for the degree of Bachelor of Science in Computer Science.'@en .
""" ;
rdfs:comment "A thesis reporting a research project undertaken as part of an undergraduate course of education leading to a bachelor's degree."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Thesis ;
vs:term_status reg:statusStable .
[] a owl:AllDisjointClasses ;
owl:members ( fabio:BachelorsThesis fabio:DoctoralThesis fabio:MastersThesis ) .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb154">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb155"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb155">
<rdf:first rdf:resource="http://purl.org/spar/fabio/BachelorsThesis"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb156"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/BachelorsThesis">
<rdfs:label xml:lang="en">bachelor's thesis</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Thesis"/>
<rdfs:comment xml:lang="en">A thesis reporting a research project undertaken as part of an undergraduate course of education leading to a bachelor's degree.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-bachelors-thesis a fabio:BachelorsThesis ;
dcterms:title 'Sorting Algorithms Performance Analysis in Python'@en ;
dcterms:description 'A thesis submitted for the degree of Bachelor of Science in Computer Science.'@en .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb156">
<rdf:first rdf:resource="http://purl.org/spar/fabio/DoctoralThesis"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb157"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb157">
<rdf:first rdf:resource="http://purl.org/spar/fabio/MastersThesis"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb154",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/spar/fabio/BachelorsThesis"
},
{
"@id": "http://purl.org/spar/fabio/DoctoralThesis"
},
{
"@id": "http://purl.org/spar/fabio/MastersThesis"
}
]
}
]
},
{
"@id": "http://purl.org/spar/fabio/BachelorsThesis",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-bachelors-thesis a fabio:BachelorsThesis ;\n dcterms:title 'Sorting Algorithms Performance Analysis in Python'@en ;\n dcterms:description 'A thesis submitted for the degree of Bachelor of Science in Computer Science.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A thesis reporting a research project undertaken as part of an undergraduate course of education leading to a bachelor's degree."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "bachelor's thesis"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Thesis"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb154 <http://www.w3.org/2002/07/owl#members> _:nc2534d39d31a404c8051419731cd4b5eb155 .
_:nc2534d39d31a404c8051419731cd4b5eb155 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/BachelorsThesis> .
<http://purl.org/spar/fabio/BachelorsThesis> <http://www.w3.org/2000/01/rdf-schema#label> "bachelor's thesis"@en .
_:nc2534d39d31a404c8051419731cd4b5eb156 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb157 .
<http://purl.org/spar/fabio/BachelorsThesis> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Thesis> .
<http://purl.org/spar/fabio/BachelorsThesis> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb155 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb156 .
_:nc2534d39d31a404c8051419731cd4b5eb157 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/MastersThesis> .
_:nc2534d39d31a404c8051419731cd4b5eb156 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/DoctoralThesis> .
_:nc2534d39d31a404c8051419731cd4b5eb157 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://purl.org/spar/fabio/BachelorsThesis> <http://purl.org/vocab/vann/example> "\n :my-bachelors-thesis a fabio:BachelorsThesis ;\n dcterms:title 'Sorting Algorithms Performance Analysis in Python'@en ;\n dcterms:description 'A thesis submitted for the degree of Bachelor of Science in Computer Science.'@en .\n " .
<http://purl.org/spar/fabio/BachelorsThesis> <http://www.w3.org/2000/01/rdf-schema#comment> "A thesis reporting a research project undertaken as part of an undergraduate course of education leading to a bachelor's degree."@en .
<http://purl.org/spar/fabio/BachelorsThesis> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb154 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
<http://purl.org/spar/fabio/BachelorsThesis> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/BibliographicDatabase
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:BibliographicDatabase a owl:Class ;
rdfs:label "bibliographic database"@en ;
vann:example """
:my-bibliographic-database a fabio:BibliographicDatabase ;
dcterms:title 'Scopus'@en ;
dcterms:description 'A large abstract and citation database of peer-reviewed literature.'@en .
""" ;
rdfs:comment "A database providing an authoritative source of bibliographic information."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Database ;
vs:term_status reg:statusStable ;
skos:note "Examples include PubMed (http://www.ncbi.nlm.nih.gov/pubmed), CrossRef Metadata Search (http://search.crossref.org/) and PubMed Central (http://www.ncbi.nlm.nih.gov/pmc/)."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/BibliographicDatabase">
<rdfs:label xml:lang="en">bibliographic database</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Database"/>
<rdfs:comment xml:lang="en">A database providing an authoritative source of bibliographic information.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-bibliographic-database a fabio:BibliographicDatabase ;
dcterms:title 'Scopus'@en ;
dcterms:description 'A large abstract and citation database of peer-reviewed literature.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">Examples include PubMed (http://www.ncbi.nlm.nih.gov/pubmed), CrossRef Metadata Search (http://search.crossref.org/) and PubMed Central (http://www.ncbi.nlm.nih.gov/pmc/).</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/BibliographicDatabase",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-bibliographic-database a fabio:BibliographicDatabase ;\n dcterms:title 'Scopus'@en ;\n dcterms:description 'A large abstract and citation database of peer-reviewed literature.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A database providing an authoritative source of bibliographic information."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "bibliographic database"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Database"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "Examples include PubMed (http://www.ncbi.nlm.nih.gov/pubmed), CrossRef Metadata Search (http://search.crossref.org/) and PubMed Central (http://www.ncbi.nlm.nih.gov/pmc/)."
}
]
}
]<http://purl.org/spar/fabio/BibliographicDatabase> <http://www.w3.org/2000/01/rdf-schema#label> "bibliographic database"@en .
<http://purl.org/spar/fabio/BibliographicDatabase> <http://www.w3.org/2004/02/skos/core#note> "Examples include PubMed (http://www.ncbi.nlm.nih.gov/pubmed), CrossRef Metadata Search (http://search.crossref.org/) and PubMed Central (http://www.ncbi.nlm.nih.gov/pmc/)."@en .
<http://purl.org/spar/fabio/BibliographicDatabase> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Database> .
<http://purl.org/spar/fabio/BibliographicDatabase> <http://www.w3.org/2000/01/rdf-schema#comment> "A database providing an authoritative source of bibliographic information."@en .
<http://purl.org/spar/fabio/BibliographicDatabase> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/BibliographicDatabase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/BibliographicDatabase> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/BibliographicDatabase> <http://purl.org/vocab/vann/example> "\n :my-bibliographic-database a fabio:BibliographicDatabase ;\n dcterms:title 'Scopus'@en ;\n dcterms:description 'A large abstract and citation database of peer-reviewed literature.'@en .\n " .
IRI: http://purl.org/spar/fabio/BibliographicMetadata
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:BibliographicMetadata a owl:Class ;
rdfs:label "bibliographic metadata"@en ;
vann:example """
:my-bibliographic-metadata a fabio:BibliographicMetadata ;
dcterms:title 'Bibliographic record for 'The Semantic Web''@en ;
dcterms:creator :john-doe ;
dcterms:description 'Standard descriptive metadata including author, title, and publication date.'@en .
""" ;
rdfs:comment "Standard bibliographic metadata describing an expression of a work."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Metadata ;
vs:term_status reg:statusStable ;
skos:note "To take the example of a journal article, bibliographic metadata typically include the authors' names, the date of publication, the title of the article, the journal name and volume number, the first and last page numbers, and the Digital Object Identifier (DOI)."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/BibliographicMetadata">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">bibliographic metadata</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Metadata"/>
<rdfs:comment xml:lang="en">Standard bibliographic metadata describing an expression of a work.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<skos:note xml:lang="en">To take the example of a journal article, bibliographic metadata typically include the authors' names, the date of publication, the title of the article, the journal name and volume number, the first and last page numbers, and the Digital Object Identifier (DOI).</skos:note>
<vann:example>
:my-bibliographic-metadata a fabio:BibliographicMetadata ;
dcterms:title 'Bibliographic record for 'The Semantic Web''@en ;
dcterms:creator :john-doe ;
dcterms:description 'Standard descriptive metadata including author, title, and publication date.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/BibliographicMetadata",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-bibliographic-metadata a fabio:BibliographicMetadata ;\n dcterms:title 'Bibliographic record for 'The Semantic Web''@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'Standard descriptive metadata including author, title, and publication date.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Standard bibliographic metadata describing an expression of a work."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "bibliographic metadata"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Metadata"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "To take the example of a journal article, bibliographic metadata typically include the authors' names, the date of publication, the title of the article, the journal name and volume number, the first and last page numbers, and the Digital Object Identifier (DOI)."
}
]
}
]<http://purl.org/spar/fabio/BibliographicMetadata> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/BibliographicMetadata> <http://www.w3.org/2000/01/rdf-schema#label> "bibliographic metadata"@en .
<http://purl.org/spar/fabio/BibliographicMetadata> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Metadata> .
<http://purl.org/spar/fabio/BibliographicMetadata> <http://www.w3.org/2000/01/rdf-schema#comment> "Standard bibliographic metadata describing an expression of a work."@en .
<http://purl.org/spar/fabio/BibliographicMetadata> <http://purl.org/vocab/vann/example> "\n :my-bibliographic-metadata a fabio:BibliographicMetadata ;\n dcterms:title 'Bibliographic record for 'The Semantic Web''@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'Standard descriptive metadata including author, title, and publication date.'@en .\n " .
<http://purl.org/spar/fabio/BibliographicMetadata> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/BibliographicMetadata> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/BibliographicMetadata> <http://www.w3.org/2004/02/skos/core#note> "To take the example of a journal article, bibliographic metadata typically include the authors' names, the date of publication, the title of the article, the journal name and volume number, the first and last page numbers, and the Digital Object Identifier (DOI)."@en .
IRI: http://purl.org/spar/fabio/Biography
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Biography a owl:Class ;
rdfs:label "biography"@en ;
vann:example """
:my-biography a fabio:Biography ;
dcterms:title 'Einstein: His Life and Universe'@en ;
dcterms:creator :john-doe ;
dcterms:subject <https://orcid.org/0000-0001-5109-3700> ;
dcterms:description 'A comprehensive scholarly work detailing the life history and scientific contributions of Albert Einstein.'@en .
""" ;
rdfs:comment "An account of the events, works and achievements, both personal and professional, of a person, either living or dead."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Biography">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdfs:label xml:lang="en">biography</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">An account of the events, works and achievements, both personal and professional, of a person, either living or dead.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-biography a fabio:Biography ;
dcterms:title 'Einstein: His Life and Universe'@en ;
dcterms:creator :john-doe ;
dcterms:subject <https://orcid.org/0000-0001-5109-3700> ;
dcterms:description 'A comprehensive scholarly work detailing the life history and scientific contributions of Albert Einstein.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Biography",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-biography a fabio:Biography ;\n dcterms:title 'Einstein: His Life and Universe'@en ;\n dcterms:creator :john-doe ;\n dcterms:subject <https://orcid.org/0000-0001-5109-3700> ; \n dcterms:description 'A comprehensive scholarly work detailing the life history and scientific contributions of Albert Einstein.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An account of the events, works and achievements, both personal and professional, of a person, either living or dead."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "biography"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Biography> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Biography> <http://www.w3.org/2000/01/rdf-schema#comment> "An account of the events, works and achievements, both personal and professional, of a person, either living or dead."@en .
<http://purl.org/spar/fabio/Biography> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Biography> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Biography> <http://purl.org/vocab/vann/example> "\n :my-biography a fabio:Biography ;\n dcterms:title 'Einstein: His Life and Universe'@en ;\n dcterms:creator :john-doe ;\n dcterms:subject <https://orcid.org/0000-0001-5109-3700> ; \n dcterms:description 'A comprehensive scholarly work detailing the life history and scientific contributions of Albert Einstein.'@en .\n " .
<http://purl.org/spar/fabio/Biography> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/Biography> <http://www.w3.org/2000/01/rdf-schema#label> "biography"@en .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Blog a owl:Class ;
rdfs:label "blog"@en ;
vann:example """
:my-blog a fabio:Blog ;
dcterms:title 'The Semantic Web Insights Blog'@en ;
frbr:part :my-blog-post, :my-another-blog-post ;
fabio:hasURL 'https://blog.example.org/semantic-web'^^xsd:anyURI ;
dcterms:description 'A web manifestation used for publishing periodic entries about linked data technologies.'@en .
""" ;
rdfs:comment "A Web publication medium containing blog posts."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:WebManifestation ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Blog">
<rdfs:comment xml:lang="en">A Web publication medium containing blog posts.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">blog</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/WebManifestation"/>
<vann:example>
:my-blog a fabio:Blog ;
dcterms:title 'The Semantic Web Insights Blog'@en ;
frbr:part :my-blog-post, :my-another-blog-post ;
fabio:hasURL 'https://blog.example.org/semantic-web'^^xsd:anyURI ;
dcterms:description 'A web manifestation used for publishing periodic entries about linked data technologies.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Blog",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-blog a fabio:Blog ;\n dcterms:title 'The Semantic Web Insights Blog'@en ;\n frbr:part :my-blog-post, :my-another-blog-post ;\n fabio:hasURL 'https://blog.example.org/semantic-web'^^xsd:anyURI ;\n dcterms:description 'A web manifestation used for publishing periodic entries about linked data technologies.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A Web publication medium containing blog posts."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "blog"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/WebManifestation"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Blog> <http://www.w3.org/2000/01/rdf-schema#label> "blog"@en .
<http://purl.org/spar/fabio/Blog> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Blog> <http://purl.org/vocab/vann/example> "\n :my-blog a fabio:Blog ;\n dcterms:title 'The Semantic Web Insights Blog'@en ;\n frbr:part :my-blog-post, :my-another-blog-post ;\n fabio:hasURL 'https://blog.example.org/semantic-web'^^xsd:anyURI ;\n dcterms:description 'A web manifestation used for publishing periodic entries about linked data technologies.'@en .\n " .
<http://purl.org/spar/fabio/Blog> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Blog> <http://www.w3.org/2000/01/rdf-schema#comment> "A Web publication medium containing blog posts."@en .
<http://purl.org/spar/fabio/Blog> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/WebManifestation> .
<http://purl.org/spar/fabio/Blog> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/BlogPost
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:BlogPost a owl:Class ;
rdfs:label "blog post"@en ;
vann:example """
:my-blog-post a fabio:BlogPost ;
dcterms:title 'The Future of Linked Open Data in 2026'@en ;
dcterms:description 'An individual entry published on a blog discussing the evolution of LOD standards.'@en .
""" ;
rdfs:comment "Information manifested in a blog, one of a set of periodic sequential entries containing commentary, descriptions of events, or other material such as images or videos, usually displayed in reverse-chronological order and usually maintained by an individual, or comments on such a post."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Entry,
fabio:WebContent ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/BlogPost">
<rdfs:comment xml:lang="en">Information manifested in a blog, one of a set of periodic sequential entries containing commentary, descriptions of events, or other material such as images or videos, usually displayed in reverse-chronological order and usually maintained by an individual, or comments on such a post.</rdfs:comment>
<rdfs:label xml:lang="en">blog post</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Entry"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/WebContent"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-blog-post a fabio:BlogPost ;
dcterms:title 'The Future of Linked Open Data in 2026'@en ;
dcterms:description 'An individual entry published on a blog discussing the evolution of LOD standards.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/BlogPost",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-blog-post a fabio:BlogPost ;\n dcterms:title 'The Future of Linked Open Data in 2026'@en ;\n dcterms:description 'An individual entry published on a blog discussing the evolution of LOD standards.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Information manifested in a blog, one of a set of periodic sequential entries containing commentary, descriptions of events, or other material such as images or videos, usually displayed in reverse-chronological order and usually maintained by an individual, or comments on such a post."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "blog post"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Entry"
},
{
"@id": "http://purl.org/spar/fabio/WebContent"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/BlogPost> <http://www.w3.org/2000/01/rdf-schema#comment> "Information manifested in a blog, one of a set of periodic sequential entries containing commentary, descriptions of events, or other material such as images or videos, usually displayed in reverse-chronological order and usually maintained by an individual, or comments on such a post."@en .
<http://purl.org/spar/fabio/BlogPost> <http://www.w3.org/2000/01/rdf-schema#label> "blog post"@en .
<http://purl.org/spar/fabio/BlogPost> <http://purl.org/vocab/vann/example> "\n :my-blog-post a fabio:BlogPost ;\n dcterms:title 'The Future of Linked Open Data in 2026'@en ;\n dcterms:description 'An individual entry published on a blog discussing the evolution of LOD standards.'@en .\n " .
<http://purl.org/spar/fabio/BlogPost> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/BlogPost> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/BlogPost> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Entry> .
<http://purl.org/spar/fabio/BlogPost> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/WebContent> .
<http://purl.org/spar/fabio/BlogPost> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/Book
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Book a owl:Class ;
rdfs:label "book"@en ;
vann:example """
:my-book a fabio:Book ;
dcterms:title 'On the Origin of Species by Means of Natural Selection'@en ;
dcterms:creator :charles-darwin ;
frbr:realizationOf :my-work ;
frbr:embodiment :my-analog-manifestation ;
dcterms:language <http://lexvo.org/id/iso639-3/eng> .
""" ;
rdfs:comment "A non-serial document that is complete in one volume or a designated finite number of volumes. A book published by a publisher is usually identified by an International Standard Book Number (ISBN), and may be manifested as a physical printed publication on paper bound in a hard or soft cover, or in electronic format as an 'e-book'."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Book">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A non-serial document that is complete in one volume or a designated finite number of volumes. A book published by a publisher is usually identified by an International Standard Book Number (ISBN), and may be manifested as a physical printed publication on paper bound in a hard or soft cover, or in electronic format as an 'e-book'.</rdfs:comment>
<rdfs:label xml:lang="en">book</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-book a fabio:Book ;
dcterms:title 'On the Origin of Species by Means of Natural Selection'@en ;
dcterms:creator :charles-darwin ;
frbr:realizationOf :my-work ;
frbr:embodiment :my-analog-manifestation ;
dcterms:language <http://lexvo.org/id/iso639-3/eng> .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Book",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-book a fabio:Book ;\n dcterms:title 'On the Origin of Species by Means of Natural Selection'@en ;\n dcterms:creator :charles-darwin ;\n frbr:realizationOf :my-work ;\n frbr:embodiment :my-analog-manifestation ;\n dcterms:language <http://lexvo.org/id/iso639-3/eng> .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A non-serial document that is complete in one volume or a designated finite number of volumes. A book published by a publisher is usually identified by an International Standard Book Number (ISBN), and may be manifested as a physical printed publication on paper bound in a hard or soft cover, or in electronic format as an 'e-book'."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "book"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Book> <http://www.w3.org/2000/01/rdf-schema#label> "book"@en .
<http://purl.org/spar/fabio/Book> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Book> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Book> <http://purl.org/vocab/vann/example> "\n :my-book a fabio:Book ;\n dcterms:title 'On the Origin of Species by Means of Natural Selection'@en ;\n dcterms:creator :charles-darwin ;\n frbr:realizationOf :my-work ;\n frbr:embodiment :my-analog-manifestation ;\n dcterms:language <http://lexvo.org/id/iso639-3/eng> .\n " .
<http://purl.org/spar/fabio/Book> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Book> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Book> <http://www.w3.org/2000/01/rdf-schema#comment> "A non-serial document that is complete in one volume or a designated finite number of volumes. A book published by a publisher is usually identified by an International Standard Book Number (ISBN), and may be manifested as a physical printed publication on paper bound in a hard or soft cover, or in electronic format as an 'e-book'."@en .
IRI: http://purl.org/spar/fabio/BookChapter
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:BookChapter a owl:Class ;
rdfs:label "book chapter"@en ;
vann:example """
:my-book-chapter a fabio:BookChapter ;
dcterms:title 'Chapter 4: Methodology for Ontology Engineering'@en ;
dcterms:creator :john-doe ;
frbr:partOf :my-book ;
dcterms:description 'A specific chapter focused on engineering methodologies within a scholarly handbook.'@en .
""" ;
rdfs:comment "A defined chapter of a book, usually with a separate title or number."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:partOf ;
owl:someValuesFrom fabio:Book ],
fabio:Chapter ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/BookChapter">
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb9"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Chapter"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A defined chapter of a book, usually with a separate title or number.</rdfs:comment>
<rdfs:label xml:lang="en">book chapter</rdfs:label>
<vann:example>
:my-book-chapter a fabio:BookChapter ;
dcterms:title 'Chapter 4: Methodology for Ontology Engineering'@en ;
dcterms:creator :john-doe ;
frbr:partOf :my-book ;
dcterms:description 'A specific chapter focused on engineering methodologies within a scholarly handbook.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb9">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#partOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Book"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/BookChapter",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-book-chapter a fabio:BookChapter ;\n dcterms:title 'Chapter 4: Methodology for Ontology Engineering'@en ;\n dcterms:creator :john-doe ;\n frbr:partOf :my-book ;\n dcterms:description 'A specific chapter focused on engineering methodologies within a scholarly handbook.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A defined chapter of a book, usually with a separate title or number."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "book chapter"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb9"
},
{
"@id": "http://purl.org/spar/fabio/Chapter"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb9",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#partOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Book"
}
]
}
]<http://purl.org/spar/fabio/BookChapter> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/BookChapter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb9 .
<http://purl.org/spar/fabio/BookChapter> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb9 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Book> .
<http://purl.org/spar/fabio/BookChapter> <http://purl.org/vocab/vann/example> "\n :my-book-chapter a fabio:BookChapter ;\n dcterms:title 'Chapter 4: Methodology for Ontology Engineering'@en ;\n dcterms:creator :john-doe ;\n frbr:partOf :my-book ;\n dcterms:description 'A specific chapter focused on engineering methodologies within a scholarly handbook.'@en .\n " .
<http://purl.org/spar/fabio/BookChapter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Chapter> .
_:nc2534d39d31a404c8051419731cd4b5eb9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/BookChapter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/BookChapter> <http://www.w3.org/2000/01/rdf-schema#comment> "A defined chapter of a book, usually with a separate title or number."@en .
_:nc2534d39d31a404c8051419731cd4b5eb9 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
<http://purl.org/spar/fabio/BookChapter> <http://www.w3.org/2000/01/rdf-schema#label> "book chapter"@en .
IRI: http://purl.org/spar/fabio/BookReview
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:BookReview a owl:Class ;
rdfs:label "book review"@en ;
vann:example """
:my-book-review a fabio:BookReview ;
dcterms:title 'A Critical Analysis of Darwin's Evolutionary Theory'@en ;
dcterms:creator :john-doe ;
dcterms:subject :origin-of-species ;
dcterms:description 'A detailed scholarly review and critical analysis of the arguments presented in 'On the Origin of Species'.'@en .
""" ;
rdfs:comment "A written review and critical analysis of the content, scope and quality of a book or other monographic work."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Review ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/BookReview">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Review"/>
<rdfs:comment xml:lang="en">A written review and critical analysis of the content, scope and quality of a book or other monographic work.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">book review</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-book-review a fabio:BookReview ;
dcterms:title 'A Critical Analysis of Darwin's Evolutionary Theory'@en ;
dcterms:creator :john-doe ;
dcterms:subject :origin-of-species ;
dcterms:description 'A detailed scholarly review and critical analysis of the arguments presented in 'On the Origin of Species'.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/BookReview",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-book-review a fabio:BookReview ;\n dcterms:title 'A Critical Analysis of Darwin's Evolutionary Theory'@en ;\n dcterms:creator :john-doe ;\n dcterms:subject :origin-of-species ;\n dcterms:description 'A detailed scholarly review and critical analysis of the arguments presented in 'On the Origin of Species'.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A written review and critical analysis of the content, scope and quality of a book or other monographic work."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "book review"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Review"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/BookReview> <http://www.w3.org/2000/01/rdf-schema#label> "book review"@en .
<http://purl.org/spar/fabio/BookReview> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Review> .
<http://purl.org/spar/fabio/BookReview> <http://www.w3.org/2000/01/rdf-schema#comment> "A written review and critical analysis of the content, scope and quality of a book or other monographic work."@en .
<http://purl.org/spar/fabio/BookReview> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/BookReview> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/BookReview> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/BookReview> <http://purl.org/vocab/vann/example> "\n :my-book-review a fabio:BookReview ;\n dcterms:title 'A Critical Analysis of Darwin's Evolutionary Theory'@en ;\n dcterms:creator :john-doe ;\n dcterms:subject :origin-of-species ;\n dcterms:description 'A detailed scholarly review and critical analysis of the arguments presented in 'On the Origin of Species'.'@en .\n " .
IRI: http://purl.org/spar/fabio/BookSeries
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:BookSeries a owl:Class ;
rdfs:label "book series"@en ;
vann:example """
:my-book-series a fabio:BookSeries ;
dcterms:title 'Lecture Notes in Computer Science'@en ;
prism:issn '0302-9743' ;
frbr:part :my-book, :my-another-book ;
dcterms:description 'A theoretical and professional book series focused on computer science research and development.'@en .
""" ;
rdfs:comment "A sequence of books having certain characteristics in common that are formally identified together as a group."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:part ;
owl:someValuesFrom fabio:Book ],
fabio:Series ;
owl:disjointWith fabio:BookSet ;
vs:term_status reg:statusStable ;
skos:note "Examples include the books in the Law, Governance and Technology Series published by Springer."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/BookSeries">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">book series</rdfs:label>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb10"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Series"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A sequence of books having certain characteristics in common that are formally identified together as a group.</rdfs:comment>
<owl:disjointWith rdf:resource="http://purl.org/spar/fabio/BookSet"/>
<skos:note xml:lang="en">Examples include the books in the Law, Governance and Technology Series published by Springer.</skos:note>
<vann:example>
:my-book-series a fabio:BookSeries ;
dcterms:title 'Lecture Notes in Computer Science'@en ;
prism:issn '0302-9743' ;
frbr:part :my-book, :my-another-book ;
dcterms:description 'A theoretical and professional book series focused on computer science research and development.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb10">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#part"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Book"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/BookSeries",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-book-series a fabio:BookSeries ;\n dcterms:title 'Lecture Notes in Computer Science'@en ;\n prism:issn '0302-9743' ;\n frbr:part :my-book, :my-another-book ;\n dcterms:description 'A theoretical and professional book series focused on computer science research and development.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A sequence of books having certain characteristics in common that are formally identified together as a group."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "book series"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb10"
},
{
"@id": "http://purl.org/spar/fabio/Series"
}
],
"http://www.w3.org/2002/07/owl#disjointWith": [
{
"@id": "http://purl.org/spar/fabio/BookSet"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "Examples include the books in the Law, Governance and Technology Series published by Springer."
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb10",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#part"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Book"
}
]
}
]<http://purl.org/spar/fabio/BookSeries> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/BookSeries> <http://www.w3.org/2000/01/rdf-schema#label> "book series"@en .
<http://purl.org/spar/fabio/BookSeries> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb10 .
_:nc2534d39d31a404c8051419731cd4b5eb10 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
_:nc2534d39d31a404c8051419731cd4b5eb10 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Book> .
_:nc2534d39d31a404c8051419731cd4b5eb10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/BookSeries> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/BookSeries> <http://purl.org/vocab/vann/example> "\n :my-book-series a fabio:BookSeries ;\n dcterms:title 'Lecture Notes in Computer Science'@en ;\n prism:issn '0302-9743' ;\n frbr:part :my-book, :my-another-book ;\n dcterms:description 'A theoretical and professional book series focused on computer science research and development.'@en .\n " .
<http://purl.org/spar/fabio/BookSeries> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/BookSeries> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Series> .
<http://purl.org/spar/fabio/BookSeries> <http://www.w3.org/2000/01/rdf-schema#comment> "A sequence of books having certain characteristics in common that are formally identified together as a group."@en .
<http://purl.org/spar/fabio/BookSeries> <http://www.w3.org/2002/07/owl#disjointWith> <http://purl.org/spar/fabio/BookSet> .
<http://purl.org/spar/fabio/BookSeries> <http://www.w3.org/2004/02/skos/core#note> "Examples include the books in the Law, Governance and Technology Series published by Springer."@en .
IRI: http://purl.org/spar/fabio/BookSet
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:BookSet a owl:Class ;
rdfs:label "book set"@en ;
vann:example """
:my-book-set a fabio:BookSet ;
dcterms:title 'The Lord of the Rings (Boxed Set)'@en ;
frbr:part :my-book, :my-another-book, :my-even-another-book ;
dcterms:description 'A finite collection of books published together as a single unit or boxed set.'@en .
""" ;
rdfs:comment "A set of books having certain characteristics in common that informally allow their identification together as a group - for instance, the books of The Lord of the Rings saga."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:part ;
owl:someValuesFrom fabio:Book ],
fabio:ExpressionCollection ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/BookSet">
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb66"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ExpressionCollection"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">book set</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A set of books having certain characteristics in common that informally allow their identification together as a group - for instance, the books of The Lord of the Rings saga.</rdfs:comment>
<vann:example>
:my-book-set a fabio:BookSet ;
dcterms:title 'The Lord of the Rings (Boxed Set)'@en ;
frbr:part :my-book, :my-another-book, :my-even-another-book ;
dcterms:description 'A finite collection of books published together as a single unit or boxed set.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb66">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#part"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Book"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/BookSet",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-book-set a fabio:BookSet ;\n dcterms:title 'The Lord of the Rings (Boxed Set)'@en ;\n frbr:part :my-book, :my-another-book, :my-even-another-book ;\n dcterms:description 'A finite collection of books published together as a single unit or boxed set.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A set of books having certain characteristics in common that informally allow their identification together as a group - for instance, the books of The Lord of the Rings saga."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "book set"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb66"
},
{
"@id": "http://purl.org/spar/fabio/ExpressionCollection"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb66",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#part"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Book"
}
]
}
]<http://purl.org/spar/fabio/BookSet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb66 .
_:nc2534d39d31a404c8051419731cd4b5eb66 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
<http://purl.org/spar/fabio/BookSet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ExpressionCollection> .
<http://purl.org/spar/fabio/BookSet> <http://purl.org/vocab/vann/example> "\n :my-book-set a fabio:BookSet ;\n dcterms:title 'The Lord of the Rings (Boxed Set)'@en ;\n frbr:part :my-book, :my-another-book, :my-even-another-book ;\n dcterms:description 'A finite collection of books published together as a single unit or boxed set.'@en .\n " .
<http://purl.org/spar/fabio/BookSet> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb66 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Book> .
<http://purl.org/spar/fabio/BookSet> <http://www.w3.org/2000/01/rdf-schema#label> "book set"@en .
<http://purl.org/spar/fabio/BookSet> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/BookSet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/BookSet> <http://www.w3.org/2000/01/rdf-schema#comment> "A set of books having certain characteristics in common that informally allow their identification together as a group - for instance, the books of The Lord of the Rings saga."@en .
IRI: http://purl.org/spar/fabio/BriefReport
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:BriefReport a owl:Class ;
rdfs:label "brief report"@en ;
vann:example """
:my-brief-report a fabio:BriefReport ;
dcterms:title 'Preliminary Observations on the New Omicron Subvariant'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A short report providing early data and rapid updates on ongoing clinical observations.'@en ;
dcterms:subject <http://purl.uniprot.org/keywords/949> .
""" ;
rdfs:comment "A brief report document. This term may also be used synonymously with Rapid Communication to mean 'A short rapidly published research article or conference paper, typically reporting significant research results that have been recently discovered, or a brief news item reporting such discoveries.'"@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Class ;
owl:unionOf ( fabio:RapidCommunication fabio:ReportDocument ) ],
fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb94">
<rdf:first rdf:resource="http://purl.org/spar/fabio/RapidCommunication"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb95"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb95">
<rdf:first rdf:resource="http://purl.org/spar/fabio/ReportDocument"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb93">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb94"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/BriefReport">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb93"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:comment xml:lang="en">A brief report document. This term may also be used synonymously with Rapid Communication to mean 'A short rapidly published research article or conference paper, typically reporting significant research results that have been recently discovered, or a brief news item reporting such discoveries.'</rdfs:comment>
<rdfs:label xml:lang="en">brief report</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-brief-report a fabio:BriefReport ;
dcterms:title 'Preliminary Observations on the New Omicron Subvariant'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A short report providing early data and rapid updates on ongoing clinical observations.'@en ;
dcterms:subject <http://purl.uniprot.org/keywords/949> .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/BriefReport",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-brief-report a fabio:BriefReport ;\n dcterms:title 'Preliminary Observations on the New Omicron Subvariant'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A short report providing early data and rapid updates on ongoing clinical observations.'@en ;\n dcterms:subject <http://purl.uniprot.org/keywords/949> .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A brief report document. This term may also be used synonymously with Rapid Communication to mean 'A short rapidly published research article or conference paper, typically reporting significant research results that have been recently discovered, or a brief news item reporting such discoveries.'"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "brief report"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb93"
},
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb93",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#unionOf": [
{
"@list": [
{
"@id": "http://purl.org/spar/fabio/RapidCommunication"
},
{
"@id": "http://purl.org/spar/fabio/ReportDocument"
}
]
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb94 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb95 .
_:nc2534d39d31a404c8051419731cd4b5eb94 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/RapidCommunication> .
_:nc2534d39d31a404c8051419731cd4b5eb95 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:nc2534d39d31a404c8051419731cd4b5eb93 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/BriefReport> <http://purl.org/vocab/vann/example> "\n :my-brief-report a fabio:BriefReport ;\n dcterms:title 'Preliminary Observations on the New Omicron Subvariant'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A short report providing early data and rapid updates on ongoing clinical observations.'@en ;\n dcterms:subject <http://purl.uniprot.org/keywords/949> .\n " .
<http://purl.org/spar/fabio/BriefReport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/BriefReport> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/BriefReport> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/BriefReport> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb93 .
_:nc2534d39d31a404c8051419731cd4b5eb95 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/ReportDocument> .
<http://purl.org/spar/fabio/BriefReport> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/BriefReport> <http://www.w3.org/2000/01/rdf-schema#comment> "A brief report document. This term may also be used synonymously with Rapid Communication to mean 'A short rapidly published research article or conference paper, typically reporting significant research results that have been recently discovered, or a brief news item reporting such discoveries.'"@en .
<http://purl.org/spar/fabio/BriefReport> <http://www.w3.org/2000/01/rdf-schema#label> "brief report"@en .
_:nc2534d39d31a404c8051419731cd4b5eb93 <http://www.w3.org/2002/07/owl#unionOf> _:nc2534d39d31a404c8051419731cd4b5eb94 .
IRI: http://purl.org/spar/fabio/CallForApplications
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:CallForApplications a owl:Class ;
rdfs:label "call for applications" ;
vann:example """
:my-call-for-applications a fabio:CallForApplications ;
dcterms:title 'ERC Starting Grants 2026 Call'@en ;
fabio:hasDeadline '2025-10-15T17:00:00Z'^^xsd:dateTime ;
frbr:realizationOf :my-proposition ;
dcterms:description 'Formal request for research proposals from early-career scientists to provide long-term funding.'@en .
""" ;
rdfs:comment "A document published by a funding agency requesting submission of applications for financial grants to fund projects, for example to enable research investigations in areas specified in the call."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:Proposition ],
fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/CallForApplications">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label>call for applications</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb11"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A document published by a funding agency requesting submission of applications for financial grants to fund projects, for example to enable research investigations in areas specified in the call.</rdfs:comment>
<vann:example>
:my-call-for-applications a fabio:CallForApplications ;
dcterms:title 'ERC Starting Grants 2026 Call'@en ;
fabio:hasDeadline '2025-10-15T17:00:00Z'^^xsd:dateTime ;
frbr:realizationOf :my-proposition ;
dcterms:description 'Formal request for research proposals from early-career scientists to provide long-term funding.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb11">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Proposition"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/CallForApplications",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-call-for-applications a fabio:CallForApplications ;\n dcterms:title 'ERC Starting Grants 2026 Call'@en ;\n fabio:hasDeadline '2025-10-15T17:00:00Z'^^xsd:dateTime ;\n frbr:realizationOf :my-proposition ;\n dcterms:description 'Formal request for research proposals from early-career scientists to provide long-term funding.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A document published by a funding agency requesting submission of applications for financial grants to fund projects, for example to enable research investigations in areas specified in the call."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "call for applications"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb11"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb11",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Proposition"
}
]
}
]<http://purl.org/spar/fabio/CallForApplications> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/CallForApplications> <http://www.w3.org/2000/01/rdf-schema#label> "call for applications" .
_:nc2534d39d31a404c8051419731cd4b5eb11 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Proposition> .
<http://purl.org/spar/fabio/CallForApplications> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/CallForApplications> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/CallForApplications> <http://purl.org/vocab/vann/example> "\n :my-call-for-applications a fabio:CallForApplications ;\n dcterms:title 'ERC Starting Grants 2026 Call'@en ;\n fabio:hasDeadline '2025-10-15T17:00:00Z'^^xsd:dateTime ;\n frbr:realizationOf :my-proposition ;\n dcterms:description 'Formal request for research proposals from early-career scientists to provide long-term funding.'@en .\n " .
<http://purl.org/spar/fabio/CallForApplications> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb11 .
_:nc2534d39d31a404c8051419731cd4b5eb11 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
_:nc2534d39d31a404c8051419731cd4b5eb11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/CallForApplications> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/CallForApplications> <http://www.w3.org/2000/01/rdf-schema#comment> "A document published by a funding agency requesting submission of applications for financial grants to fund projects, for example to enable research investigations in areas specified in the call."@en .
IRI: http://purl.org/spar/fabio/CaseForSupport
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:CaseForSupport a owl:Class ;
rdfs:label "case for support"@en ;
vann:example """
:my-case-for-support a fabio:CaseForSupport ;
dcterms:title 'Scientific Rationale for Neural Network Optimization Project'@en ;
dcterms:creator :john-doe ;
frbr:realization :my-case-for-support-document ;
dcterms:description 'The conceptual work providing the intellectual justification and research plan for a grant application.'@en .
""" ;
rdfs:comment "A part of a grant application that provides a description of a proposed project and gives reasons why it is worthy of funding."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:seeAlso fabio:GrantApplication ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/CaseForSupport">
<rdfs:comment xml:lang="en">A part of a grant application that provides a description of a proposed project and gives reasons why it is worthy of funding.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">case for support</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/GrantApplication"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-case-for-support a fabio:CaseForSupport ;
dcterms:title 'Scientific Rationale for Neural Network Optimization Project'@en ;
dcterms:creator :john-doe ;
frbr:realization :my-case-for-support-document ;
dcterms:description 'The conceptual work providing the intellectual justification and research plan for a grant application.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/CaseForSupport",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-case-for-support a fabio:CaseForSupport ;\n dcterms:title 'Scientific Rationale for Neural Network Optimization Project'@en ;\n dcterms:creator :john-doe ;\n frbr:realization :my-case-for-support-document ;\n dcterms:description 'The conceptual work providing the intellectual justification and research plan for a grant application.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A part of a grant application that provides a description of a proposed project and gives reasons why it is worthy of funding."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "case for support"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/fabio/GrantApplication"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/CaseForSupport> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/CaseForSupport> <http://purl.org/vocab/vann/example> "\n :my-case-for-support a fabio:CaseForSupport ;\n dcterms:title 'Scientific Rationale for Neural Network Optimization Project'@en ;\n dcterms:creator :john-doe ;\n frbr:realization :my-case-for-support-document ;\n dcterms:description 'The conceptual work providing the intellectual justification and research plan for a grant application.'@en .\n " .
<http://purl.org/spar/fabio/CaseForSupport> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/CaseForSupport> <http://www.w3.org/2000/01/rdf-schema#label> "case for support"@en .
<http://purl.org/spar/fabio/CaseForSupport> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/CaseForSupport> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/GrantApplication> .
<http://purl.org/spar/fabio/CaseForSupport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/CaseForSupport> <http://www.w3.org/2000/01/rdf-schema#comment> "A part of a grant application that provides a description of a proposed project and gives reasons why it is worthy of funding."@en .
IRI: http://purl.org/spar/fabio/CaseForSupportDocument
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:CaseForSupportDocument a owl:Class ;
rdfs:label "case for support document"@en ;
vann:example """
:my-case-for-support-document a fabio:CaseForSupportDocument ;
dcterms:title 'Case for Support: Neural Network Optimization Project'@en ;
frbr:realizationOf :my-case-for-support ;
frbr:embodiment :my-digital-manifestation ;
dcterms:language <http://lexvo.org/id/iso639-3/eng> .
""" ;
rdfs:comment "A document containing the case for support for a particular project, usually contained within a grant application document but sometimes distributed separately, without the financial and organizational information that the grant application document also contains."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:CaseForSupport ],
fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/CaseForSupportDocument">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb12"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">case for support document</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A document containing the case for support for a particular project, usually contained within a grant application document but sometimes distributed separately, without the financial and organizational information that the grant application document also contains.</rdfs:comment>
<vann:example>
:my-case-for-support-document a fabio:CaseForSupportDocument ;
dcterms:title 'Case for Support: Neural Network Optimization Project'@en ;
frbr:realizationOf :my-case-for-support ;
frbr:embodiment :my-digital-manifestation ;
dcterms:language <http://lexvo.org/id/iso639-3/eng> .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb12">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/CaseForSupport"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/CaseForSupportDocument",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-case-for-support-document a fabio:CaseForSupportDocument ;\n dcterms:title 'Case for Support: Neural Network Optimization Project'@en ;\n frbr:realizationOf :my-case-for-support ;\n frbr:embodiment :my-digital-manifestation ;\n dcterms:language <http://lexvo.org/id/iso639-3/eng> .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A document containing the case for support for a particular project, usually contained within a grant application document but sometimes distributed separately, without the financial and organizational information that the grant application document also contains."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "case for support document"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb12"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb12",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/CaseForSupport"
}
]
}
]<http://purl.org/spar/fabio/CaseForSupportDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/CaseForSupportDocument> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/CaseForSupportDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb12 .
<http://purl.org/spar/fabio/CaseForSupportDocument> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb12 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
_:nc2534d39d31a404c8051419731cd4b5eb12 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/CaseForSupport> .
<http://purl.org/spar/fabio/CaseForSupportDocument> <http://www.w3.org/2000/01/rdf-schema#label> "case for support document"@en .
_:nc2534d39d31a404c8051419731cd4b5eb12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/CaseForSupportDocument> <http://purl.org/vocab/vann/example> "\n :my-case-for-support-document a fabio:CaseForSupportDocument ;\n dcterms:title 'Case for Support: Neural Network Optimization Project'@en ;\n frbr:realizationOf :my-case-for-support ;\n frbr:embodiment :my-digital-manifestation ;\n dcterms:language <http://lexvo.org/id/iso639-3/eng> .\n " .
<http://purl.org/spar/fabio/CaseForSupportDocument> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/CaseForSupportDocument> <http://www.w3.org/2000/01/rdf-schema#comment> "A document containing the case for support for a particular project, usually contained within a grant application document but sometimes distributed separately, without the financial and organizational information that the grant application document also contains."@en .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:CaseReport a owl:Class ;
rdfs:label "case report"@en ;
vann:example """
:my-case-report a fabio:CaseReport ;
dcterms:title 'Rare neurological manifestations in a 45-year-old patient'@en ;
dcterms:creator :john-doe ;
dcterms:subject <http://purl.bioontology.org/ontology/MESH/D009422> ;
dcterms:description 'A detailed report of the symptoms, diagnosis, and treatment of an individual clinical case.'@en .
""" ;
rdfs:comment "A report about a particular case or situation."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Report ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/CaseReport">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Report"/>
<rdfs:label xml:lang="en">case report</rdfs:label>
<rdfs:comment xml:lang="en">A report about a particular case or situation.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-case-report a fabio:CaseReport ;
dcterms:title 'Rare neurological manifestations in a 45-year-old patient'@en ;
dcterms:creator :john-doe ;
dcterms:subject <http://purl.bioontology.org/ontology/MESH/D009422> ;
dcterms:description 'A detailed report of the symptoms, diagnosis, and treatment of an individual clinical case.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/CaseReport",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-case-report a fabio:CaseReport ;\n dcterms:title 'Rare neurological manifestations in a 45-year-old patient'@en ;\n dcterms:creator :john-doe ;\n dcterms:subject <http://purl.bioontology.org/ontology/MESH/D009422> ;\n dcterms:description 'A detailed report of the symptoms, diagnosis, and treatment of an individual clinical case.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A report about a particular case or situation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "case report"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Report"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/CaseReport> <http://www.w3.org/2000/01/rdf-schema#label> "case report"@en .
<http://purl.org/spar/fabio/CaseReport> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/CaseReport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/CaseReport> <http://www.w3.org/2000/01/rdf-schema#comment> "A report about a particular case or situation."@en .
<http://purl.org/spar/fabio/CaseReport> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/CaseReport> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Report> .
<http://purl.org/spar/fabio/CaseReport> <http://purl.org/vocab/vann/example> "\n :my-case-report a fabio:CaseReport ;\n dcterms:title 'Rare neurological manifestations in a 45-year-old patient'@en ;\n dcterms:creator :john-doe ;\n dcterms:subject <http://purl.bioontology.org/ontology/MESH/D009422> ;\n dcterms:description 'A detailed report of the symptoms, diagnosis, and treatment of an individual clinical case.'@en .\n " .
IRI: http://purl.org/spar/fabio/Catalog
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Catalog a owl:Class ;
rdfs:label "catalog"@en ;
vann:example """
:my-catalog a fabio:Catalog ;
dcterms:title 'Online Public Access Catalog (OPAC) - University Library'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A systematic list of items, such as books or manuscripts, arranged in a specific order to facilitate discovery.'@en .
""" ;
rdfs:comment "A list of items describing the content of a resource, for example items in an exhibition, items offered for sale by a vendor, or entities contained within a library or collection. Ideally, catalogs are created according to specific and uniform principles of construction and are under the control of an authority file."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Specification ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Catalog">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">catalog</rdfs:label>
<rdfs:comment xml:lang="en">A list of items describing the content of a resource, for example items in an exhibition, items offered for sale by a vendor, or entities contained within a library or collection. Ideally, catalogs are created according to specific and uniform principles of construction and are under the control of an authority file.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Specification"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-catalog a fabio:Catalog ;
dcterms:title 'Online Public Access Catalog (OPAC) - University Library'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A systematic list of items, such as books or manuscripts, arranged in a specific order to facilitate discovery.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Catalog",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-catalog a fabio:Catalog ;\n dcterms:title 'Online Public Access Catalog (OPAC) - University Library'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A systematic list of items, such as books or manuscripts, arranged in a specific order to facilitate discovery.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A list of items describing the content of a resource, for example items in an exhibition, items offered for sale by a vendor, or entities contained within a library or collection. Ideally, catalogs are created according to specific and uniform principles of construction and are under the control of an authority file."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "catalog"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Specification"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Catalog> <http://www.w3.org/2000/01/rdf-schema#comment> "A list of items describing the content of a resource, for example items in an exhibition, items offered for sale by a vendor, or entities contained within a library or collection. Ideally, catalogs are created according to specific and uniform principles of construction and are under the control of an authority file."@en .
<http://purl.org/spar/fabio/Catalog> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Catalog> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Catalog> <http://purl.org/vocab/vann/example> "\n :my-catalog a fabio:Catalog ;\n dcterms:title 'Online Public Access Catalog (OPAC) - University Library'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A systematic list of items, such as books or manuscripts, arranged in a specific order to facilitate discovery.'@en .\n " .
<http://purl.org/spar/fabio/Catalog> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Catalog> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Specification> .
<http://purl.org/spar/fabio/Catalog> <http://www.w3.org/2000/01/rdf-schema#label> "catalog"@en .
IRI: http://purl.org/spar/fabio/Chapter
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Chapter a owl:Class ;
rdfs:label "chapter"@en ;
vann:example """
:my-chapter a fabio:Chapter ;
dcterms:title 'Introduction to SPARQL Query Language'@en ;
frbr:partOf :my-book ;
fabio:hasSequenceIdentifier '1' ;
dcterms:description 'The introductory chapter of a technical handbook.'@en .
""" ;
rdfs:comment "A defined document section, forming part of or intended for inclusion within a larger document, usually with its own title or chapter number. Different chapters within a document such as a book or a report may each be independently authored, or may all be authored by a single individual or group of authors."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Chapter">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">chapter</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:comment xml:lang="en">A defined document section, forming part of or intended for inclusion within a larger document, usually with its own title or chapter number. Different chapters within a document such as a book or a report may each be independently authored, or may all be authored by a single individual or group of authors.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-chapter a fabio:Chapter ;
dcterms:title 'Introduction to SPARQL Query Language'@en ;
frbr:partOf :my-book ;
fabio:hasSequenceIdentifier '1' ;
dcterms:description 'The introductory chapter of a technical handbook.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Chapter",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-chapter a fabio:Chapter ;\n dcterms:title 'Introduction to SPARQL Query Language'@en ;\n frbr:partOf :my-book ;\n fabio:hasSequenceIdentifier '1' ;\n dcterms:description 'The introductory chapter of a technical handbook.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A defined document section, forming part of or intended for inclusion within a larger document, usually with its own title or chapter number. Different chapters within a document such as a book or a report may each be independently authored, or may all be authored by a single individual or group of authors."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "chapter"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Chapter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Chapter> <http://www.w3.org/2000/01/rdf-schema#label> "chapter"@en .
<http://purl.org/spar/fabio/Chapter> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Chapter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Chapter> <http://www.w3.org/2000/01/rdf-schema#comment> "A defined document section, forming part of or intended for inclusion within a larger document, usually with its own title or chapter number. Different chapters within a document such as a book or a report may each be independently authored, or may all be authored by a single individual or group of authors."@en .
<http://purl.org/spar/fabio/Chapter> <http://purl.org/vocab/vann/example> "\n :my-chapter a fabio:Chapter ;\n dcterms:title 'Introduction to SPARQL Query Language'@en ;\n frbr:partOf :my-book ;\n fabio:hasSequenceIdentifier '1' ;\n dcterms:description 'The introductory chapter of a technical handbook.'@en .\n " .
<http://purl.org/spar/fabio/Chapter> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/CitationMetadata
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:CitationMetadata a owl:Class ;
rdfs:label "citation metadata"@en ;
vann:example """
:my-citation-metadata a fabio:CitationMetadata ;
dcterms:title 'Citation data for 'On the Origin of Species''@en ;
dcterms:creator :john-doe ;
dcterms:description 'A collection of metadata specifically focused on the references and citations made by or to a particular work.'@en .
""" ;
rdfs:comment "Metadata describing the citations made within a work to other works, and (optionally) some characteristics of the expressions of the cited works."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Metadata ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/CitationMetadata">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">citation metadata</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Metadata"/>
<rdfs:comment xml:lang="en">Metadata describing the citations made within a work to other works, and (optionally) some characteristics of the expressions of the cited works.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-citation-metadata a fabio:CitationMetadata ;
dcterms:title 'Citation data for 'On the Origin of Species''@en ;
dcterms:creator :john-doe ;
dcterms:description 'A collection of metadata specifically focused on the references and citations made by or to a particular work.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/CitationMetadata",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-citation-metadata a fabio:CitationMetadata ;\n dcterms:title 'Citation data for 'On the Origin of Species''@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A collection of metadata specifically focused on the references and citations made by or to a particular work.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Metadata describing the citations made within a work to other works, and (optionally) some characteristics of the expressions of the cited works."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "citation metadata"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Metadata"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/CitationMetadata> <http://www.w3.org/2000/01/rdf-schema#comment> "Metadata describing the citations made within a work to other works, and (optionally) some characteristics of the expressions of the cited works."@en .
<http://purl.org/spar/fabio/CitationMetadata> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/CitationMetadata> <http://www.w3.org/2000/01/rdf-schema#label> "citation metadata"@en .
<http://purl.org/spar/fabio/CitationMetadata> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/CitationMetadata> <http://purl.org/vocab/vann/example> "\n :my-citation-metadata a fabio:CitationMetadata ;\n dcterms:title 'Citation data for 'On the Origin of Species''@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A collection of metadata specifically focused on the references and citations made by or to a particular work.'@en .\n " .
<http://purl.org/spar/fabio/CitationMetadata> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/CitationMetadata> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Metadata> .
IRI: http://purl.org/spar/fabio/ClinicalCaseReport
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ClinicalCaseReport a owl:Class ;
rdfs:label "clinical case report"@en ;
vann:example """
:my-clinical-case-report a fabio:ClinicalCaseReport ;
dcterms:title 'Clinical management of severe respiratory distress in a pediatric patient'@en ;
dcterms:creator :john-doe ;
dcterms:subject <http://purl.bioontology.org/ontology/MESH/D000086382> ;
dcterms:description 'A detailed clinical report covering diagnosis, therapeutic interventions, and outcome of a specific patient.'@en .
""" ;
rdfs:comment "A presentation of findings following a clinical or medical investigation on a human or animal patient, that may contain a diagnosis and proposals for therapeutic treatment and/or epidemiological control measures, or may propose further evaluative studies that will eventually lead to such outcomes."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:CaseReport ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ClinicalCaseReport">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/CaseReport"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">clinical case report</rdfs:label>
<rdfs:comment xml:lang="en">A presentation of findings following a clinical or medical investigation on a human or animal patient, that may contain a diagnosis and proposals for therapeutic treatment and/or epidemiological control measures, or may propose further evaluative studies that will eventually lead to such outcomes.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-clinical-case-report a fabio:ClinicalCaseReport ;
dcterms:title 'Clinical management of severe respiratory distress in a pediatric patient'@en ;
dcterms:creator :john-doe ;
dcterms:subject <http://purl.bioontology.org/ontology/MESH/D000086382> ;
dcterms:description 'A detailed clinical report covering diagnosis, therapeutic interventions, and outcome of a specific patient.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ClinicalCaseReport",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-clinical-case-report a fabio:ClinicalCaseReport ;\n dcterms:title 'Clinical management of severe respiratory distress in a pediatric patient'@en ;\n dcterms:creator :john-doe ;\n dcterms:subject <http://purl.bioontology.org/ontology/MESH/D000086382> ;\n dcterms:description 'A detailed clinical report covering diagnosis, therapeutic interventions, and outcome of a specific patient.'@en . \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A presentation of findings following a clinical or medical investigation on a human or animal patient, that may contain a diagnosis and proposals for therapeutic treatment and/or epidemiological control measures, or may propose further evaluative studies that will eventually lead to such outcomes."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "clinical case report"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/CaseReport"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ClinicalCaseReport> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/CaseReport> .
<http://purl.org/spar/fabio/ClinicalCaseReport> <http://purl.org/vocab/vann/example> "\n :my-clinical-case-report a fabio:ClinicalCaseReport ;\n dcterms:title 'Clinical management of severe respiratory distress in a pediatric patient'@en ;\n dcterms:creator :john-doe ;\n dcterms:subject <http://purl.bioontology.org/ontology/MESH/D000086382> ;\n dcterms:description 'A detailed clinical report covering diagnosis, therapeutic interventions, and outcome of a specific patient.'@en . \n " .
<http://purl.org/spar/fabio/ClinicalCaseReport> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ClinicalCaseReport> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ClinicalCaseReport> <http://www.w3.org/2000/01/rdf-schema#label> "clinical case report"@en .
<http://purl.org/spar/fabio/ClinicalCaseReport> <http://www.w3.org/2000/01/rdf-schema#comment> "A presentation of findings following a clinical or medical investigation on a human or animal patient, that may contain a diagnosis and proposals for therapeutic treatment and/or epidemiological control measures, or may propose further evaluative studies that will eventually lead to such outcomes."@en .
<http://purl.org/spar/fabio/ClinicalCaseReport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/ClinicalGuideline
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ClinicalGuideline a owl:Class ;
rdfs:label "clinical guideline"@en ;
vann:example """
:my-clinical-guideline a fabio:ClinicalGuideline ;
dcterms:title 'International Guidelines for the Management of Arterial Hypertension'@en ;
dcterms:creator :john-doe ;
dcterms:subject <http://purl.bioontology.org/ontology/MESH/D006973> ;
dcterms:description 'Systematically developed statements to assist practitioner and patient decisions about appropriate health care for specific clinical circumstances.'@en .
""" ;
rdfs:comment "A recommendation on the appropriate treatment and care of people with a specific disease or condition, based on the best available evidence, designed to help healthcare professionals in their work."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:InstructionalWork ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ClinicalGuideline">
<rdfs:label xml:lang="en">clinical guideline</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/InstructionalWork"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A recommendation on the appropriate treatment and care of people with a specific disease or condition, based on the best available evidence, designed to help healthcare professionals in their work.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-clinical-guideline a fabio:ClinicalGuideline ;
dcterms:title 'International Guidelines for the Management of Arterial Hypertension'@en ;
dcterms:creator :john-doe ;
dcterms:subject <http://purl.bioontology.org/ontology/MESH/D006973> ;
dcterms:description 'Systematically developed statements to assist practitioner and patient decisions about appropriate health care for specific clinical circumstances.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ClinicalGuideline",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-clinical-guideline a fabio:ClinicalGuideline ;\n dcterms:title 'International Guidelines for the Management of Arterial Hypertension'@en ;\n dcterms:creator :john-doe ;\n dcterms:subject <http://purl.bioontology.org/ontology/MESH/D006973> ;\n dcterms:description 'Systematically developed statements to assist practitioner and patient decisions about appropriate health care for specific clinical circumstances.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A recommendation on the appropriate treatment and care of people with a specific disease or condition, based on the best available evidence, designed to help healthcare professionals in their work."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "clinical guideline"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/InstructionalWork"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ClinicalGuideline> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ClinicalGuideline> <http://purl.org/vocab/vann/example> "\n :my-clinical-guideline a fabio:ClinicalGuideline ;\n dcterms:title 'International Guidelines for the Management of Arterial Hypertension'@en ;\n dcterms:creator :john-doe ;\n dcterms:subject <http://purl.bioontology.org/ontology/MESH/D006973> ;\n dcterms:description 'Systematically developed statements to assist practitioner and patient decisions about appropriate health care for specific clinical circumstances.'@en .\n " .
<http://purl.org/spar/fabio/ClinicalGuideline> <http://www.w3.org/2000/01/rdf-schema#comment> "A recommendation on the appropriate treatment and care of people with a specific disease or condition, based on the best available evidence, designed to help healthcare professionals in their work."@en .
<http://purl.org/spar/fabio/ClinicalGuideline> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ClinicalGuideline> <http://www.w3.org/2000/01/rdf-schema#label> "clinical guideline"@en .
<http://purl.org/spar/fabio/ClinicalGuideline> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/InstructionalWork> .
<http://purl.org/spar/fabio/ClinicalGuideline> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/ClinicalTrialDesign
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ClinicalTrialDesign a owl:Class ;
rdfs:label "clinical trial design"@en ;
vann:example """
:my-clinical-trial-design a fabio:ClinicalTrialDesign ;
dcterms:title 'Double-blind, Randomized, Placebo-controlled Phase III Study Design'@en ;
dcterms:creator :john-doe ;
dcterms:description 'The conceptual framework and methodological plan for conducting a specific clinical trial.'@en .
""" ;
rdfs:comment "A predefined written procedural method, designed to ensure reliability of findings, for undertaking a medical or veterinary clinical study of the safety, efficacy, or optimum dosage schedule of one or more diagnostic, therapeutic or prophylactic drugs or treatments, or of devices or techniques, involving a randomized controlled trial for evidence-based assessment in humans or animals, specifying criteria of eligibility, nature of controls, sampling schedules, data collection parameters, statistical analyses, reporting standards, etc. to be employed in undertaking the clinical trial." ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Specification ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ClinicalTrialDesign">
<rdfs:label xml:lang="en">clinical trial design</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Specification"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment>A predefined written procedural method, designed to ensure reliability of findings, for undertaking a medical or veterinary clinical study of the safety, efficacy, or optimum dosage schedule of one or more diagnostic, therapeutic or prophylactic drugs or treatments, or of devices or techniques, involving a randomized controlled trial for evidence-based assessment in humans or animals, specifying criteria of eligibility, nature of controls, sampling schedules, data collection parameters, statistical analyses, reporting standards, etc. to be employed in undertaking the clinical trial.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-clinical-trial-design a fabio:ClinicalTrialDesign ;
dcterms:title 'Double-blind, Randomized, Placebo-controlled Phase III Study Design'@en ;
dcterms:creator :john-doe ;
dcterms:description 'The conceptual framework and methodological plan for conducting a specific clinical trial.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ClinicalTrialDesign",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-clinical-trial-design a fabio:ClinicalTrialDesign ;\n dcterms:title 'Double-blind, Randomized, Placebo-controlled Phase III Study Design'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'The conceptual framework and methodological plan for conducting a specific clinical trial.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A predefined written procedural method, designed to ensure reliability of findings, for undertaking a medical or veterinary clinical study of the safety, efficacy, or optimum dosage schedule of one or more diagnostic, therapeutic or prophylactic drugs or treatments, or of devices or techniques, involving a randomized controlled trial for evidence-based assessment in humans or animals, specifying criteria of eligibility, nature of controls, sampling schedules, data collection parameters, statistical analyses, reporting standards, etc. to be employed in undertaking the clinical trial."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "clinical trial design"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Specification"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ClinicalTrialDesign> <http://www.w3.org/2000/01/rdf-schema#label> "clinical trial design"@en .
<http://purl.org/spar/fabio/ClinicalTrialDesign> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ClinicalTrialDesign> <http://purl.org/vocab/vann/example> "\n :my-clinical-trial-design a fabio:ClinicalTrialDesign ;\n dcterms:title 'Double-blind, Randomized, Placebo-controlled Phase III Study Design'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'The conceptual framework and methodological plan for conducting a specific clinical trial.'@en .\n " .
<http://purl.org/spar/fabio/ClinicalTrialDesign> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Specification> .
<http://purl.org/spar/fabio/ClinicalTrialDesign> <http://www.w3.org/2000/01/rdf-schema#comment> "A predefined written procedural method, designed to ensure reliability of findings, for undertaking a medical or veterinary clinical study of the safety, efficacy, or optimum dosage schedule of one or more diagnostic, therapeutic or prophylactic drugs or treatments, or of devices or techniques, involving a randomized controlled trial for evidence-based assessment in humans or animals, specifying criteria of eligibility, nature of controls, sampling schedules, data collection parameters, statistical analyses, reporting standards, etc. to be employed in undertaking the clinical trial." .
<http://purl.org/spar/fabio/ClinicalTrialDesign> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ClinicalTrialDesign> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/ClinicalTrialReport
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ClinicalTrialReport a owl:Class ;
rdfs:label "clinical trial report"@en ;
vann:example """
:my-clinical-trial-report a fabio:ClinicalTrialReport ;
dcterms:title 'Final Report on Phase III Efficacy of mRNA-1273 Vaccine'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A comprehensive document reporting the methodology, data, and clinical outcomes of a completed clinical trial.'@en .
""" ;
rdfs:comment "The report of a pre-planned medical or veterinary clinical study of the safety, efficacy, or optimum dosage schedule of one or more diagnostic, therapeutic or prophylactic drugs, or of devices, treatments or techniques, involving a randomized controlled trial for evidence-based assessment in humans or animals selected according to predetermined criteria of eligibility and observed for evidence of favourable and unfavourable effects."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:TrialReport ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ClinicalTrialReport">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/TrialReport"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">clinical trial report</rdfs:label>
<rdfs:comment xml:lang="en">The report of a pre-planned medical or veterinary clinical study of the safety, efficacy, or optimum dosage schedule of one or more diagnostic, therapeutic or prophylactic drugs, or of devices, treatments or techniques, involving a randomized controlled trial for evidence-based assessment in humans or animals selected according to predetermined criteria of eligibility and observed for evidence of favourable and unfavourable effects.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-clinical-trial-report a fabio:ClinicalTrialReport ;
dcterms:title 'Final Report on Phase III Efficacy of mRNA-1273 Vaccine'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A comprehensive document reporting the methodology, data, and clinical outcomes of a completed clinical trial.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ClinicalTrialReport",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-clinical-trial-report a fabio:ClinicalTrialReport ;\n dcterms:title 'Final Report on Phase III Efficacy of mRNA-1273 Vaccine'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A comprehensive document reporting the methodology, data, and clinical outcomes of a completed clinical trial.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The report of a pre-planned medical or veterinary clinical study of the safety, efficacy, or optimum dosage schedule of one or more diagnostic, therapeutic or prophylactic drugs, or of devices, treatments or techniques, involving a randomized controlled trial for evidence-based assessment in humans or animals selected according to predetermined criteria of eligibility and observed for evidence of favourable and unfavourable effects."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "clinical trial report"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/TrialReport"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ClinicalTrialReport> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/TrialReport> .
<http://purl.org/spar/fabio/ClinicalTrialReport> <http://purl.org/vocab/vann/example> "\n :my-clinical-trial-report a fabio:ClinicalTrialReport ;\n dcterms:title 'Final Report on Phase III Efficacy of mRNA-1273 Vaccine'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A comprehensive document reporting the methodology, data, and clinical outcomes of a completed clinical trial.'@en .\n " .
<http://purl.org/spar/fabio/ClinicalTrialReport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ClinicalTrialReport> <http://www.w3.org/2000/01/rdf-schema#label> "clinical trial report"@en .
<http://purl.org/spar/fabio/ClinicalTrialReport> <http://www.w3.org/2000/01/rdf-schema#comment> "The report of a pre-planned medical or veterinary clinical study of the safety, efficacy, or optimum dosage schedule of one or more diagnostic, therapeutic or prophylactic drugs, or of devices, treatments or techniques, involving a randomized controlled trial for evidence-based assessment in humans or animals selected according to predetermined criteria of eligibility and observed for evidence of favourable and unfavourable effects."@en .
<http://purl.org/spar/fabio/ClinicalTrialReport> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ClinicalTrialReport> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/CollectedWorks
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:CollectedWorks a owl:Class ;
rdfs:label "collected works"@en ;
vann:example """
:my-collected-works a fabio:CollectedWorks ;
dcterms:title 'Luigi Pirandello's works'@en ;
frbr:part :my-artistic-work, :my-another-artistic-work ;
dcterms:description 'The complete intellectual output of Luigi Pirandello, gathered as a single conceptual collection.'@en .
""" ;
rdfs:comment "A collection of the literary or scholastic works of a single person."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Anthology ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/CollectedWorks">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Anthology"/>
<rdfs:label xml:lang="en">collected works</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A collection of the literary or scholastic works of a single person.</rdfs:comment>
<vann:example>
:my-collected-works a fabio:CollectedWorks ;
dcterms:title 'Luigi Pirandello's works'@en ;
frbr:part :my-artistic-work, :my-another-artistic-work ;
dcterms:description 'The complete intellectual output of Luigi Pirandello, gathered as a single conceptual collection.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/CollectedWorks",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-collected-works a fabio:CollectedWorks ;\n dcterms:title 'Luigi Pirandello's works'@en ;\n frbr:part :my-artistic-work, :my-another-artistic-work ;\n dcterms:description 'The complete intellectual output of Luigi Pirandello, gathered as a single conceptual collection.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A collection of the literary or scholastic works of a single person."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "collected works"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Anthology"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/CollectedWorks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/CollectedWorks> <http://purl.org/vocab/vann/example> "\n :my-collected-works a fabio:CollectedWorks ;\n dcterms:title 'Luigi Pirandello's works'@en ;\n frbr:part :my-artistic-work, :my-another-artistic-work ;\n dcterms:description 'The complete intellectual output of Luigi Pirandello, gathered as a single conceptual collection.'@en .\n " .
<http://purl.org/spar/fabio/CollectedWorks> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/CollectedWorks> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Anthology> .
<http://purl.org/spar/fabio/CollectedWorks> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of the literary or scholastic works of a single person."@en .
<http://purl.org/spar/fabio/CollectedWorks> <http://www.w3.org/2000/01/rdf-schema#label> "collected works"@en .
<http://purl.org/spar/fabio/CollectedWorks> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/Comment
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Comment a owl:Class ;
rdfs:label "comment"@en ;
vann:example """
:my-comment a fabio:Comment ;
dcterms:title 'Clarification on the methodology section'@en ;
dcterms:description 'A brief note or remark providing clarification or personal opinion on a specific part of a document.'@en .
""" ;
rdfs:comment "A verbal or written remark concerning some entity. In written form, a comment is often appended to that entity and termed an annotation. Within computer programs or ontologies, comments are added to enhance human understanding, and are usually prefaced by a special syntactic symbol that ensures they are ignored during execution of the program."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Comment">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A verbal or written remark concerning some entity. In written form, a comment is often appended to that entity and termed an annotation. Within computer programs or ontologies, comments are added to enhance human understanding, and are usually prefaced by a special syntactic symbol that ensures they are ignored during execution of the program.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:label xml:lang="en">comment</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-comment a fabio:Comment ;
dcterms:title 'Clarification on the methodology section'@en ;
dcterms:description 'A brief note or remark providing clarification or personal opinion on a specific part of a document.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Comment",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-comment a fabio:Comment ;\n dcterms:title 'Clarification on the methodology section'@en ;\n dcterms:description 'A brief note or remark providing clarification or personal opinion on a specific part of a document.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A verbal or written remark concerning some entity. In written form, a comment is often appended to that entity and termed an annotation. Within computer programs or ontologies, comments are added to enhance human understanding, and are usually prefaced by a special syntactic symbol that ensures they are ignored during execution of the program."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "comment"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Comment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Comment> <http://www.w3.org/2000/01/rdf-schema#comment> "A verbal or written remark concerning some entity. In written form, a comment is often appended to that entity and termed an annotation. Within computer programs or ontologies, comments are added to enhance human understanding, and are usually prefaced by a special syntactic symbol that ensures they are ignored during execution of the program."@en .
<http://purl.org/spar/fabio/Comment> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Comment> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Comment> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Comment> <http://purl.org/vocab/vann/example> "\n :my-comment a fabio:Comment ;\n dcterms:title 'Clarification on the methodology section'@en ;\n dcterms:description 'A brief note or remark providing clarification or personal opinion on a specific part of a document.'@en .\n " .
<http://purl.org/spar/fabio/Comment> <http://www.w3.org/2000/01/rdf-schema#label> "comment"@en .
IRI: http://purl.org/spar/fabio/CompleteWorks
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:CompleteWorks a owl:Class ;
rdfs:label "complete works"@en ;
vann:example """
:my-complete-works a fabio:CompleteWorks ;
dcterms:title 'Dante Alighieri: the complete works'@en ;
frbr:part :my-work, :my-another-work, :my-even-another-work ;
dcterms:description 'The complete set of all the intellectual works of Dante Alighieri, published as a comprehensive collection.'@en .
""" ;
rdfs:comment "A collection of all the literary or scholastic works of a single person."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:CollectedWorks ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/CompleteWorks">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/CollectedWorks"/>
<rdfs:comment xml:lang="en">A collection of all the literary or scholastic works of a single person.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">complete works</rdfs:label>
<vann:example>
:my-complete-works a fabio:CompleteWorks ;
dcterms:title 'Dante Alighieri: the complete works'@en ;
frbr:part :my-work, :my-another-work, :my-even-another-work ;
dcterms:description 'The complete set of all the intellectual works of Dante Alighieri, published as a comprehensive collection.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/CompleteWorks",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-complete-works a fabio:CompleteWorks ;\n dcterms:title 'Dante Alighieri: the complete works'@en ;\n frbr:part :my-work, :my-another-work, :my-even-another-work ;\n dcterms:description 'The complete set of all the intellectual works of Dante Alighieri, published as a comprehensive collection.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A collection of all the literary or scholastic works of a single person."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "complete works"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/CollectedWorks"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/CompleteWorks> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/CompleteWorks> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/CollectedWorks> .
<http://purl.org/spar/fabio/CompleteWorks> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/CompleteWorks> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of all the literary or scholastic works of a single person."@en .
<http://purl.org/spar/fabio/CompleteWorks> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/CompleteWorks> <http://purl.org/vocab/vann/example> "\n :my-complete-works a fabio:CompleteWorks ;\n dcterms:title 'Dante Alighieri: the complete works'@en ;\n frbr:part :my-work, :my-another-work, :my-even-another-work ;\n dcterms:description 'The complete set of all the intellectual works of Dante Alighieri, published as a comprehensive collection.'@en .\n " .
<http://purl.org/spar/fabio/CompleteWorks> <http://www.w3.org/2000/01/rdf-schema#label> "complete works"@en .
IRI: http://purl.org/spar/fabio/ComputerApplication
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ComputerApplication a owl:Class ;
rdfs:label "computer application"@en ;
vann:example """
:my-computer-application a fabio:ComputerApplication ;
dcterms:title 'OpenRefine'@en ;
dcterms:creator :john-doe ;
frbr:realizationOf :my-software ;
dcterms:description 'A powerful tool for working with messy data: cleaning it; transforming it from one format into another; and extending it with web services and external data.'@en .
""" ;
rdfs:comment "A computer program designed to assist a human user to perform one or more goal-oriented tasks such as word processing or image processing."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:ComputerProgram ;
vs:term_status reg:statusStable ;
skos:note "A computer application will typically save its output files in one or more specific formats, conforming either to proprietary or open standards."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ComputerApplication">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">computer application</rdfs:label>
<rdfs:comment xml:lang="en">A computer program designed to assist a human user to perform one or more goal-oriented tasks such as word processing or image processing.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ComputerProgram"/>
<vann:example>
:my-computer-application a fabio:ComputerApplication ;
dcterms:title 'OpenRefine'@en ;
dcterms:creator :john-doe ;
frbr:realizationOf :my-software ;
dcterms:description 'A powerful tool for working with messy data: cleaning it; transforming it from one format into another; and extending it with web services and external data.'@en .
</vann:example>
<skos:note xml:lang="en">A computer application will typically save its output files in one or more specific formats, conforming either to proprietary or open standards.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ComputerApplication",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-computer-application a fabio:ComputerApplication ;\n dcterms:title 'OpenRefine'@en ;\n dcterms:creator :john-doe ;\n frbr:realizationOf :my-software ;\n dcterms:description 'A powerful tool for working with messy data: cleaning it; transforming it from one format into another; and extending it with web services and external data.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A computer program designed to assist a human user to perform one or more goal-oriented tasks such as word processing or image processing."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "computer application"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/ComputerProgram"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A computer application will typically save its output files in one or more specific formats, conforming either to proprietary or open standards."
}
]
}
]<http://purl.org/spar/fabio/ComputerApplication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ComputerApplication> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ComputerApplication> <http://www.w3.org/2000/01/rdf-schema#label> "computer application"@en .
<http://purl.org/spar/fabio/ComputerApplication> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ComputerApplication> <http://purl.org/vocab/vann/example> "\n :my-computer-application a fabio:ComputerApplication ;\n dcterms:title 'OpenRefine'@en ;\n dcterms:creator :john-doe ;\n frbr:realizationOf :my-software ;\n dcterms:description 'A powerful tool for working with messy data: cleaning it; transforming it from one format into another; and extending it with web services and external data.'@en .\n " .
<http://purl.org/spar/fabio/ComputerApplication> <http://www.w3.org/2000/01/rdf-schema#comment> "A computer program designed to assist a human user to perform one or more goal-oriented tasks such as word processing or image processing."@en .
<http://purl.org/spar/fabio/ComputerApplication> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ComputerProgram> .
<http://purl.org/spar/fabio/ComputerApplication> <http://www.w3.org/2004/02/skos/core#note> "A computer application will typically save its output files in one or more specific formats, conforming either to proprietary or open standards."@en .
IRI: http://purl.org/spar/fabio/ComputerFile
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ComputerFile a owl:Class ;
rdfs:label "computer file"@en ;
vann:example """
:my-computer-file a fabio:ComputerFile ;
dcterms:title 'research_data_results_2026'@en ;
dcterms:description 'An exemplar of a digital manifestation, stored as a discrete file on a computer system.'@en .
""" ;
rdfs:comment "A digital item containing information in computer-readable form encoded in a particular format."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:DigitalItem ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ComputerFile">
<rdfs:label xml:lang="en">computer file</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A digital item containing information in computer-readable form encoded in a particular format.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/DigitalItem"/>
<vann:example>
:my-computer-file a fabio:ComputerFile ;
dcterms:title 'research_data_results_2026'@en ;
dcterms:description 'An exemplar of a digital manifestation, stored as a discrete file on a computer system.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ComputerFile",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-computer-file a fabio:ComputerFile ;\n dcterms:title 'research_data_results_2026'@en ;\n dcterms:description 'An exemplar of a digital manifestation, stored as a discrete file on a computer system.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A digital item containing information in computer-readable form encoded in a particular format."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "computer file"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/DigitalItem"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ComputerFile> <http://www.w3.org/2000/01/rdf-schema#label> "computer file"@en .
<http://purl.org/spar/fabio/ComputerFile> <http://www.w3.org/2000/01/rdf-schema#comment> "A digital item containing information in computer-readable form encoded in a particular format."@en .
<http://purl.org/spar/fabio/ComputerFile> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/DigitalItem> .
<http://purl.org/spar/fabio/ComputerFile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ComputerFile> <http://purl.org/vocab/vann/example> "\n :my-computer-file a fabio:ComputerFile ;\n dcterms:title 'research_data_results_2026'@en ;\n dcterms:description 'An exemplar of a digital manifestation, stored as a discrete file on a computer system.'@en .\n " .
<http://purl.org/spar/fabio/ComputerFile> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ComputerFile> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/ComputerProgram
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ComputerProgram a owl:Class ;
rdfs:label "computer program"@en ;
vann:example """
:my-computer-program a fabio:ComputerProgram ;
dcterms:title 'Statistical Analysis Script in Python'@en ;
dcterms:creator :john-doe ;
frbr:realizationOf :my-software ;
dcterms:language <http://purl.org/NET/marccodes/languages/python> ;
dcterms:description 'A set of instructions written in Python to automate data cleaning and visualization.'@en .
""" ;
rdfs:comment "A unit of computer code in source or compiled form, employing one or more algorithms to be executed by a digital computer to undertake a particular task. Computer programs are collectively called 'software' to distinguish them from the equipment ('hardware') upon which they run."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:Software ],
fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb105">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Software"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ComputerProgram">
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb105"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A unit of computer code in source or compiled form, employing one or more algorithms to be executed by a digital computer to undertake a particular task. Computer programs are collectively called 'software' to distinguish them from the equipment ('hardware') upon which they run.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">computer program</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-computer-program a fabio:ComputerProgram ;
dcterms:title 'Statistical Analysis Script in Python'@en ;
dcterms:creator :john-doe ;
frbr:realizationOf :my-software ;
dcterms:language <http://purl.org/NET/marccodes/languages/python> ;
dcterms:description 'A set of instructions written in Python to automate data cleaning and visualization.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ComputerProgram",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-computer-program a fabio:ComputerProgram ;\n dcterms:title 'Statistical Analysis Script in Python'@en ;\n dcterms:creator :john-doe ;\n frbr:realizationOf :my-software ;\n dcterms:language <http://purl.org/NET/marccodes/languages/python> ;\n dcterms:description 'A set of instructions written in Python to automate data cleaning and visualization.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A unit of computer code in source or compiled form, employing one or more algorithms to be executed by a digital computer to undertake a particular task. Computer programs are collectively called 'software' to distinguish them from the equipment ('hardware') upon which they run."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "computer program"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb105"
},
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb105",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Software"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb105 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/ComputerProgram> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb105 .
<http://purl.org/spar/fabio/ComputerProgram> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb105 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/spar/fabio/ComputerProgram> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ComputerProgram> <http://www.w3.org/2000/01/rdf-schema#comment> "A unit of computer code in source or compiled form, employing one or more algorithms to be executed by a digital computer to undertake a particular task. Computer programs are collectively called 'software' to distinguish them from the equipment ('hardware') upon which they run."@en .
<http://purl.org/spar/fabio/ComputerProgram> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb105 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Software> .
<http://purl.org/spar/fabio/ComputerProgram> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/ComputerProgram> <http://purl.org/vocab/vann/example> "\n :my-computer-program a fabio:ComputerProgram ;\n dcterms:title 'Statistical Analysis Script in Python'@en ;\n dcterms:creator :john-doe ;\n frbr:realizationOf :my-software ;\n dcterms:language <http://purl.org/NET/marccodes/languages/python> ;\n dcterms:description 'A set of instructions written in Python to automate data cleaning and visualization.'@en .\n " .
<http://purl.org/spar/fabio/ComputerProgram> <http://www.w3.org/2000/01/rdf-schema#label> "computer program"@en .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
skos:Concept a owl:Class ;
rdfs:label "concept"@en ;
vann:example """
:my-concept a skos:Concept ;
skos:prefLabel 'Semantic Web'@en ;
skos:definition 'An extension of the World Wide Web that enables computers to interpret the meaning of data.'@en ;
skos:inScheme :my-concept-scheme .
""" ;
vaem:rationale "The notion of a SKOS concept is useful when describing the conceptual or intellectual structure of a knowledge organization system, and when referring to specific ideas or meanings established within a KOS."@en ;
rdfs:comment "An idea or notion; a unit of thought."@en ;
rdfs:isDefinedBy skos: ;
owl:disjointWith skos:ConceptScheme ;
vs:term_status reg:statusStable ;
skos:note "Note that, because SKOS is designed to be a vehicle for representing semi-formal KOS, such as thesauri and classification schemes, a certain amount of flexibility has been built in to the formal definition of this class."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#Concept">
<owl:disjointWith rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
<rdfs:comment xml:lang="en">An idea or notion; a unit of thought.</rdfs:comment>
<rdfs:label xml:lang="en">concept</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core#"/>
<vann:example>
:my-concept a skos:Concept ;
skos:prefLabel 'Semantic Web'@en ;
skos:definition 'An extension of the World Wide Web that enables computers to interpret the meaning of data.'@en ;
skos:inScheme :my-concept-scheme .
</vann:example>
<vaem:rationale xml:lang="en">The notion of a SKOS concept is useful when describing the conceptual or intellectual structure of a knowledge organization system, and when referring to specific ideas or meanings established within a KOS.</vaem:rationale>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">Note that, because SKOS is designed to be a vehicle for representing semi-formal KOS, such as thesauri and classification schemes, a certain amount of flexibility has been built in to the formal definition of this class.</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#Concept",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-concept a skos:Concept ;\n skos:prefLabel 'Semantic Web'@en ;\n skos:definition 'An extension of the World Wide Web that enables computers to interpret the meaning of data.'@en ;\n skos:inScheme :my-concept-scheme .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "The notion of a SKOS concept is useful when describing the conceptual or intellectual structure of a knowledge organization system, and when referring to specific ideas or meanings established within a KOS."
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An idea or notion; a unit of thought."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.w3.org/2004/02/skos/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "concept"
}
],
"http://www.w3.org/2002/07/owl#disjointWith": [
{
"@id": "http://www.w3.org/2004/02/skos/core#ConceptScheme"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "Note that, because SKOS is designed to be a vehicle for representing semi-formal KOS, such as thesauri and classification schemes, a certain amount of flexibility has been built in to the formal definition of this class."
}
]
}
]<http://www.w3.org/2004/02/skos/core#Concept> <http://www.w3.org/2002/07/owl#disjointWith> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .
<http://www.w3.org/2004/02/skos/core#Concept> <http://www.linkedmodel.org/schema/vaem#rationale> "The notion of a SKOS concept is useful when describing the conceptual or intellectual structure of a knowledge organization system, and when referring to specific ideas or meanings established within a KOS."@en .
<http://www.w3.org/2004/02/skos/core#Concept> <http://www.w3.org/2004/02/skos/core#note> "Note that, because SKOS is designed to be a vehicle for representing semi-formal KOS, such as thesauri and classification schemes, a certain amount of flexibility has been built in to the formal definition of this class."@en .
<http://www.w3.org/2004/02/skos/core#Concept> <http://www.w3.org/2000/01/rdf-schema#comment> "An idea or notion; a unit of thought."@en .
<http://www.w3.org/2004/02/skos/core#Concept> <http://purl.org/vocab/vann/example> "\n :my-concept a skos:Concept ;\n skos:prefLabel 'Semantic Web'@en ;\n skos:definition 'An extension of the World Wide Web that enables computers to interpret the meaning of data.'@en ;\n skos:inScheme :my-concept-scheme .\n " .
<http://www.w3.org/2004/02/skos/core#Concept> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://www.w3.org/2004/02/skos/core#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "concept"@en .
<http://www.w3.org/2004/02/skos/core#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.w3.org/2004/02/skos/core#Concept> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/2004/02/skos/core#> .
IRI: http://www.w3.org/2004/02/skos/core#ConceptScheme
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
skos:ConceptScheme a owl:Class ;
rdfs:label "concept scheme"@en ;
vann:example """
:my-concept-scheme a skos:ConceptScheme ;
dcterms:title 'Semantic Web Technologies'@en ;
dcterms:creator :john-doe ;
skos:hasTopConcept :semantic-web ;
dcterms:description 'An organized set of concepts.'@en .
""" ;
vaem:rationale "The notion of a concept scheme is useful when dealing with data from an unknown source, and when dealing with data that describes two or more different knowledge organization systems."@en ;
rdfs:comment "A SKOS concept scheme can be viewed as an aggregation of one or more SKOS concepts."@en ;
rdfs:isDefinedBy skos: ;
vs:term_status reg:statusStable ;
skos:note "Semantic relationships (links) between those concepts may also be viewed as part of a concept scheme. This definition is, however, meant to be suggestive rather than restrictive, and there is some flexibility in the formal data model."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vaem="http://www.linkedmodel.org/schema/vaem#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#ConceptScheme">
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core#"/>
<rdfs:label xml:lang="en">concept scheme</rdfs:label>
<rdfs:comment xml:lang="en">A SKOS concept scheme can be viewed as an aggregation of one or more SKOS concepts.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<skos:note xml:lang="en">Semantic relationships (links) between those concepts may also be viewed as part of a concept scheme. This definition is, however, meant to be suggestive rather than restrictive, and there is some flexibility in the formal data model.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-concept-scheme a skos:ConceptScheme ;
dcterms:title 'Semantic Web Technologies'@en ;
dcterms:creator :john-doe ;
skos:hasTopConcept :semantic-web ;
dcterms:description 'An organized set of concepts.'@en .
</vann:example>
<vaem:rationale xml:lang="en">The notion of a concept scheme is useful when dealing with data from an unknown source, and when dealing with data that describes two or more different knowledge organization systems.</vaem:rationale>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#ConceptScheme",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-concept-scheme a skos:ConceptScheme ;\n dcterms:title 'Semantic Web Technologies'@en ;\n dcterms:creator :john-doe ;\n skos:hasTopConcept :semantic-web ;\n dcterms:description 'An organized set of concepts.'@en .\n "
}
],
"http://www.linkedmodel.org/schema/vaem#rationale": [
{
"@language": "en",
"@value": "The notion of a concept scheme is useful when dealing with data from an unknown source, and when dealing with data that describes two or more different knowledge organization systems."
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A SKOS concept scheme can be viewed as an aggregation of one or more SKOS concepts."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.w3.org/2004/02/skos/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "concept scheme"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "Semantic relationships (links) between those concepts may also be viewed as part of a concept scheme. This definition is, however, meant to be suggestive rather than restrictive, and there is some flexibility in the formal data model."
}
]
}
]<http://www.w3.org/2004/02/skos/core#ConceptScheme> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/2004/02/skos/core#> .
<http://www.w3.org/2004/02/skos/core#ConceptScheme> <http://www.w3.org/2000/01/rdf-schema#comment> "A SKOS concept scheme can be viewed as an aggregation of one or more SKOS concepts."@en .
<http://www.w3.org/2004/02/skos/core#ConceptScheme> <http://www.w3.org/2004/02/skos/core#note> "Semantic relationships (links) between those concepts may also be viewed as part of a concept scheme. This definition is, however, meant to be suggestive rather than restrictive, and there is some flexibility in the formal data model."@en .
<http://www.w3.org/2004/02/skos/core#ConceptScheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://www.w3.org/2004/02/skos/core#ConceptScheme> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://www.w3.org/2004/02/skos/core#ConceptScheme> <http://www.w3.org/2000/01/rdf-schema#label> "concept scheme"@en .
<http://www.w3.org/2004/02/skos/core#ConceptScheme> <http://purl.org/vocab/vann/example> "\n :my-concept-scheme a skos:ConceptScheme ;\n dcterms:title 'Semantic Web Technologies'@en ;\n dcterms:creator :john-doe ;\n skos:hasTopConcept :semantic-web ;\n dcterms:description 'An organized set of concepts.'@en .\n " .
<http://www.w3.org/2004/02/skos/core#ConceptScheme> <http://www.linkedmodel.org/schema/vaem#rationale> "The notion of a concept scheme is useful when dealing with data from an unknown source, and when dealing with data that describes two or more different knowledge organization systems."@en .
IRI: http://purl.org/spar/fabio/ConferencePaper
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ConferencePaper a owl:Class ;
rdfs:label "conference paper"@en ;
vann:example """
:my-conference-paper a fabio:ConferencePaper ;
dcterms:title 'Advancements in Neural Symbolic Integration' ;
frbr:partOf :my-conference-proceedings ;
dcterms:description 'A paper presented at a conference and subsequently published in the conference proceedings.'@en .
""" ;
rdfs:comment "A paper, typically the realization of a research paper reporting original research findings, usually published within a conference proceedings volume."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:ProceedingsPaper ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ConferencePaper">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">conference paper</rdfs:label>
<rdfs:comment xml:lang="en">A paper, typically the realization of a research paper reporting original research findings, usually published within a conference proceedings volume.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ProceedingsPaper"/>
<vann:example>
:my-conference-paper a fabio:ConferencePaper ;
dcterms:title 'Advancements in Neural Symbolic Integration' ;
frbr:partOf :my-conference-proceedings ;
dcterms:description 'A paper presented at a conference and subsequently published in the conference proceedings.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ConferencePaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-conference-paper a fabio:ConferencePaper ;\n dcterms:title 'Advancements in Neural Symbolic Integration' ;\n frbr:partOf :my-conference-proceedings ;\n dcterms:description 'A paper presented at a conference and subsequently published in the conference proceedings.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A paper, typically the realization of a research paper reporting original research findings, usually published within a conference proceedings volume."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "conference paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/ProceedingsPaper"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ConferencePaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ConferencePaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ConferencePaper> <http://purl.org/vocab/vann/example> "\n :my-conference-paper a fabio:ConferencePaper ;\n dcterms:title 'Advancements in Neural Symbolic Integration' ;\n frbr:partOf :my-conference-proceedings ;\n dcterms:description 'A paper presented at a conference and subsequently published in the conference proceedings.'@en .\n " .
<http://purl.org/spar/fabio/ConferencePaper> <http://www.w3.org/2000/01/rdf-schema#label> "conference paper"@en .
<http://purl.org/spar/fabio/ConferencePaper> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ConferencePaper> <http://www.w3.org/2000/01/rdf-schema#comment> "A paper, typically the realization of a research paper reporting original research findings, usually published within a conference proceedings volume."@en .
<http://purl.org/spar/fabio/ConferencePaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ProceedingsPaper> .
IRI: http://purl.org/spar/fabio/ConferencePoster
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ConferencePoster a owl:Class ;
rdfs:label "conference poster"@en ;
vann:example """
:my-conference-poster a fabio:ConferencePoster ;
dcterms:title 'Visualizing Neural-Symbolic Integration: A Case Study'@en ;
dcterms:description 'A large printed or digital sheet presenting research data and findings at a conference poster session.'@en .
""" ;
rdfs:comment "A display poster, typically containing text with illustrative figures and/or tables, usually reporting research results or proposing hypotheses, submitted for acceptance to and/or presented at a conference, seminar, symposium, workshop or similar event."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ConferencePoster">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:label xml:lang="en">conference poster</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A display poster, typically containing text with illustrative figures and/or tables, usually reporting research results or proposing hypotheses, submitted for acceptance to and/or presented at a conference, seminar, symposium, workshop or similar event.</rdfs:comment>
<vann:example>
:my-conference-poster a fabio:ConferencePoster ;
dcterms:title 'Visualizing Neural-Symbolic Integration: A Case Study'@en ;
dcterms:description 'A large printed or digital sheet presenting research data and findings at a conference poster session.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ConferencePoster",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-conference-poster a fabio:ConferencePoster ;\n dcterms:title 'Visualizing Neural-Symbolic Integration: A Case Study'@en ;\n dcterms:description 'A large printed or digital sheet presenting research data and findings at a conference poster session.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A display poster, typically containing text with illustrative figures and/or tables, usually reporting research results or proposing hypotheses, submitted for acceptance to and/or presented at a conference, seminar, symposium, workshop or similar event."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "conference poster"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ConferencePoster> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ConferencePoster> <http://purl.org/vocab/vann/example> "\n :my-conference-poster a fabio:ConferencePoster ;\n dcterms:title 'Visualizing Neural-Symbolic Integration: A Case Study'@en ;\n dcterms:description 'A large printed or digital sheet presenting research data and findings at a conference poster session.'@en .\n " .
<http://purl.org/spar/fabio/ConferencePoster> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/ConferencePoster> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ConferencePoster> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ConferencePoster> <http://www.w3.org/2000/01/rdf-schema#comment> "A display poster, typically containing text with illustrative figures and/or tables, usually reporting research results or proposing hypotheses, submitted for acceptance to and/or presented at a conference, seminar, symposium, workshop or similar event."@en .
<http://purl.org/spar/fabio/ConferencePoster> <http://www.w3.org/2000/01/rdf-schema#label> "conference poster"@en .
IRI: http://purl.org/spar/fabio/ConferenceProceedings
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ConferenceProceedings a owl:Class ;
rdfs:label "conference proceedings"@en ;
vann:example """
:my-conference-proceedings a fabio:ConferenceProceedings ;
dcterms:title 'Proceedings of the 25th International Semantic Web Conference'@en ;
frbr:part :my-conference-paper, :my-another-conference-paper ;
dcterms:description 'The formal record of a conference, containing the collection of papers and abstracts presented.'@en .
""" ;
rdfs:comment "A document containing the programme and collected conference papers, or their abstracts, presented at a conference, seminar, symposium or similar event."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:part ;
owl:someValuesFrom fabio:ConferencePaper ],
fabio:AcademicProceedings ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ConferenceProceedings">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/AcademicProceedings"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb13"/>
<rdfs:comment xml:lang="en">A document containing the programme and collected conference papers, or their abstracts, presented at a conference, seminar, symposium or similar event.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">conference proceedings</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-conference-proceedings a fabio:ConferenceProceedings ;
dcterms:title 'Proceedings of the 25th International Semantic Web Conference'@en ;
frbr:part :my-conference-paper, :my-another-conference-paper ;
dcterms:description 'The formal record of a conference, containing the collection of papers and abstracts presented.'@en .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb13">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#part"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/ConferencePaper"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ConferenceProceedings",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-conference-proceedings a fabio:ConferenceProceedings ;\n dcterms:title 'Proceedings of the 25th International Semantic Web Conference'@en ;\n frbr:part :my-conference-paper, :my-another-conference-paper ;\n dcterms:description 'The formal record of a conference, containing the collection of papers and abstracts presented.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A document containing the programme and collected conference papers, or their abstracts, presented at a conference, seminar, symposium or similar event."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "conference proceedings"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/AcademicProceedings"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb13"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb13",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#part"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/ConferencePaper"
}
]
}
]<http://purl.org/spar/fabio/ConferenceProceedings> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb13 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
<http://purl.org/spar/fabio/ConferenceProceedings> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ConferenceProceedings> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/AcademicProceedings> .
<http://purl.org/spar/fabio/ConferenceProceedings> <http://www.w3.org/2000/01/rdf-schema#comment> "A document containing the programme and collected conference papers, or their abstracts, presented at a conference, seminar, symposium or similar event."@en .
_:nc2534d39d31a404c8051419731cd4b5eb13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/ConferenceProceedings> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb13 .
<http://purl.org/spar/fabio/ConferenceProceedings> <http://purl.org/vocab/vann/example> "\n :my-conference-proceedings a fabio:ConferenceProceedings ;\n dcterms:title 'Proceedings of the 25th International Semantic Web Conference'@en ;\n frbr:part :my-conference-paper, :my-another-conference-paper ;\n dcterms:description 'The formal record of a conference, containing the collection of papers and abstracts presented.'@en .\n " .
<http://purl.org/spar/fabio/ConferenceProceedings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ConferenceProceedings> <http://www.w3.org/2000/01/rdf-schema#label> "conference proceedings"@en .
_:nc2534d39d31a404c8051419731cd4b5eb13 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/ConferencePaper> .
IRI: http://purl.org/spar/fabio/ControlledVocabulary
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ControlledVocabulary a owl:Class ;
rdfs:label "controlled vocabulary"@en ;
vann:example """
:my-controlled-vocabulary a fabio:ControlledVocabulary ;
dcterms:title 'Medical Subject Headings (MeSH)'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A predefined list of terms used for indexing, cataloging, and searching to ensure consistency.'@en .
""" ;
rdfs:comment "A collection of selected words and phrases related to a particular domain of knowledge used to permit consistency of metadata annotation and improved retrieval following a search, in which homonyms, synonyms and similar ambiguities of meaning present in natural language are disambiguated."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Vocabulary ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ControlledVocabulary">
<rdfs:comment xml:lang="en">A collection of selected words and phrases related to a particular domain of knowledge used to permit consistency of metadata annotation and improved retrieval following a search, in which homonyms, synonyms and similar ambiguities of meaning present in natural language are disambiguated.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Vocabulary"/>
<rdfs:label xml:lang="en">controlled vocabulary</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-controlled-vocabulary a fabio:ControlledVocabulary ;
dcterms:title 'Medical Subject Headings (MeSH)'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A predefined list of terms used for indexing, cataloging, and searching to ensure consistency.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ControlledVocabulary",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-controlled-vocabulary a fabio:ControlledVocabulary ;\n dcterms:title 'Medical Subject Headings (MeSH)'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A predefined list of terms used for indexing, cataloging, and searching to ensure consistency.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A collection of selected words and phrases related to a particular domain of knowledge used to permit consistency of metadata annotation and improved retrieval following a search, in which homonyms, synonyms and similar ambiguities of meaning present in natural language are disambiguated."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "controlled vocabulary"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Vocabulary"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ControlledVocabulary> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of selected words and phrases related to a particular domain of knowledge used to permit consistency of metadata annotation and improved retrieval following a search, in which homonyms, synonyms and similar ambiguities of meaning present in natural language are disambiguated."@en .
<http://purl.org/spar/fabio/ControlledVocabulary> <http://www.w3.org/2000/01/rdf-schema#label> "controlled vocabulary"@en .
<http://purl.org/spar/fabio/ControlledVocabulary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ControlledVocabulary> <http://purl.org/vocab/vann/example> "\n :my-controlled-vocabulary a fabio:ControlledVocabulary ;\n dcterms:title 'Medical Subject Headings (MeSH)'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A predefined list of terms used for indexing, cataloging, and searching to ensure consistency.'@en .\n " .
<http://purl.org/spar/fabio/ControlledVocabulary> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Vocabulary> .
<http://purl.org/spar/fabio/ControlledVocabulary> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ControlledVocabulary> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/Correction
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Correction a owl:Class ;
rdfs:label "correction"@en ;
vann:example """
:my-correction a fabio:Correction ;
dcterms:title 'Correction to: Analysis of Climate Data Trends (2024)'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A formal statement identifying and correcting errors in a previously published document.'@en .
""" ;
rdfs:comment "A correction to an error in a previously published document."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Correction">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A correction to an error in a previously published document.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">correction</rdfs:label>
<vann:example>
:my-correction a fabio:Correction ;
dcterms:title 'Correction to: Analysis of Climate Data Trends (2024)'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A formal statement identifying and correcting errors in a previously published document.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Correction",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-correction a fabio:Correction ;\n dcterms:title 'Correction to: Analysis of Climate Data Trends (2024)'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A formal statement identifying and correcting errors in a previously published document.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A correction to an error in a previously published document."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "correction"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Correction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Correction> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Correction> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Correction> <http://purl.org/vocab/vann/example> "\n :my-correction a fabio:Correction ;\n dcterms:title 'Correction to: Analysis of Climate Data Trends (2024)'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A formal statement identifying and correcting errors in a previously published document.'@en .\n " .
<http://purl.org/spar/fabio/Correction> <http://www.w3.org/2000/01/rdf-schema#comment> "A correction to an error in a previously published document."@en .
<http://purl.org/spar/fabio/Correction> <http://www.w3.org/2000/01/rdf-schema#label> "correction"@en .
<http://purl.org/spar/fabio/Correction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
IRI: http://purl.org/spar/fabio/Corrigendum
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Corrigendum a owl:Class ;
rdfs:label "corrigendum"@en ;
vann:example """
:my-corrigendum a fabio:Corrigendum ;
dcterms:title 'Corrigendum to: 'New Insights into Quantum Gravity''@en ;
dcterms:creator :john-doe ;
dcterms:description 'A notification of errors made by the authors in the original publication, issued as a formal correction.'@en .
""" ;
rdfs:comment "A formal correction to an error introduced by the author into a previously published document."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Correction ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Corrigendum">
<rdfs:label xml:lang="en">corrigendum</rdfs:label>
<rdfs:comment xml:lang="en">A formal correction to an error introduced by the author into a previously published document.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Correction"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-corrigendum a fabio:Corrigendum ;
dcterms:title 'Corrigendum to: 'New Insights into Quantum Gravity''@en ;
dcterms:creator :john-doe ;
dcterms:description 'A notification of errors made by the authors in the original publication, issued as a formal correction.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Corrigendum",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-corrigendum a fabio:Corrigendum ;\n dcterms:title 'Corrigendum to: 'New Insights into Quantum Gravity''@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A notification of errors made by the authors in the original publication, issued as a formal correction.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A formal correction to an error introduced by the author into a previously published document."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "corrigendum"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Correction"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Corrigendum> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Correction> .
<http://purl.org/spar/fabio/Corrigendum> <http://www.w3.org/2000/01/rdf-schema#label> "corrigendum"@en .
<http://purl.org/spar/fabio/Corrigendum> <http://purl.org/vocab/vann/example> "\n :my-corrigendum a fabio:Corrigendum ;\n dcterms:title 'Corrigendum to: 'New Insights into Quantum Gravity''@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A notification of errors made by the authors in the original publication, issued as a formal correction.'@en .\n " .
<http://purl.org/spar/fabio/Corrigendum> <http://www.w3.org/2000/01/rdf-schema#comment> "A formal correction to an error introduced by the author into a previously published document."@en .
<http://purl.org/spar/fabio/Corrigendum> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Corrigendum> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Corrigendum> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/Cover
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Cover a owl:Class ;
rdfs:label "cover"@en ;
vann:example """
:my-cover a fabio:Cover ;
dcterms:title 'Front Cover of Nature, Volume 600'@en ;
dcterms:description 'The outer protective layer of a publication, often containing the title, author, and illustrative artwork.'@en .
""" ;
rdfs:comment "A protective covering used to bind together the pages of a document or the first, informative, page of a digital document."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Cover">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">cover</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A protective covering used to bind together the pages of a document or the first, informative, page of a digital document.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-cover a fabio:Cover ;
dcterms:title 'Front Cover of Nature, Volume 600'@en ;
dcterms:description 'The outer protective layer of a publication, often containing the title, author, and illustrative artwork.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Cover",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-cover a fabio:Cover ;\n dcterms:title 'Front Cover of Nature, Volume 600'@en ;\n dcterms:description 'The outer protective layer of a publication, often containing the title, author, and illustrative artwork.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A protective covering used to bind together the pages of a document or the first, informative, page of a digital document."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "cover"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Cover> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Cover> <http://www.w3.org/2000/01/rdf-schema#label> "cover"@en .
<http://purl.org/spar/fabio/Cover> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Cover> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Cover> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Cover> <http://www.w3.org/2000/01/rdf-schema#comment> "A protective covering used to bind together the pages of a document or the first, informative, page of a digital document."@en .
<http://purl.org/spar/fabio/Cover> <http://purl.org/vocab/vann/example> "\n :my-cover a fabio:Cover ;\n dcterms:title 'Front Cover of Nature, Volume 600'@en ;\n dcterms:description 'The outer protective layer of a publication, often containing the title, author, and illustrative artwork.'@en .\n " .
IRI: http://purl.org/spar/fabio/CriticalEdition
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:CriticalEdition a owl:Class ;
rdfs:label "critical edition"@en ;
vann:example """
:my-critical-edition a fabio:CriticalEdition ;
dcterms:title 'The Divine Comedy according to the antica vulgata (ed. Giorgio Petrocchi)'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A scholarly edition of a text that includes an apparatus criticus, based on the analytical study of variant readings in different manuscripts.'@en .
""" ;
rdfs:comment "A new edition of a historical publication, edited by a scholar other than the original author, containing within the body text the supposedly best version of the original work, with footnotes detailing and commenting on textual variations between different versions, typically with an introduction to the original work written by the scholar, and with a bibliography listing related publications."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/CriticalEdition">
<rdfs:comment xml:lang="en">A new edition of a historical publication, edited by a scholar other than the original author, containing within the body text the supposedly best version of the original work, with footnotes detailing and commenting on textual variations between different versions, typically with an introduction to the original work written by the scholar, and with a bibliography listing related publications.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdfs:label xml:lang="en">critical edition</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-critical-edition a fabio:CriticalEdition ;
dcterms:title 'The Divine Comedy according to the antica vulgata (ed. Giorgio Petrocchi)'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A scholarly edition of a text that includes an apparatus criticus, based on the analytical study of variant readings in different manuscripts.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/CriticalEdition",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-critical-edition a fabio:CriticalEdition ;\n dcterms:title 'The Divine Comedy according to the antica vulgata (ed. Giorgio Petrocchi)'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A scholarly edition of a text that includes an apparatus criticus, based on the analytical study of variant readings in different manuscripts.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A new edition of a historical publication, edited by a scholar other than the original author, containing within the body text the supposedly best version of the original work, with footnotes detailing and commenting on textual variations between different versions, typically with an introduction to the original work written by the scholar, and with a bibliography listing related publications."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "critical edition"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/CriticalEdition> <http://purl.org/vocab/vann/example> "\n :my-critical-edition a fabio:CriticalEdition ;\n dcterms:title 'The Divine Comedy according to the antica vulgata (ed. Giorgio Petrocchi)'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A scholarly edition of a text that includes an apparatus criticus, based on the analytical study of variant readings in different manuscripts.'@en .\n " .
<http://purl.org/spar/fabio/CriticalEdition> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/CriticalEdition> <http://www.w3.org/2000/01/rdf-schema#label> "critical edition"@en .
<http://purl.org/spar/fabio/CriticalEdition> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/CriticalEdition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/CriticalEdition> <http://www.w3.org/2000/01/rdf-schema#comment> "A new edition of a historical publication, edited by a scholar other than the original author, containing within the body text the supposedly best version of the original work, with footnotes detailing and commenting on textual variations between different versions, typically with an introduction to the original work written by the scholar, and with a bibliography listing related publications."@en .
<http://purl.org/spar/fabio/CriticalEdition> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/DataFile
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:DataFile a owl:Class ;
rdfs:label "data file"@en ;
vann:example """
:my-data-file a fabio:DataFile ;
dcterms:title 'Raw Survey Data on Urban Mobility'@en ;
frbr:realizationOf :my-dataset ;
dcterms:description 'A computer file containing structured or unstructured data, intended for processing by computer applications.'@en .
""" ;
rdfs:comment "A realisation of a fabio:Dataset (a frbr:Work) containing a defined collection of data with specific content and possibly with a specific version number, that can be embodied as a fabio:DigitalManifestation (a frbr:Manifestation with a specific format) and be represented by a specific fabio:ComputerFile (a frbr:Item) on someone's hard drive."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:Dataset ],
fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/DataFile">
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb14"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">data file</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A realisation of a fabio:Dataset (a frbr:Work) containing a defined collection of data with specific content and possibly with a specific version number, that can be embodied as a fabio:DigitalManifestation (a frbr:Manifestation with a specific format) and be represented by a specific fabio:ComputerFile (a frbr:Item) on someone's hard drive.</rdfs:comment>
<vann:example>
:my-data-file a fabio:DataFile ;
dcterms:title 'Raw Survey Data on Urban Mobility'@en ;
frbr:realizationOf :my-dataset ;
dcterms:description 'A computer file containing structured or unstructured data, intended for processing by computer applications.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb14">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Dataset"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/DataFile",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-data-file a fabio:DataFile ;\n dcterms:title 'Raw Survey Data on Urban Mobility'@en ;\n frbr:realizationOf :my-dataset ;\n dcterms:description 'A computer file containing structured or unstructured data, intended for processing by computer applications.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A realisation of a fabio:Dataset (a frbr:Work) containing a defined collection of data with specific content and possibly with a specific version number, that can be embodied as a fabio:DigitalManifestation (a frbr:Manifestation with a specific format) and be represented by a specific fabio:ComputerFile (a frbr:Item) on someone's hard drive."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "data file"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb14"
},
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb14",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Dataset"
}
]
}
]<http://purl.org/spar/fabio/DataFile> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb14 .
_:nc2534d39d31a404c8051419731cd4b5eb14 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/spar/fabio/DataFile> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/DataFile> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/DataFile> <http://purl.org/vocab/vann/example> "\n :my-data-file a fabio:DataFile ;\n dcterms:title 'Raw Survey Data on Urban Mobility'@en ;\n frbr:realizationOf :my-dataset ;\n dcterms:description 'A computer file containing structured or unstructured data, intended for processing by computer applications.'@en .\n " .
<http://purl.org/spar/fabio/DataFile> <http://www.w3.org/2000/01/rdf-schema#label> "data file"@en .
<http://purl.org/spar/fabio/DataFile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/DataFile> <http://www.w3.org/2000/01/rdf-schema#comment> "A realisation of a fabio:Dataset (a frbr:Work) containing a defined collection of data with specific content and possibly with a specific version number, that can be embodied as a fabio:DigitalManifestation (a frbr:Manifestation with a specific format) and be represented by a specific fabio:ComputerFile (a frbr:Item) on someone's hard drive."@en .
<http://purl.org/spar/fabio/DataFile> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
_:nc2534d39d31a404c8051419731cd4b5eb14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb14 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Dataset> .
IRI: http://purl.org/spar/fabio/DataManagementPlan
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:DataManagementPlan a owl:Class ;
rdfs:label "data management plan"@en ;
vann:example """
:my-data-management-plan a fabio:DataManagementPlan ;
dcterms:title 'Data Management Plan for Project OpenScience'@en ;
dcterms:creator :john-doe ;
frbr:realizationOf :my-proposition ;
dcterms:description 'A formal document outlining how data will be handled during and after a research project.'@en .
""" ;
rdfs:comment "A structured document giving information about how data arising from a research project or other endeavour is to be manages, preserved and shared."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:Proposition ],
fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/DataManagementPlan">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">data management plan</rdfs:label>
<rdfs:comment xml:lang="en">A structured document giving information about how data arising from a research project or other endeavour is to be manages, preserved and shared.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb15"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-data-management-plan a fabio:DataManagementPlan ;
dcterms:title 'Data Management Plan for Project OpenScience'@en ;
dcterms:creator :john-doe ;
frbr:realizationOf :my-proposition ;
dcterms:description 'A formal document outlining how data will be handled during and after a research project.'@en .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb15">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Proposition"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/DataManagementPlan",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-data-management-plan a fabio:DataManagementPlan ;\n dcterms:title 'Data Management Plan for Project OpenScience'@en ;\n dcterms:creator :john-doe ;\n frbr:realizationOf :my-proposition ;\n dcterms:description 'A formal document outlining how data will be handled during and after a research project.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A structured document giving information about how data arising from a research project or other endeavour is to be manages, preserved and shared."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "data management plan"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb15"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb15",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Proposition"
}
]
}
]<http://purl.org/spar/fabio/DataManagementPlan> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/DataManagementPlan> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/DataManagementPlan> <http://www.w3.org/2000/01/rdf-schema#label> "data management plan"@en .
_:nc2534d39d31a404c8051419731cd4b5eb15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/DataManagementPlan> <http://www.w3.org/2000/01/rdf-schema#comment> "A structured document giving information about how data arising from a research project or other endeavour is to be manages, preserved and shared."@en .
_:nc2534d39d31a404c8051419731cd4b5eb15 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/spar/fabio/DataManagementPlan> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb15 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Proposition> .
<http://purl.org/spar/fabio/DataManagementPlan> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/DataManagementPlan> <http://purl.org/vocab/vann/example> "\n :my-data-management-plan a fabio:DataManagementPlan ;\n dcterms:title 'Data Management Plan for Project OpenScience'@en ;\n dcterms:creator :john-doe ;\n frbr:realizationOf :my-proposition ;\n dcterms:description 'A formal document outlining how data will be handled during and after a research project.'@en .\n " .
<http://purl.org/spar/fabio/DataManagementPlan> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb15 .
IRI: http://purl.org/spar/fabio/DataManagementPolicy
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:DataManagementPolicy a owl:Class ;
rdfs:label "data management policy"@en ;
vann:example """
:my-data-management-policy a fabio:DataManagementPolicy ;
dcterms:title 'Institutional Policy on Research Data Management'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A policy specifically addressing the principles and requirements for managing, storing, and sharing research data.'@en .
""" ;
rdfs:comment "A policy that describes and defines how data should be managed, preserved and shared."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Policy ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/DataManagementPolicy">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Policy"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A policy that describes and defines how data should be managed, preserved and shared.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">data management policy</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-data-management-policy a fabio:DataManagementPolicy ;
dcterms:title 'Institutional Policy on Research Data Management'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A policy specifically addressing the principles and requirements for managing, storing, and sharing research data.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/DataManagementPolicy",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-data-management-policy a fabio:DataManagementPolicy ;\n dcterms:title 'Institutional Policy on Research Data Management'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A policy specifically addressing the principles and requirements for managing, storing, and sharing research data.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A policy that describes and defines how data should be managed, preserved and shared."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "data management policy"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Policy"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/DataManagementPolicy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/DataManagementPolicy> <http://www.w3.org/2000/01/rdf-schema#comment> "A policy that describes and defines how data should be managed, preserved and shared."@en .
<http://purl.org/spar/fabio/DataManagementPolicy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/DataManagementPolicy> <http://purl.org/vocab/vann/example> "\n :my-data-management-policy a fabio:DataManagementPolicy ;\n dcterms:title 'Institutional Policy on Research Data Management'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A policy specifically addressing the principles and requirements for managing, storing, and sharing research data.'@en .\n " .
<http://purl.org/spar/fabio/DataManagementPolicy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Policy> .
<http://purl.org/spar/fabio/DataManagementPolicy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/DataManagementPolicy> <http://www.w3.org/2000/01/rdf-schema#label> "data management policy"@en .
IRI: http://purl.org/spar/fabio/DataManagementPolicyDocument
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:DataManagementPolicyDocument a owl:Class ;
rdfs:label "data management policy document"@en ;
vann:example """
:my-data-management-policy-document a fabio:DataManagementPolicyDocument ;
dcterms:title 'Official Research Data Policy Document'@en ;
frbr:realizationOf :my-data-management-policy ;
dcterms:description 'A physical or digital document that contains the text of a data management policy.'@en .
""" ;
rdfs:comment "A document embodying a policy that describes and defines how data should be managed, preserved and shared."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:PolicyDocument ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/DataManagementPolicyDocument">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">data management policy document</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/PolicyDocument"/>
<rdfs:comment xml:lang="en">A document embodying a policy that describes and defines how data should be managed, preserved and shared.</rdfs:comment>
<vann:example>
:my-data-management-policy-document a fabio:DataManagementPolicyDocument ;
dcterms:title 'Official Research Data Policy Document'@en ;
frbr:realizationOf :my-data-management-policy ;
dcterms:description 'A physical or digital document that contains the text of a data management policy.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/DataManagementPolicyDocument",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-data-management-policy-document a fabio:DataManagementPolicyDocument ;\n dcterms:title 'Official Research Data Policy Document'@en ;\n frbr:realizationOf :my-data-management-policy ;\n dcterms:description 'A physical or digital document that contains the text of a data management policy.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A document embodying a policy that describes and defines how data should be managed, preserved and shared."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "data management policy document"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/PolicyDocument"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/DataManagementPolicyDocument> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/DataManagementPolicyDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/PolicyDocument> .
<http://purl.org/spar/fabio/DataManagementPolicyDocument> <http://www.w3.org/2000/01/rdf-schema#label> "data management policy document"@en .
<http://purl.org/spar/fabio/DataManagementPolicyDocument> <http://www.w3.org/2000/01/rdf-schema#comment> "A document embodying a policy that describes and defines how data should be managed, preserved and shared."@en .
<http://purl.org/spar/fabio/DataManagementPolicyDocument> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/DataManagementPolicyDocument> <http://purl.org/vocab/vann/example> "\n :my-data-management-policy-document a fabio:DataManagementPolicyDocument ;\n dcterms:title 'Official Research Data Policy Document'@en ;\n frbr:realizationOf :my-data-management-policy ;\n dcterms:description 'A physical or digital document that contains the text of a data management policy.'@en .\n " .
<http://purl.org/spar/fabio/DataManagementPolicyDocument> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:DataRepository a owl:Class ;
rdfs:label "data repository"@en ;
vann:example """
:my-data-repository a fabio:DataRepository ;
dcterms:title 'Zenodo'@en ;
dcterms:description 'A multi-disciplinary shared research data repository, helping researchers receive credit for making their research results available.'@en .
""" ;
rdfs:comment "A repository for storing data."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Repository ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/DataRepository">
<rdfs:comment xml:lang="en">A repository for storing data.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Repository"/>
<rdfs:label xml:lang="en">data repository</rdfs:label>
<vann:example>
:my-data-repository a fabio:DataRepository ;
dcterms:title 'Zenodo'@en ;
dcterms:description 'A multi-disciplinary shared research data repository, helping researchers receive credit for making their research results available.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/DataRepository",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-data-repository a fabio:DataRepository ;\n dcterms:title 'Zenodo'@en ;\n dcterms:description 'A multi-disciplinary shared research data repository, helping researchers receive credit for making their research results available.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A repository for storing data."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "data repository"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Repository"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/DataRepository> <http://www.w3.org/2000/01/rdf-schema#comment> "A repository for storing data."@en .
<http://purl.org/spar/fabio/DataRepository> <http://purl.org/vocab/vann/example> "\n :my-data-repository a fabio:DataRepository ;\n dcterms:title 'Zenodo'@en ;\n dcterms:description 'A multi-disciplinary shared research data repository, helping researchers receive credit for making their research results available.'@en .\n " .
<http://purl.org/spar/fabio/DataRepository> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/DataRepository> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/DataRepository> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/DataRepository> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Repository> .
<http://purl.org/spar/fabio/DataRepository> <http://www.w3.org/2000/01/rdf-schema#label> "data repository"@en .
IRI: http://purl.org/spar/fabio/Database
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Database a owl:Class ;
rdfs:label "database"@en ;
vann:example """
:my-database a fabio:Database ;
dcterms:title 'GenBank'@en ;
dcterms:description 'A comprehensive database that contains publicly available nucleotide sequences for more than 300,000 named organisms.'@en .
""" ;
rdfs:comment "A structured collection of logically related records or data usually stored and retrieved using computer-based means."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Database">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:comment xml:lang="en">A structured collection of logically related records or data usually stored and retrieved using computer-based means.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">database</rdfs:label>
<vann:example>
:my-database a fabio:Database ;
dcterms:title 'GenBank'@en ;
dcterms:description 'A comprehensive database that contains publicly available nucleotide sequences for more than 300,000 named organisms.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Database",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-database a fabio:Database ;\n dcterms:title 'GenBank'@en ;\n dcterms:description 'A comprehensive database that contains publicly available nucleotide sequences for more than 300,000 named organisms.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A structured collection of logically related records or data usually stored and retrieved using computer-based means."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "database"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Database> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Database> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Database> <http://www.w3.org/2000/01/rdf-schema#label> "database"@en .
<http://purl.org/spar/fabio/Database> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Database> <http://www.w3.org/2000/01/rdf-schema#comment> "A structured collection of logically related records or data usually stored and retrieved using computer-based means."@en .
<http://purl.org/spar/fabio/Database> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Database> <http://purl.org/vocab/vann/example> "\n :my-database a fabio:Database ;\n dcterms:title 'GenBank'@en ;\n dcterms:description 'A comprehensive database that contains publicly available nucleotide sequences for more than 300,000 named organisms.'@en .\n " .
IRI: http://purl.org/spar/fabio/DatabaseManagementSystem
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:DatabaseManagementSystem a owl:Class ;
rdfs:label "database management system"@en ;
vann:example """
:my-database-management-system a fabio:DatabaseManagementSystem ;
dcterms:title 'PostgreSQL 16.0'@en ;
frbr:realizationOf :my-software ;
dcterms:description 'A powerful, open source object-relational database system used to create, manage, and query databases.'@en .
""" ;
rdfs:comment "A software, commonly abbreviated as 'DBMS', used to create a database."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:ComputerProgram ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/DatabaseManagementSystem">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ComputerProgram"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">database management system</rdfs:label>
<rdfs:comment xml:lang="en">A software, commonly abbreviated as 'DBMS', used to create a database.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-database-management-system a fabio:DatabaseManagementSystem ;
dcterms:title 'PostgreSQL 16.0'@en ;
frbr:realizationOf :my-software ;
dcterms:description 'A powerful, open source object-relational database system used to create, manage, and query databases.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/DatabaseManagementSystem",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-database-management-system a fabio:DatabaseManagementSystem ;\n dcterms:title 'PostgreSQL 16.0'@en ;\n frbr:realizationOf :my-software ;\n dcterms:description 'A powerful, open source object-relational database system used to create, manage, and query databases.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A software, commonly abbreviated as 'DBMS', used to create a database."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "database management system"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/ComputerProgram"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/DatabaseManagementSystem> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/DatabaseManagementSystem> <http://purl.org/vocab/vann/example> "\n :my-database-management-system a fabio:DatabaseManagementSystem ;\n dcterms:title 'PostgreSQL 16.0'@en ;\n frbr:realizationOf :my-software ;\n dcterms:description 'A powerful, open source object-relational database system used to create, manage, and query databases.'@en .\n " .
<http://purl.org/spar/fabio/DatabaseManagementSystem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/DatabaseManagementSystem> <http://www.w3.org/2000/01/rdf-schema#label> "database management system"@en .
<http://purl.org/spar/fabio/DatabaseManagementSystem> <http://www.w3.org/2000/01/rdf-schema#comment> "A software, commonly abbreviated as 'DBMS', used to create a database."@en .
<http://purl.org/spar/fabio/DatabaseManagementSystem> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/DatabaseManagementSystem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ComputerProgram> .
IRI: http://purl.org/spar/fabio/Dataset
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Dataset a owl:Class ;
rdfs:label "dataset"@en ;
vann:example """
:my-dataset a fabio:Dataset ;
dcterms:title 'Global Temperature Anomalies Dataset 2026'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A collection of related data records, with a specific focus on monthly temperature variations recorded globally.'@en .
""" ;
rdfs:comment "A collection of related facts, often expressed in numerical form and encoded in a defined structure."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Dataset">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">dataset</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A collection of related facts, often expressed in numerical form and encoded in a defined structure.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-dataset a fabio:Dataset ;
dcterms:title 'Global Temperature Anomalies Dataset 2026'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A collection of related data records, with a specific focus on monthly temperature variations recorded globally.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Dataset",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset a fabio:Dataset ;\n dcterms:title 'Global Temperature Anomalies Dataset 2026'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A collection of related data records, with a specific focus on monthly temperature variations recorded globally.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A collection of related facts, often expressed in numerical form and encoded in a defined structure."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "dataset"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Dataset> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Dataset> <http://www.w3.org/2000/01/rdf-schema#label> "dataset"@en .
<http://purl.org/spar/fabio/Dataset> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/Dataset> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Dataset> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Dataset> <http://purl.org/vocab/vann/example> "\n :my-dataset a fabio:Dataset ;\n dcterms:title 'Global Temperature Anomalies Dataset 2026'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A collection of related data records, with a specific focus on monthly temperature variations recorded globally.'@en .\n " .
<http://purl.org/spar/fabio/Dataset> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of related facts, often expressed in numerical form and encoded in a defined structure."@en .
IRI: http://purl.org/spar/fabio/DefinitiveVersion
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:DefinitiveVersion a owl:Class ;
rdfs:label "definitive version"@en ;
vann:example """
:my-definitive-version a fabio:DefinitiveVersion ;
dcterms:title 'The Role of AI in Modern Medicine - Final Version'@en ;
dcterms:description 'The final version of an expression as it was published or released, incorporating all corrections and peer review changes.'@en .
""" ;
rdfs:comment "The final published expression of a work that bears the publisher's imprimatur."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Manuscript ;
vs:term_status reg:statusStable ;
skos:note "Typically for a journal article, the Definitive Version results from revision of an earlier submitted version of the work following peer review, and is then published in print and/or digital form after the publisher has assigned it a DOI. The Definitive Version is also known as the Version of Record, although according to the CrossRef Glossary (http://crossref.org/02publishers/glossary.html) that term can also refer to the author's final version of a work that is not formally published."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/DefinitiveVersion">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Manuscript"/>
<rdfs:label xml:lang="en">definitive version</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">The final published expression of a work that bears the publisher's imprimatur.</rdfs:comment>
<skos:note xml:lang="en">Typically for a journal article, the Definitive Version results from revision of an earlier submitted version of the work following peer review, and is then published in print and/or digital form after the publisher has assigned it a DOI. The Definitive Version is also known as the Version of Record, although according to the CrossRef Glossary (http://crossref.org/02publishers/glossary.html) that term can also refer to the author's final version of a work that is not formally published.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-definitive-version a fabio:DefinitiveVersion ;
dcterms:title 'The Role of AI in Modern Medicine - Final Version'@en ;
dcterms:description 'The final version of an expression as it was published or released, incorporating all corrections and peer review changes.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/DefinitiveVersion",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-definitive-version a fabio:DefinitiveVersion ;\n dcterms:title 'The Role of AI in Modern Medicine - Final Version'@en ;\n dcterms:description 'The final version of an expression as it was published or released, incorporating all corrections and peer review changes.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The final published expression of a work that bears the publisher's imprimatur."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "definitive version"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Manuscript"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "Typically for a journal article, the Definitive Version results from revision of an earlier submitted version of the work following peer review, and is then published in print and/or digital form after the publisher has assigned it a DOI. The Definitive Version is also known as the Version of Record, although according to the CrossRef Glossary (http://crossref.org/02publishers/glossary.html) that term can also refer to the author's final version of a work that is not formally published."
}
]
}
]<http://purl.org/spar/fabio/DefinitiveVersion> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/DefinitiveVersion> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/DefinitiveVersion> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Manuscript> .
<http://purl.org/spar/fabio/DefinitiveVersion> <http://www.w3.org/2000/01/rdf-schema#label> "definitive version"@en .
<http://purl.org/spar/fabio/DefinitiveVersion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/DefinitiveVersion> <http://purl.org/vocab/vann/example> "\n :my-definitive-version a fabio:DefinitiveVersion ;\n dcterms:title 'The Role of AI in Modern Medicine - Final Version'@en ;\n dcterms:description 'The final version of an expression as it was published or released, incorporating all corrections and peer review changes.'@en .\n " .
<http://purl.org/spar/fabio/DefinitiveVersion> <http://www.w3.org/2004/02/skos/core#note> "Typically for a journal article, the Definitive Version results from revision of an earlier submitted version of the work following peer review, and is then published in print and/or digital form after the publisher has assigned it a DOI. The Definitive Version is also known as the Version of Record, although according to the CrossRef Glossary (http://crossref.org/02publishers/glossary.html) that term can also refer to the author's final version of a work that is not formally published."@en .
<http://purl.org/spar/fabio/DefinitiveVersion> <http://www.w3.org/2000/01/rdf-schema#comment> "The final published expression of a work that bears the publisher's imprimatur."@en .
IRI: http://purl.org/spar/fabio/ProjectReportDocument
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ProjectReportDocument a owl:Class ;
rdfs:label "deliverable"@en ;
vann:example """
:my-project-report-document a fabio:ProjectReportDocument ;
dcterms:title 'Project X final report'@en ;
frbr:realizationOf :my-project-report ;
dcterms:description 'A document containing a report on the progress, results or status of a project.'@en .
""" ;
rdfs:comment "A document containing a project report, intended to be delivered to a customer or funding agency describing the results achieved within a specific project."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:ProjectReport ],
fabio:ReportDocument ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb43">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/ProjectReport"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ProjectReportDocument">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ReportDocument"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb43"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A document containing a project report, intended to be delivered to a customer or funding agency describing the results achieved within a specific project.</rdfs:comment>
<rdfs:label xml:lang="en">deliverable</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-project-report-document a fabio:ProjectReportDocument ;
dcterms:title 'Project X final report'@en ;
frbr:realizationOf :my-project-report ;
dcterms:description 'A document containing a report on the progress, results or status of a project.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ProjectReportDocument",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-project-report-document a fabio:ProjectReportDocument ;\n dcterms:title 'Project X final report'@en ;\n frbr:realizationOf :my-project-report ;\n dcterms:description 'A document containing a report on the progress, results or status of a project.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A document containing a project report, intended to be delivered to a customer or funding agency describing the results achieved within a specific project."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "deliverable"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/ReportDocument"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb43"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb43",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/ProjectReport"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb43 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb43 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/ProjectReport> .
<http://purl.org/spar/fabio/ProjectReportDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ReportDocument> .
_:nc2534d39d31a404c8051419731cd4b5eb43 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/spar/fabio/ProjectReportDocument> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ProjectReportDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb43 .
<http://purl.org/spar/fabio/ProjectReportDocument> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ProjectReportDocument> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ProjectReportDocument> <http://www.w3.org/2000/01/rdf-schema#comment> "A document containing a project report, intended to be delivered to a customer or funding agency describing the results achieved within a specific project."@en .
<http://purl.org/spar/fabio/ProjectReportDocument> <http://www.w3.org/2000/01/rdf-schema#label> "deliverable"@en .
<http://purl.org/spar/fabio/ProjectReportDocument> <http://purl.org/vocab/vann/example> "\n :my-project-report-document a fabio:ProjectReportDocument ;\n dcterms:title 'Project X final report'@en ;\n frbr:realizationOf :my-project-report ;\n dcterms:description 'A document containing a report on the progress, results or status of a project.'@en .\n " .
IRI: http://purl.org/spar/fabio/ProjectReport
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ProjectReport a owl:Class ;
rdfs:label "deliverable report"@en ;
vann:example """
:my-project-report a fabio:ProjectReport ;
dcterms:title 'Report on first semester 2026'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A report on the progress, results or status of a project.'@en .
""" ;
rdfs:comment "A report describing the outcomes of specific project, typically listing 'deliverables' created or 'milestones' achieved during the project."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Report ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ProjectReport">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Report"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">deliverable report</rdfs:label>
<rdfs:comment xml:lang="en">A report describing the outcomes of specific project, typically listing 'deliverables' created or 'milestones' achieved during the project.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-project-report a fabio:ProjectReport ;
dcterms:title 'Report on first semester 2026'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A report on the progress, results or status of a project.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ProjectReport",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-project-report a fabio:ProjectReport ;\n dcterms:title 'Report on first semester 2026'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A report on the progress, results or status of a project.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A report describing the outcomes of specific project, typically listing 'deliverables' created or 'milestones' achieved during the project."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "deliverable report"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Report"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ProjectReport> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ProjectReport> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ProjectReport> <http://www.w3.org/2000/01/rdf-schema#label> "deliverable report"@en .
<http://purl.org/spar/fabio/ProjectReport> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Report> .
<http://purl.org/spar/fabio/ProjectReport> <http://www.w3.org/2000/01/rdf-schema#comment> "A report describing the outcomes of specific project, typically listing 'deliverables' created or 'milestones' achieved during the project."@en .
<http://purl.org/spar/fabio/ProjectReport> <http://purl.org/vocab/vann/example> "\n :my-project-report a fabio:ProjectReport ;\n dcterms:title 'Report on first semester 2026'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A report on the progress, results or status of a project.'@en .\n " .
<http://purl.org/spar/fabio/ProjectReport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/DemoPaper
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:DemoPaper a owl:Class ;
rdfs:label "demo paper"@en ;
vann:example """
:my-demo-paper a fabio:DemoPaper ;
dcterms:title 'Visualizing Knowledge Graphs: A Real-time Interactive Tool'@en ;
dcterms:description 'A short paper describing a practical demonstration of a system, software tool, or technology presented at a conference.'@en .
""" ;
rdfs:comment "A demonstration paper, typically describing a new product, service or system created as a result of research, usually presented during a conference or workshop."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/DemoPaper">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:label xml:lang="en">demo paper</rdfs:label>
<rdfs:comment xml:lang="en">A demonstration paper, typically describing a new product, service or system created as a result of research, usually presented during a conference or workshop.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-demo-paper a fabio:DemoPaper ;
dcterms:title 'Visualizing Knowledge Graphs: A Real-time Interactive Tool'@en ;
dcterms:description 'A short paper describing a practical demonstration of a system, software tool, or technology presented at a conference.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/DemoPaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-demo-paper a fabio:DemoPaper ;\n dcterms:title 'Visualizing Knowledge Graphs: A Real-time Interactive Tool'@en ;\n dcterms:description 'A short paper describing a practical demonstration of a system, software tool, or technology presented at a conference.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A demonstration paper, typically describing a new product, service or system created as a result of research, usually presented during a conference or workshop."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "demo paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/DemoPaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/DemoPaper> <http://www.w3.org/2000/01/rdf-schema#label> "demo paper"@en .
<http://purl.org/spar/fabio/DemoPaper> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/DemoPaper> <http://www.w3.org/2000/01/rdf-schema#comment> "A demonstration paper, typically describing a new product, service or system created as a result of research, usually presented during a conference or workshop."@en .
<http://purl.org/spar/fabio/DemoPaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/DemoPaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/DemoPaper> <http://purl.org/vocab/vann/example> "\n :my-demo-paper a fabio:DemoPaper ;\n dcterms:title 'Visualizing Knowledge Graphs: A Real-time Interactive Tool'@en ;\n dcterms:description 'A short paper describing a practical demonstration of a system, software tool, or technology presented at a conference.'@en .\n " .
IRI: http://purl.org/spar/fabio/Diary
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Diary a owl:Class ;
rdfs:label "diary"@en ;
vann:example """
:my-diary a fabio:Diary ;
dcterms:title 'John's personal diary'@en ;
dcterms:creator :john-doe ;
frbr:part :my-entry ;
dcterms:description 'A record of personal experiences, thoughts, and daily events, kept regularly by an individual.'@en .
""" ;
rdfs:comment "A personal record, in a form of book, with discrete entries (often handwritten) arranged by date, reporting what has happened over the course of a day or other period of time."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:part ;
owl:someValuesFrom fabio:Entry ],
fabio:Notebook ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb16">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#part"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Entry"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Diary">
<rdfs:label xml:lang="en">diary</rdfs:label>
<rdfs:comment xml:lang="en">A personal record, in a form of book, with discrete entries (often handwritten) arranged by date, reporting what has happened over the course of a day or other period of time.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Notebook"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb16"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-diary a fabio:Diary ;
dcterms:title 'John's personal diary'@en ;
dcterms:creator :john-doe ;
frbr:part :my-entry ;
dcterms:description 'A record of personal experiences, thoughts, and daily events, kept regularly by an individual.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Diary",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-diary a fabio:Diary ;\n dcterms:title 'John's personal diary'@en ;\n dcterms:creator :john-doe ;\n frbr:part :my-entry ;\n dcterms:description 'A record of personal experiences, thoughts, and daily events, kept regularly by an individual.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A personal record, in a form of book, with discrete entries (often handwritten) arranged by date, reporting what has happened over the course of a day or other period of time."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "diary"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Notebook"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb16"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb16",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#part"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Entry"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb16 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Entry> .
<http://purl.org/spar/fabio/Diary> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Diary> <http://www.w3.org/2000/01/rdf-schema#label> "diary"@en .
<http://purl.org/spar/fabio/Diary> <http://www.w3.org/2000/01/rdf-schema#comment> "A personal record, in a form of book, with discrete entries (often handwritten) arranged by date, reporting what has happened over the course of a day or other period of time."@en .
<http://purl.org/spar/fabio/Diary> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Diary> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Notebook> .
_:nc2534d39d31a404c8051419731cd4b5eb16 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
<http://purl.org/spar/fabio/Diary> <http://purl.org/vocab/vann/example> "\n :my-diary a fabio:Diary ;\n dcterms:title 'John's personal diary'@en ;\n dcterms:creator :john-doe ;\n frbr:part :my-entry ;\n dcterms:description 'A record of personal experiences, thoughts, and daily events, kept regularly by an individual.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/Diary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Diary> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb16 .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:DigitalItem a owl:Class ;
rdfs:label "digital item"@en ;
vann:example """
:my-digital-item a fabio:DigitalItem ;
frbr:exemplarOf :my-digital-manifestation ;
fabio:hasURL 'https://example.org/download/paper.epub' ;
fabio:isStoredOn fabio:floppy-disk .
""" ;
rdfs:comment "A digital object, such as a computer file."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty fabio:isStoredOn ;
owl:someValuesFrom fabio:DigitalStorageMedium ],
[ a owl:Restriction ;
owl:onProperty frbr:exemplarOf ;
owl:someValuesFrom fabio:DigitalManifestation ],
fabio:Item ;
vs:term_status reg:statusStable ;
skos:note "A digital item is an exemplar of a digital manifestation only and it is always stored in a storage medium suitable for digital objects, such as CDs, DVDs, HDs and the Web."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb107">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#exemplarOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/DigitalManifestation"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/DigitalItem">
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb106"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb107"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Item"/>
<rdfs:label xml:lang="en">digital item</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A digital object, such as a computer file.</rdfs:comment>
<vann:example>
:my-digital-item a fabio:DigitalItem ;
frbr:exemplarOf :my-digital-manifestation ;
fabio:hasURL 'https://example.org/download/paper.epub' ;
fabio:isStoredOn fabio:floppy-disk .
</vann:example>
<skos:note xml:lang="en">A digital item is an exemplar of a digital manifestation only and it is always stored in a storage medium suitable for digital objects, such as CDs, DVDs, HDs and the Web.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb106">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/spar/fabio/isStoredOn"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/DigitalStorageMedium"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/DigitalItem",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-digital-item a fabio:DigitalItem ;\n frbr:exemplarOf :my-digital-manifestation ;\n fabio:hasURL 'https://example.org/download/paper.epub' ;\n fabio:isStoredOn fabio:floppy-disk .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A digital object, such as a computer file."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "digital item"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb106"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb107"
},
{
"@id": "http://purl.org/spar/fabio/Item"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A digital item is an exemplar of a digital manifestation only and it is always stored in a storage medium suitable for digital objects, such as CDs, DVDs, HDs and the Web."
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb106",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/fabio/isStoredOn"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/DigitalStorageMedium"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb107",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#exemplarOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/DigitalManifestation"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb107 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/DigitalItem> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/DigitalItem> <http://www.w3.org/2004/02/skos/core#note> "A digital item is an exemplar of a digital manifestation only and it is always stored in a storage medium suitable for digital objects, such as CDs, DVDs, HDs and the Web."@en .
_:nc2534d39d31a404c8051419731cd4b5eb106 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/fabio/isStoredOn> .
<http://purl.org/spar/fabio/DigitalItem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Item> .
_:nc2534d39d31a404c8051419731cd4b5eb107 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#exemplarOf> .
<http://purl.org/spar/fabio/DigitalItem> <http://purl.org/vocab/vann/example> "\n :my-digital-item a fabio:DigitalItem ;\n frbr:exemplarOf :my-digital-manifestation ;\n fabio:hasURL 'https://example.org/download/paper.epub' ;\n fabio:isStoredOn fabio:floppy-disk .\n " .
<http://purl.org/spar/fabio/DigitalItem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb107 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/DigitalManifestation> .
_:nc2534d39d31a404c8051419731cd4b5eb106 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/DigitalStorageMedium> .
<http://purl.org/spar/fabio/DigitalItem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb106 .
<http://purl.org/spar/fabio/DigitalItem> <http://www.w3.org/2000/01/rdf-schema#label> "digital item"@en .
_:nc2534d39d31a404c8051419731cd4b5eb106 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/DigitalItem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb107 .
<http://purl.org/spar/fabio/DigitalItem> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/DigitalItem> <http://www.w3.org/2000/01/rdf-schema#comment> "A digital object, such as a computer file."@en .
IRI: http://purl.org/spar/fabio/DigitalManifestation
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:DigitalManifestation a owl:Class ;
rdfs:label "digital manifestation"@en ;
vann:example """
:my-digital-manifestation a fabio:DigitalManifestation ;
dcterms:publisher :my-publisher ;
frbr:exemplar :my-digital-item ;
dcterms:format application:epub ;
prism:publicationDate '2007-05-31'^^xsd:date .
""" ;
rdfs:comment "A manifestation that represents data in binary form, encoding the data as a series of 0s and 1s."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:exemplar ;
owl:someValuesFrom fabio:DigitalItem ],
fabio:Manifestation ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/DigitalManifestation">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A manifestation that represents data in binary form, encoding the data as a series of 0s and 1s.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Manifestation"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb100"/>
<rdfs:label xml:lang="en">digital manifestation</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-digital-manifestation a fabio:DigitalManifestation ;
dcterms:publisher :my-publisher ;
frbr:exemplar :my-digital-item ;
dcterms:format application:epub ;
prism:publicationDate '2007-05-31'^^xsd:date .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb100">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#exemplar"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/DigitalItem"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/DigitalManifestation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-digital-manifestation a fabio:DigitalManifestation ;\n dcterms:publisher :my-publisher ;\n frbr:exemplar :my-digital-item ;\n dcterms:format application:epub ;\n prism:publicationDate '2007-05-31'^^xsd:date .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A manifestation that represents data in binary form, encoding the data as a series of 0s and 1s."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "digital manifestation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Manifestation"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb100"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb100",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#exemplar"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/DigitalItem"
}
]
}
]<http://purl.org/spar/fabio/DigitalManifestation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/DigitalManifestation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/DigitalManifestation> <http://www.w3.org/2000/01/rdf-schema#comment> "A manifestation that represents data in binary form, encoding the data as a series of 0s and 1s."@en .
<http://purl.org/spar/fabio/DigitalManifestation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Manifestation> .
<http://purl.org/spar/fabio/DigitalManifestation> <http://purl.org/vocab/vann/example> "\n :my-digital-manifestation a fabio:DigitalManifestation ;\n dcterms:publisher :my-publisher ;\n frbr:exemplar :my-digital-item ;\n dcterms:format application:epub ;\n prism:publicationDate '2007-05-31'^^xsd:date .\n " .
<http://purl.org/spar/fabio/DigitalManifestation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb100 .
_:nc2534d39d31a404c8051419731cd4b5eb100 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/DigitalItem> .
<http://purl.org/spar/fabio/DigitalManifestation> <http://www.w3.org/2000/01/rdf-schema#label> "digital manifestation"@en .
_:nc2534d39d31a404c8051419731cd4b5eb100 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb100 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#exemplar> .
<http://purl.org/spar/fabio/DigitalManifestation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/DigitalStorageMedium
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:DigitalStorageMedium a owl:Class ;
rdfs:label "digital storage medium"@en ;
vann:example """
fabio:floppy-disk a fabio:DigitalStorageMedium .
""" ;
rdfs:comment "A means of storing information in digital form, involving binary encoding of data in 0s and 1s, e.g. a computer random access memory, hard disc, USB stick, CD, DVD or digital magnetic tape."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom fabio:DigitalItem ;
owl:onProperty fabio:stores ],
fabio:StorageMedium ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/DigitalStorageMedium">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/StorageMedium"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb131"/>
<rdfs:comment xml:lang="en">A means of storing information in digital form, involving binary encoding of data in 0s and 1s, e.g. a computer random access memory, hard disc, USB stick, CD, DVD or digital magnetic tape.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">digital storage medium</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
fabio:floppy-disk a fabio:DigitalStorageMedium .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb131">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/spar/fabio/DigitalItem"/>
<owl:onProperty rdf:resource="http://purl.org/spar/fabio/stores"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/DigitalStorageMedium",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n fabio:floppy-disk a fabio:DigitalStorageMedium .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A means of storing information in digital form, involving binary encoding of data in 0s and 1s, e.g. a computer random access memory, hard disc, USB stick, CD, DVD or digital magnetic tape."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "digital storage medium"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/StorageMedium"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb131"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb131",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/DigitalItem"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/fabio/stores"
}
]
}
]<http://purl.org/spar/fabio/DigitalStorageMedium> <http://purl.org/vocab/vann/example> "\n fabio:floppy-disk a fabio:DigitalStorageMedium .\n " .
<http://purl.org/spar/fabio/DigitalStorageMedium> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/DigitalStorageMedium> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/StorageMedium> .
_:nc2534d39d31a404c8051419731cd4b5eb131 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/spar/fabio/DigitalItem> .
<http://purl.org/spar/fabio/DigitalStorageMedium> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/DigitalStorageMedium> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb131 .
<http://purl.org/spar/fabio/DigitalStorageMedium> <http://www.w3.org/2000/01/rdf-schema#comment> "A means of storing information in digital form, involving binary encoding of data in 0s and 1s, e.g. a computer random access memory, hard disc, USB stick, CD, DVD or digital magnetic tape."@en .
<http://purl.org/spar/fabio/DigitalStorageMedium> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb131 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb131 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/fabio/stores> .
<http://purl.org/spar/fabio/DigitalStorageMedium> <http://www.w3.org/2000/01/rdf-schema#label> "digital storage medium"@en .
IRI: http://purl.org/spar/fabio/Directory
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Directory a owl:Class ;
rdfs:label "directory"@en ;
vann:example """
:my-directory a fabio:Directory ;
dcterms:title 'University Research Staff Directory 2026'@en ;
dcterms:description 'A systematic list of names, addresses, and other data of persons or organizations.'@en .
""" ;
rdfs:comment "A database of information which is heavily optimized for reading."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Database ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Directory">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A database of information which is heavily optimized for reading.</rdfs:comment>
<rdfs:label xml:lang="en">directory</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Database"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-directory a fabio:Directory ;
dcterms:title 'University Research Staff Directory 2026'@en ;
dcterms:description 'A systematic list of names, addresses, and other data of persons or organizations.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Directory",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-directory a fabio:Directory ;\n dcterms:title 'University Research Staff Directory 2026'@en ;\n dcterms:description 'A systematic list of names, addresses, and other data of persons or organizations.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A database of information which is heavily optimized for reading."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "directory"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Database"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Directory> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Database> .
<http://purl.org/spar/fabio/Directory> <http://purl.org/vocab/vann/example> "\n :my-directory a fabio:Directory ;\n dcterms:title 'University Research Staff Directory 2026'@en ;\n dcterms:description 'A systematic list of names, addresses, and other data of persons or organizations.'@en .\n " .
<http://purl.org/spar/fabio/Directory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Directory> <http://www.w3.org/2000/01/rdf-schema#comment> "A database of information which is heavily optimized for reading."@en .
<http://purl.org/spar/fabio/Directory> <http://www.w3.org/2000/01/rdf-schema#label> "directory"@en .
<http://purl.org/spar/fabio/Directory> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Directory> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/DisciplineDictionary
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:DisciplineDictionary a owl:Class ;
rdfs:label "discipline dictionary"@en ;
vann:example """
:my-discipline-dictionary a fabio:DisciplineDictionary ;
dcterms:title 'Dictionary of Clinical Medicine'@en ;
dcterms:creator :medical-society ;
fabio:isSchemeOf <http://purl.bioontology.org/ontology/MESH/D008511> ;
dcterms:description 'A dictionary containing the specialized vocabulary and terminology used in the field of medicine.'@en .
""" ;
rdfs:comment "A discipline dictionary is a collection of subject disciplines."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom fabio:SubjectDiscipline ;
owl:onProperty fabio:isSchemeOf ],
skos:ConceptScheme ;
owl:disjointWith fabio:TermDictionary ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/DisciplineDictionary">
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb67"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
<owl:disjointWith rdf:resource="http://purl.org/spar/fabio/TermDictionary"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">discipline dictionary</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A discipline dictionary is a collection of subject disciplines.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-discipline-dictionary a fabio:DisciplineDictionary ;
dcterms:title 'Dictionary of Clinical Medicine'@en ;
dcterms:creator :medical-society ;
fabio:isSchemeOf <http://purl.bioontology.org/ontology/MESH/D008511> ;
dcterms:description 'A dictionary containing the specialized vocabulary and terminology used in the field of medicine.'@en .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb67">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/spar/fabio/SubjectDiscipline"/>
<owl:onProperty rdf:resource="http://purl.org/spar/fabio/isSchemeOf"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/DisciplineDictionary",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-discipline-dictionary a fabio:DisciplineDictionary ;\n dcterms:title 'Dictionary of Clinical Medicine'@en ;\n dcterms:creator :medical-society ;\n fabio:isSchemeOf <http://purl.bioontology.org/ontology/MESH/D008511> ;\n dcterms:description 'A dictionary containing the specialized vocabulary and terminology used in the field of medicine.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A discipline dictionary is a collection of subject disciplines."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "discipline dictionary"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb67"
},
{
"@id": "http://www.w3.org/2004/02/skos/core#ConceptScheme"
}
],
"http://www.w3.org/2002/07/owl#disjointWith": [
{
"@id": "http://purl.org/spar/fabio/TermDictionary"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb67",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/SubjectDiscipline"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/fabio/isSchemeOf"
}
]
}
]<http://purl.org/spar/fabio/DisciplineDictionary> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb67 .
<http://purl.org/spar/fabio/DisciplineDictionary> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .
<http://purl.org/spar/fabio/DisciplineDictionary> <http://www.w3.org/2002/07/owl#disjointWith> <http://purl.org/spar/fabio/TermDictionary> .
<http://purl.org/spar/fabio/DisciplineDictionary> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb67 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/spar/fabio/SubjectDiscipline> .
<http://purl.org/spar/fabio/DisciplineDictionary> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/DisciplineDictionary> <http://purl.org/vocab/vann/example> "\n :my-discipline-dictionary a fabio:DisciplineDictionary ;\n dcterms:title 'Dictionary of Clinical Medicine'@en ;\n dcterms:creator :medical-society ;\n fabio:isSchemeOf <http://purl.bioontology.org/ontology/MESH/D008511> ;\n dcterms:description 'A dictionary containing the specialized vocabulary and terminology used in the field of medicine.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb67 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/DisciplineDictionary> <http://www.w3.org/2000/01/rdf-schema#label> "discipline dictionary"@en .
<http://purl.org/spar/fabio/DisciplineDictionary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb67 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/fabio/isSchemeOf> .
<http://purl.org/spar/fabio/DisciplineDictionary> <http://www.w3.org/2000/01/rdf-schema#comment> "A discipline dictionary is a collection of subject disciplines."@en .
IRI: http://purl.org/spar/fabio/DoctoralThesis
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:DoctoralThesis a owl:Class ;
rdfs:label "doctoral thesis"@en ;
vann:example """
:my-doctoral-thesis a fabio:DoctoralThesis ;
dcterms:title 'Scalable Error Correction in Quantum Computing Architecture'@en ;
dcterms:description 'A thesis presented for the degree of Doctor of Philosophy.'@en .
""" ;
rdfs:comment "A thesis reporting the research undertaken during a period of graduate study leading to a doctoral degree."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Thesis ;
vs:term_status reg:statusStable .
[] a owl:AllDisjointClasses ;
owl:members ( fabio:BachelorsThesis fabio:DoctoralThesis fabio:MastersThesis ) .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/DoctoralThesis">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A thesis reporting the research undertaken during a period of graduate study leading to a doctoral degree.</rdfs:comment>
<rdfs:label xml:lang="en">doctoral thesis</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Thesis"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-doctoral-thesis a fabio:DoctoralThesis ;
dcterms:title 'Scalable Error Correction in Quantum Computing Architecture'@en ;
dcterms:description 'A thesis presented for the degree of Doctor of Philosophy.'@en .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb154">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb155"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb155">
<rdf:first rdf:resource="http://purl.org/spar/fabio/BachelorsThesis"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb156"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb156">
<rdf:first rdf:resource="http://purl.org/spar/fabio/DoctoralThesis"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb157"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb157">
<rdf:first rdf:resource="http://purl.org/spar/fabio/MastersThesis"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb154",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/spar/fabio/BachelorsThesis"
},
{
"@id": "http://purl.org/spar/fabio/DoctoralThesis"
},
{
"@id": "http://purl.org/spar/fabio/MastersThesis"
}
]
}
]
},
{
"@id": "http://purl.org/spar/fabio/DoctoralThesis",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-doctoral-thesis a fabio:DoctoralThesis ;\n dcterms:title 'Scalable Error Correction in Quantum Computing Architecture'@en ;\n dcterms:description 'A thesis presented for the degree of Doctor of Philosophy.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A thesis reporting the research undertaken during a period of graduate study leading to a doctoral degree."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "doctoral thesis"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Thesis"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/DoctoralThesis> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/DoctoralThesis> <http://purl.org/vocab/vann/example> "\n :my-doctoral-thesis a fabio:DoctoralThesis ;\n dcterms:title 'Scalable Error Correction in Quantum Computing Architecture'@en ;\n dcterms:description 'A thesis presented for the degree of Doctor of Philosophy.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb154 <http://www.w3.org/2002/07/owl#members> _:nc2534d39d31a404c8051419731cd4b5eb155 .
_:nc2534d39d31a404c8051419731cd4b5eb155 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/BachelorsThesis> .
<http://purl.org/spar/fabio/DoctoralThesis> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/DoctoralThesis> <http://www.w3.org/2000/01/rdf-schema#comment> "A thesis reporting the research undertaken during a period of graduate study leading to a doctoral degree."@en .
_:nc2534d39d31a404c8051419731cd4b5eb156 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/DoctoralThesis> .
_:nc2534d39d31a404c8051419731cd4b5eb156 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb157 .
<http://purl.org/spar/fabio/DoctoralThesis> <http://www.w3.org/2000/01/rdf-schema#label> "doctoral thesis"@en .
_:nc2534d39d31a404c8051419731cd4b5eb155 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb156 .
_:nc2534d39d31a404c8051419731cd4b5eb157 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/MastersThesis> .
_:nc2534d39d31a404c8051419731cd4b5eb157 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://purl.org/spar/fabio/DoctoralThesis> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Thesis> .
<http://purl.org/spar/fabio/DoctoralThesis> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb154 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:DocumentRepository a owl:Class ;
rdfs:label "document repository"@en ;
vann:example """
:my-document-repository a fabio:DocumentRepository ;
dcterms:title 'Institutional Open Access Repository'@en ;
dcterms:description 'A digital platform designed to collect, preserve, and disseminate the intellectual output of an institution or a specific community.'@en .
""" ;
rdfs:comment "A repository for storing documents."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Repository ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/DocumentRepository">
<rdfs:comment xml:lang="en">A repository for storing documents.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Repository"/>
<rdfs:label xml:lang="en">document repository</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-document-repository a fabio:DocumentRepository ;
dcterms:title 'Institutional Open Access Repository'@en ;
dcterms:description 'A digital platform designed to collect, preserve, and disseminate the intellectual output of an institution or a specific community.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/DocumentRepository",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-document-repository a fabio:DocumentRepository ;\n dcterms:title 'Institutional Open Access Repository'@en ;\n dcterms:description 'A digital platform designed to collect, preserve, and disseminate the intellectual output of an institution or a specific community.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A repository for storing documents."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "document repository"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Repository"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/DocumentRepository> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/DocumentRepository> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Repository> .
<http://purl.org/spar/fabio/DocumentRepository> <http://www.w3.org/2000/01/rdf-schema#comment> "A repository for storing documents."@en .
<http://purl.org/spar/fabio/DocumentRepository> <http://www.w3.org/2000/01/rdf-schema#label> "document repository"@en .
<http://purl.org/spar/fabio/DocumentRepository> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/DocumentRepository> <http://purl.org/vocab/vann/example> "\n :my-document-repository a fabio:DocumentRepository ;\n dcterms:title 'Institutional Open Access Repository'@en ;\n dcterms:description 'A digital platform designed to collect, preserve, and disseminate the intellectual output of an institution or a specific community.'@en .\n " .
<http://purl.org/spar/fabio/DocumentRepository> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/DustJacket
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:DustJacket a owl:Class ;
rdfs:label "dust jacket"@en ;
vann:example """
:my-dust-jacket a fabio:DustJacket ;
dcterms:title 'Dust jacket for The Hobbit, First Edition'@en ;
dcterms:creator :j-r-r-tolkien ;
dcterms:description 'The detachable outer paper cover of a book, often with decorative illustrations and a summary of the work.'@en .
""" ;
rdfs:comment "A detachable outer cover, usually made of paper and printed with text and illustrations. This outer cover has folded flaps that hold it to the cover of a document."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/DustJacket">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A detachable outer cover, usually made of paper and printed with text and illustrations. This outer cover has folded flaps that hold it to the cover of a document.</rdfs:comment>
<rdfs:label xml:lang="en">dust jacket</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<vann:example>
:my-dust-jacket a fabio:DustJacket ;
dcterms:title 'Dust jacket for The Hobbit, First Edition'@en ;
dcterms:creator :j-r-r-tolkien ;
dcterms:description 'The detachable outer paper cover of a book, often with decorative illustrations and a summary of the work.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/DustJacket",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dust-jacket a fabio:DustJacket ;\n dcterms:title 'Dust jacket for The Hobbit, First Edition'@en ;\n dcterms:creator :j-r-r-tolkien ;\n dcterms:description 'The detachable outer paper cover of a book, often with decorative illustrations and a summary of the work.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A detachable outer cover, usually made of paper and printed with text and illustrations. This outer cover has folded flaps that hold it to the cover of a document."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "dust jacket"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/DustJacket> <http://purl.org/vocab/vann/example> "\n :my-dust-jacket a fabio:DustJacket ;\n dcterms:title 'Dust jacket for The Hobbit, First Edition'@en ;\n dcterms:creator :j-r-r-tolkien ;\n dcterms:description 'The detachable outer paper cover of a book, often with decorative illustrations and a summary of the work.'@en .\n " .
<http://purl.org/spar/fabio/DustJacket> <http://www.w3.org/2000/01/rdf-schema#comment> "A detachable outer cover, usually made of paper and printed with text and illustrations. This outer cover has folded flaps that hold it to the cover of a document."@en .
<http://purl.org/spar/fabio/DustJacket> <http://www.w3.org/2000/01/rdf-schema#label> "dust jacket"@en .
<http://purl.org/spar/fabio/DustJacket> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/DustJacket> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/DustJacket> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/DustJacket> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/Email
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Email a owl:Class ;
rdfs:label "e-mail"@en ;
vann:example """
:my-email a fabio:Email ;
dcterms:title 'Update on laboratory results - Feb 2026'@en ;
dcterms:description 'A message distributed by electronic means from one computer user to one or more recipients via a network.'@en .
""" ;
rdfs:comment "A message transmitted over the internet as an item of electronic mail, typically based on the Simple Mail Transfer Protocol (SMTP). Emails can have computer files containing documents, dataset and images attached to them or embedded within them."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Email">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:comment xml:lang="en">A message transmitted over the internet as an item of electronic mail, typically based on the Simple Mail Transfer Protocol (SMTP). Emails can have computer files containing documents, dataset and images attached to them or embedded within them.</rdfs:comment>
<rdfs:label xml:lang="en">e-mail</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-email a fabio:Email ;
dcterms:title 'Update on laboratory results - Feb 2026'@en ;
dcterms:description 'A message distributed by electronic means from one computer user to one or more recipients via a network.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Email",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-email a fabio:Email ;\n dcterms:title 'Update on laboratory results - Feb 2026'@en ;\n dcterms:description 'A message distributed by electronic means from one computer user to one or more recipients via a network.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A message transmitted over the internet as an item of electronic mail, typically based on the Simple Mail Transfer Protocol (SMTP). Emails can have computer files containing documents, dataset and images attached to them or embedded within them."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "e-mail"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Email> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Email> <http://purl.org/vocab/vann/example> "\n :my-email a fabio:Email ;\n dcterms:title 'Update on laboratory results - Feb 2026'@en ;\n dcterms:description 'A message distributed by electronic means from one computer user to one or more recipients via a network.'@en .\n " .
<http://purl.org/spar/fabio/Email> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Email> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Email> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Email> <http://www.w3.org/2000/01/rdf-schema#comment> "A message transmitted over the internet as an item of electronic mail, typically based on the Simple Mail Transfer Protocol (SMTP). Emails can have computer files containing documents, dataset and images attached to them or embedded within them."@en .
<http://purl.org/spar/fabio/Email> <http://www.w3.org/2000/01/rdf-schema#label> "e-mail"@en .
IRI: http://purl.org/spar/fabio/Editorial
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Editorial a owl:Class ;
rdfs:label "editorial"@en ;
vann:example """
:my-editorial a fabio:Editorial ;
dcterms:title 'The Future of Open Science in 2026'@en ;
frbr:realizationOf :my-opinion ;
dcterms:description 'An article expressing the opinion or policy of the editors or publishers of a publication.'@en .
""" ;
rdfs:comment "The realization of an opinion written by an editor."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:Opinion ],
fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb101">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Opinion"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Editorial">
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb101"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">editorial</rdfs:label>
<rdfs:comment xml:lang="en">The realization of an opinion written by an editor.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-editorial a fabio:Editorial ;
dcterms:title 'The Future of Open Science in 2026'@en ;
frbr:realizationOf :my-opinion ;
dcterms:description 'An article expressing the opinion or policy of the editors or publishers of a publication.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Editorial",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-editorial a fabio:Editorial ;\n dcterms:title 'The Future of Open Science in 2026'@en ;\n frbr:realizationOf :my-opinion ;\n dcterms:description 'An article expressing the opinion or policy of the editors or publishers of a publication.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The realization of an opinion written by an editor."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "editorial"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb101"
},
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb101",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Opinion"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb101 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Opinion> .
_:nc2534d39d31a404c8051419731cd4b5eb101 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/spar/fabio/Editorial> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb101 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/Editorial> <http://purl.org/vocab/vann/example> "\n :my-editorial a fabio:Editorial ;\n dcterms:title 'The Future of Open Science in 2026'@en ;\n frbr:realizationOf :my-opinion ;\n dcterms:description 'An article expressing the opinion or policy of the editors or publishers of a publication.'@en .\n " .
<http://purl.org/spar/fabio/Editorial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Editorial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb101 .
<http://purl.org/spar/fabio/Editorial> <http://www.w3.org/2000/01/rdf-schema#label> "editorial"@en .
<http://purl.org/spar/fabio/Editorial> <http://www.w3.org/2000/01/rdf-schema#comment> "The realization of an opinion written by an editor."@en .
<http://purl.org/spar/fabio/Editorial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Editorial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/vocab/frbr/core#Endeavour
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
frbr:Endeavour a owl:Class ;
rdfs:label "endeavour"@en ;
vann:example """
:my-resource a frbr:Endeavour .
""" ;
rdfs:comment "The set of different aspects of user interests in the products of intellectual or artistic artifact."@en ;
rdfs:isDefinedBy frbr: ;
owl:equivalentClass [ a owl:Class ;
owl:unionOf ( frbr:Expression frbr:Item frbr:Manifestation frbr:Work ) ] .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#Endeavour">
<rdfs:comment xml:lang="en">The set of different aspects of user interests in the products of intellectual or artistic artifact.</rdfs:comment>
<owl:equivalentClass rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb138"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">endeavour</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<vann:example>
:my-resource a frbr:Endeavour .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb138">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb139"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb141">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Manifestation"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb142"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb142">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb139">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb140"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb140">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Item"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb141"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource a frbr:Endeavour .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The set of different aspects of user interests in the products of intellectual or artistic artifact."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "endeavour"
}
],
"http://www.w3.org/2002/07/owl#equivalentClass": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb138"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb138",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#unionOf": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
},
{
"@id": "http://purl.org/vocab/frbr/core#Item"
},
{
"@id": "http://purl.org/vocab/frbr/core#Manifestation"
},
{
"@id": "http://purl.org/vocab/frbr/core#Work"
}
]
}
]
}
]<http://purl.org/vocab/frbr/core#Endeavour> <http://www.w3.org/2002/07/owl#equivalentClass> _:nc2534d39d31a404c8051419731cd4b5eb138 .
<http://purl.org/vocab/frbr/core#Endeavour> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/vocab/frbr/core#Endeavour> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
_:nc2534d39d31a404c8051419731cd4b5eb138 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb141 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb142 .
_:nc2534d39d31a404c8051419731cd4b5eb142 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:nc2534d39d31a404c8051419731cd4b5eb139 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb140 .
<http://purl.org/vocab/frbr/core#Endeavour> <http://www.w3.org/2000/01/rdf-schema#comment> "The set of different aspects of user interests in the products of intellectual or artistic artifact."@en .
_:nc2534d39d31a404c8051419731cd4b5eb140 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Item> .
_:nc2534d39d31a404c8051419731cd4b5eb141 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Manifestation> .
_:nc2534d39d31a404c8051419731cd4b5eb139 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#Endeavour> <http://purl.org/vocab/vann/example> "\n :my-resource a frbr:Endeavour .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb140 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb141 .
<http://purl.org/vocab/frbr/core#Endeavour> <http://www.w3.org/2000/01/rdf-schema#label> "endeavour"@en .
_:nc2534d39d31a404c8051419731cd4b5eb138 <http://www.w3.org/2002/07/owl#unionOf> _:nc2534d39d31a404c8051419731cd4b5eb139 .
_:nc2534d39d31a404c8051419731cd4b5eb142 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Work> .
IRI: http://purl.org/spar/fabio/EntityMetadata
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:EntityMetadata a owl:Class ;
rdfs:label "entity metadata"@en ;
vann:example """
:my-entity-metadata a fabio:EntityMetadata ;
dcterms:title 'Metadata for Article 123'@en ;
dcterms:description 'A set of data that describes and gives information about a resource, such as its creator, date, and subject.'@en .
""" ;
rdfs:comment "Metadata describing the work itself, including for example the name of the creator(s), the title of the work, and the date and place of its creation."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Metadata ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/EntityMetadata">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">entity metadata</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Metadata"/>
<rdfs:comment xml:lang="en">Metadata describing the work itself, including for example the name of the creator(s), the title of the work, and the date and place of its creation.</rdfs:comment>
<vann:example>
:my-entity-metadata a fabio:EntityMetadata ;
dcterms:title 'Metadata for Article 123'@en ;
dcterms:description 'A set of data that describes and gives information about a resource, such as its creator, date, and subject.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/EntityMetadata",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-entity-metadata a fabio:EntityMetadata ;\n dcterms:title 'Metadata for Article 123'@en ;\n dcterms:description 'A set of data that describes and gives information about a resource, such as its creator, date, and subject.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Metadata describing the work itself, including for example the name of the creator(s), the title of the work, and the date and place of its creation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "entity metadata"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Metadata"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/EntityMetadata> <http://purl.org/vocab/vann/example> "\n :my-entity-metadata a fabio:EntityMetadata ;\n dcterms:title 'Metadata for Article 123'@en ;\n dcterms:description 'A set of data that describes and gives information about a resource, such as its creator, date, and subject.'@en .\n " .
<http://purl.org/spar/fabio/EntityMetadata> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/EntityMetadata> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Metadata> .
<http://purl.org/spar/fabio/EntityMetadata> <http://www.w3.org/2000/01/rdf-schema#comment> "Metadata describing the work itself, including for example the name of the creator(s), the title of the work, and the date and place of its creation."@en .
<http://purl.org/spar/fabio/EntityMetadata> <http://www.w3.org/2000/01/rdf-schema#label> "entity metadata"@en .
<http://purl.org/spar/fabio/EntityMetadata> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/EntityMetadata> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/Entry
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Entry a owl:Class ;
rdfs:label "entry"@en ;
vann:example """
:my-entry a fabio:Entry ;
dcterms:title 'Entry for 'Semantic Web''@en ;
dcterms:description 'A self-contained section of a reference work, such as a dictionary, encyclopedia, or index.'@en .
""" ;
rdfs:comment "An item written or printed in a diary, list, account book, reference book, or database."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Entry">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">entry</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:comment xml:lang="en">An item written or printed in a diary, list, account book, reference book, or database.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-entry a fabio:Entry ;
dcterms:title 'Entry for 'Semantic Web''@en ;
dcterms:description 'A self-contained section of a reference work, such as a dictionary, encyclopedia, or index.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Entry",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-entry a fabio:Entry ;\n dcterms:title 'Entry for 'Semantic Web''@en ;\n dcterms:description 'A self-contained section of a reference work, such as a dictionary, encyclopedia, or index.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An item written or printed in a diary, list, account book, reference book, or database."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "entry"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Entry> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Entry> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Entry> <http://purl.org/vocab/vann/example> "\n :my-entry a fabio:Entry ;\n dcterms:title 'Entry for 'Semantic Web''@en ;\n dcterms:description 'A self-contained section of a reference work, such as a dictionary, encyclopedia, or index.'@en .\n " .
<http://purl.org/spar/fabio/Entry> <http://www.w3.org/2000/01/rdf-schema#comment> "An item written or printed in a diary, list, account book, reference book, or database."@en .
<http://purl.org/spar/fabio/Entry> <http://www.w3.org/2000/01/rdf-schema#label> "entry"@en .
<http://purl.org/spar/fabio/Entry> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Entry> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/Erratum
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Erratum a owl:Class ;
rdfs:label "erratum"@en ;
vann:example """
:my-erraturm a fabio:Erratum ;
dcterms:title 'Erratum to: Quantum Computing Efficiency (Vol 12, 2025)'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A published correction of a significant error in a previously published work.'@en .
""" ;
rdfs:comment "A formal correction to an error introduced by the publisher into a previously published document."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Correction ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Erratum">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">erratum</rdfs:label>
<rdfs:comment xml:lang="en">A formal correction to an error introduced by the publisher into a previously published document.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Correction"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-erraturm a fabio:Erratum ;
dcterms:title 'Erratum to: Quantum Computing Efficiency (Vol 12, 2025)'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A published correction of a significant error in a previously published work.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Erratum",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-erraturm a fabio:Erratum ;\n dcterms:title 'Erratum to: Quantum Computing Efficiency (Vol 12, 2025)'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A published correction of a significant error in a previously published work.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A formal correction to an error introduced by the publisher into a previously published document."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "erratum"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Correction"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Erratum> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Erratum> <http://www.w3.org/2000/01/rdf-schema#label> "erratum"@en .
<http://purl.org/spar/fabio/Erratum> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Erratum> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Erratum> <http://www.w3.org/2000/01/rdf-schema#comment> "A formal correction to an error introduced by the publisher into a previously published document."@en .
<http://purl.org/spar/fabio/Erratum> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Correction> .
<http://purl.org/spar/fabio/Erratum> <http://purl.org/vocab/vann/example> "\n :my-erraturm a fabio:Erratum ;\n dcterms:title 'Erratum to: Quantum Computing Efficiency (Vol 12, 2025)'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A published correction of a significant error in a previously published work.'@en .\n " .
IRI: http://purl.org/spar/fabio/Essay
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Essay a owl:Class ;
rdfs:label "essay"@en ;
vann:example """
:my-essay a fabio:Essay ;
dcterms:title 'A Modern Reflection on Digital Ethics'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A short literary composition on a particular theme or subject, usually in prose and generally analytical, speculative, or interpretative.'@en .
""" ;
rdfs:comment "A piece of non-fiction writing on a particular subject, usually of moderate length and without chapters."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Essay">
<rdfs:comment xml:lang="en">A piece of non-fiction writing on a particular subject, usually of moderate length and without chapters.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdfs:label xml:lang="en">essay</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-essay a fabio:Essay ;
dcterms:title 'A Modern Reflection on Digital Ethics'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A short literary composition on a particular theme or subject, usually in prose and generally analytical, speculative, or interpretative.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Essay",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-essay a fabio:Essay ;\n dcterms:title 'A Modern Reflection on Digital Ethics'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A short literary composition on a particular theme or subject, usually in prose and generally analytical, speculative, or interpretative.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A piece of non-fiction writing on a particular subject, usually of moderate length and without chapters."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "essay"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Essay> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/Essay> <http://www.w3.org/2000/01/rdf-schema#comment> "A piece of non-fiction writing on a particular subject, usually of moderate length and without chapters."@en .
<http://purl.org/spar/fabio/Essay> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Essay> <http://www.w3.org/2000/01/rdf-schema#label> "essay"@en .
<http://purl.org/spar/fabio/Essay> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Essay> <http://purl.org/vocab/vann/example> "\n :my-essay a fabio:Essay ;\n dcterms:title 'A Modern Reflection on Digital Ethics'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A short literary composition on a particular theme or subject, usually in prose and generally analytical, speculative, or interpretative.'@en .\n " .
<http://purl.org/spar/fabio/Essay> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/ExaminationPaper
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ExaminationPaper a owl:Class ;
rdfs:label "examination paper"@en ;
vann:example """
:my-examination-paper a fabio:ExaminationPaper ;
dcterms:title 'Final Exam: Ontology Engineering and Semantic Web'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A formal document containing a set of questions or exercises used to evaluate a student's knowledge or skills in a specific subject.'@en .
""" ;
rdfs:comment "A set of questions on a particular topic designed to test the academic, professional or technical ability of the person taking the examination, with achievement of a pass grade in the examination typically being a prerequisite for the award of an educational award such as a degree, or of a professional or technical qualification."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ExaminationPaper">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A set of questions on a particular topic designed to test the academic, professional or technical ability of the person taking the examination, with achievement of a pass grade in the examination typically being a prerequisite for the award of an educational award such as a degree, or of a professional or technical qualification.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">examination paper</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-examination-paper a fabio:ExaminationPaper ;
dcterms:title 'Final Exam: Ontology Engineering and Semantic Web'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A formal document containing a set of questions or exercises used to evaluate a student's knowledge or skills in a specific subject.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ExaminationPaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-examination-paper a fabio:ExaminationPaper ;\n dcterms:title 'Final Exam: Ontology Engineering and Semantic Web'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A formal document containing a set of questions or exercises used to evaluate a student's knowledge or skills in a specific subject.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A set of questions on a particular topic designed to test the academic, professional or technical ability of the person taking the examination, with achievement of a pass grade in the examination typically being a prerequisite for the award of an educational award such as a degree, or of a professional or technical qualification."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "examination paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ExaminationPaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ExaminationPaper> <http://www.w3.org/2000/01/rdf-schema#label> "examination paper"@en .
<http://purl.org/spar/fabio/ExaminationPaper> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ExaminationPaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ExaminationPaper> <http://www.w3.org/2000/01/rdf-schema#comment> "A set of questions on a particular topic designed to test the academic, professional or technical ability of the person taking the examination, with achievement of a pass grade in the examination typically being a prerequisite for the award of an educational award such as a degree, or of a professional or technical qualification."@en .
<http://purl.org/spar/fabio/ExaminationPaper> <http://purl.org/vocab/vann/example> "\n :my-examination-paper a fabio:ExaminationPaper ;\n dcterms:title 'Final Exam: Ontology Engineering and Semantic Web'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A formal document containing a set of questions or exercises used to evaluate a student's knowledge or skills in a specific subject.'@en .\n " .
<http://purl.org/spar/fabio/ExaminationPaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
IRI: http://purl.org/spar/fabio/Excerpt
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Excerpt a owl:Class ;
rdfs:label "excerpt"@en ;
vann:example """
:my-excerpt a fabio:Excerpt ;
dcterms:title 'Excerpt from Chapter 1: The Beginning'@en ;
frbr:partOf :my-book ;
dcterms:description 'A short extract from a film, broadcast, or piece of music or writing.'@en .
""" ;
rdfs:comment "A segment or passage selected from a larger expression for use in another expression, usually with specific attribution to its original source."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:seeAlso fabio:Quotation ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable ;
skos:note """An excerpt is more general than a quotation, and is generally used to indicate a re-published extract from a book, instruction manual, film, radio programme, etc, that need not be what someone said.
For example:
Oxford 01865
Oxshott 01372
Oxted 01883
Oxton 01578
is an excerpt from the UK Dialling Codes section of the Oxford Telephone Directory.
Similarly, the following concluding passage from William Wordsworth's poem Lines written a Few Miles above Tintern Abbey is an excerpt rather than a quotation:
Nor wilt thou then forget,
That after many wanderings, many years
Of absence, these steep woods and lofty cliffs,
And this green pastoral landscape, were to me
More dear, both for themselves and for thy sake.
Note: Use fabio:Excerpt to indicate a segment or passage selected from another expression that is not a passage of speech, and fabio:Quotation to indicate a segment or passage selected from another expression that is a passage of speech."""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Excerpt">
<rdfs:label xml:lang="en">excerpt</rdfs:label>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/Quotation"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A segment or passage selected from a larger expression for use in another expression, usually with specific attribution to its original source.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-excerpt a fabio:Excerpt ;
dcterms:title 'Excerpt from Chapter 1: The Beginning'@en ;
frbr:partOf :my-book ;
dcterms:description 'A short extract from a film, broadcast, or piece of music or writing.'@en .
</vann:example>
<skos:note xml:lang="en">An excerpt is more general than a quotation, and is generally used to indicate a re-published extract from a book, instruction manual, film, radio programme, etc, that need not be what someone said.
For example:
Oxford 01865
Oxshott 01372
Oxted 01883
Oxton 01578
is an excerpt from the UK Dialling Codes section of the Oxford Telephone Directory.
Similarly, the following concluding passage from William Wordsworth's poem Lines written a Few Miles above Tintern Abbey is an excerpt rather than a quotation:
Nor wilt thou then forget,
That after many wanderings, many years
Of absence, these steep woods and lofty cliffs,
And this green pastoral landscape, were to me
More dear, both for themselves and for thy sake.
Note: Use fabio:Excerpt to indicate a segment or passage selected from another expression that is not a passage of speech, and fabio:Quotation to indicate a segment or passage selected from another expression that is a passage of speech.</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Excerpt",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-excerpt a fabio:Excerpt ;\n dcterms:title 'Excerpt from Chapter 1: The Beginning'@en ;\n frbr:partOf :my-book ;\n dcterms:description 'A short extract from a film, broadcast, or piece of music or writing.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A segment or passage selected from a larger expression for use in another expression, usually with specific attribution to its original source."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "excerpt"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/fabio/Quotation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "An excerpt is more general than a quotation, and is generally used to indicate a re-published extract from a book, instruction manual, film, radio programme, etc, that need not be what someone said. \n\nFor example:\n \n Oxford 01865\n Oxshott 01372\n Oxted 01883\n Oxton 01578\n\nis an excerpt from the UK Dialling Codes section of the Oxford Telephone Directory. \n\nSimilarly, the following concluding passage from William Wordsworth's poem Lines written a Few Miles above Tintern Abbey is an excerpt rather than a quotation:\n \n Nor wilt thou then forget, \n That after many wanderings, many years \n Of absence, these steep woods and lofty cliffs, \n And this green pastoral landscape, were to me \n More dear, both for themselves and for thy sake.\n \nNote: Use fabio:Excerpt to indicate a segment or passage selected from another expression that is not a passage of speech, and fabio:Quotation to indicate a segment or passage selected from another expression that is a passage of speech."
}
]
}
]<http://purl.org/spar/fabio/Excerpt> <http://www.w3.org/2000/01/rdf-schema#label> "excerpt"@en .
<http://purl.org/spar/fabio/Excerpt> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/Quotation> .
<http://purl.org/spar/fabio/Excerpt> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Excerpt> <http://purl.org/vocab/vann/example> "\n :my-excerpt a fabio:Excerpt ;\n dcterms:title 'Excerpt from Chapter 1: The Beginning'@en ;\n frbr:partOf :my-book ;\n dcterms:description 'A short extract from a film, broadcast, or piece of music or writing.'@en .\n " .
<http://purl.org/spar/fabio/Excerpt> <http://www.w3.org/2004/02/skos/core#note> "An excerpt is more general than a quotation, and is generally used to indicate a re-published extract from a book, instruction manual, film, radio programme, etc, that need not be what someone said. \n\nFor example:\n \n Oxford 01865\n Oxshott 01372\n Oxted 01883\n Oxton 01578\n\nis an excerpt from the UK Dialling Codes section of the Oxford Telephone Directory. \n\nSimilarly, the following concluding passage from William Wordsworth's poem Lines written a Few Miles above Tintern Abbey is an excerpt rather than a quotation:\n \n Nor wilt thou then forget, \n That after many wanderings, many years \n Of absence, these steep woods and lofty cliffs, \n And this green pastoral landscape, were to me \n More dear, both for themselves and for thy sake.\n \nNote: Use fabio:Excerpt to indicate a segment or passage selected from another expression that is not a passage of speech, and fabio:Quotation to indicate a segment or passage selected from another expression that is a passage of speech."@en .
<http://purl.org/spar/fabio/Excerpt> <http://www.w3.org/2000/01/rdf-schema#comment> "A segment or passage selected from a larger expression for use in another expression, usually with specific attribution to its original source."@en .
<http://purl.org/spar/fabio/Excerpt> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Excerpt> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Excerpt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/ExecutiveSummary
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ExecutiveSummary a owl:Class ;
rdfs:label "executive summary"@en ;
vann:example """
:my-executive-summary a fabio:ExecutiveSummary ;
dcterms:title 'Executive Summary: Annual Research Impact 2025'@en ;
dcterms:description 'A short section of a document that summarizes a longer report or proposal in such a way that readers can rapidly become acquainted with a large body of material.'@en .
""" ;
rdfs:comment "An executive summary is a brief report summarizing a longer formal report, designed to present the key points, conclusions and recommendations arising from the study being reported, for readers too busy to take the time to read the complete report."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:BriefReport ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ExecutiveSummary">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/BriefReport"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">An executive summary is a brief report summarizing a longer formal report, designed to present the key points, conclusions and recommendations arising from the study being reported, for readers too busy to take the time to read the complete report.</rdfs:comment>
<rdfs:label xml:lang="en">executive summary</rdfs:label>
<vann:example>
:my-executive-summary a fabio:ExecutiveSummary ;
dcterms:title 'Executive Summary: Annual Research Impact 2025'@en ;
dcterms:description 'A short section of a document that summarizes a longer report or proposal in such a way that readers can rapidly become acquainted with a large body of material.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ExecutiveSummary",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-executive-summary a fabio:ExecutiveSummary ;\n dcterms:title 'Executive Summary: Annual Research Impact 2025'@en ;\n dcterms:description 'A short section of a document that summarizes a longer report or proposal in such a way that readers can rapidly become acquainted with a large body of material.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An executive summary is a brief report summarizing a longer formal report, designed to present the key points, conclusions and recommendations arising from the study being reported, for readers too busy to take the time to read the complete report."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "executive summary"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/BriefReport"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ExecutiveSummary> <http://www.w3.org/2000/01/rdf-schema#comment> "An executive summary is a brief report summarizing a longer formal report, designed to present the key points, conclusions and recommendations arising from the study being reported, for readers too busy to take the time to read the complete report."@en .
<http://purl.org/spar/fabio/ExecutiveSummary> <http://www.w3.org/2000/01/rdf-schema#label> "executive summary"@en .
<http://purl.org/spar/fabio/ExecutiveSummary> <http://purl.org/vocab/vann/example> "\n :my-executive-summary a fabio:ExecutiveSummary ;\n dcterms:title 'Executive Summary: Annual Research Impact 2025'@en ;\n dcterms:description 'A short section of a document that summarizes a longer report or proposal in such a way that readers can rapidly become acquainted with a large body of material.'@en .\n " .
<http://purl.org/spar/fabio/ExecutiveSummary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ExecutiveSummary> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/BriefReport> .
<http://purl.org/spar/fabio/ExecutiveSummary> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ExecutiveSummary> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/ExperimentalProtocol
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ExperimentalProtocol a owl:Class ;
rdfs:label "experimental protocol"@en ;
vann:example """
:my-experimental-protocol a fabio:ExperimentalProtocol ;
dcterms:title 'Standard Protocol for PCR Optimization v4'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A detailed plan of a scientific experiment or medical treatment, outlining the precise steps to be followed.'@en .
""" ;
rdfs:comment "A predefined written procedural method, designed to ensure successful replication of results by others in the same or other laboratories, that describes the overall objectives, organization and implementation of a scientific experiment, and specifies the experimental design, experimental methods, reagents, instrumentation, sampling schedules, data collection parameters, statistical analyses, image processing procedures, safety precautions, reporting standards, etc. employed in undertaking the experiment."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Specification ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ExperimentalProtocol">
<rdfs:label xml:lang="en">experimental protocol</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Specification"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A predefined written procedural method, designed to ensure successful replication of results by others in the same or other laboratories, that describes the overall objectives, organization and implementation of a scientific experiment, and specifies the experimental design, experimental methods, reagents, instrumentation, sampling schedules, data collection parameters, statistical analyses, image processing procedures, safety precautions, reporting standards, etc. employed in undertaking the experiment.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-experimental-protocol a fabio:ExperimentalProtocol ;
dcterms:title 'Standard Protocol for PCR Optimization v4'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A detailed plan of a scientific experiment or medical treatment, outlining the precise steps to be followed.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ExperimentalProtocol",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-experimental-protocol a fabio:ExperimentalProtocol ;\n dcterms:title 'Standard Protocol for PCR Optimization v4'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A detailed plan of a scientific experiment or medical treatment, outlining the precise steps to be followed.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A predefined written procedural method, designed to ensure successful replication of results by others in the same or other laboratories, that describes the overall objectives, organization and implementation of a scientific experiment, and specifies the experimental design, experimental methods, reagents, instrumentation, sampling schedules, data collection parameters, statistical analyses, image processing procedures, safety precautions, reporting standards, etc. employed in undertaking the experiment."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "experimental protocol"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Specification"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ExperimentalProtocol> <http://www.w3.org/2000/01/rdf-schema#comment> "A predefined written procedural method, designed to ensure successful replication of results by others in the same or other laboratories, that describes the overall objectives, organization and implementation of a scientific experiment, and specifies the experimental design, experimental methods, reagents, instrumentation, sampling schedules, data collection parameters, statistical analyses, image processing procedures, safety precautions, reporting standards, etc. employed in undertaking the experiment."@en .
<http://purl.org/spar/fabio/ExperimentalProtocol> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ExperimentalProtocol> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ExperimentalProtocol> <http://www.w3.org/2000/01/rdf-schema#label> "experimental protocol"@en .
<http://purl.org/spar/fabio/ExperimentalProtocol> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Specification> .
<http://purl.org/spar/fabio/ExperimentalProtocol> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ExperimentalProtocol> <http://purl.org/vocab/vann/example> "\n :my-experimental-protocol a fabio:ExperimentalProtocol ;\n dcterms:title 'Standard Protocol for PCR Optimization v4'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A detailed plan of a scientific experiment or medical treatment, outlining the precise steps to be followed.'@en .\n " .
IRI: http://purl.org/spar/fabio/Expression
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Expression a owl:Class ;
rdfs:label "expression"@en ;
vann:example """
:my-expression a fabio:Expression ;
dcterms:title 'Towards a new Semantic Web'@en ;
frbr:realizationOf :my-work ;
frbr:embodiment :my-digital-manifestation ;
dcterms:description 'The intellectual content of a work.'@en .
""" ;
rdfs:comment "A subclass of FRBR Expression, restricted to expressions of `fabio:Work`."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Class ;
owl:intersectionOf ( [ a owl:Restriction ;
owl:allValuesFrom frbr:Expression ;
owl:onProperty frbr:part ] [ a owl:Restriction ;
owl:allValuesFrom frbr:Expression ;
owl:onProperty frbr:partOf ] ) ],
[ a owl:Restriction ;
owl:allValuesFrom fabio:Manifestation ;
owl:onProperty frbr:embodiment ],
[ a owl:Restriction ;
owl:allValuesFrom fabio:Work ;
owl:onProperty frbr:realizationOf ],
frbr:Expression ;
vs:term_status reg:statusStable ;
skos:note """For your latest research paper, the preprint submitted to the publisher, and the final published version to which the publisher assigned a unique digital object identifier, are both expressions of the same work.
A `fabio:Expression` can only have part or be part of another `fabio:Expression`. Moreover, it can be a representation only of a `fabio:Work`, and it can be embodied only in instances of `fabio:Manifestation`."""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb145">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#partOf"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Expression">
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb148"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb149"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb143"/>
<rdfs:subClassOf rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdfs:comment xml:lang="en">A subclass of FRBR Expression, restricted to expressions of `fabio:Work`.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">expression</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<skos:note xml:lang="en">For your latest research paper, the preprint submitted to the publisher, and the final published version to which the publisher assigned a unique digital object identifier, are both expressions of the same work.
A `fabio:Expression` can only have part or be part of another `fabio:Expression`. Moreover, it can be a representation only of a `fabio:Work`, and it can be embodied only in instances of `fabio:Manifestation`.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-expression a fabio:Expression ;
dcterms:title 'Towards a new Semantic Web'@en ;
frbr:realizationOf :my-work ;
frbr:embodiment :my-digital-manifestation ;
dcterms:description 'The intellectual content of a work.'@en .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb148">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/spar/fabio/Manifestation"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#embodiment"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb144">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#part"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb149">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/spar/fabio/Work"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb143">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:intersectionOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb146"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb146">
<rdf:first rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb144"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb147"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb147">
<rdf:first rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb145"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Expression",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-expression a fabio:Expression ;\n dcterms:title 'Towards a new Semantic Web'@en ;\n frbr:realizationOf :my-work ;\n frbr:embodiment :my-digital-manifestation ;\n dcterms:description 'The intellectual content of a work.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A subclass of FRBR Expression, restricted to expressions of `fabio:Work`."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "expression"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb148"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb149"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb143"
},
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "For your latest research paper, the preprint submitted to the publisher, and the final published version to which the publisher assigned a unique digital object identifier, are both expressions of the same work.\n \nA `fabio:Expression` can only have part or be part of another `fabio:Expression`. Moreover, it can be a representation only of a `fabio:Work`, and it can be embodied only in instances of `fabio:Manifestation`."
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb148",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Manifestation"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#embodiment"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb149",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb143",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#intersectionOf": [
{
"@list": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb144"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb145"
}
]
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb144",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#part"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb145",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#partOf"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb145 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/spar/fabio/Expression> <http://www.w3.org/2000/01/rdf-schema#comment> "A subclass of FRBR Expression, restricted to expressions of `fabio:Work`."@en .
<http://purl.org/spar/fabio/Expression> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb148 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#embodiment> .
_:nc2534d39d31a404c8051419731cd4b5eb145 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb145 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
<http://purl.org/spar/fabio/Expression> <http://purl.org/vocab/vann/example> "\n :my-expression a fabio:Expression ;\n dcterms:title 'Towards a new Semantic Web'@en ;\n frbr:realizationOf :my-work ;\n frbr:embodiment :my-digital-manifestation ;\n dcterms:description 'The intellectual content of a work.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb144 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/Expression> <http://www.w3.org/2000/01/rdf-schema#label> "expression"@en .
<http://purl.org/spar/fabio/Expression> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb143 .
<http://purl.org/spar/fabio/Expression> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/vocab/frbr/core#Expression> .
_:nc2534d39d31a404c8051419731cd4b5eb149 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/Expression> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb148 .
_:nc2534d39d31a404c8051419731cd4b5eb143 <http://www.w3.org/2002/07/owl#intersectionOf> _:nc2534d39d31a404c8051419731cd4b5eb146 .
_:nc2534d39d31a404c8051419731cd4b5eb148 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb149 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/spar/fabio/Expression> <http://www.w3.org/2004/02/skos/core#note> "For your latest research paper, the preprint submitted to the publisher, and the final published version to which the publisher assigned a unique digital object identifier, are both expressions of the same work.\n \nA `fabio:Expression` can only have part or be part of another `fabio:Expression`. Moreover, it can be a representation only of a `fabio:Work`, and it can be embodied only in instances of `fabio:Manifestation`."@en .
<http://purl.org/spar/fabio/Expression> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb149 .
<http://purl.org/spar/fabio/Expression> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb144 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
_:nc2534d39d31a404c8051419731cd4b5eb146 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb147 .
_:nc2534d39d31a404c8051419731cd4b5eb146 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:nc2534d39d31a404c8051419731cd4b5eb144 .
_:nc2534d39d31a404c8051419731cd4b5eb148 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/spar/fabio/Manifestation> .
_:nc2534d39d31a404c8051419731cd4b5eb149 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb143 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb144 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/vocab/frbr/core#Expression> .
_:nc2534d39d31a404c8051419731cd4b5eb147 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://purl.org/spar/fabio/Expression> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb147 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:nc2534d39d31a404c8051419731cd4b5eb145 .
IRI: http://purl.org/vocab/frbr/core#Expression
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
frbr:Expression a owl:Class ;
rdfs:label "expression"@en ;
rdfs:comment """
The intellectual or artistic realization of a work in the form of alpha-numeric, musical, or choreographic notation, sound, image, object, movement, etc., or any combination of such forms.
An expression is the specific intellectual or artistic form that a work takes each time it is 'realized'.
Expression encompasses, for example, the specific words, sentences, paragraphs, etc. that result from the realization of a work in the form of a text, or the particular sounds, phrasing, etc. resulting from the realization of a musical work.
"""@en ;
rdfs:isDefinedBy frbr: .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#Expression">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">
The intellectual or artistic realization of a work in the form of alpha-numeric, musical, or choreographic notation, sound, image, object, movement, etc., or any combination of such forms.
An expression is the specific intellectual or artistic form that a work takes each time it is 'realized'.
Expression encompasses, for example, the specific words, sentences, paragraphs, etc. that result from the realization of a work in the form of a text, or the particular sounds, phrasing, etc. resulting from the realization of a musical work.
</rdfs:comment>
<rdfs:label xml:lang="en">expression</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#Expression",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nThe intellectual or artistic realization of a work in the form of alpha-numeric, musical, or choreographic notation, sound, image, object, movement, etc., or any combination of such forms.\n\nAn expression is the specific intellectual or artistic form that a work takes each time it is 'realized'. \nExpression encompasses, for example, the specific words, sentences, paragraphs, etc. that result from the realization of a work in the form of a text, or the particular sounds, phrasing, etc. resulting from the realization of a musical work.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "expression"
}
]
}
]<http://purl.org/vocab/frbr/core#Expression> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/vocab/frbr/core#Expression> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThe intellectual or artistic realization of a work in the form of alpha-numeric, musical, or choreographic notation, sound, image, object, movement, etc., or any combination of such forms.\n\nAn expression is the specific intellectual or artistic form that a work takes each time it is 'realized'. \nExpression encompasses, for example, the specific words, sentences, paragraphs, etc. that result from the realization of a work in the form of a text, or the particular sounds, phrasing, etc. resulting from the realization of a musical work.\n "@en .
<http://purl.org/vocab/frbr/core#Expression> <http://www.w3.org/2000/01/rdf-schema#label> "expression"@en .
<http://purl.org/vocab/frbr/core#Expression> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
IRI: http://purl.org/spar/fabio/ExpressionCollection
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ExpressionCollection a owl:Class ;
rdfs:label "expression collection"@en ;
vann:example """
:my-expression-collection a fabio:ExpressionCollection ;
dcterms:title 'Collected Papers on Biotechnology 2020-2025'@en ;
frbr:part :my-research-paper, :my-dataset ;
dcterms:description 'A collection of expressions, such as a book series or a thematic set of research articles.'@en .
""" ;
rdfs:comment "A collection of expressions, for example a periodical or a book series."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:part ;
owl:someValuesFrom fabio:Expression ],
fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ExpressionCollection">
<rdfs:label xml:lang="en">expression collection</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb117"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:comment xml:lang="en">A collection of expressions, for example a periodical or a book series.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-expression-collection a fabio:ExpressionCollection ;
dcterms:title 'Collected Papers on Biotechnology 2020-2025'@en ;
frbr:part :my-research-paper, :my-dataset ;
dcterms:description 'A collection of expressions, such as a book series or a thematic set of research articles.'@en .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb117">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#part"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Expression"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ExpressionCollection",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-expression-collection a fabio:ExpressionCollection ;\n dcterms:title 'Collected Papers on Biotechnology 2020-2025'@en ;\n frbr:part :my-research-paper, :my-dataset ;\n dcterms:description 'A collection of expressions, such as a book series or a thematic set of research articles.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A collection of expressions, for example a periodical or a book series."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "expression collection"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb117"
},
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb117",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#part"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
]
}
]<http://purl.org/spar/fabio/ExpressionCollection> <http://www.w3.org/2000/01/rdf-schema#label> "expression collection"@en .
<http://purl.org/spar/fabio/ExpressionCollection> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb117 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/ExpressionCollection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb117 .
_:nc2534d39d31a404c8051419731cd4b5eb117 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
<http://purl.org/spar/fabio/ExpressionCollection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/ExpressionCollection> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of expressions, for example a periodical or a book series."@en .
<http://purl.org/spar/fabio/ExpressionCollection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ExpressionCollection> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ExpressionCollection> <http://purl.org/vocab/vann/example> "\n :my-expression-collection a fabio:ExpressionCollection ;\n dcterms:title 'Collected Papers on Biotechnology 2020-2025'@en ;\n frbr:part :my-research-paper, :my-dataset ;\n dcterms:description 'A collection of expressions, such as a book series or a thematic set of research articles.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb117 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
IRI: http://purl.org/spar/fabio/Figure
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Figure a owl:Class ;
rdfs:label "figure"@en ;
vann:example """
:my-figure a fabio:Figure ;
dcterms:title 'Figure 1: Annual Population Growth'@en ;
frbr:partOf :my-research-paper ;
frbr:realizationOf :my-still-image ;
dcterms:description 'A visual representation of information, such as a drawing, painting, photograph, or diagram, used to illustrate or explain a point.'@en .
""" ;
rdfs:comment "A visual communication object comprising one or more still images on a related theme. If included within a publication, a figure is typically unaligned with the main body of text, having its own descriptive textual figure legend."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:StillImage ],
fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb17">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/StillImage"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Figure">
<rdfs:label xml:lang="en">figure</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A visual communication object comprising one or more still images on a related theme. If included within a publication, a figure is typically unaligned with the main body of text, having its own descriptive textual figure legend.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb17"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-figure a fabio:Figure ;
dcterms:title 'Figure 1: Annual Population Growth'@en ;
frbr:partOf :my-research-paper ;
frbr:realizationOf :my-still-image ;
dcterms:description 'A visual representation of information, such as a drawing, painting, photograph, or diagram, used to illustrate or explain a point.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Figure",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-figure a fabio:Figure ;\n dcterms:title 'Figure 1: Annual Population Growth'@en ;\n frbr:partOf :my-research-paper ;\n frbr:realizationOf :my-still-image ;\n dcterms:description 'A visual representation of information, such as a drawing, painting, photograph, or diagram, used to illustrate or explain a point.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A visual communication object comprising one or more still images on a related theme. If included within a publication, a figure is typically unaligned with the main body of text, having its own descriptive textual figure legend."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "figure"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb17"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb17",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/StillImage"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb17 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/StillImage> .
<http://purl.org/spar/fabio/Figure> <http://www.w3.org/2000/01/rdf-schema#label> "figure"@en .
_:nc2534d39d31a404c8051419731cd4b5eb17 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/Figure> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Figure> <http://www.w3.org/2000/01/rdf-schema#comment> "A visual communication object comprising one or more still images on a related theme. If included within a publication, a figure is typically unaligned with the main body of text, having its own descriptive textual figure legend."@en .
<http://purl.org/spar/fabio/Figure> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Figure> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Figure> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Figure> <http://purl.org/vocab/vann/example> "\n :my-figure a fabio:Figure ;\n dcterms:title 'Figure 1: Annual Population Growth'@en ;\n frbr:partOf :my-research-paper ;\n frbr:realizationOf :my-still-image ;\n dcterms:description 'A visual representation of information, such as a drawing, painting, photograph, or diagram, used to illustrate or explain a point.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb17 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/spar/fabio/Figure> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb17 .
IRI: http://purl.org/spar/fabio/Film
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Film a owl:Class ;
rdfs:label "film"@en ;
vann:example """
:my-film a fabio:Film ;
dcterms:title 'Interstellar'@en ;
dcterms:creator :christopher-nolan ;
frbr:realizationOf :my-moving-image ;
dcterms:description 'A motion picture or movie, consisting of a sequence of images that give the illusion of continuous movement.'@en .
""" ;
rdfs:comment "A movie with an accompanying soundtrack, typically created by a professional film studio, designed to communicate a fictional story, record an artistic event, or impart information that is scientific or documentary in nature."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Movie ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Film">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Movie"/>
<rdfs:label xml:lang="en">film</rdfs:label>
<rdfs:comment xml:lang="en">A movie with an accompanying soundtrack, typically created by a professional film studio, designed to communicate a fictional story, record an artistic event, or impart information that is scientific or documentary in nature.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-film a fabio:Film ;
dcterms:title 'Interstellar'@en ;
dcterms:creator :christopher-nolan ;
frbr:realizationOf :my-moving-image ;
dcterms:description 'A motion picture or movie, consisting of a sequence of images that give the illusion of continuous movement.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Film",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-film a fabio:Film ;\n dcterms:title 'Interstellar'@en ;\n dcterms:creator :christopher-nolan ;\n frbr:realizationOf :my-moving-image ;\n dcterms:description 'A motion picture or movie, consisting of a sequence of images that give the illusion of continuous movement.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A movie with an accompanying soundtrack, typically created by a professional film studio, designed to communicate a fictional story, record an artistic event, or impart information that is scientific or documentary in nature."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "film"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Movie"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Film> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Film> <http://www.w3.org/2000/01/rdf-schema#comment> "A movie with an accompanying soundtrack, typically created by a professional film studio, designed to communicate a fictional story, record an artistic event, or impart information that is scientific or documentary in nature."@en .
<http://purl.org/spar/fabio/Film> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Film> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Movie> .
<http://purl.org/spar/fabio/Film> <http://www.w3.org/2000/01/rdf-schema#label> "film"@en .
<http://purl.org/spar/fabio/Film> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Film> <http://purl.org/vocab/vann/example> "\n :my-film a fabio:Film ;\n dcterms:title 'Interstellar'@en ;\n dcterms:creator :christopher-nolan ;\n frbr:realizationOf :my-moving-image ;\n dcterms:description 'A motion picture or movie, consisting of a sequence of images that give the illusion of continuous movement.'@en .\n " .
IRI: http://purl.org/spar/fabio/Folksonomy
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Folksonomy a owl:Class ;
rdfs:label "folksonomy"@en ;
vann:example """
:my-folksonomy a fabio:Folksonomy ;
dcterms:title 'User-generated tags for Nature Photography'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A system of classification derived from the practice of collaboratively creating and managing tags to annotate and categorize content.'@en .
""" ;
rdfs:comment "A system of classification derived from the practice and method of collaboratively creating and managing tags to annotate and categorize content in a particular domain."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:UncontrolledVocabulary ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Folksonomy">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A system of classification derived from the practice and method of collaboratively creating and managing tags to annotate and categorize content in a particular domain.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/UncontrolledVocabulary"/>
<rdfs:label xml:lang="en">folksonomy</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-folksonomy a fabio:Folksonomy ;
dcterms:title 'User-generated tags for Nature Photography'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A system of classification derived from the practice of collaboratively creating and managing tags to annotate and categorize content.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Folksonomy",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-folksonomy a fabio:Folksonomy ;\n dcterms:title 'User-generated tags for Nature Photography'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A system of classification derived from the practice of collaboratively creating and managing tags to annotate and categorize content.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A system of classification derived from the practice and method of collaboratively creating and managing tags to annotate and categorize content in a particular domain."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "folksonomy"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/UncontrolledVocabulary"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Folksonomy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Folksonomy> <http://purl.org/vocab/vann/example> "\n :my-folksonomy a fabio:Folksonomy ;\n dcterms:title 'User-generated tags for Nature Photography'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A system of classification derived from the practice of collaboratively creating and managing tags to annotate and categorize content.'@en .\n " .
<http://purl.org/spar/fabio/Folksonomy> <http://www.w3.org/2000/01/rdf-schema#comment> "A system of classification derived from the practice and method of collaboratively creating and managing tags to annotate and categorize content in a particular domain."@en .
<http://purl.org/spar/fabio/Folksonomy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Folksonomy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/UncontrolledVocabulary> .
<http://purl.org/spar/fabio/Folksonomy> <http://www.w3.org/2000/01/rdf-schema#label> "folksonomy"@en .
<http://purl.org/spar/fabio/Folksonomy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/GanttChart
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:GanttChart a owl:Class ;
rdfs:label "Gantt chart"@en ;
vann:example """
:my-gantt-chart a fabio:GanttChart ;
dcterms:title 'Gantt Chart for Research Project 2026'@en ;
dcterms:description 'A chart in which a series of horizontal lines shows the amount of work done or production completed in certain periods of time in relation to the amount planned for those periods.'@en .
""" ;
rdfs:comment "A horizontal bar chart used to guide project planning, execution and control, illustrating the project schedule, with a separate line indicating the start and end dates of each of the key project activities or workpackages, and optionally showing the dependencies between these items. A Gantt chart is typically part of a project plan."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/GanttChart">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">Gantt chart</rdfs:label>
<rdfs:comment xml:lang="en">A horizontal bar chart used to guide project planning, execution and control, illustrating the project schedule, with a separate line indicating the start and end dates of each of the key project activities or workpackages, and optionally showing the dependencies between these items. A Gantt chart is typically part of a project plan.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-gantt-chart a fabio:GanttChart ;
dcterms:title 'Gantt Chart for Research Project 2026'@en ;
dcterms:description 'A chart in which a series of horizontal lines shows the amount of work done or production completed in certain periods of time in relation to the amount planned for those periods.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/GanttChart",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-gantt-chart a fabio:GanttChart ;\n dcterms:title 'Gantt Chart for Research Project 2026'@en ;\n dcterms:description 'A chart in which a series of horizontal lines shows the amount of work done or production completed in certain periods of time in relation to the amount planned for those periods.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A horizontal bar chart used to guide project planning, execution and control, illustrating the project schedule, with a separate line indicating the start and end dates of each of the key project activities or workpackages, and optionally showing the dependencies between these items. A Gantt chart is typically part of a project plan."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "Gantt chart"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/GanttChart> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/GanttChart> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/GanttChart> <http://purl.org/vocab/vann/example> "\n :my-gantt-chart a fabio:GanttChart ;\n dcterms:title 'Gantt Chart for Research Project 2026'@en ;\n dcterms:description 'A chart in which a series of horizontal lines shows the amount of work done or production completed in certain periods of time in relation to the amount planned for those periods.'@en .\n " .
<http://purl.org/spar/fabio/GanttChart> <http://www.w3.org/2000/01/rdf-schema#comment> "A horizontal bar chart used to guide project planning, execution and control, illustrating the project schedule, with a separate line indicating the start and end dates of each of the key project activities or workpackages, and optionally showing the dependencies between these items. A Gantt chart is typically part of a project plan."@en .
<http://purl.org/spar/fabio/GanttChart> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/GanttChart> <http://www.w3.org/2000/01/rdf-schema#label> "Gantt chart"@en .
<http://purl.org/spar/fabio/GanttChart> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/GrantApplication
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:GrantApplication a owl:Class ;
rdfs:label "grant application"@en ;
vann:example """
:my-grant-application a fabio:GrantApplication ;
dcterms:title 'Advanced AI for Climate Resilience Proposal'@en ;
dcterms:creator :john-doe ;
frbr:realization :my-grant-application-document ;
dcterms:description 'A formal request for financial assistance to support a specific research project or initiative.'@en .
""" ;
rdfs:comment "A formal written request for financial support from a grant-giving body in support of a project, for example an academic research project."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:seeAlso fabio:CaseForSupport ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/GrantApplication">
<rdfs:comment xml:lang="en">A formal written request for financial support from a grant-giving body in support of a project, for example an academic research project.</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/CaseForSupport"/>
<rdfs:label xml:lang="en">grant application</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-grant-application a fabio:GrantApplication ;
dcterms:title 'Advanced AI for Climate Resilience Proposal'@en ;
dcterms:creator :john-doe ;
frbr:realization :my-grant-application-document ;
dcterms:description 'A formal request for financial assistance to support a specific research project or initiative.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/GrantApplication",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-grant-application a fabio:GrantApplication ;\n dcterms:title 'Advanced AI for Climate Resilience Proposal'@en ;\n dcterms:creator :john-doe ;\n frbr:realization :my-grant-application-document ;\n dcterms:description 'A formal request for financial assistance to support a specific research project or initiative.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A formal written request for financial support from a grant-giving body in support of a project, for example an academic research project."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "grant application"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/fabio/CaseForSupport"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/GrantApplication> <http://www.w3.org/2000/01/rdf-schema#comment> "A formal written request for financial support from a grant-giving body in support of a project, for example an academic research project."@en .
<http://purl.org/spar/fabio/GrantApplication> <http://purl.org/vocab/vann/example> "\n :my-grant-application a fabio:GrantApplication ;\n dcterms:title 'Advanced AI for Climate Resilience Proposal'@en ;\n dcterms:creator :john-doe ;\n frbr:realization :my-grant-application-document ;\n dcterms:description 'A formal request for financial assistance to support a specific research project or initiative.'@en .\n " .
<http://purl.org/spar/fabio/GrantApplication> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/CaseForSupport> .
<http://purl.org/spar/fabio/GrantApplication> <http://www.w3.org/2000/01/rdf-schema#label> "grant application"@en .
<http://purl.org/spar/fabio/GrantApplication> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/GrantApplication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/GrantApplication> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/GrantApplication> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
IRI: http://purl.org/spar/fabio/GrantApplicationDocument
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:GrantApplicationDocument a owl:Class ;
rdfs:label "grant application document"@en ;
vann:example """
:my-grant-application-document a fabio:GrantApplicationDocument ;
dcterms:title 'Project Proposal: Neural Networks for Climate v1.0'@en ;
frbr:realizationOf :my-grant-application ;
dcterms:description 'A document representing a grant application, such as a PDF or a printed form.'@en .
""" ;
rdfs:comment "The realization of a grant application, usually containing a case for support document."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:GrantApplication ],
fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/GrantApplicationDocument">
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb18"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:label xml:lang="en">grant application document</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">The realization of a grant application, usually containing a case for support document.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-grant-application-document a fabio:GrantApplicationDocument ;
dcterms:title 'Project Proposal: Neural Networks for Climate v1.0'@en ;
frbr:realizationOf :my-grant-application ;
dcterms:description 'A document representing a grant application, such as a PDF or a printed form.'@en .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb18">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/GrantApplication"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/GrantApplicationDocument",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-grant-application-document a fabio:GrantApplicationDocument ;\n dcterms:title 'Project Proposal: Neural Networks for Climate v1.0'@en ;\n frbr:realizationOf :my-grant-application ;\n dcterms:description 'A document representing a grant application, such as a PDF or a printed form.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The realization of a grant application, usually containing a case for support document."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "grant application document"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb18"
},
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb18",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/GrantApplication"
}
]
}
]<http://purl.org/spar/fabio/GrantApplicationDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb18 .
_:nc2534d39d31a404c8051419731cd4b5eb18 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/GrantApplicationDocument> <http://www.w3.org/2000/01/rdf-schema#label> "grant application document"@en .
<http://purl.org/spar/fabio/GrantApplicationDocument> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb18 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/spar/fabio/GrantApplicationDocument> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/GrantApplicationDocument> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb18 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/GrantApplication> .
<http://purl.org/spar/fabio/GrantApplicationDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/GrantApplicationDocument> <http://www.w3.org/2000/01/rdf-schema#comment> "The realization of a grant application, usually containing a case for support document."@en .
<http://purl.org/spar/fabio/GrantApplicationDocument> <http://purl.org/vocab/vann/example> "\n :my-grant-application-document a fabio:GrantApplicationDocument ;\n dcterms:title 'Project Proposal: Neural Networks for Climate v1.0'@en ;\n frbr:realizationOf :my-grant-application ;\n dcterms:description 'A document representing a grant application, such as a PDF or a printed form.'@en .\n " .
IRI: http://purl.org/spar/fabio/Hardback
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Hardback a owl:Class ;
rdfs:label "hardback"@en ;
vann:example """
:my-hardback a fabio:Hardback ;
dcterms:title 'The Divine Comedy'@en ;
frbr:embodimentOf :my-book ;
dcterms:publisher :my-publisher ;
dcterms:description 'A book bound with rigid protective covers, typically covered with cloth, heavy paper, or leather.'@en .
""" ;
rdfs:comment "A print object bound with rigid protective covers (typically of cardboard covered with cloth, heavy paper, or sometimes leather)."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:PrintObject ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Hardback">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A print object bound with rigid protective covers (typically of cardboard covered with cloth, heavy paper, or sometimes leather).</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/PrintObject"/>
<rdfs:label xml:lang="en">hardback</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-hardback a fabio:Hardback ;
dcterms:title 'The Divine Comedy'@en ;
frbr:embodimentOf :my-book ;
dcterms:publisher :my-publisher ;
dcterms:description 'A book bound with rigid protective covers, typically covered with cloth, heavy paper, or leather.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Hardback",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-hardback a fabio:Hardback ;\n dcterms:title 'The Divine Comedy'@en ;\n frbr:embodimentOf :my-book ;\n dcterms:publisher :my-publisher ;\n dcterms:description 'A book bound with rigid protective covers, typically covered with cloth, heavy paper, or leather.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A print object bound with rigid protective covers (typically of cardboard covered with cloth, heavy paper, or sometimes leather)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "hardback"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/PrintObject"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Hardback> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Hardback> <http://www.w3.org/2000/01/rdf-schema#comment> "A print object bound with rigid protective covers (typically of cardboard covered with cloth, heavy paper, or sometimes leather)."@en .
<http://purl.org/spar/fabio/Hardback> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Hardback> <http://purl.org/vocab/vann/example> "\n :my-hardback a fabio:Hardback ;\n dcterms:title 'The Divine Comedy'@en ;\n frbr:embodimentOf :my-book ;\n dcterms:publisher :my-publisher ;\n dcterms:description 'A book bound with rigid protective covers, typically covered with cloth, heavy paper, or leather.'@en .\n " .
<http://purl.org/spar/fabio/Hardback> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/PrintObject> .
<http://purl.org/spar/fabio/Hardback> <http://www.w3.org/2000/01/rdf-schema#label> "hardback"@en .
<http://purl.org/spar/fabio/Hardback> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/Image
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Image a owl:Class ;
rdfs:label "image"@en ;
vann:example """
:my-image a fabio:Image ;
dcterms:title 'Sunset'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A visual representation other than text, such as a photograph, painting, or drawing.'@en .
""" ;
rdfs:comment "A visual representation other than text, including all types of moving image and still image."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Image">
<rdfs:label xml:lang="en">image</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdfs:comment xml:lang="en">A visual representation other than text, including all types of moving image and still image.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-image a fabio:Image ;
dcterms:title 'Sunset'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A visual representation other than text, such as a photograph, painting, or drawing.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Image",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-image a fabio:Image ;\n dcterms:title 'Sunset'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A visual representation other than text, such as a photograph, painting, or drawing.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A visual representation other than text, including all types of moving image and still image."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "image"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Image> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Image> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Image> <http://purl.org/vocab/vann/example> "\n :my-image a fabio:Image ;\n dcterms:title 'Sunset'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A visual representation other than text, such as a photograph, painting, or drawing.'@en .\n " .
<http://purl.org/spar/fabio/Image> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/Image> <http://www.w3.org/2000/01/rdf-schema#comment> "A visual representation other than text, including all types of moving image and still image."@en .
<http://purl.org/spar/fabio/Image> <http://www.w3.org/2000/01/rdf-schema#label> "image"@en .
<http://purl.org/spar/fabio/Image> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/InBrief
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:InBrief a owl:Class ;
rdfs:label "in brief"@en ;
vann:example """
:my-in-brief a fabio:InBrief ;
dcterms:title 'Science In Brief - March 2026'@en ;
dcterms:description 'A short summary or a collection of brief news items or notes.'@en .
""" ;
rdfs:comment "An 'In Brief' is a journal or magazine news item that describes all the articles (or all the important articles) in that issue of the periodical. The content of an 'In Brief' may be constructed from the abstracts of the articles it highlights, but is more likely to be written by a member of the periodical staff especially for the issue."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Class ;
owl:unionOf ( fabio:JournalNewsItem fabio:MagazineNewsItem ) ],
fabio:NewsItem ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb20">
<rdf:first rdf:resource="http://purl.org/spar/fabio/JournalNewsItem"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb21"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/InBrief">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb19"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/NewsItem"/>
<rdfs:label xml:lang="en">in brief</rdfs:label>
<rdfs:comment xml:lang="en">An 'In Brief' is a journal or magazine news item that describes all the articles (or all the important articles) in that issue of the periodical. The content of an 'In Brief' may be constructed from the abstracts of the articles it highlights, but is more likely to be written by a member of the periodical staff especially for the issue.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-in-brief a fabio:InBrief ;
dcterms:title 'Science In Brief - March 2026'@en ;
dcterms:description 'A short summary or a collection of brief news items or notes.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb19">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb20"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb21">
<rdf:first rdf:resource="http://purl.org/spar/fabio/MagazineNewsItem"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/InBrief",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-in-brief a fabio:InBrief ;\n dcterms:title 'Science In Brief - March 2026'@en ;\n dcterms:description 'A short summary or a collection of brief news items or notes.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An 'In Brief' is a journal or magazine news item that describes all the articles (or all the important articles) in that issue of the periodical. The content of an 'In Brief' may be constructed from the abstracts of the articles it highlights, but is more likely to be written by a member of the periodical staff especially for the issue."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "in brief"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb19"
},
{
"@id": "http://purl.org/spar/fabio/NewsItem"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb19",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#unionOf": [
{
"@list": [
{
"@id": "http://purl.org/spar/fabio/JournalNewsItem"
},
{
"@id": "http://purl.org/spar/fabio/MagazineNewsItem"
}
]
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb20 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/JournalNewsItem> .
<http://purl.org/spar/fabio/InBrief> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/InBrief> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/InBrief> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb19 .
_:nc2534d39d31a404c8051419731cd4b5eb20 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb21 .
<http://purl.org/spar/fabio/InBrief> <http://www.w3.org/2000/01/rdf-schema#label> "in brief"@en .
<http://purl.org/spar/fabio/InBrief> <http://www.w3.org/2000/01/rdf-schema#comment> "An 'In Brief' is a journal or magazine news item that describes all the articles (or all the important articles) in that issue of the periodical. The content of an 'In Brief' may be constructed from the abstracts of the articles it highlights, but is more likely to be written by a member of the periodical staff especially for the issue."@en .
_:nc2534d39d31a404c8051419731cd4b5eb19 <http://www.w3.org/2002/07/owl#unionOf> _:nc2534d39d31a404c8051419731cd4b5eb20 .
_:nc2534d39d31a404c8051419731cd4b5eb21 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:nc2534d39d31a404c8051419731cd4b5eb21 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/MagazineNewsItem> .
<http://purl.org/spar/fabio/InBrief> <http://purl.org/vocab/vann/example> "\n :my-in-brief a fabio:InBrief ;\n dcterms:title 'Science In Brief - March 2026'@en ;\n dcterms:description 'A short summary or a collection of brief news items or notes.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb19 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/InBrief> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/NewsItem> .
<http://purl.org/spar/fabio/InBrief> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/InUsePaper
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:InUsePaper a owl:Class ;
rdfs:label "in-use paper"@en ;
vann:example """
:my-in-use-paper a fabio:InUsePaper ;
dcterms:title 'Implementing Semantic Web Technologies in Healthcare Systems'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A paper describing the practical application or implementation of a particular technology, tool, or method in a real-world setting.'@en .
""" ;
rdfs:comment "A scholarly work that describes applied and validated solutions such as software tools, systems or architectures that benefit from the use of the technology of a particular scholarly domain. Usually, papers of this kind should also provide convincing evidence that there is use of the proposed application or tool by the target user group, preferably outside the institution that conducted its development."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:ScholarlyWork ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/InUsePaper">
<rdfs:label xml:lang="en">in-use paper</rdfs:label>
<rdfs:comment xml:lang="en">A scholarly work that describes applied and validated solutions such as software tools, systems or architectures that benefit from the use of the technology of a particular scholarly domain. Usually, papers of this kind should also provide convincing evidence that there is use of the proposed application or tool by the target user group, preferably outside the institution that conducted its development.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ScholarlyWork"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-in-use-paper a fabio:InUsePaper ;
dcterms:title 'Implementing Semantic Web Technologies in Healthcare Systems'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A paper describing the practical application or implementation of a particular technology, tool, or method in a real-world setting.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/InUsePaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-in-use-paper a fabio:InUsePaper ;\n dcterms:title 'Implementing Semantic Web Technologies in Healthcare Systems'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A paper describing the practical application or implementation of a particular technology, tool, or method in a real-world setting.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A scholarly work that describes applied and validated solutions such as software tools, systems or architectures that benefit from the use of the technology of a particular scholarly domain. Usually, papers of this kind should also provide convincing evidence that there is use of the proposed application or tool by the target user group, preferably outside the institution that conducted its development."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "in-use paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/ScholarlyWork"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/InUsePaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/InUsePaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ScholarlyWork> .
<http://purl.org/spar/fabio/InUsePaper> <http://www.w3.org/2000/01/rdf-schema#comment> "A scholarly work that describes applied and validated solutions such as software tools, systems or architectures that benefit from the use of the technology of a particular scholarly domain. Usually, papers of this kind should also provide convincing evidence that there is use of the proposed application or tool by the target user group, preferably outside the institution that conducted its development."@en .
<http://purl.org/spar/fabio/InUsePaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/InUsePaper> <http://purl.org/vocab/vann/example> "\n :my-in-use-paper a fabio:InUsePaper ;\n dcterms:title 'Implementing Semantic Web Technologies in Healthcare Systems'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A paper describing the practical application or implementation of a particular technology, tool, or method in a real-world setting.'@en .\n " .
<http://purl.org/spar/fabio/InUsePaper> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/InUsePaper> <http://www.w3.org/2000/01/rdf-schema#label> "in-use paper"@en .
IRI: http://purl.org/spar/fabio/Index
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Index a owl:Class ;
rdfs:label "index"@en ;
vann:example """
:my-index a fabio:Index ;
dcterms:title 'Analytical Index of 'Semantic Web Primer''@en ;
frbr:partOf :my-book ;
dcterms:description 'An alphabetical list of names, subjects, etc., with references to the places where they occur in a document.'@en .
""" ;
rdfs:comment "An alphabetically-ordered list of words and phrases ('headings') and associated pointers ('locators') to where useful material relating to that heading can be found in a document."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Index">
<rdfs:comment xml:lang="en">An alphabetically-ordered list of words and phrases ('headings') and associated pointers ('locators') to where useful material relating to that heading can be found in a document.</rdfs:comment>
<rdfs:label xml:lang="en">index</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-index a fabio:Index ;
dcterms:title 'Analytical Index of 'Semantic Web Primer''@en ;
frbr:partOf :my-book ;
dcterms:description 'An alphabetical list of names, subjects, etc., with references to the places where they occur in a document.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Index",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-index a fabio:Index ;\n dcterms:title 'Analytical Index of 'Semantic Web Primer''@en ;\n frbr:partOf :my-book ;\n dcterms:description 'An alphabetical list of names, subjects, etc., with references to the places where they occur in a document.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An alphabetically-ordered list of words and phrases ('headings') and associated pointers ('locators') to where useful material relating to that heading can be found in a document."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "index"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Index> <http://purl.org/vocab/vann/example> "\n :my-index a fabio:Index ;\n dcterms:title 'Analytical Index of 'Semantic Web Primer''@en ;\n frbr:partOf :my-book ;\n dcterms:description 'An alphabetical list of names, subjects, etc., with references to the places where they occur in a document.'@en .\n " .
<http://purl.org/spar/fabio/Index> <http://www.w3.org/2000/01/rdf-schema#comment> "An alphabetically-ordered list of words and phrases ('headings') and associated pointers ('locators') to where useful material relating to that heading can be found in a document."@en .
<http://purl.org/spar/fabio/Index> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Index> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Index> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Index> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Index> <http://www.w3.org/2000/01/rdf-schema#label> "index"@en .
IRI: http://purl.org/spar/fabio/InstructionManual
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:InstructionManual a owl:Class ;
rdfs:label "instruction manual"@en ;
vann:example """
:my-instruction-manual a fabio:InstructionManual ;
dcterms:title 'User Manual for Digital Camera Model X100'@en ;
frbr:realizationOf :my-instructional-work ;
dcterms:description 'A document providing detailed information on how to use, install, or maintain a particular product or system.'@en .
""" ;
rdfs:comment "An instructional document typically supplied with a technologically advanced consumer product, such as a car or a computer application, or with an item of complex equipment such as a microscope."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:InstructionalWork ],
fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb22">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/InstructionalWork"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/InstructionManual">
<rdfs:comment xml:lang="en">An instructional document typically supplied with a technologically advanced consumer product, such as a car or a computer application, or with an item of complex equipment such as a microscope.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">instruction manual</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb22"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-instruction-manual a fabio:InstructionManual ;
dcterms:title 'User Manual for Digital Camera Model X100'@en ;
frbr:realizationOf :my-instructional-work ;
dcterms:description 'A document providing detailed information on how to use, install, or maintain a particular product or system.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/InstructionManual",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-instruction-manual a fabio:InstructionManual ;\n dcterms:title 'User Manual for Digital Camera Model X100'@en ;\n frbr:realizationOf :my-instructional-work ;\n dcterms:description 'A document providing detailed information on how to use, install, or maintain a particular product or system.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An instructional document typically supplied with a technologically advanced consumer product, such as a car or a computer application, or with an item of complex equipment such as a microscope."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "instruction manual"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb22"
},
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb22",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/InstructionalWork"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb22 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/InstructionManual> <http://www.w3.org/2000/01/rdf-schema#comment> "An instructional document typically supplied with a technologically advanced consumer product, such as a car or a computer application, or with an item of complex equipment such as a microscope."@en .
<http://purl.org/spar/fabio/InstructionManual> <http://purl.org/vocab/vann/example> "\n :my-instruction-manual a fabio:InstructionManual ;\n dcterms:title 'User Manual for Digital Camera Model X100'@en ;\n frbr:realizationOf :my-instructional-work ;\n dcterms:description 'A document providing detailed information on how to use, install, or maintain a particular product or system.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb22 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/InstructionalWork> .
<http://purl.org/spar/fabio/InstructionManual> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/InstructionManual> <http://www.w3.org/2000/01/rdf-schema#label> "instruction manual"@en .
_:nc2534d39d31a404c8051419731cd4b5eb22 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/spar/fabio/InstructionManual> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/InstructionManual> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/InstructionManual> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb22 .
<http://purl.org/spar/fabio/InstructionManual> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
IRI: http://purl.org/spar/fabio/InstructionalWork
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:InstructionalWork a owl:Class ;
rdfs:label "instructional work"@en ;
vann:example """
:my-instructional-work a fabio:InstructionalWork ;
dcterms:title 'User Manual for Digital Camera Model X100'@en ;
dcterms:creator :john-doe ;
frbr:realization :my-instruction-manual ;
dcterms:description 'A work whose primary purpose is to provide instruction or training in a particular subject or skill.'@en .
""" ;
rdfs:comment "A work created for the purpose of education or instruction, that may be expressed as a text book, a lecture, a tutorial or an instruction manual."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/InstructionalWork">
<rdfs:label xml:lang="en">instructional work</rdfs:label>
<rdfs:comment xml:lang="en">A work created for the purpose of education or instruction, that may be expressed as a text book, a lecture, a tutorial or an instruction manual.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-instructional-work a fabio:InstructionalWork ;
dcterms:title 'User Manual for Digital Camera Model X100'@en ;
dcterms:creator :john-doe ;
frbr:realization :my-instruction-manual ;
dcterms:description 'A work whose primary purpose is to provide instruction or training in a particular subject or skill.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/InstructionalWork",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-instructional-work a fabio:InstructionalWork ;\n dcterms:title 'User Manual for Digital Camera Model X100'@en ;\n dcterms:creator :john-doe ;\n frbr:realization :my-instruction-manual ;\n dcterms:description 'A work whose primary purpose is to provide instruction or training in a particular subject or skill.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A work created for the purpose of education or instruction, that may be expressed as a text book, a lecture, a tutorial or an instruction manual."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "instructional work"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/InstructionalWork> <http://www.w3.org/2000/01/rdf-schema#label> "instructional work"@en .
<http://purl.org/spar/fabio/InstructionalWork> <http://purl.org/vocab/vann/example> "\n :my-instructional-work a fabio:InstructionalWork ;\n dcterms:title 'User Manual for Digital Camera Model X100'@en ;\n dcterms:creator :john-doe ;\n frbr:realization :my-instruction-manual ;\n dcterms:description 'A work whose primary purpose is to provide instruction or training in a particular subject or skill.'@en .\n " .
<http://purl.org/spar/fabio/InstructionalWork> <http://www.w3.org/2000/01/rdf-schema#comment> "A work created for the purpose of education or instruction, that may be expressed as a text book, a lecture, a tutorial or an instruction manual."@en .
<http://purl.org/spar/fabio/InstructionalWork> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/InstructionalWork> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/InstructionalWork> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/InstructionalWork> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/Item
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Item a owl:Class ;
rdfs:label "item"@en ;
vann:example """
:my-item a fabio:Item ;
dcterms:title 'article_456.pdf'@en ;
frbr:exemplarOf :my-manifestation ;
dcterms:description 'A singular, localized exemplar of a manifestation.'@en .
""" ;
rdfs:comment "A subclass of FRBR Item, restricted to exemplars of `fabio:Manifestation`."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Class ;
owl:intersectionOf ( [ a owl:Restriction ;
owl:allValuesFrom frbr:Item ;
owl:onProperty frbr:part ] [ a owl:Restriction ;
owl:allValuesFrom frbr:Item ;
owl:onProperty frbr:partOf ] ) ],
[ a owl:Restriction ;
owl:allValuesFrom fabio:Manifestation ;
owl:onProperty frbr:exemplarOf ],
frbr:Item ;
vs:term_status reg:statusStable ;
skos:note """
A `fabio:Item` can only have part or be part of another `fabio:Item`. Moreover, it can be an exemplar only of a `fabio:Manifestation`.
An example of a `fabio:Item` is a printed copy of a journal article on your desk, or a PDF file of that article that you purchased from a publisher and that now resides in digital form on your computer hard drive.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Item">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb130"/>
<rdfs:subClassOf rdf:resource="http://purl.org/vocab/frbr/core#Item"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb125"/>
<rdfs:comment xml:lang="en">A subclass of FRBR Item, restricted to exemplars of `fabio:Manifestation`.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">item</rdfs:label>
<skos:note xml:lang="en">
A `fabio:Item` can only have part or be part of another `fabio:Item`. Moreover, it can be an exemplar only of a `fabio:Manifestation`.
An example of a `fabio:Item` is a printed copy of a journal article on your desk, or a PDF file of that article that you purchased from a publisher and that now resides in digital form on your computer hard drive.
</skos:note>
<vann:example>
:my-item a fabio:Item ;
dcterms:title 'article_456.pdf'@en ;
frbr:exemplarOf :my-manifestation ;
dcterms:description 'A singular, localized exemplar of a manifestation.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb126">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/vocab/frbr/core#Item"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#part"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb125">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:intersectionOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb128"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb129">
<rdf:first rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb127"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb128">
<rdf:first rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb126"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb129"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb130">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/spar/fabio/Manifestation"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#exemplarOf"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb127">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/vocab/frbr/core#Item"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#partOf"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Item",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-item a fabio:Item ;\n dcterms:title 'article_456.pdf'@en ;\n frbr:exemplarOf :my-manifestation ;\n dcterms:description 'A singular, localized exemplar of a manifestation.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A subclass of FRBR Item, restricted to exemplars of `fabio:Manifestation`."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "item"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb130"
},
{
"@id": "http://purl.org/vocab/frbr/core#Item"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb125"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nA `fabio:Item` can only have part or be part of another `fabio:Item`. Moreover, it can be an exemplar only of a `fabio:Manifestation`.\n\nAn example of a `fabio:Item` is a printed copy of a journal article on your desk, or a PDF file of that article that you purchased from a publisher and that now resides in digital form on your computer hard drive.\n"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb130",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Manifestation"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#exemplarOf"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb125",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#intersectionOf": [
{
"@list": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb126"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb127"
}
]
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb126",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/vocab/frbr/core#Item"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#part"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb127",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/vocab/frbr/core#Item"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#partOf"
}
]
}
]<http://purl.org/spar/fabio/Item> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/vocab/frbr/core#Item> .
_:nc2534d39d31a404c8051419731cd4b5eb126 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb125 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Item> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb129 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:nc2534d39d31a404c8051419731cd4b5eb127 .
_:nc2534d39d31a404c8051419731cd4b5eb128 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:nc2534d39d31a404c8051419731cd4b5eb126 .
<http://purl.org/spar/fabio/Item> <http://www.w3.org/2000/01/rdf-schema#label> "item"@en .
_:nc2534d39d31a404c8051419731cd4b5eb125 <http://www.w3.org/2002/07/owl#intersectionOf> _:nc2534d39d31a404c8051419731cd4b5eb128 .
_:nc2534d39d31a404c8051419731cd4b5eb126 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/vocab/frbr/core#Item> .
<http://purl.org/spar/fabio/Item> <http://purl.org/vocab/vann/example> "\n :my-item a fabio:Item ;\n dcterms:title 'article_456.pdf'@en ;\n frbr:exemplarOf :my-manifestation ;\n dcterms:description 'A singular, localized exemplar of a manifestation.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb126 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
_:nc2534d39d31a404c8051419731cd4b5eb130 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#exemplarOf> .
_:nc2534d39d31a404c8051419731cd4b5eb127 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
<http://purl.org/spar/fabio/Item> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb130 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/Item> <http://www.w3.org/2004/02/skos/core#note> "\nA `fabio:Item` can only have part or be part of another `fabio:Item`. Moreover, it can be an exemplar only of a `fabio:Manifestation`.\n\nAn example of a `fabio:Item` is a printed copy of a journal article on your desk, or a PDF file of that article that you purchased from a publisher and that now resides in digital form on your computer hard drive.\n"@en .
<http://purl.org/spar/fabio/Item> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb130 .
<http://purl.org/spar/fabio/Item> <http://www.w3.org/2000/01/rdf-schema#comment> "A subclass of FRBR Item, restricted to exemplars of `fabio:Manifestation`."@en .
_:nc2534d39d31a404c8051419731cd4b5eb130 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/spar/fabio/Manifestation> .
_:nc2534d39d31a404c8051419731cd4b5eb127 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/Item> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb127 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/vocab/frbr/core#Item> .
_:nc2534d39d31a404c8051419731cd4b5eb129 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:nc2534d39d31a404c8051419731cd4b5eb128 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb129 .
<http://purl.org/spar/fabio/Item> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb125 .
IRI: http://purl.org/vocab/frbr/core#Item
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
frbr:Item a owl:Class ;
rdfs:label "item"@en ;
rdfs:comment """
A single exemplar of a manifestation.
The entity defined as item is a concrete entity. It is in many instances a single physical object (e.g., a copy of a one-volume monograph, a single audio cassette, etc.).
There are instances, however, where the entity defined as item comprises more than one physical object (e.g., a monograph issued as two separately bound volumes, a recording issued on three separate compact discs, etc.).
"""@en ;
rdfs:isDefinedBy frbr: .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#Item">
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">
A single exemplar of a manifestation.
The entity defined as item is a concrete entity. It is in many instances a single physical object (e.g., a copy of a one-volume monograph, a single audio cassette, etc.).
There are instances, however, where the entity defined as item comprises more than one physical object (e.g., a monograph issued as two separately bound volumes, a recording issued on three separate compact discs, etc.).
</rdfs:comment>
<rdfs:label xml:lang="en">item</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#Item",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nA single exemplar of a manifestation.\n\nThe entity defined as item is a concrete entity. It is in many instances a single physical object (e.g., a copy of a one-volume monograph, a single audio cassette, etc.). \nThere are instances, however, where the entity defined as item comprises more than one physical object (e.g., a monograph issued as two separately bound volumes, a recording issued on three separate compact discs, etc.).\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "item"
}
]
}
]<http://purl.org/vocab/frbr/core#Item> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/vocab/frbr/core#Item> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#Item> <http://www.w3.org/2000/01/rdf-schema#label> "item"@en .
<http://purl.org/vocab/frbr/core#Item> <http://www.w3.org/2000/01/rdf-schema#comment> "\nA single exemplar of a manifestation.\n\nThe entity defined as item is a concrete entity. It is in many instances a single physical object (e.g., a copy of a one-volume monograph, a single audio cassette, etc.). \nThere are instances, however, where the entity defined as item comprises more than one physical object (e.g., a monograph issued as two separately bound volumes, a recording issued on three separate compact discs, etc.).\n "@en .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ItemCollection a owl:Class ;
rdfs:label "item collection"@en ;
vann:example """
:my-item-collection a fabio:ItemCollection ;
dcterms:title 'Collection of historical items'@en ;
frbr:part :my-item, :my-another-item ;
dcterms:description 'A collection of items, such as a physical library collection or a set of digital files.'@en .
""" ;
rdfs:comment "A collection of items."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:part ;
owl:someValuesFrom fabio:Item ],
fabio:Item ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb23">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#part"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Item"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ItemCollection">
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb23"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Item"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A collection of items.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">item collection</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-item-collection a fabio:ItemCollection ;
dcterms:title 'Collection of historical items'@en ;
frbr:part :my-item, :my-another-item ;
dcterms:description 'A collection of items, such as a physical library collection or a set of digital files.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ItemCollection",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-item-collection a fabio:ItemCollection ;\n dcterms:title 'Collection of historical items'@en ;\n frbr:part :my-item, :my-another-item ;\n dcterms:description 'A collection of items, such as a physical library collection or a set of digital files.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A collection of items."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "item collection"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb23"
},
{
"@id": "http://purl.org/spar/fabio/Item"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb23",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#part"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Item"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb23 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/ItemCollection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb23 .
<http://purl.org/spar/fabio/ItemCollection> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ItemCollection> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of items."@en .
<http://purl.org/spar/fabio/ItemCollection> <http://purl.org/vocab/vann/example> "\n :my-item-collection a fabio:ItemCollection ;\n dcterms:title 'Collection of historical items'@en ;\n frbr:part :my-item, :my-another-item ;\n dcterms:description 'A collection of items, such as a physical library collection or a set of digital files.'@en .\n " .
<http://purl.org/spar/fabio/ItemCollection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Item> .
<http://purl.org/spar/fabio/ItemCollection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb23 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
<http://purl.org/spar/fabio/ItemCollection> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb23 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Item> .
<http://purl.org/spar/fabio/ItemCollection> <http://www.w3.org/2000/01/rdf-schema#label> "item collection"@en .
IRI: http://purl.org/spar/fabio/Journal
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Journal a owl:Class ;
rdfs:label "journal"@en ;
vann:example """
:my-journal a fabio:Journal ;
dcterms:title 'Journal of Semantic Web Research'@en ;
frbr:part :my-journal-issue , :my-journal-volume ;
dcterms:description 'A scholarly periodical maintaining high standards of research and typically published at regular intervals.'@en .
""" ;
rdfs:comment "A scholarly periodical primarily devoted to the publication of original research papers."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:part ;
owl:someValuesFrom fabio:JournalIssue ],
[ a owl:Restriction ;
owl:onProperty frbr:part ;
owl:someValuesFrom fabio:JournalVolume ],
fabio:Periodical ;
vs:term_status reg:statusStable ;
skos:note "Printed and electronic manifestations of the same journal are usually identified by separate print and electronic International Standard Serial Numbers (ISSN or eISSN, respectively), that identifies the journal as a whole, not to individual issues of it."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Journal">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb68"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Periodical"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb69"/>
<rdfs:comment xml:lang="en">A scholarly periodical primarily devoted to the publication of original research papers.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">journal</rdfs:label>
<vann:example>
:my-journal a fabio:Journal ;
dcterms:title 'Journal of Semantic Web Research'@en ;
frbr:part :my-journal-issue , :my-journal-volume ;
dcterms:description 'A scholarly periodical maintaining high standards of research and typically published at regular intervals.'@en .
</vann:example>
<skos:note xml:lang="en">Printed and electronic manifestations of the same journal are usually identified by separate print and electronic International Standard Serial Numbers (ISSN or eISSN, respectively), that identifies the journal as a whole, not to individual issues of it.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb68">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#part"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/JournalIssue"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb69">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#part"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/JournalVolume"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Journal",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal a fabio:Journal ;\n dcterms:title 'Journal of Semantic Web Research'@en ;\n frbr:part :my-journal-issue , :my-journal-volume ;\n dcterms:description 'A scholarly periodical maintaining high standards of research and typically published at regular intervals.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A scholarly periodical primarily devoted to the publication of original research papers."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "journal"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb68"
},
{
"@id": "http://purl.org/spar/fabio/Periodical"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb69"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "Printed and electronic manifestations of the same journal are usually identified by separate print and electronic International Standard Serial Numbers (ISSN or eISSN, respectively), that identifies the journal as a whole, not to individual issues of it."
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb68",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#part"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/JournalIssue"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb69",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#part"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/JournalVolume"
}
]
}
]<http://purl.org/spar/fabio/Journal> <http://www.w3.org/2004/02/skos/core#note> "Printed and electronic manifestations of the same journal are usually identified by separate print and electronic International Standard Serial Numbers (ISSN or eISSN, respectively), that identifies the journal as a whole, not to individual issues of it."@en .
<http://purl.org/spar/fabio/Journal> <http://purl.org/vocab/vann/example> "\n :my-journal a fabio:Journal ;\n dcterms:title 'Journal of Semantic Web Research'@en ;\n frbr:part :my-journal-issue , :my-journal-volume ;\n dcterms:description 'A scholarly periodical maintaining high standards of research and typically published at regular intervals.'@en .\n " .
<http://purl.org/spar/fabio/Journal> <http://www.w3.org/2000/01/rdf-schema#comment> "A scholarly periodical primarily devoted to the publication of original research papers."@en .
_:nc2534d39d31a404c8051419731cd4b5eb68 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb69 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/Journal> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Journal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb68 .
<http://purl.org/spar/fabio/Journal> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Journal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Journal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Periodical> .
_:nc2534d39d31a404c8051419731cd4b5eb68 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
<http://purl.org/spar/fabio/Journal> <http://www.w3.org/2000/01/rdf-schema#label> "journal"@en .
<http://purl.org/spar/fabio/Journal> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb69 .
_:nc2534d39d31a404c8051419731cd4b5eb68 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/JournalIssue> .
_:nc2534d39d31a404c8051419731cd4b5eb69 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
_:nc2534d39d31a404c8051419731cd4b5eb69 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/JournalVolume> .
IRI: http://purl.org/spar/fabio/JournalArticle
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:JournalArticle a owl:Class ;
rdfs:label "journal article"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
dcterms:title 'OPJK and DILIGENT: ontology modeling in a distributed environment' ;
prism:doi '10.1007/s10506-007-9036-2' ;
frbr:embodiment :my-analog-manifestation , :my-digital-manifestation ;
frbr:partOf :my-journal-issue .
""" ;
rdfs:comment "An article, typically the realization of a research paper reporting original research findings, published in a journal issue."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:partOf ;
owl:someValuesFrom fabio:JournalIssue ],
fabio:Article ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/JournalArticle">
<rdfs:label xml:lang="en">journal article</rdfs:label>
<rdfs:comment xml:lang="en">An article, typically the realization of a research paper reporting original research findings, published in a journal issue.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Article"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb24"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
dcterms:title 'OPJK and DILIGENT: ontology modeling in a distributed environment' ;
prism:doi '10.1007/s10506-007-9036-2' ;
frbr:embodiment :my-analog-manifestation , :my-digital-manifestation ;
frbr:partOf :my-journal-issue .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb24">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#partOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/JournalIssue"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/JournalArticle",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n dcterms:title 'OPJK and DILIGENT: ontology modeling in a distributed environment' ;\n prism:doi '10.1007/s10506-007-9036-2' ;\n frbr:embodiment :my-analog-manifestation , :my-digital-manifestation ;\n frbr:partOf :my-journal-issue .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An article, typically the realization of a research paper reporting original research findings, published in a journal issue."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "journal article"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Article"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb24"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb24",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#partOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/JournalIssue"
}
]
}
]<http://purl.org/spar/fabio/JournalArticle> <http://www.w3.org/2000/01/rdf-schema#label> "journal article"@en .
<http://purl.org/spar/fabio/JournalArticle> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n dcterms:title 'OPJK and DILIGENT: ontology modeling in a distributed environment' ;\n prism:doi '10.1007/s10506-007-9036-2' ;\n frbr:embodiment :my-analog-manifestation , :my-digital-manifestation ;\n frbr:partOf :my-journal-issue .\n " .
<http://purl.org/spar/fabio/JournalArticle> <http://www.w3.org/2000/01/rdf-schema#comment> "An article, typically the realization of a research paper reporting original research findings, published in a journal issue."@en .
<http://purl.org/spar/fabio/JournalArticle> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Article> .
_:nc2534d39d31a404c8051419731cd4b5eb24 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/JournalArticle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/JournalArticle> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb24 .
<http://purl.org/spar/fabio/JournalArticle> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb24 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
_:nc2534d39d31a404c8051419731cd4b5eb24 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/JournalIssue> .
<http://purl.org/spar/fabio/JournalArticle> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/JournalEditorial
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:JournalEditorial a owl:Class ;
rdfs:label "journal editorial"@en ;
vann:example """
:my-journal-editorial a fabio:JournalEditorial ;
dcterms:title 'The Future of Open Access in 2026'@en ;
frbr:partOf :my-journal-issue ;
dcterms:description 'An article in a journal or other periodical that presents the opinion of the editor, publisher, or editorial board.'@en .
""" ;
rdfs:comment "An editorial published in an issue of a journal."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:partOf ;
owl:someValuesFrom fabio:JournalIssue ],
fabio:Editorial ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/JournalEditorial">
<rdfs:comment xml:lang="en">An editorial published in an issue of a journal.</rdfs:comment>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb25"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Editorial"/>
<rdfs:label xml:lang="en">journal editorial</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-journal-editorial a fabio:JournalEditorial ;
dcterms:title 'The Future of Open Access in 2026'@en ;
frbr:partOf :my-journal-issue ;
dcterms:description 'An article in a journal or other periodical that presents the opinion of the editor, publisher, or editorial board.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb25">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#partOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/JournalIssue"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/JournalEditorial",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-editorial a fabio:JournalEditorial ;\n dcterms:title 'The Future of Open Access in 2026'@en ;\n frbr:partOf :my-journal-issue ;\n dcterms:description 'An article in a journal or other periodical that presents the opinion of the editor, publisher, or editorial board.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An editorial published in an issue of a journal."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "journal editorial"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb25"
},
{
"@id": "http://purl.org/spar/fabio/Editorial"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb25",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#partOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/JournalIssue"
}
]
}
]<http://purl.org/spar/fabio/JournalEditorial> <http://www.w3.org/2000/01/rdf-schema#comment> "An editorial published in an issue of a journal."@en .
<http://purl.org/spar/fabio/JournalEditorial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb25 .
_:nc2534d39d31a404c8051419731cd4b5eb25 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/JournalIssue> .
_:nc2534d39d31a404c8051419731cd4b5eb25 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/JournalEditorial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Editorial> .
<http://purl.org/spar/fabio/JournalEditorial> <http://www.w3.org/2000/01/rdf-schema#label> "journal editorial"@en .
<http://purl.org/spar/fabio/JournalEditorial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb25 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
<http://purl.org/spar/fabio/JournalEditorial> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/JournalEditorial> <http://purl.org/vocab/vann/example> "\n :my-journal-editorial a fabio:JournalEditorial ;\n dcterms:title 'The Future of Open Access in 2026'@en ;\n frbr:partOf :my-journal-issue ;\n dcterms:description 'An article in a journal or other periodical that presents the opinion of the editor, publisher, or editorial board.'@en .\n " .
<http://purl.org/spar/fabio/JournalEditorial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/JournalIssue
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:JournalIssue a owl:Class ;
rdfs:label "journal issue"@en ;
vann:example """
:my-journal-issue a fabio:JournalIssue ;
dcterms:title 'Journal of Semantic Web, Volume 1, Issue 1'@en ;
frbr:partOf :my-journal-volume ;
dcterms:description 'A particular issue of a journal or other periodical.'@en .
""" ;
rdfs:comment "A particular published issue of a journal, one or more of which will constitute a volume of the journal."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:partOf ;
owl:someValuesFrom fabio:JournalVolume ],
fabio:PeriodicalIssue ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/JournalIssue">
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb108"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/PeriodicalIssue"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">journal issue</rdfs:label>
<rdfs:comment xml:lang="en">A particular published issue of a journal, one or more of which will constitute a volume of the journal.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-journal-issue a fabio:JournalIssue ;
dcterms:title 'Journal of Semantic Web, Volume 1, Issue 1'@en ;
frbr:partOf :my-journal-volume ;
dcterms:description 'A particular issue of a journal or other periodical.'@en .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb108">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#partOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/JournalVolume"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/JournalIssue",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-issue a fabio:JournalIssue ;\n dcterms:title 'Journal of Semantic Web, Volume 1, Issue 1'@en ;\n frbr:partOf :my-journal-volume ;\n dcterms:description 'A particular issue of a journal or other periodical.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A particular published issue of a journal, one or more of which will constitute a volume of the journal."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "journal issue"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb108"
},
{
"@id": "http://purl.org/spar/fabio/PeriodicalIssue"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb108",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#partOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/JournalVolume"
}
]
}
]<http://purl.org/spar/fabio/JournalIssue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb108 .
<http://purl.org/spar/fabio/JournalIssue> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb108 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb108 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
<http://purl.org/spar/fabio/JournalIssue> <http://purl.org/vocab/vann/example> "\n :my-journal-issue a fabio:JournalIssue ;\n dcterms:title 'Journal of Semantic Web, Volume 1, Issue 1'@en ;\n frbr:partOf :my-journal-volume ;\n dcterms:description 'A particular issue of a journal or other periodical.'@en .\n " .
<http://purl.org/spar/fabio/JournalIssue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb108 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/JournalVolume> .
<http://purl.org/spar/fabio/JournalIssue> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/JournalIssue> <http://www.w3.org/2000/01/rdf-schema#label> "journal issue"@en .
<http://purl.org/spar/fabio/JournalIssue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/PeriodicalIssue> .
<http://purl.org/spar/fabio/JournalIssue> <http://www.w3.org/2000/01/rdf-schema#comment> "A particular published issue of a journal, one or more of which will constitute a volume of the journal."@en .
IRI: http://purl.org/spar/fabio/JournalNewsItem
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:JournalNewsItem a owl:Class ;
rdfs:label "journal news item"@en ;
vann:example """
:my-algorithm a fabio:Algorithm ;
dcterms:title 'Distance Calculator'@en ;
dcterms:description 'Algorithm for calculating the distance between to geo locations.'@en .
""" ;
rdfs:comment "A news report published in a journal issue."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:partOf ;
owl:someValuesFrom fabio:JournalIssue ],
fabio:NewsItem ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb70">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#partOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/JournalIssue"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/JournalNewsItem">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/NewsItem"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb70"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">journal news item</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A news report published in a journal issue.</rdfs:comment>
<vann:example>
:my-algorithm a fabio:Algorithm ;
dcterms:title 'Distance Calculator'@en ;
dcterms:description 'Algorithm for calculating the distance between to geo locations.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/JournalNewsItem",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-algorithm a fabio:Algorithm ;\n dcterms:title 'Distance Calculator'@en ;\n dcterms:description 'Algorithm for calculating the distance between to geo locations.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A news report published in a journal issue."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "journal news item"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/NewsItem"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb70"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb70",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#partOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/JournalIssue"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb70 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/JournalIssue> .
<http://purl.org/spar/fabio/JournalNewsItem> <http://purl.org/vocab/vann/example> "\n :my-algorithm a fabio:Algorithm ;\n dcterms:title 'Distance Calculator'@en ;\n dcterms:description 'Algorithm for calculating the distance between to geo locations.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb70 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/JournalNewsItem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/NewsItem> .
<http://purl.org/spar/fabio/JournalNewsItem> <http://www.w3.org/2000/01/rdf-schema#label> "journal news item"@en .
<http://purl.org/spar/fabio/JournalNewsItem> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb70 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
<http://purl.org/spar/fabio/JournalNewsItem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb70 .
<http://purl.org/spar/fabio/JournalNewsItem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/JournalNewsItem> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/JournalNewsItem> <http://www.w3.org/2000/01/rdf-schema#comment> "A news report published in a journal issue."@en .
IRI: http://purl.org/spar/fabio/JournalVolume
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:JournalVolume a owl:Class ;
rdfs:label "journal volume"@en ;
vann:example """
:my-journal-volume a fabio:JournalVolume ;
dcterms:title 'Journal of Semantic Web Research, Volume 1'@en ;
frbr:partOf :my-journal ;
dcterms:description 'A particular volume of a journal or other periodical, usually collecting all issues published within a single year.'@en .
""" ;
rdfs:comment "A particular published volume of a journal, comprising one or more journal issues."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:partOf ;
owl:someValuesFrom fabio:Journal ],
fabio:PeriodicalVolume ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/JournalVolume">
<rdfs:comment xml:lang="en">A particular published volume of a journal, comprising one or more journal issues.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/PeriodicalVolume"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb96"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">journal volume</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-journal-volume a fabio:JournalVolume ;
dcterms:title 'Journal of Semantic Web Research, Volume 1'@en ;
frbr:partOf :my-journal ;
dcterms:description 'A particular volume of a journal or other periodical, usually collecting all issues published within a single year.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb96">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#partOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Journal"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/JournalVolume",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-volume a fabio:JournalVolume ;\n dcterms:title 'Journal of Semantic Web Research, Volume 1'@en ;\n frbr:partOf :my-journal ;\n dcterms:description 'A particular volume of a journal or other periodical, usually collecting all issues published within a single year.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A particular published volume of a journal, comprising one or more journal issues."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "journal volume"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/PeriodicalVolume"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb96"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb96",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#partOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Journal"
}
]
}
]<http://purl.org/spar/fabio/JournalVolume> <http://www.w3.org/2000/01/rdf-schema#comment> "A particular published volume of a journal, comprising one or more journal issues."@en .
<http://purl.org/spar/fabio/JournalVolume> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/PeriodicalVolume> .
<http://purl.org/spar/fabio/JournalVolume> <http://purl.org/vocab/vann/example> "\n :my-journal-volume a fabio:JournalVolume ;\n dcterms:title 'Journal of Semantic Web Research, Volume 1'@en ;\n frbr:partOf :my-journal ;\n dcterms:description 'A particular volume of a journal or other periodical, usually collecting all issues published within a single year.'@en .\n " .
<http://purl.org/spar/fabio/JournalVolume> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/JournalVolume> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb96 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
<http://purl.org/spar/fabio/JournalVolume> <http://www.w3.org/2000/01/rdf-schema#label> "journal volume"@en .
<http://purl.org/spar/fabio/JournalVolume> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb96 .
_:nc2534d39d31a404c8051419731cd4b5eb96 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb96 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Journal> .
<http://purl.org/spar/fabio/JournalVolume> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/LaboratoryNotebook
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:LaboratoryNotebook a owl:Class ;
rdfs:label "laboratory notebook"@en ;
vann:example """
:my-laboratory-notebook a fabio:LaboratoryNotebook ;
dcterms:title 'Laboratory Notebook: Protein Folding Project 2026'@en ;
dcterms:description 'A primary record of research, containing detailed notes on hypotheses, experiments, and initial analysis.'@en .
""" ;
rdfs:comment "A notebook used by an individual research scientist as the primary record of his or her research activities. A researcher may use a laboratory notebook to document hypotheses, to describe experiments and to record data in various formats, to provide details of data analysis and interpretation, or to record the validation or invalidation of the original hypotheses. The laboratory notebook serves as an organizational tool and a memory aid. It may also have a role in recording and protecting any intellectual property created during the research, and may be used in evidence when establishing priority of discoveries, for example in patent applications. Electronic versions of laboratory notebooks are increasingly being employed by researchers, particularly in chemistry and the pharmaceutical industry."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Notebook ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/LaboratoryNotebook">
<rdfs:comment xml:lang="en">A notebook used by an individual research scientist as the primary record of his or her research activities. A researcher may use a laboratory notebook to document hypotheses, to describe experiments and to record data in various formats, to provide details of data analysis and interpretation, or to record the validation or invalidation of the original hypotheses. The laboratory notebook serves as an organizational tool and a memory aid. It may also have a role in recording and protecting any intellectual property created during the research, and may be used in evidence when establishing priority of discoveries, for example in patent applications. Electronic versions of laboratory notebooks are increasingly being employed by researchers, particularly in chemistry and the pharmaceutical industry.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Notebook"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">laboratory notebook</rdfs:label>
<vann:example>
:my-laboratory-notebook a fabio:LaboratoryNotebook ;
dcterms:title 'Laboratory Notebook: Protein Folding Project 2026'@en ;
dcterms:description 'A primary record of research, containing detailed notes on hypotheses, experiments, and initial analysis.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/LaboratoryNotebook",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-laboratory-notebook a fabio:LaboratoryNotebook ;\n dcterms:title 'Laboratory Notebook: Protein Folding Project 2026'@en ;\n dcterms:description 'A primary record of research, containing detailed notes on hypotheses, experiments, and initial analysis.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A notebook used by an individual research scientist as the primary record of his or her research activities. A researcher may use a laboratory notebook to document hypotheses, to describe experiments and to record data in various formats, to provide details of data analysis and interpretation, or to record the validation or invalidation of the original hypotheses. The laboratory notebook serves as an organizational tool and a memory aid. It may also have a role in recording and protecting any intellectual property created during the research, and may be used in evidence when establishing priority of discoveries, for example in patent applications. Electronic versions of laboratory notebooks are increasingly being employed by researchers, particularly in chemistry and the pharmaceutical industry."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "laboratory notebook"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Notebook"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/LaboratoryNotebook> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Notebook> .
<http://purl.org/spar/fabio/LaboratoryNotebook> <http://www.w3.org/2000/01/rdf-schema#comment> "A notebook used by an individual research scientist as the primary record of his or her research activities. A researcher may use a laboratory notebook to document hypotheses, to describe experiments and to record data in various formats, to provide details of data analysis and interpretation, or to record the validation or invalidation of the original hypotheses. The laboratory notebook serves as an organizational tool and a memory aid. It may also have a role in recording and protecting any intellectual property created during the research, and may be used in evidence when establishing priority of discoveries, for example in patent applications. Electronic versions of laboratory notebooks are increasingly being employed by researchers, particularly in chemistry and the pharmaceutical industry."@en .
<http://purl.org/spar/fabio/LaboratoryNotebook> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/LaboratoryNotebook> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/LaboratoryNotebook> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/LaboratoryNotebook> <http://www.w3.org/2000/01/rdf-schema#label> "laboratory notebook"@en .
<http://purl.org/spar/fabio/LaboratoryNotebook> <http://purl.org/vocab/vann/example> "\n :my-laboratory-notebook a fabio:LaboratoryNotebook ;\n dcterms:title 'Laboratory Notebook: Protein Folding Project 2026'@en ;\n dcterms:description 'A primary record of research, containing detailed notes on hypotheses, experiments, and initial analysis.'@en .\n " .
IRI: http://purl.org/spar/fabio/LectureNotes
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:LectureNotes a owl:Class ;
rdfs:label "lecture notes"@en ;
vann:example """
:my-lecture-notes a fabio:LectureNotes ;
dcterms:title 'Notes on Ontology Engineering - Lesson 4'@en ;
dcterms:description 'A set of notes taken or prepared for a lecture, providing a summary or detailed account of the instructional content.'@en .
""" ;
rdfs:comment "A document containing notes that summarize a lecture or course of lectures."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/LectureNotes">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:comment xml:lang="en">A document containing notes that summarize a lecture or course of lectures.</rdfs:comment>
<rdfs:label xml:lang="en">lecture notes</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-lecture-notes a fabio:LectureNotes ;
dcterms:title 'Notes on Ontology Engineering - Lesson 4'@en ;
dcterms:description 'A set of notes taken or prepared for a lecture, providing a summary or detailed account of the instructional content.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/LectureNotes",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-lecture-notes a fabio:LectureNotes ;\n dcterms:title 'Notes on Ontology Engineering - Lesson 4'@en ;\n dcterms:description 'A set of notes taken or prepared for a lecture, providing a summary or detailed account of the instructional content.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A document containing notes that summarize a lecture or course of lectures."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "lecture notes"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/LectureNotes> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/LectureNotes> <http://purl.org/vocab/vann/example> "\n :my-lecture-notes a fabio:LectureNotes ;\n dcterms:title 'Notes on Ontology Engineering - Lesson 4'@en ;\n dcterms:description 'A set of notes taken or prepared for a lecture, providing a summary or detailed account of the instructional content.'@en .\n " .
<http://purl.org/spar/fabio/LectureNotes> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/LectureNotes> <http://www.w3.org/2000/01/rdf-schema#comment> "A document containing notes that summarize a lecture or course of lectures."@en .
<http://purl.org/spar/fabio/LectureNotes> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/LectureNotes> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/LectureNotes> <http://www.w3.org/2000/01/rdf-schema#label> "lecture notes"@en .
IRI: http://purl.org/spar/fabio/LegalOpinion
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:LegalOpinion a owl:Class ;
rdfs:label "legal opinion"@en ;
vann:example """
:my-legal-opinion a fabio:LegalOpinion ;
dcterms:title 'Legal Opinion on Intellectual Property Rights for Project X'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A formal written statement by a judicial officer or legal expert that sets out the legal principle and his or her application to a particular case.'@en .
""" ;
rdfs:comment "A written explanation by a judge or group of judges that accompanies a ruling in a legal case, laying out the reasons and legal principles for the ruling, and sometimes containing pronouncements about what the law is and how it should be interpreted."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Opinion ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/LegalOpinion">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">legal opinion</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Opinion"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A written explanation by a judge or group of judges that accompanies a ruling in a legal case, laying out the reasons and legal principles for the ruling, and sometimes containing pronouncements about what the law is and how it should be interpreted.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-legal-opinion a fabio:LegalOpinion ;
dcterms:title 'Legal Opinion on Intellectual Property Rights for Project X'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A formal written statement by a judicial officer or legal expert that sets out the legal principle and his or her application to a particular case.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/LegalOpinion",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-legal-opinion a fabio:LegalOpinion ;\n dcterms:title 'Legal Opinion on Intellectual Property Rights for Project X'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A formal written statement by a judicial officer or legal expert that sets out the legal principle and his or her application to a particular case.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A written explanation by a judge or group of judges that accompanies a ruling in a legal case, laying out the reasons and legal principles for the ruling, and sometimes containing pronouncements about what the law is and how it should be interpreted."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "legal opinion"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Opinion"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/LegalOpinion> <http://www.w3.org/2000/01/rdf-schema#label> "legal opinion"@en .
<http://purl.org/spar/fabio/LegalOpinion> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Opinion> .
<http://purl.org/spar/fabio/LegalOpinion> <http://purl.org/vocab/vann/example> "\n :my-legal-opinion a fabio:LegalOpinion ;\n dcterms:title 'Legal Opinion on Intellectual Property Rights for Project X'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A formal written statement by a judicial officer or legal expert that sets out the legal principle and his or her application to a particular case.'@en .\n " .
<http://purl.org/spar/fabio/LegalOpinion> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/LegalOpinion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/LegalOpinion> <http://www.w3.org/2000/01/rdf-schema#comment> "A written explanation by a judge or group of judges that accompanies a ruling in a legal case, laying out the reasons and legal principles for the ruling, and sometimes containing pronouncements about what the law is and how it should be interpreted."@en .
<http://purl.org/spar/fabio/LegalOpinion> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/Letter
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Letter a owl:Class ;
rdfs:label "letter"@en ;
vann:example """
:my-letter a fabio:Letter ;
dcterms:description 'A written message addressed to a person or organization, typically sent by post or messenger.'@en .
""" ;
rdfs:comment "A written or printed communication of a personal or professional nature between individuals and/or representatives of corporate bodies, usually transmitted by the postal service or published in a periodical. In the latter case, the letter is typically addressed to the editor and comments on or discussed an item previously published by that periodical, or of interest to its readership."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Letter">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:label xml:lang="en">letter</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A written or printed communication of a personal or professional nature between individuals and/or representatives of corporate bodies, usually transmitted by the postal service or published in a periodical. In the latter case, the letter is typically addressed to the editor and comments on or discussed an item previously published by that periodical, or of interest to its readership.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-letter a fabio:Letter ;
dcterms:description 'A written message addressed to a person or organization, typically sent by post or messenger.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Letter",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-letter a fabio:Letter ;\n dcterms:description 'A written message addressed to a person or organization, typically sent by post or messenger.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A written or printed communication of a personal or professional nature between individuals and/or representatives of corporate bodies, usually transmitted by the postal service or published in a periodical. In the latter case, the letter is typically addressed to the editor and comments on or discussed an item previously published by that periodical, or of interest to its readership."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "letter"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Letter> <http://www.w3.org/2000/01/rdf-schema#label> "letter"@en .
<http://purl.org/spar/fabio/Letter> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Letter> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Letter> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Letter> <http://purl.org/vocab/vann/example> "\n :my-letter a fabio:Letter ;\n dcterms:description 'A written message addressed to a person or organization, typically sent by post or messenger.'@en .\n " .
<http://purl.org/spar/fabio/Letter> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Letter> <http://www.w3.org/2000/01/rdf-schema#comment> "A written or printed communication of a personal or professional nature between individuals and/or representatives of corporate bodies, usually transmitted by the postal service or published in a periodical. In the latter case, the letter is typically addressed to the editor and comments on or discussed an item previously published by that periodical, or of interest to its readership."@en .
IRI: http://purl.org/spar/fabio/LibraryCatalog
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:LibraryCatalog a owl:Class ;
rdfs:label "library catalog"@en ;
vann:example """
:my-library-catalog a fabio:LibraryCatalog ;
dcterms:title 'Online Public Access Catalog (OPAC) - City Library'@en ;
dcterms:description 'A register of all bibliographic items found in a library or group of libraries.'@en .
""" ;
rdfs:comment "The catalog of the holdings of a library, for example that of the Library of Congress (http://catalog.loc.gov/)."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Catalog ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/LibraryCatalog">
<rdfs:comment xml:lang="en">The catalog of the holdings of a library, for example that of the Library of Congress (http://catalog.loc.gov/).</rdfs:comment>
<rdfs:label xml:lang="en">library catalog</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Catalog"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-library-catalog a fabio:LibraryCatalog ;
dcterms:title 'Online Public Access Catalog (OPAC) - City Library'@en ;
dcterms:description 'A register of all bibliographic items found in a library or group of libraries.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/LibraryCatalog",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-library-catalog a fabio:LibraryCatalog ;\n dcterms:title 'Online Public Access Catalog (OPAC) - City Library'@en ;\n dcterms:description 'A register of all bibliographic items found in a library or group of libraries.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The catalog of the holdings of a library, for example that of the Library of Congress (http://catalog.loc.gov/)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "library catalog"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Catalog"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/LibraryCatalog> <http://purl.org/vocab/vann/example> "\n :my-library-catalog a fabio:LibraryCatalog ;\n dcterms:title 'Online Public Access Catalog (OPAC) - City Library'@en ;\n dcterms:description 'A register of all bibliographic items found in a library or group of libraries.'@en .\n " .
<http://purl.org/spar/fabio/LibraryCatalog> <http://www.w3.org/2000/01/rdf-schema#label> "library catalog"@en .
<http://purl.org/spar/fabio/LibraryCatalog> <http://www.w3.org/2000/01/rdf-schema#comment> "The catalog of the holdings of a library, for example that of the Library of Congress (http://catalog.loc.gov/)."@en .
<http://purl.org/spar/fabio/LibraryCatalog> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/LibraryCatalog> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/LibraryCatalog> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/LibraryCatalog> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Catalog> .
IRI: http://purl.org/spar/fabio/LiteraryArtisticWork
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:LiteraryArtisticWork a owl:Class ;
rdfs:label "literary artistic work"@en ;
vann:example """
:my-literary-artistic-work a fabio:LiteraryArtisticWork ;
dcterms:title 'The Great Gatsby'@en ;
dcterms:creator :john-doe ;
frbr:realization :my-book ;
dcterms:description 'A work of a literary or artistic nature, including books, poems, plays, musical compositions, and paintings.'@en .
""" ;
rdfs:comment "A literary creative work, such as a novel, play, poem or song."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:ArtisticWork ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/LiteraryArtisticWork">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ArtisticWork"/>
<rdfs:comment xml:lang="en">A literary creative work, such as a novel, play, poem or song.</rdfs:comment>
<rdfs:label xml:lang="en">literary artistic work</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-literary-artistic-work a fabio:LiteraryArtisticWork ;
dcterms:title 'The Great Gatsby'@en ;
dcterms:creator :john-doe ;
frbr:realization :my-book ;
dcterms:description 'A work of a literary or artistic nature, including books, poems, plays, musical compositions, and paintings.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/LiteraryArtisticWork",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-literary-artistic-work a fabio:LiteraryArtisticWork ;\n dcterms:title 'The Great Gatsby'@en ;\n dcterms:creator :john-doe ;\n frbr:realization :my-book ;\n dcterms:description 'A work of a literary or artistic nature, including books, poems, plays, musical compositions, and paintings.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A literary creative work, such as a novel, play, poem or song."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "literary artistic work"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/ArtisticWork"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/LiteraryArtisticWork> <http://www.w3.org/2000/01/rdf-schema#label> "literary artistic work"@en .
<http://purl.org/spar/fabio/LiteraryArtisticWork> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ArtisticWork> .
<http://purl.org/spar/fabio/LiteraryArtisticWork> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/LiteraryArtisticWork> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/LiteraryArtisticWork> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/LiteraryArtisticWork> <http://purl.org/vocab/vann/example> "\n :my-literary-artistic-work a fabio:LiteraryArtisticWork ;\n dcterms:title 'The Great Gatsby'@en ;\n dcterms:creator :john-doe ;\n frbr:realization :my-book ;\n dcterms:description 'A work of a literary or artistic nature, including books, poems, plays, musical compositions, and paintings.'@en .\n " .
<http://purl.org/spar/fabio/LiteraryArtisticWork> <http://www.w3.org/2000/01/rdf-schema#comment> "A literary creative work, such as a novel, play, poem or song."@en .
IRI: http://purl.org/spar/fabio/Magazine
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Magazine a owl:Class ;
rdfs:label "magazine"@en ;
vann:example """
:my-magazine a fabio:Magazine ;
dcterms:title 'National Geographic Magazine'@en ;
frbr:part :my-magazine-issue ;
dcterms:description 'A periodical publication containing articles and illustrations, typically of popular interest and current events.'@en .
""" ;
rdfs:comment "A periodical, usually devoted to a particular topic or domain of interest, and usually published weekly or monthly, consisting primarily of non-peer reviewed editorials, journalistic news items and more substantive articles, reviews, book reviews and discussions concerning current or recent events and publications, and matters of interest to the domain served by the magazine."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:part ;
owl:someValuesFrom fabio:MagazineIssue ],
fabio:Periodical ;
vs:term_status reg:statusStable ;
skos:note "Some scientific journals, notably Science and Nature, also secondarily serve as science magazines by containing substantive editorials and news items on vital or controversial issues."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Magazine">
<rdfs:label xml:lang="en">magazine</rdfs:label>
<rdfs:comment xml:lang="en">A periodical, usually devoted to a particular topic or domain of interest, and usually published weekly or monthly, consisting primarily of non-peer reviewed editorials, journalistic news items and more substantive articles, reviews, book reviews and discussions concerning current or recent events and publications, and matters of interest to the domain served by the magazine.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Periodical"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb71"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">Some scientific journals, notably Science and Nature, also secondarily serve as science magazines by containing substantive editorials and news items on vital or controversial issues.</skos:note>
<vann:example>
:my-magazine a fabio:Magazine ;
dcterms:title 'National Geographic Magazine'@en ;
frbr:part :my-magazine-issue ;
dcterms:description 'A periodical publication containing articles and illustrations, typically of popular interest and current events.'@en .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb71">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#part"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/MagazineIssue"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Magazine",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-magazine a fabio:Magazine ;\n dcterms:title 'National Geographic Magazine'@en ;\n frbr:part :my-magazine-issue ;\n dcterms:description 'A periodical publication containing articles and illustrations, typically of popular interest and current events.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A periodical, usually devoted to a particular topic or domain of interest, and usually published weekly or monthly, consisting primarily of non-peer reviewed editorials, journalistic news items and more substantive articles, reviews, book reviews and discussions concerning current or recent events and publications, and matters of interest to the domain served by the magazine."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "magazine"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Periodical"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb71"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "Some scientific journals, notably Science and Nature, also secondarily serve as science magazines by containing substantive editorials and news items on vital or controversial issues."
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb71",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#part"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/MagazineIssue"
}
]
}
]<http://purl.org/spar/fabio/Magazine> <http://www.w3.org/2000/01/rdf-schema#label> "magazine"@en .
<http://purl.org/spar/fabio/Magazine> <http://www.w3.org/2000/01/rdf-schema#comment> "A periodical, usually devoted to a particular topic or domain of interest, and usually published weekly or monthly, consisting primarily of non-peer reviewed editorials, journalistic news items and more substantive articles, reviews, book reviews and discussions concerning current or recent events and publications, and matters of interest to the domain served by the magazine."@en .
<http://purl.org/spar/fabio/Magazine> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb71 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/MagazineIssue> .
_:nc2534d39d31a404c8051419731cd4b5eb71 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/Magazine> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Periodical> .
<http://purl.org/spar/fabio/Magazine> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Magazine> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb71 .
_:nc2534d39d31a404c8051419731cd4b5eb71 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
<http://purl.org/spar/fabio/Magazine> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Magazine> <http://purl.org/vocab/vann/example> "\n :my-magazine a fabio:Magazine ;\n dcterms:title 'National Geographic Magazine'@en ;\n frbr:part :my-magazine-issue ;\n dcterms:description 'A periodical publication containing articles and illustrations, typically of popular interest and current events.'@en .\n " .
<http://purl.org/spar/fabio/Magazine> <http://www.w3.org/2004/02/skos/core#note> "Some scientific journals, notably Science and Nature, also secondarily serve as science magazines by containing substantive editorials and news items on vital or controversial issues."@en .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:MagazineArticle a owl:Class ;
rdfs:label "magazine article"@en ;
vann:example """
:my-magazine-article a fabio:MagazineArticle ;
dcterms:title 'The Future of Arctic Ice: A 2026 Perspective'@en ;
frbr:partOf :my-magazine-issue ;
dcterms:description 'An article published in a magazine, typically written for a general audience.'@en .
""" ;
rdfs:comment "An article published in a magazine issue."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:partOf ;
owl:someValuesFrom fabio:MagazineIssue ],
fabio:Article ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/MagazineArticle">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">An article published in a magazine issue.</rdfs:comment>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb26"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Article"/>
<rdfs:label xml:lang="en">magazine article</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-magazine-article a fabio:MagazineArticle ;
dcterms:title 'The Future of Arctic Ice: A 2026 Perspective'@en ;
frbr:partOf :my-magazine-issue ;
dcterms:description 'An article published in a magazine, typically written for a general audience.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb26">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#partOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/MagazineIssue"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/MagazineArticle",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-magazine-article a fabio:MagazineArticle ;\n dcterms:title 'The Future of Arctic Ice: A 2026 Perspective'@en ;\n frbr:partOf :my-magazine-issue ;\n dcterms:description 'An article published in a magazine, typically written for a general audience.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An article published in a magazine issue."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "magazine article"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb26"
},
{
"@id": "http://purl.org/spar/fabio/Article"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb26",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#partOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/MagazineIssue"
}
]
}
]<http://purl.org/spar/fabio/MagazineArticle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb26 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
<http://purl.org/spar/fabio/MagazineArticle> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/MagazineArticle> <http://purl.org/vocab/vann/example> "\n :my-magazine-article a fabio:MagazineArticle ;\n dcterms:title 'The Future of Arctic Ice: A 2026 Perspective'@en ;\n frbr:partOf :my-magazine-issue ;\n dcterms:description 'An article published in a magazine, typically written for a general audience.'@en .\n " .
<http://purl.org/spar/fabio/MagazineArticle> <http://www.w3.org/2000/01/rdf-schema#comment> "An article published in a magazine issue."@en .
<http://purl.org/spar/fabio/MagazineArticle> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb26 .
<http://purl.org/spar/fabio/MagazineArticle> <http://www.w3.org/2000/01/rdf-schema#label> "magazine article"@en .
<http://purl.org/spar/fabio/MagazineArticle> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/MagazineArticle> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Article> .
_:nc2534d39d31a404c8051419731cd4b5eb26 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb26 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/MagazineIssue> .
IRI: http://purl.org/spar/fabio/MagazineEditorial
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:MagazineEditorial a owl:Class ;
rdfs:label "magazine editorial"@en ;
vann:example """
:my-magazine-editorial a fabio:MagazineEditorial ;
dcterms:title 'A New Era for Digital Media'@en ;
frbr:partOf :my-magazine-issue ;
dcterms:description 'An editorial article published in a magazine, typically expressing the views of the editor or the publisher.'@en .
""" ;
rdfs:comment "An editorial published in an issue of a magazine."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:partOf ;
owl:someValuesFrom fabio:MagazineIssue ],
fabio:Editorial ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/MagazineEditorial">
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb27"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Editorial"/>
<rdfs:label xml:lang="en">magazine editorial</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">An editorial published in an issue of a magazine.</rdfs:comment>
<vann:example>
:my-magazine-editorial a fabio:MagazineEditorial ;
dcterms:title 'A New Era for Digital Media'@en ;
frbr:partOf :my-magazine-issue ;
dcterms:description 'An editorial article published in a magazine, typically expressing the views of the editor or the publisher.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb27">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#partOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/MagazineIssue"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/MagazineEditorial",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-magazine-editorial a fabio:MagazineEditorial ;\n dcterms:title 'A New Era for Digital Media'@en ;\n frbr:partOf :my-magazine-issue ;\n dcterms:description 'An editorial article published in a magazine, typically expressing the views of the editor or the publisher.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An editorial published in an issue of a magazine."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "magazine editorial"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb27"
},
{
"@id": "http://purl.org/spar/fabio/Editorial"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb27",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#partOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/MagazineIssue"
}
]
}
]<http://purl.org/spar/fabio/MagazineEditorial> <http://www.w3.org/2000/01/rdf-schema#label> "magazine editorial"@en .
<http://purl.org/spar/fabio/MagazineEditorial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb27 .
<http://purl.org/spar/fabio/MagazineEditorial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb27 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/MagazineIssue> .
<http://purl.org/spar/fabio/MagazineEditorial> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/MagazineEditorial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/MagazineEditorial> <http://www.w3.org/2000/01/rdf-schema#comment> "An editorial published in an issue of a magazine."@en .
_:nc2534d39d31a404c8051419731cd4b5eb27 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb27 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
<http://purl.org/spar/fabio/MagazineEditorial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Editorial> .
<http://purl.org/spar/fabio/MagazineEditorial> <http://purl.org/vocab/vann/example> "\n :my-magazine-editorial a fabio:MagazineEditorial ;\n dcterms:title 'A New Era for Digital Media'@en ;\n frbr:partOf :my-magazine-issue ;\n dcterms:description 'An editorial article published in a magazine, typically expressing the views of the editor or the publisher.'@en .\n " .
IRI: http://purl.org/spar/fabio/MagazineIssue
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:MagazineIssue a owl:Class ;
rdfs:label "magazine issue"@en ;
vann:example """
:my-magazine-issue a fabio:MagazineIssue ;
dcterms:title 'TIME Magazine - May 2026 Issue'@en ;
frbr:partOf :my-magazine ;
dcterms:description 'A particular issue of a magazine.'@en .
""" ;
rdfs:comment "A particular published issue of a magazine, identified by date, and sometimes also by place (e.g. 'West Coast edition') or language (e.g. 'Spanish edition')."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:partOf ;
owl:someValuesFrom fabio:Magazine ],
fabio:PeriodicalIssue ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/MagazineIssue">
<rdfs:comment xml:lang="en">A particular published issue of a magazine, identified by date, and sometimes also by place (e.g. 'West Coast edition') or language (e.g. 'Spanish edition').</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/PeriodicalIssue"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb109"/>
<rdfs:label xml:lang="en">magazine issue</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-magazine-issue a fabio:MagazineIssue ;
dcterms:title 'TIME Magazine - May 2026 Issue'@en ;
frbr:partOf :my-magazine ;
dcterms:description 'A particular issue of a magazine.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb109">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#partOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Magazine"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/MagazineIssue",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-magazine-issue a fabio:MagazineIssue ;\n dcterms:title 'TIME Magazine - May 2026 Issue'@en ;\n frbr:partOf :my-magazine ;\n dcterms:description 'A particular issue of a magazine.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A particular published issue of a magazine, identified by date, and sometimes also by place (e.g. 'West Coast edition') or language (e.g. 'Spanish edition')."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "magazine issue"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/PeriodicalIssue"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb109"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb109",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#partOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Magazine"
}
]
}
]<http://purl.org/spar/fabio/MagazineIssue> <http://www.w3.org/2000/01/rdf-schema#comment> "A particular published issue of a magazine, identified by date, and sometimes also by place (e.g. 'West Coast edition') or language (e.g. 'Spanish edition')."@en .
<http://purl.org/spar/fabio/MagazineIssue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/PeriodicalIssue> .
_:nc2534d39d31a404c8051419731cd4b5eb109 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Magazine> .
<http://purl.org/spar/fabio/MagazineIssue> <http://purl.org/vocab/vann/example> "\n :my-magazine-issue a fabio:MagazineIssue ;\n dcterms:title 'TIME Magazine - May 2026 Issue'@en ;\n frbr:partOf :my-magazine ;\n dcterms:description 'A particular issue of a magazine.'@en .\n " .
<http://purl.org/spar/fabio/MagazineIssue> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/MagazineIssue> <http://www.w3.org/2000/01/rdf-schema#label> "magazine issue"@en .
_:nc2534d39d31a404c8051419731cd4b5eb109 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
_:nc2534d39d31a404c8051419731cd4b5eb109 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/MagazineIssue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/MagazineIssue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb109 .
<http://purl.org/spar/fabio/MagazineIssue> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/MagazineNewsItem
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:MagazineNewsItem a owl:Class ;
rdfs:label "magazine news item"@en ;
vann:example """
:my-magazine-news-item a fabio:MagazineNewsItem ;
dcterms:title 'New AI Regulations Announced in Brussels'@en ;
frbr:partOf :my-magazine-issue ;
dcterms:description 'A short news report published in a magazine, typically concerning current events or social announcements.'@en .
""" ;
rdfs:comment "A news report published in a magazine issue."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:partOf ;
owl:someValuesFrom fabio:MagazineIssue ],
fabio:NewsItem ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/MagazineNewsItem">
<rdfs:comment xml:lang="en">A news report published in a magazine issue.</rdfs:comment>
<rdfs:label xml:lang="en">magazine news item</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/NewsItem"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb72"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-magazine-news-item a fabio:MagazineNewsItem ;
dcterms:title 'New AI Regulations Announced in Brussels'@en ;
frbr:partOf :my-magazine-issue ;
dcterms:description 'A short news report published in a magazine, typically concerning current events or social announcements.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb72">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#partOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/MagazineIssue"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/MagazineNewsItem",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-magazine-news-item a fabio:MagazineNewsItem ;\n dcterms:title 'New AI Regulations Announced in Brussels'@en ;\n frbr:partOf :my-magazine-issue ;\n dcterms:description 'A short news report published in a magazine, typically concerning current events or social announcements.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A news report published in a magazine issue."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "magazine news item"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/NewsItem"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb72"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb72",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#partOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/MagazineIssue"
}
]
}
]<http://purl.org/spar/fabio/MagazineNewsItem> <http://www.w3.org/2000/01/rdf-schema#comment> "A news report published in a magazine issue."@en .
<http://purl.org/spar/fabio/MagazineNewsItem> <http://www.w3.org/2000/01/rdf-schema#label> "magazine news item"@en .
<http://purl.org/spar/fabio/MagazineNewsItem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb72 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/MagazineIssue> .
<http://purl.org/spar/fabio/MagazineNewsItem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/NewsItem> .
<http://purl.org/spar/fabio/MagazineNewsItem> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/MagazineNewsItem> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/MagazineNewsItem> <http://purl.org/vocab/vann/example> "\n :my-magazine-news-item a fabio:MagazineNewsItem ;\n dcterms:title 'New AI Regulations Announced in Brussels'@en ;\n frbr:partOf :my-magazine-issue ;\n dcterms:description 'A short news report published in a magazine, typically concerning current events or social announcements.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb72 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb72 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
<http://purl.org/spar/fabio/MagazineNewsItem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb72 .
IRI: http://purl.org/spar/fabio/Manifestation
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Manifestation a owl:Class ;
rdfs:label "manifestation"@en ;
vann:example """
:my-manifestation a fabio:Manifestation ;
dcterms:title 'Towards a new Semantic Web'@en ;
frbr:embodimentOf :my-article ;
frbr:exemplar :my-digital-item ;
dcterms:description 'The digital or physical instantiation of an expression.'@en .
""" ;
rdfs:comment "A subclass of FRBR Manifestation, restricted to manifestations of `fabio:Expression`. `fabio:Manifestation` specifically applies to electronic (digital) as well as to physical manifestations of expressions."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom fabio:Expression ;
owl:onProperty frbr:embodimentOf ],
[ a owl:Restriction ;
owl:allValuesFrom fabio:Item ;
owl:onProperty frbr:exemplar ],
[ a owl:Class ;
owl:intersectionOf ( [ a owl:Restriction ;
owl:allValuesFrom frbr:Manifestation ;
owl:onProperty frbr:part ] [ a owl:Restriction ;
owl:allValuesFrom frbr:Manifestation ;
owl:onProperty frbr:partOf ] ) ],
frbr:Manifestation ;
vs:term_status reg:statusStable ;
skos:note """A `fabio:Manifestation` can only have part or be part of another `fabio:Manifestation`. Moreover, it can be an embodiment only of a `fabio:Expression` and it can be exemplified only by instances of `fabio:Item`.
Examples of different manifestations of a single 'version of record' expression of a scholarly work include an article in a print journal or the on-line version of that article as a web page."""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Manifestation">
<rdfs:subClassOf rdf:resource="http://purl.org/vocab/frbr/core#Manifestation"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb120"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb118"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb119"/>
<rdfs:label xml:lang="en">manifestation</rdfs:label>
<rdfs:comment xml:lang="en">A subclass of FRBR Manifestation, restricted to manifestations of `fabio:Expression`. `fabio:Manifestation` specifically applies to electronic (digital) as well as to physical manifestations of expressions.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<skos:note xml:lang="en">A `fabio:Manifestation` can only have part or be part of another `fabio:Manifestation`. Moreover, it can be an embodiment only of a `fabio:Expression` and it can be exemplified only by instances of `fabio:Item`.
Examples of different manifestations of a single 'version of record' expression of a scholarly work include an article in a print journal or the on-line version of that article as a web page.</skos:note>
<vann:example>
:my-manifestation a fabio:Manifestation ;
dcterms:title 'Towards a new Semantic Web'@en ;
frbr:embodimentOf :my-article ;
frbr:exemplar :my-digital-item ;
dcterms:description 'The digital or physical instantiation of an expression.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb119">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/spar/fabio/Item"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#exemplar"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb121">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/vocab/frbr/core#Manifestation"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#part"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb124">
<rdf:first rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb122"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb118">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/spar/fabio/Expression"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#embodimentOf"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb123">
<rdf:first rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb121"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb124"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb122">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/vocab/frbr/core#Manifestation"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#partOf"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb120">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:intersectionOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb123"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Manifestation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-manifestation a fabio:Manifestation ;\n dcterms:title 'Towards a new Semantic Web'@en ;\n frbr:embodimentOf :my-article ;\n frbr:exemplar :my-digital-item ;\n dcterms:description 'The digital or physical instantiation of an expression.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A subclass of FRBR Manifestation, restricted to manifestations of `fabio:Expression`. `fabio:Manifestation` specifically applies to electronic (digital) as well as to physical manifestations of expressions."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "manifestation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/vocab/frbr/core#Manifestation"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb120"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb118"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb119"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A `fabio:Manifestation` can only have part or be part of another `fabio:Manifestation`. Moreover, it can be an embodiment only of a `fabio:Expression` and it can be exemplified only by instances of `fabio:Item`.\n \nExamples of different manifestations of a single 'version of record' expression of a scholarly work include an article in a print journal or the on-line version of that article as a web page."
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb120",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#intersectionOf": [
{
"@list": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb121"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb122"
}
]
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb121",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/vocab/frbr/core#Manifestation"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#part"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb122",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/vocab/frbr/core#Manifestation"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#partOf"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb118",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#embodimentOf"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb119",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Item"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#exemplar"
}
]
}
]<http://purl.org/spar/fabio/Manifestation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/vocab/frbr/core#Manifestation> .
<http://purl.org/spar/fabio/Manifestation> <http://www.w3.org/2004/02/skos/core#note> "A `fabio:Manifestation` can only have part or be part of another `fabio:Manifestation`. Moreover, it can be an embodiment only of a `fabio:Expression` and it can be exemplified only by instances of `fabio:Item`.\n \nExamples of different manifestations of a single 'version of record' expression of a scholarly work include an article in a print journal or the on-line version of that article as a web page."@en .
_:nc2534d39d31a404c8051419731cd4b5eb119 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/spar/fabio/Item> .
_:nc2534d39d31a404c8051419731cd4b5eb121 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
_:nc2534d39d31a404c8051419731cd4b5eb119 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#exemplar> .
<http://purl.org/spar/fabio/Manifestation> <http://www.w3.org/2000/01/rdf-schema#comment> "A subclass of FRBR Manifestation, restricted to manifestations of `fabio:Expression`. `fabio:Manifestation` specifically applies to electronic (digital) as well as to physical manifestations of expressions."@en .
<http://purl.org/spar/fabio/Manifestation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb124 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:nc2534d39d31a404c8051419731cd4b5eb122 .
<http://purl.org/spar/fabio/Manifestation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb118 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/Manifestation> <http://purl.org/vocab/vann/example> "\n :my-manifestation a fabio:Manifestation ;\n dcterms:title 'Towards a new Semantic Web'@en ;\n frbr:embodimentOf :my-article ;\n frbr:exemplar :my-digital-item ;\n dcterms:description 'The digital or physical instantiation of an expression.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb119 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb118 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Manifestation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb120 .
<http://purl.org/spar/fabio/Manifestation> <http://www.w3.org/2000/01/rdf-schema#label> "manifestation"@en .
<http://purl.org/spar/fabio/Manifestation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb118 .
_:nc2534d39d31a404c8051419731cd4b5eb123 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb124 .
_:nc2534d39d31a404c8051419731cd4b5eb121 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb124 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:nc2534d39d31a404c8051419731cd4b5eb123 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:nc2534d39d31a404c8051419731cd4b5eb121 .
_:nc2534d39d31a404c8051419731cd4b5eb122 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/Manifestation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb119 .
_:nc2534d39d31a404c8051419731cd4b5eb120 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb122 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
_:nc2534d39d31a404c8051419731cd4b5eb121 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/vocab/frbr/core#Manifestation> .
_:nc2534d39d31a404c8051419731cd4b5eb118 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#embodimentOf> .
<http://purl.org/spar/fabio/Manifestation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb120 <http://www.w3.org/2002/07/owl#intersectionOf> _:nc2534d39d31a404c8051419731cd4b5eb123 .
_:nc2534d39d31a404c8051419731cd4b5eb122 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/vocab/frbr/core#Manifestation> .
IRI: http://purl.org/vocab/frbr/core#Manifestation
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
frbr:Manifestation a owl:Class ;
rdfs:label "manifestation"@en ;
rdfs:comment """
The physical embodiment of an expression of a work.
The entity defined as manifestation encompasses a wide range of materials and formats. As an entity, manifestation represents all the physical objects that bear the same characteristics, in respect to both intellectual content and physical form.
"""@en ;
rdfs:isDefinedBy frbr: .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#Manifestation">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">manifestation</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:comment xml:lang="en">
The physical embodiment of an expression of a work.
The entity defined as manifestation encompasses a wide range of materials and formats. As an entity, manifestation represents all the physical objects that bear the same characteristics, in respect to both intellectual content and physical form.
</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#Manifestation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nThe physical embodiment of an expression of a work.\n\nThe entity defined as manifestation encompasses a wide range of materials and formats. As an entity, manifestation represents all the physical objects that bear the same characteristics, in respect to both intellectual content and physical form.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "manifestation"
}
]
}
]<http://purl.org/vocab/frbr/core#Manifestation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/vocab/frbr/core#Manifestation> <http://www.w3.org/2000/01/rdf-schema#label> "manifestation"@en .
<http://purl.org/vocab/frbr/core#Manifestation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#Manifestation> <http://www.w3.org/2000/01/rdf-schema#comment> "\nThe physical embodiment of an expression of a work.\n\nThe entity defined as manifestation encompasses a wide range of materials and formats. As an entity, manifestation represents all the physical objects that bear the same characteristics, in respect to both intellectual content and physical form.\n "@en .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ManifestationCollection a owl:Class ;
rdfs:label "manifestation collection"@en ;
vann:example """
:my-manifestation-collection a fabio:ManifestationCollection ;
dcterms:title 'The Complete Works of Shakespeare - Hardback Collection'@en ;
frbr:part :my-analog-manifestation, :my-digital-manifestation ;
dcterms:description 'A collection of manifestations, such as a set of books or a digital archive of files.'@en .
""" ;
rdfs:comment "A collection of manifestations."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:part ;
owl:someValuesFrom fabio:Manifestation ],
fabio:Manifestation ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ManifestationCollection">
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb28"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Manifestation"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">manifestation collection</rdfs:label>
<rdfs:comment xml:lang="en">A collection of manifestations.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-manifestation-collection a fabio:ManifestationCollection ;
dcterms:title 'The Complete Works of Shakespeare - Hardback Collection'@en ;
frbr:part :my-analog-manifestation, :my-digital-manifestation ;
dcterms:description 'A collection of manifestations, such as a set of books or a digital archive of files.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb28">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#part"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Manifestation"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ManifestationCollection",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-manifestation-collection a fabio:ManifestationCollection ;\n dcterms:title 'The Complete Works of Shakespeare - Hardback Collection'@en ;\n frbr:part :my-analog-manifestation, :my-digital-manifestation ;\n dcterms:description 'A collection of manifestations, such as a set of books or a digital archive of files.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A collection of manifestations."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "manifestation collection"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb28"
},
{
"@id": "http://purl.org/spar/fabio/Manifestation"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb28",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#part"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Manifestation"
}
]
}
]<http://purl.org/spar/fabio/ManifestationCollection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb28 .
<http://purl.org/spar/fabio/ManifestationCollection> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ManifestationCollection> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ManifestationCollection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb28 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb28 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Manifestation> .
<http://purl.org/spar/fabio/ManifestationCollection> <http://www.w3.org/2000/01/rdf-schema#label> "manifestation collection"@en .
<http://purl.org/spar/fabio/ManifestationCollection> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of manifestations."@en .
<http://purl.org/spar/fabio/ManifestationCollection> <http://purl.org/vocab/vann/example> "\n :my-manifestation-collection a fabio:ManifestationCollection ;\n dcterms:title 'The Complete Works of Shakespeare - Hardback Collection'@en ;\n frbr:part :my-analog-manifestation, :my-digital-manifestation ;\n dcterms:description 'A collection of manifestations, such as a set of books or a digital archive of files.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb28 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
<http://purl.org/spar/fabio/ManifestationCollection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Manifestation> .
IRI: http://purl.org/spar/fabio/Manuscript
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Manuscript a owl:Class ;
rdfs:label "manuscript"@en ;
vann:example """
:my-manuscript a fabio:Manuscript ;
dcterms:title 'Initial Draft: Deep Learning in Healthcare'@en ;
dcterms:description 'A textual work prepared 'by hand', including typescripts or word-processed pre-publication drafts.'@en .
""" ;
rdfs:comment "A textual work prepared 'by hand', such as a typescript or word-processed pre-publication draft of a research paper or a report, or a work not otherwise reproduced in multiple copies."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable ;
skos:note "Note: `fabio:Manuscript` is not intended to describe a handwritten historical document on paper or parchment, for which the FRBR distinctions between work, expression, manifestation and item (individual copy) becomes blurred."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Manuscript">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:label xml:lang="en">manuscript</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A textual work prepared 'by hand', such as a typescript or word-processed pre-publication draft of a research paper or a report, or a work not otherwise reproduced in multiple copies.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<skos:note xml:lang="en">Note: `fabio:Manuscript` is not intended to describe a handwritten historical document on paper or parchment, for which the FRBR distinctions between work, expression, manifestation and item (individual copy) becomes blurred.</skos:note>
<vann:example>
:my-manuscript a fabio:Manuscript ;
dcterms:title 'Initial Draft: Deep Learning in Healthcare'@en ;
dcterms:description 'A textual work prepared 'by hand', including typescripts or word-processed pre-publication drafts.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Manuscript",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-manuscript a fabio:Manuscript ;\n dcterms:title 'Initial Draft: Deep Learning in Healthcare'@en ;\n dcterms:description 'A textual work prepared 'by hand', including typescripts or word-processed pre-publication drafts.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A textual work prepared 'by hand', such as a typescript or word-processed pre-publication draft of a research paper or a report, or a work not otherwise reproduced in multiple copies."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "manuscript"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "Note: `fabio:Manuscript` is not intended to describe a handwritten historical document on paper or parchment, for which the FRBR distinctions between work, expression, manifestation and item (individual copy) becomes blurred."
}
]
}
]<http://purl.org/spar/fabio/Manuscript> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Manuscript> <http://www.w3.org/2000/01/rdf-schema#label> "manuscript"@en .
<http://purl.org/spar/fabio/Manuscript> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Manuscript> <http://www.w3.org/2000/01/rdf-schema#comment> "A textual work prepared 'by hand', such as a typescript or word-processed pre-publication draft of a research paper or a report, or a work not otherwise reproduced in multiple copies."@en .
<http://purl.org/spar/fabio/Manuscript> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Manuscript> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Manuscript> <http://purl.org/vocab/vann/example> "\n :my-manuscript a fabio:Manuscript ;\n dcterms:title 'Initial Draft: Deep Learning in Healthcare'@en ;\n dcterms:description 'A textual work prepared 'by hand', including typescripts or word-processed pre-publication drafts.'@en .\n " .
<http://purl.org/spar/fabio/Manuscript> <http://www.w3.org/2004/02/skos/core#note> "Note: `fabio:Manuscript` is not intended to describe a handwritten historical document on paper or parchment, for which the FRBR distinctions between work, expression, manifestation and item (individual copy) becomes blurred."@en .
IRI: http://purl.org/spar/fabio/MastersThesis
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:MastersThesis a owl:Class ;
rdfs:label "master's thesis"@en ;
vann:example """
:my-master-thesis a fabio:MastersThesis ;
dcterms:title 'Linked Data analysis in the library science domain'@en ;
dcterms:description 'A thesis reporting the results of a period of study, submitted in partial fulfillment of the requirements for a master's degree.'@en .
""" ;
rdfs:comment "A thesis reporting a research project undertaken as part of a graduate course of education leading to a master's degree."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Thesis ;
vs:term_status reg:statusStable .
[] a owl:AllDisjointClasses ;
owl:members ( fabio:BachelorsThesis fabio:DoctoralThesis fabio:MastersThesis ) .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/MastersThesis">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">master's thesis</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Thesis"/>
<rdfs:comment xml:lang="en">A thesis reporting a research project undertaken as part of a graduate course of education leading to a master's degree.</rdfs:comment>
<vann:example>
:my-master-thesis a fabio:MastersThesis ;
dcterms:title 'Linked Data analysis in the library science domain'@en ;
dcterms:description 'A thesis reporting the results of a period of study, submitted in partial fulfillment of the requirements for a master's degree.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb154">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb155"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb155">
<rdf:first rdf:resource="http://purl.org/spar/fabio/BachelorsThesis"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb156"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb156">
<rdf:first rdf:resource="http://purl.org/spar/fabio/DoctoralThesis"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb157"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb157">
<rdf:first rdf:resource="http://purl.org/spar/fabio/MastersThesis"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb154",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/spar/fabio/BachelorsThesis"
},
{
"@id": "http://purl.org/spar/fabio/DoctoralThesis"
},
{
"@id": "http://purl.org/spar/fabio/MastersThesis"
}
]
}
]
},
{
"@id": "http://purl.org/spar/fabio/MastersThesis",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-master-thesis a fabio:MastersThesis ;\n dcterms:title 'Linked Data analysis in the library science domain'@en ;\n dcterms:description 'A thesis reporting the results of a period of study, submitted in partial fulfillment of the requirements for a master's degree.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A thesis reporting a research project undertaken as part of a graduate course of education leading to a master's degree."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "master's thesis"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Thesis"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/MastersThesis> <http://purl.org/vocab/vann/example> "\n :my-master-thesis a fabio:MastersThesis ;\n dcterms:title 'Linked Data analysis in the library science domain'@en ;\n dcterms:description 'A thesis reporting the results of a period of study, submitted in partial fulfillment of the requirements for a master's degree.'@en .\n " .
<http://purl.org/spar/fabio/MastersThesis> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/MastersThesis> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/MastersThesis> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb154 <http://www.w3.org/2002/07/owl#members> _:nc2534d39d31a404c8051419731cd4b5eb155 .
_:nc2534d39d31a404c8051419731cd4b5eb155 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/BachelorsThesis> .
<http://purl.org/spar/fabio/MastersThesis> <http://www.w3.org/2000/01/rdf-schema#label> "master's thesis"@en .
_:nc2534d39d31a404c8051419731cd4b5eb156 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb157 .
_:nc2534d39d31a404c8051419731cd4b5eb155 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb156 .
<http://purl.org/spar/fabio/MastersThesis> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Thesis> .
_:nc2534d39d31a404c8051419731cd4b5eb157 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/MastersThesis> .
_:nc2534d39d31a404c8051419731cd4b5eb156 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/DoctoralThesis> .
<http://purl.org/spar/fabio/MastersThesis> <http://www.w3.org/2000/01/rdf-schema#comment> "A thesis reporting a research project undertaken as part of a graduate course of education leading to a master's degree."@en .
_:nc2534d39d31a404c8051419731cd4b5eb157 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:nc2534d39d31a404c8051419731cd4b5eb154 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:MeetingReport a owl:Class ;
rdfs:label "meeting report"@en ;
vann:example """
:my-meeting-report a fabio:MeetingReport ;
dcterms:title 'Meeting report for Project X - 2026'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A report of the proceedings of a meeting or conference.'@en .
""" ;
rdfs:comment "A report of a meeting of some kind."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Report ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/MeetingReport">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A report of a meeting of some kind.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Report"/>
<rdfs:label xml:lang="en">meeting report</rdfs:label>
<vann:example>
:my-meeting-report a fabio:MeetingReport ;
dcterms:title 'Meeting report for Project X - 2026'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A report of the proceedings of a meeting or conference.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/MeetingReport",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-meeting-report a fabio:MeetingReport ;\n dcterms:title 'Meeting report for Project X - 2026'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A report of the proceedings of a meeting or conference.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A report of a meeting of some kind."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "meeting report"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Report"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/MeetingReport> <http://www.w3.org/2000/01/rdf-schema#label> "meeting report"@en .
<http://purl.org/spar/fabio/MeetingReport> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Report> .
<http://purl.org/spar/fabio/MeetingReport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/MeetingReport> <http://purl.org/vocab/vann/example> "\n :my-meeting-report a fabio:MeetingReport ;\n dcterms:title 'Meeting report for Project X - 2026'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A report of the proceedings of a meeting or conference.'@en .\n " .
<http://purl.org/spar/fabio/MeetingReport> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/MeetingReport> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/MeetingReport> <http://www.w3.org/2000/01/rdf-schema#comment> "A report of a meeting of some kind."@en .
IRI: http://purl.org/spar/fabio/Metadata
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Metadata a owl:Class ;
rdfs:label "metadata"@en ;
vann:example """
:my-metadata a fabio:Metadata ;
dcterms:title 'Metadata record for 'The Fellowship of the Ring''@en ;
frbr:realization :my-metadata-document ;
dcterms:description 'A document containing data about other data, such as a library catalog record or an RDF description.'@en .
""" ;
rdfs:comment "A separate work that provides information describing one or more characteristics of a resource or entity."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Metadata">
<rdfs:comment xml:lang="en">A separate work that provides information describing one or more characteristics of a resource or entity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">metadata</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<vann:example>
:my-metadata a fabio:Metadata ;
dcterms:title 'Metadata record for 'The Fellowship of the Ring''@en ;
frbr:realization :my-metadata-document ;
dcterms:description 'A document containing data about other data, such as a library catalog record or an RDF description.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Metadata",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-metadata a fabio:Metadata ;\n dcterms:title 'Metadata record for 'The Fellowship of the Ring''@en ;\n frbr:realization :my-metadata-document ;\n dcterms:description 'A document containing data about other data, such as a library catalog record or an RDF description.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A separate work that provides information describing one or more characteristics of a resource or entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "metadata"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Metadata> <http://www.w3.org/2000/01/rdf-schema#label> "metadata"@en .
<http://purl.org/spar/fabio/Metadata> <http://purl.org/vocab/vann/example> "\n :my-metadata a fabio:Metadata ;\n dcterms:title 'Metadata record for 'The Fellowship of the Ring''@en ;\n frbr:realization :my-metadata-document ;\n dcterms:description 'A document containing data about other data, such as a library catalog record or an RDF description.'@en .\n " .
<http://purl.org/spar/fabio/Metadata> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Metadata> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/Metadata> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Metadata> <http://www.w3.org/2000/01/rdf-schema#comment> "A separate work that provides information describing one or more characteristics of a resource or entity."@en .
<http://purl.org/spar/fabio/Metadata> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/MetadataDocument
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:MetadataDocument a owl:Class ;
rdfs:label "metadata document"@en ;
vann:example """
:my-metadata-document a fabio:MetadataDocument ;
dcterms:title 'XML schema for my dataset'@en ;
frbr:realizationOf :my-metadata ;
dcterms:description 'A document consisting entirely of metadata describing one or more other resources.'@en .
""" ;
rdfs:comment "A document that contains metadata information describing one or more characteristics of a resource."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:Metadata ],
fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb29">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Metadata"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/MetadataDocument">
<rdfs:label xml:lang="en">metadata document</rdfs:label>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb29"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A document that contains metadata information describing one or more characteristics of a resource.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-metadata-document a fabio:MetadataDocument ;
dcterms:title 'XML schema for my dataset'@en ;
frbr:realizationOf :my-metadata ;
dcterms:description 'A document consisting entirely of metadata describing one or more other resources.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/MetadataDocument",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-metadata-document a fabio:MetadataDocument ;\n dcterms:title 'XML schema for my dataset'@en ;\n frbr:realizationOf :my-metadata ;\n dcterms:description 'A document consisting entirely of metadata describing one or more other resources.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A document that contains metadata information describing one or more characteristics of a resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "metadata document"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb29"
},
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb29",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Metadata"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb29 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Metadata> .
<http://purl.org/spar/fabio/MetadataDocument> <http://www.w3.org/2000/01/rdf-schema#label> "metadata document"@en .
<http://purl.org/spar/fabio/MetadataDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb29 .
<http://purl.org/spar/fabio/MetadataDocument> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb29 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/spar/fabio/MetadataDocument> <http://purl.org/vocab/vann/example> "\n :my-metadata-document a fabio:MetadataDocument ;\n dcterms:title 'XML schema for my dataset'@en ;\n frbr:realizationOf :my-metadata ;\n dcterms:description 'A document consisting entirely of metadata describing one or more other resources.'@en .\n " .
<http://purl.org/spar/fabio/MetadataDocument> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/MetadataDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/MetadataDocument> <http://www.w3.org/2000/01/rdf-schema#comment> "A document that contains metadata information describing one or more characteristics of a resource."@en .
_:nc2534d39d31a404c8051419731cd4b5eb29 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/MetadataDocument> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/MethodsPaper
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:MethodsPaper a owl:Class ;
rdfs:label "methods paper"@en ;
vann:example """
:my-methods-paper a fabio:MethodsPaper ;
dcterms:title 'A Novel Method for Rapid DNA Sequencing'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A scholarly paper whose primary purpose is to describe a new method or a significant improvement to an existing method.'@en .
""" ;
rdfs:comment "A scholarly work detailing a method, procedure or experimental protocol employed in a particular scholarly domain."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:ScholarlyWork ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/MethodsPaper">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ScholarlyWork"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">methods paper</rdfs:label>
<rdfs:comment xml:lang="en">A scholarly work detailing a method, procedure or experimental protocol employed in a particular scholarly domain.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-methods-paper a fabio:MethodsPaper ;
dcterms:title 'A Novel Method for Rapid DNA Sequencing'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A scholarly paper whose primary purpose is to describe a new method or a significant improvement to an existing method.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/MethodsPaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-methods-paper a fabio:MethodsPaper ;\n dcterms:title 'A Novel Method for Rapid DNA Sequencing'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A scholarly paper whose primary purpose is to describe a new method or a significant improvement to an existing method.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A scholarly work detailing a method, procedure or experimental protocol employed in a particular scholarly domain."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "methods paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/ScholarlyWork"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/MethodsPaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ScholarlyWork> .
<http://purl.org/spar/fabio/MethodsPaper> <http://purl.org/vocab/vann/example> "\n :my-methods-paper a fabio:MethodsPaper ;\n dcterms:title 'A Novel Method for Rapid DNA Sequencing'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A scholarly paper whose primary purpose is to describe a new method or a significant improvement to an existing method.'@en .\n " .
<http://purl.org/spar/fabio/MethodsPaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/MethodsPaper> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/MethodsPaper> <http://www.w3.org/2000/01/rdf-schema#label> "methods paper"@en .
<http://purl.org/spar/fabio/MethodsPaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/MethodsPaper> <http://www.w3.org/2000/01/rdf-schema#comment> "A scholarly work detailing a method, procedure or experimental protocol employed in a particular scholarly domain."@en .
IRI: http://purl.org/spar/fabio/Microblog
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Microblog a owl:Class ;
rdfs:label "microblog"@en ;
vann:example """
:my-microblog a fabio:Microblog ;
dcterms:title 'Open Science Updates Microblog'@en ;
frbr:part :my-micropost ;
dcterms:description 'A blog that contains very short posts, such as those on Twitter or Mastodon.'@en .
""" ;
rdfs:comment "A social networking publication medium such as Twitter, Tumblr, FriendFeed, Facebook or MySpace. A microblog differs from a traditional blog in that its individual content items are smaller than a traditional blog posts, typically containing just a short sentence, a single image, or a URI. These small messages are referred to as microposts."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Blog ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Microblog">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Blog"/>
<rdfs:comment xml:lang="en">A social networking publication medium such as Twitter, Tumblr, FriendFeed, Facebook or MySpace. A microblog differs from a traditional blog in that its individual content items are smaller than a traditional blog posts, typically containing just a short sentence, a single image, or a URI. These small messages are referred to as microposts.</rdfs:comment>
<rdfs:label xml:lang="en">microblog</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-microblog a fabio:Microblog ;
dcterms:title 'Open Science Updates Microblog'@en ;
frbr:part :my-micropost ;
dcterms:description 'A blog that contains very short posts, such as those on Twitter or Mastodon.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Microblog",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-microblog a fabio:Microblog ;\n dcterms:title 'Open Science Updates Microblog'@en ;\n frbr:part :my-micropost ;\n dcterms:description 'A blog that contains very short posts, such as those on Twitter or Mastodon.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A social networking publication medium such as Twitter, Tumblr, FriendFeed, Facebook or MySpace. A microblog differs from a traditional blog in that its individual content items are smaller than a traditional blog posts, typically containing just a short sentence, a single image, or a URI. These small messages are referred to as microposts."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "microblog"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Blog"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Microblog> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Blog> .
<http://purl.org/spar/fabio/Microblog> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Microblog> <http://www.w3.org/2000/01/rdf-schema#label> "microblog"@en .
<http://purl.org/spar/fabio/Microblog> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Microblog> <http://purl.org/vocab/vann/example> "\n :my-microblog a fabio:Microblog ;\n dcterms:title 'Open Science Updates Microblog'@en ;\n frbr:part :my-micropost ;\n dcterms:description 'A blog that contains very short posts, such as those on Twitter or Mastodon.'@en .\n " .
<http://purl.org/spar/fabio/Microblog> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Microblog> <http://www.w3.org/2000/01/rdf-schema#comment> "A social networking publication medium such as Twitter, Tumblr, FriendFeed, Facebook or MySpace. A microblog differs from a traditional blog in that its individual content items are smaller than a traditional blog posts, typically containing just a short sentence, a single image, or a URI. These small messages are referred to as microposts."@en .
IRI: http://purl.org/spar/fabio/Micropost
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Micropost a owl:Class ;
rdfs:label "micropost"@en ;
vann:example """
:my-micropost a fabio:Micropost ;
frbr:partOf :my-microblog ;
dcterms:description 'A very short post on a microblog, typically limited to a few hundred characters.'@en .
""" ;
rdfs:comment "A content item that is published in a Microblog, typically containing just a short sentence, a single image, or a URL."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Entry,
fabio:WebContent ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Micropost">
<rdfs:comment xml:lang="en">A content item that is published in a Microblog, typically containing just a short sentence, a single image, or a URL.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/WebContent"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Entry"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">micropost</rdfs:label>
<vann:example>
:my-micropost a fabio:Micropost ;
frbr:partOf :my-microblog ;
dcterms:description 'A very short post on a microblog, typically limited to a few hundred characters.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Micropost",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-micropost a fabio:Micropost ;\n frbr:partOf :my-microblog ;\n dcterms:description 'A very short post on a microblog, typically limited to a few hundred characters.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A content item that is published in a Microblog, typically containing just a short sentence, a single image, or a URL."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "micropost"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/WebContent"
},
{
"@id": "http://purl.org/spar/fabio/Entry"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Micropost> <http://purl.org/vocab/vann/example> "\n :my-micropost a fabio:Micropost ;\n frbr:partOf :my-microblog ;\n dcterms:description 'A very short post on a microblog, typically limited to a few hundred characters.'@en .\n " .
<http://purl.org/spar/fabio/Micropost> <http://www.w3.org/2000/01/rdf-schema#comment> "A content item that is published in a Microblog, typically containing just a short sentence, a single image, or a URL."@en .
<http://purl.org/spar/fabio/Micropost> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Micropost> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Micropost> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/WebContent> .
<http://purl.org/spar/fabio/Micropost> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Micropost> <http://www.w3.org/2000/01/rdf-schema#label> "micropost"@en .
<http://purl.org/spar/fabio/Micropost> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Entry> .
IRI: http://purl.org/spar/fabio/MinimalInformationStandard
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:MinimalInformationStandard a owl:Class ;
rdfs:label "minimal information standard"@en ;
vann:example """
:my-minimal-information-standard a fabio:MinimalInformationStandard ;
dcterms:title 'MIAME: Minimum Information About a Microarray Experiment'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A standard specifying the minimum information required to report a particular type of scientific experiment.'@en .
""" ;
rdfs:comment "A metadata standard specifying items to be included when creating metadata describing a dataset of a particular type, or when creating a structured summary of the main findings of an article or report in a particular domain of interest, thereby ensuring adequate descriptive information is recorded for subsequent resource discovery and/or interpretation of the information described." ;
rdfs:isDefinedBy fabio: ;
rdfs:seeAlso fabio:ReportingStandard ;
rdfs:subClassOf fabio:Specification ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/MinimalInformationStandard">
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/ReportingStandard"/>
<rdfs:comment>A metadata standard specifying items to be included when creating metadata describing a dataset of a particular type, or when creating a structured summary of the main findings of an article or report in a particular domain of interest, thereby ensuring adequate descriptive information is recorded for subsequent resource discovery and/or interpretation of the information described.</rdfs:comment>
<rdfs:label xml:lang="en">minimal information standard</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Specification"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-minimal-information-standard a fabio:MinimalInformationStandard ;
dcterms:title 'MIAME: Minimum Information About a Microarray Experiment'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A standard specifying the minimum information required to report a particular type of scientific experiment.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/MinimalInformationStandard",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-minimal-information-standard a fabio:MinimalInformationStandard ;\n dcterms:title 'MIAME: Minimum Information About a Microarray Experiment'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A standard specifying the minimum information required to report a particular type of scientific experiment.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@value": "A metadata standard specifying items to be included when creating metadata describing a dataset of a particular type, or when creating a structured summary of the main findings of an article or report in a particular domain of interest, thereby ensuring adequate descriptive information is recorded for subsequent resource discovery and/or interpretation of the information described."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "minimal information standard"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/fabio/ReportingStandard"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Specification"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/MinimalInformationStandard> <http://purl.org/vocab/vann/example> "\n :my-minimal-information-standard a fabio:MinimalInformationStandard ;\n dcterms:title 'MIAME: Minimum Information About a Microarray Experiment'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A standard specifying the minimum information required to report a particular type of scientific experiment.'@en .\n " .
<http://purl.org/spar/fabio/MinimalInformationStandard> <http://www.w3.org/2000/01/rdf-schema#comment> "A metadata standard specifying items to be included when creating metadata describing a dataset of a particular type, or when creating a structured summary of the main findings of an article or report in a particular domain of interest, thereby ensuring adequate descriptive information is recorded for subsequent resource discovery and/or interpretation of the information described." .
<http://purl.org/spar/fabio/MinimalInformationStandard> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/ReportingStandard> .
<http://purl.org/spar/fabio/MinimalInformationStandard> <http://www.w3.org/2000/01/rdf-schema#label> "minimal information standard"@en .
<http://purl.org/spar/fabio/MinimalInformationStandard> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/MinimalInformationStandard> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/MinimalInformationStandard> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Specification> .
<http://purl.org/spar/fabio/MinimalInformationStandard> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/Model
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Model a owl:Class ;
rdfs:label "model"@en ;
vann:example """
:my-model a fabio:Model ;
dcterms:title 'Statistical model for bibliographic data science v4.2'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A physical, mathematical, or logical representation of a system, entity, phenomenon, or process.'@en .
""" ;
rdfs:comment "A mathematical, graphical or physical representation of some physical reality, conceptual idea or theoretical construct."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Model">
<rdfs:label xml:lang="en">model</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdfs:comment xml:lang="en">A mathematical, graphical or physical representation of some physical reality, conceptual idea or theoretical construct.</rdfs:comment>
<vann:example>
:my-model a fabio:Model ;
dcterms:title 'Statistical model for bibliographic data science v4.2'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A physical, mathematical, or logical representation of a system, entity, phenomenon, or process.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Model",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-model a fabio:Model ;\n dcterms:title 'Statistical model for bibliographic data science v4.2'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A physical, mathematical, or logical representation of a system, entity, phenomenon, or process.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A mathematical, graphical or physical representation of some physical reality, conceptual idea or theoretical construct."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "model"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Model> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Model> <http://www.w3.org/2000/01/rdf-schema#label> "model"@en .
<http://purl.org/spar/fabio/Model> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/Model> <http://www.w3.org/2000/01/rdf-schema#comment> "A mathematical, graphical or physical representation of some physical reality, conceptual idea or theoretical construct."@en .
<http://purl.org/spar/fabio/Model> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Model> <http://purl.org/vocab/vann/example> "\n :my-model a fabio:Model ;\n dcterms:title 'Statistical model for bibliographic data science v4.2'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A physical, mathematical, or logical representation of a system, entity, phenomenon, or process.'@en .\n " .
<http://purl.org/spar/fabio/Model> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Movie a owl:Class ;
rdfs:label "movie"@en ;
vann:example """
:my-movie a fabio:Movie ;
dcterms:title 'Interstellar'@en ;
frbr:realizationOf :my-moving-image ;
dcterms:description 'A recording of moving images that tells a story and that people watch on a screen or television.'@en .
""" ;
rdfs:comment "The realization of a moving image."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:MovingImage ],
fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Movie">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">movie</rdfs:label>
<rdfs:comment xml:lang="en">The realization of a moving image.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb73"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-movie a fabio:Movie ;
dcterms:title 'Interstellar'@en ;
frbr:realizationOf :my-moving-image ;
dcterms:description 'A recording of moving images that tells a story and that people watch on a screen or television.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb73">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/MovingImage"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Movie",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-movie a fabio:Movie ;\n dcterms:title 'Interstellar'@en ;\n frbr:realizationOf :my-moving-image ;\n dcterms:description 'A recording of moving images that tells a story and that people watch on a screen or television.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The realization of a moving image."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "movie"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb73"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb73",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/MovingImage"
}
]
}
]<http://purl.org/spar/fabio/Movie> <http://purl.org/vocab/vann/example> "\n :my-movie a fabio:Movie ;\n dcterms:title 'Interstellar'@en ;\n frbr:realizationOf :my-moving-image ;\n dcterms:description 'A recording of moving images that tells a story and that people watch on a screen or television.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb73 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
_:nc2534d39d31a404c8051419731cd4b5eb73 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/MovingImage> .
<http://purl.org/spar/fabio/Movie> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb73 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/Movie> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Movie> <http://www.w3.org/2000/01/rdf-schema#label> "movie"@en .
<http://purl.org/spar/fabio/Movie> <http://www.w3.org/2000/01/rdf-schema#comment> "The realization of a moving image."@en .
<http://purl.org/spar/fabio/Movie> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Movie> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Movie> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb73 .
IRI: http://purl.org/spar/fabio/MovingImage
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:MovingImage a owl:Class ;
rdfs:label "moving image"@en ;
vann:example """
:my-moving-image a fabio:MovingImage ;
dcterms:creator :john-doe ;
dcterms:title 'Interstellar'@en ;
dcterms:description 'A creation consisting of a series of images that, when shown in rapid succession, give the impression of movement.'@en .
""" ;
rdfs:comment "A moving display, either generated dynamically by a computer program or formed from a series of pre-recorded still images imparting an impression of motion when shown in succession."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Image ;
owl:disjointWith fabio:StillImage ;
vs:term_status reg:statusStable ;
skos:note "Examples include animations, cine films, videos, and computational simulations. Expressions of moving images may incorporate synchronized soundtracks."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/MovingImage">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">moving image</rdfs:label>
<owl:disjointWith rdf:resource="http://purl.org/spar/fabio/StillImage"/>
<rdfs:comment xml:lang="en">A moving display, either generated dynamically by a computer program or formed from a series of pre-recorded still images imparting an impression of motion when shown in succession.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Image"/>
<skos:note xml:lang="en">Examples include animations, cine films, videos, and computational simulations. Expressions of moving images may incorporate synchronized soundtracks.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-moving-image a fabio:MovingImage ;
dcterms:creator :john-doe ;
dcterms:title 'Interstellar'@en ;
dcterms:description 'A creation consisting of a series of images that, when shown in rapid succession, give the impression of movement.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/MovingImage",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-moving-image a fabio:MovingImage ;\n dcterms:creator :john-doe ;\n dcterms:title 'Interstellar'@en ;\n dcterms:description 'A creation consisting of a series of images that, when shown in rapid succession, give the impression of movement.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A moving display, either generated dynamically by a computer program or formed from a series of pre-recorded still images imparting an impression of motion when shown in succession."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "moving image"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Image"
}
],
"http://www.w3.org/2002/07/owl#disjointWith": [
{
"@id": "http://purl.org/spar/fabio/StillImage"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "Examples include animations, cine films, videos, and computational simulations. Expressions of moving images may incorporate synchronized soundtracks."
}
]
}
]<http://purl.org/spar/fabio/MovingImage> <http://purl.org/vocab/vann/example> "\n :my-moving-image a fabio:MovingImage ;\n dcterms:creator :john-doe ;\n dcterms:title 'Interstellar'@en ;\n dcterms:description 'A creation consisting of a series of images that, when shown in rapid succession, give the impression of movement.'@en .\n " .
<http://purl.org/spar/fabio/MovingImage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/MovingImage> <http://www.w3.org/2000/01/rdf-schema#label> "moving image"@en .
<http://purl.org/spar/fabio/MovingImage> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/MovingImage> <http://www.w3.org/2002/07/owl#disjointWith> <http://purl.org/spar/fabio/StillImage> .
<http://purl.org/spar/fabio/MovingImage> <http://www.w3.org/2000/01/rdf-schema#comment> "A moving display, either generated dynamically by a computer program or formed from a series of pre-recorded still images imparting an impression of motion when shown in succession."@en .
<http://purl.org/spar/fabio/MovingImage> <http://www.w3.org/2004/02/skos/core#note> "Examples include animations, cine films, videos, and computational simulations. Expressions of moving images may incorporate synchronized soundtracks."@en .
<http://purl.org/spar/fabio/MovingImage> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/MovingImage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Image> .
IRI: http://purl.org/spar/fabio/MusicalComposition
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:MusicalComposition a owl:Class ;
rdfs:label "musical composition"@en ;
vann:example """
:my-musical-composition a fabio:MusicalComposition ;
dcterms:title 'Symphony n. 5'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A creative work of a musical nature, typically consisting of a sequence of notes and rhythms.'@en .
""" ;
rdfs:comment "A piece of music, typically in the form of a composition recorded in musical notation."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:LiteraryArtisticWork ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/MusicalComposition">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">musical composition</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/LiteraryArtisticWork"/>
<rdfs:comment xml:lang="en">A piece of music, typically in the form of a composition recorded in musical notation.</rdfs:comment>
<vann:example>
:my-musical-composition a fabio:MusicalComposition ;
dcterms:title 'Symphony n. 5'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A creative work of a musical nature, typically consisting of a sequence of notes and rhythms.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/MusicalComposition",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-musical-composition a fabio:MusicalComposition ;\n dcterms:title 'Symphony n. 5'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A creative work of a musical nature, typically consisting of a sequence of notes and rhythms.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A piece of music, typically in the form of a composition recorded in musical notation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "musical composition"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/LiteraryArtisticWork"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/MusicalComposition> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/MusicalComposition> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/LiteraryArtisticWork> .
<http://purl.org/spar/fabio/MusicalComposition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/MusicalComposition> <http://www.w3.org/2000/01/rdf-schema#comment> "A piece of music, typically in the form of a composition recorded in musical notation."@en .
<http://purl.org/spar/fabio/MusicalComposition> <http://www.w3.org/2000/01/rdf-schema#label> "musical composition"@en .
<http://purl.org/spar/fabio/MusicalComposition> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/MusicalComposition> <http://purl.org/vocab/vann/example> "\n :my-musical-composition a fabio:MusicalComposition ;\n dcterms:title 'Symphony n. 5'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A creative work of a musical nature, typically consisting of a sequence of notes and rhythms.'@en .\n " .
IRI: http://purl.org/spar/fabio/Nanopublication
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Nanopublication a owl:Class ;
rdfs:label "nanopublication"@en ;
vann:example """
:my-nanopublication a fabio:Nanopublication ;
dcterms:title 'Interaction protein-gene NP-721'@en ;
dcterms:description 'The smallest unit of publishable information, an assertion that can be uniquely identified and attributed.'@en .
""" ;
rdfs:comment "A single, attributable and machine-readable factual assertion - the smallest unit of publishable information that can be uniquely identified and attributed to its author - typically expressed in RDF."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable ;
skos:note """The minimal components of a nanopublication are as follows:
* the factual assertion itself, in the form subject, predicate and object (e.g. malaria is_a disease);
* provenance information about the nanopublication, defining its authorship and creation date;
* supporting information (optional), providing context for the assertion;
* a unique identifier for the nanopublication, in the form of a URI;
* an integrity key that ensures that the nanopublication is in its original form and has not been altered."""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Nanopublication">
<rdfs:label xml:lang="en">nanopublication</rdfs:label>
<rdfs:comment xml:lang="en">A single, attributable and machine-readable factual assertion - the smallest unit of publishable information that can be uniquely identified and attributed to its author - typically expressed in RDF.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<skos:note xml:lang="en">The minimal components of a nanopublication are as follows:
* the factual assertion itself, in the form subject, predicate and object (e.g. malaria is_a disease);
* provenance information about the nanopublication, defining its authorship and creation date;
* supporting information (optional), providing context for the assertion;
* a unique identifier for the nanopublication, in the form of a URI;
* an integrity key that ensures that the nanopublication is in its original form and has not been altered.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-nanopublication a fabio:Nanopublication ;
dcterms:title 'Interaction protein-gene NP-721'@en ;
dcterms:description 'The smallest unit of publishable information, an assertion that can be uniquely identified and attributed.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Nanopublication",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-nanopublication a fabio:Nanopublication ;\n dcterms:title 'Interaction protein-gene NP-721'@en ;\n dcterms:description 'The smallest unit of publishable information, an assertion that can be uniquely identified and attributed.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A single, attributable and machine-readable factual assertion - the smallest unit of publishable information that can be uniquely identified and attributed to its author - typically expressed in RDF."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "nanopublication"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "The minimal components of a nanopublication are as follows:\n* the factual assertion itself, in the form subject, predicate and object (e.g. malaria is_a disease);\n* provenance information about the nanopublication, defining its authorship and creation date;\n* supporting information (optional), providing context for the assertion;\n* a unique identifier for the nanopublication, in the form of a URI;\n* an integrity key that ensures that the nanopublication is in its original form and has not been altered."
}
]
}
]<http://purl.org/spar/fabio/Nanopublication> <http://www.w3.org/2000/01/rdf-schema#label> "nanopublication"@en .
<http://purl.org/spar/fabio/Nanopublication> <http://www.w3.org/2004/02/skos/core#note> "The minimal components of a nanopublication are as follows:\n* the factual assertion itself, in the form subject, predicate and object (e.g. malaria is_a disease);\n* provenance information about the nanopublication, defining its authorship and creation date;\n* supporting information (optional), providing context for the assertion;\n* a unique identifier for the nanopublication, in the form of a URI;\n* an integrity key that ensures that the nanopublication is in its original form and has not been altered."@en .
<http://purl.org/spar/fabio/Nanopublication> <http://www.w3.org/2000/01/rdf-schema#comment> "A single, attributable and machine-readable factual assertion - the smallest unit of publishable information that can be uniquely identified and attributed to its author - typically expressed in RDF."@en .
<http://purl.org/spar/fabio/Nanopublication> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Nanopublication> <http://purl.org/vocab/vann/example> "\n :my-nanopublication a fabio:Nanopublication ;\n dcterms:title 'Interaction protein-gene NP-721'@en ;\n dcterms:description 'The smallest unit of publishable information, an assertion that can be uniquely identified and attributed.'@en .\n " .
<http://purl.org/spar/fabio/Nanopublication> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Nanopublication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Nanopublication> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:NewsItem a owl:Class ;
rdfs:label "news item"@en ;
vann:example """
:my-news-item a fabio:NewsItem ;
dcterms:title 'New archeological site found in Rome'@en ;
frbr:realizationOf :my-news-report ;
dcterms:description 'A report of a recent event or a piece of new information, typically published in a newspaper or broadcast.'@en .
""" ;
rdfs:comment "A published news report."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:NewsReport ],
fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb114">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/NewsReport"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/NewsItem">
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb114"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:label xml:lang="en">news item</rdfs:label>
<rdfs:comment xml:lang="en">A published news report.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-news-item a fabio:NewsItem ;
dcterms:title 'New archeological site found in Rome'@en ;
frbr:realizationOf :my-news-report ;
dcterms:description 'A report of a recent event or a piece of new information, typically published in a newspaper or broadcast.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/NewsItem",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-news-item a fabio:NewsItem ;\n dcterms:title 'New archeological site found in Rome'@en ;\n frbr:realizationOf :my-news-report ;\n dcterms:description 'A report of a recent event or a piece of new information, typically published in a newspaper or broadcast.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A published news report."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "news item"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb114"
},
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb114",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/NewsReport"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb114 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/spar/fabio/NewsItem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb114 .
_:nc2534d39d31a404c8051419731cd4b5eb114 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/NewsItem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
_:nc2534d39d31a404c8051419731cd4b5eb114 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/NewsReport> .
<http://purl.org/spar/fabio/NewsItem> <http://www.w3.org/2000/01/rdf-schema#label> "news item"@en .
<http://purl.org/spar/fabio/NewsItem> <http://purl.org/vocab/vann/example> "\n :my-news-item a fabio:NewsItem ;\n dcterms:title 'New archeological site found in Rome'@en ;\n frbr:realizationOf :my-news-report ;\n dcterms:description 'A report of a recent event or a piece of new information, typically published in a newspaper or broadcast.'@en .\n " .
<http://purl.org/spar/fabio/NewsItem> <http://www.w3.org/2000/01/rdf-schema#comment> "A published news report."@en .
<http://purl.org/spar/fabio/NewsItem> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/NewsItem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/NewsItem> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:NewsReport a owl:Class ;
rdfs:label "news report"@en ;
vann:example """
:my-news-report a fabio:NewsReport ;
dcterms:title 'Social and climate emergency'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A detailed account of a news event, often providing context and background information.'@en .
""" ;
rdfs:comment "A report of an item of news."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Report ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/NewsReport">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Report"/>
<rdfs:comment xml:lang="en">A report of an item of news.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">news report</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-news-report a fabio:NewsReport ;
dcterms:title 'Social and climate emergency'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A detailed account of a news event, often providing context and background information.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/NewsReport",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-news-report a fabio:NewsReport ;\n dcterms:title 'Social and climate emergency'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A detailed account of a news event, often providing context and background information.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A report of an item of news."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "news report"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Report"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/NewsReport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/NewsReport> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Report> .
<http://purl.org/spar/fabio/NewsReport> <http://www.w3.org/2000/01/rdf-schema#label> "news report"@en .
<http://purl.org/spar/fabio/NewsReport> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/NewsReport> <http://www.w3.org/2000/01/rdf-schema#comment> "A report of an item of news."@en .
<http://purl.org/spar/fabio/NewsReport> <http://purl.org/vocab/vann/example> "\n :my-news-report a fabio:NewsReport ;\n dcterms:title 'Social and climate emergency'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A detailed account of a news event, often providing context and background information.'@en .\n " .
<http://purl.org/spar/fabio/NewsReport> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/Newspaper
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Newspaper a owl:Class ;
rdfs:label "newspaper"@en ;
vann:example """
:my-newspaper a fabio:Newspaper ;
dcterms:title 'Corriere della Sera'@en ;
frbr:part :my-newspaper-issue ;
dcterms:description 'A periodical publication containing news, other informative articles, and advertising.'@en .
""" ;
rdfs:comment "A non-peer reviewed periodical, usually published daily or weekly, consisting primarily of editorials and news items concerning current or recent events and matters of public interest."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:part ;
owl:someValuesFrom fabio:NewspaperIssue ],
fabio:Periodical ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb74">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#part"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/NewspaperIssue"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Newspaper">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Periodical"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb74"/>
<rdfs:comment xml:lang="en">A non-peer reviewed periodical, usually published daily or weekly, consisting primarily of editorials and news items concerning current or recent events and matters of public interest.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">newspaper</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-newspaper a fabio:Newspaper ;
dcterms:title 'Corriere della Sera'@en ;
frbr:part :my-newspaper-issue ;
dcterms:description 'A periodical publication containing news, other informative articles, and advertising.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Newspaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-newspaper a fabio:Newspaper ;\n dcterms:title 'Corriere della Sera'@en ;\n frbr:part :my-newspaper-issue ;\n dcterms:description 'A periodical publication containing news, other informative articles, and advertising.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A non-peer reviewed periodical, usually published daily or weekly, consisting primarily of editorials and news items concerning current or recent events and matters of public interest."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "newspaper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Periodical"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb74"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb74",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#part"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/NewspaperIssue"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb74 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/NewspaperIssue> .
<http://purl.org/spar/fabio/Newspaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Periodical> .
<http://purl.org/spar/fabio/Newspaper> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Newspaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb74 .
<http://purl.org/spar/fabio/Newspaper> <http://www.w3.org/2000/01/rdf-schema#comment> "A non-peer reviewed periodical, usually published daily or weekly, consisting primarily of editorials and news items concerning current or recent events and matters of public interest."@en .
_:nc2534d39d31a404c8051419731cd4b5eb74 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
<http://purl.org/spar/fabio/Newspaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Newspaper> <http://purl.org/vocab/vann/example> "\n :my-newspaper a fabio:Newspaper ;\n dcterms:title 'Corriere della Sera'@en ;\n frbr:part :my-newspaper-issue ;\n dcterms:description 'A periodical publication containing news, other informative articles, and advertising.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb74 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/Newspaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Newspaper> <http://www.w3.org/2000/01/rdf-schema#label> "newspaper"@en .
IRI: http://purl.org/spar/fabio/NewspaperArticle
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:NewspaperArticle a owl:Class ;
rdfs:label "newspaper article"@en ;
vann:example """
:my-newspaper-article a fabio:NewspaperArticle ;
dcterms:title 'Results from administrative elections 2026'@en ;
frbr:partOf :my-newspaper-issue ;
dcterms:description 'An article published in a newspaper.'@en .
""" ;
rdfs:comment "An article written by a journalist and published in a newspaper."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:partOf ;
owl:someValuesFrom fabio:NewspaperIssue ],
fabio:Article ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/NewspaperArticle">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Article"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb30"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">newspaper article</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">An article written by a journalist and published in a newspaper.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-newspaper-article a fabio:NewspaperArticle ;
dcterms:title 'Results from administrative elections 2026'@en ;
frbr:partOf :my-newspaper-issue ;
dcterms:description 'An article published in a newspaper.'@en .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb30">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#partOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/NewspaperIssue"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/NewspaperArticle",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-newspaper-article a fabio:NewspaperArticle ;\n dcterms:title 'Results from administrative elections 2026'@en ;\n frbr:partOf :my-newspaper-issue ;\n dcterms:description 'An article published in a newspaper.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An article written by a journalist and published in a newspaper."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "newspaper article"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Article"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb30"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb30",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#partOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/NewspaperIssue"
}
]
}
]<http://purl.org/spar/fabio/NewspaperArticle> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Article> .
<http://purl.org/spar/fabio/NewspaperArticle> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/NewspaperArticle> <http://www.w3.org/2000/01/rdf-schema#label> "newspaper article"@en .
<http://purl.org/spar/fabio/NewspaperArticle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb30 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/NewspaperIssue> .
<http://purl.org/spar/fabio/NewspaperArticle> <http://www.w3.org/2000/01/rdf-schema#comment> "An article written by a journalist and published in a newspaper."@en .
<http://purl.org/spar/fabio/NewspaperArticle> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb30 .
<http://purl.org/spar/fabio/NewspaperArticle> <http://purl.org/vocab/vann/example> "\n :my-newspaper-article a fabio:NewspaperArticle ;\n dcterms:title 'Results from administrative elections 2026'@en ;\n frbr:partOf :my-newspaper-issue ;\n dcterms:description 'An article published in a newspaper.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb30 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/NewspaperArticle> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb30 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
IRI: http://purl.org/spar/fabio/NewspaperEditorial
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:NewspaperEditorial a owl:Class ;
rdfs:label "newspaper editorial"@en ;
vann:example """
:my-newspaper-editorial a fabio:NewspaperEditorial ;
dcterms:title 'The future of Italian market'@en ;
frbr:partOf :my-newspaper-issue ;
dcterms:description 'An editorial article published in a newspaper, typically expressing the opinion of the editor or the newspaper's management.'@en .
""" ;
rdfs:comment "An editorial published in an issue of a newspaper."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:partOf ;
owl:someValuesFrom fabio:NewspaperIssue ],
fabio:Editorial ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/NewspaperEditorial">
<rdfs:label xml:lang="en">newspaper editorial</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb31"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Editorial"/>
<rdfs:comment xml:lang="en">An editorial published in an issue of a newspaper.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-newspaper-editorial a fabio:NewspaperEditorial ;
dcterms:title 'The future of Italian market'@en ;
frbr:partOf :my-newspaper-issue ;
dcterms:description 'An editorial article published in a newspaper, typically expressing the opinion of the editor or the newspaper's management.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb31">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#partOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/NewspaperIssue"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/NewspaperEditorial",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-newspaper-editorial a fabio:NewspaperEditorial ;\n dcterms:title 'The future of Italian market'@en ;\n frbr:partOf :my-newspaper-issue ;\n dcterms:description 'An editorial article published in a newspaper, typically expressing the opinion of the editor or the newspaper's management.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An editorial published in an issue of a newspaper."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "newspaper editorial"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb31"
},
{
"@id": "http://purl.org/spar/fabio/Editorial"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb31",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#partOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/NewspaperIssue"
}
]
}
]<http://purl.org/spar/fabio/NewspaperEditorial> <http://www.w3.org/2000/01/rdf-schema#label> "newspaper editorial"@en .
<http://purl.org/spar/fabio/NewspaperEditorial> <http://purl.org/vocab/vann/example> "\n :my-newspaper-editorial a fabio:NewspaperEditorial ;\n dcterms:title 'The future of Italian market'@en ;\n frbr:partOf :my-newspaper-issue ;\n dcterms:description 'An editorial article published in a newspaper, typically expressing the opinion of the editor or the newspaper's management.'@en .\n " .
<http://purl.org/spar/fabio/NewspaperEditorial> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/NewspaperEditorial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb31 .
<http://purl.org/spar/fabio/NewspaperEditorial> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb31 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb31 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
<http://purl.org/spar/fabio/NewspaperEditorial> <http://www.w3.org/2000/01/rdf-schema#comment> "An editorial published in an issue of a newspaper."@en .
<http://purl.org/spar/fabio/NewspaperEditorial> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/NewspaperEditorial> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Editorial> .
_:nc2534d39d31a404c8051419731cd4b5eb31 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/NewspaperIssue> .
IRI: http://purl.org/spar/fabio/NewspaperIssue
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:NewspaperIssue a owl:Class ;
rdfs:label "newspaper issue"@en ;
vann:example """
:my-newspaper-issue a fabio:NewspaperIssue ;
dcterms:title 'The New York Times - Edition of April 28, 2026'@en ;
frbr:partOf :my-newspaper ;
dcterms:description 'A particular issue of a newspaper.'@en .
""" ;
rdfs:comment "A particular published issue of a newspaper, identified by date, and sometimes also by place or time (e.g. 'Late London Edition')."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:partOf ;
owl:someValuesFrom fabio:Newspaper ],
fabio:PeriodicalIssue ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/NewspaperIssue">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb110"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/PeriodicalIssue"/>
<rdfs:comment xml:lang="en">A particular published issue of a newspaper, identified by date, and sometimes also by place or time (e.g. 'Late London Edition').</rdfs:comment>
<rdfs:label xml:lang="en">newspaper issue</rdfs:label>
<vann:example>
:my-newspaper-issue a fabio:NewspaperIssue ;
dcterms:title 'The New York Times - Edition of April 28, 2026'@en ;
frbr:partOf :my-newspaper ;
dcterms:description 'A particular issue of a newspaper.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb110">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#partOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Newspaper"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/NewspaperIssue",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-newspaper-issue a fabio:NewspaperIssue ;\n dcterms:title 'The New York Times - Edition of April 28, 2026'@en ;\n frbr:partOf :my-newspaper ;\n dcterms:description 'A particular issue of a newspaper.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A particular published issue of a newspaper, identified by date, and sometimes also by place or time (e.g. 'Late London Edition')."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "newspaper issue"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb110"
},
{
"@id": "http://purl.org/spar/fabio/PeriodicalIssue"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb110",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#partOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Newspaper"
}
]
}
]<http://purl.org/spar/fabio/NewspaperIssue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/NewspaperIssue> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/NewspaperIssue> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/NewspaperIssue> <http://purl.org/vocab/vann/example> "\n :my-newspaper-issue a fabio:NewspaperIssue ;\n dcterms:title 'The New York Times - Edition of April 28, 2026'@en ;\n frbr:partOf :my-newspaper ;\n dcterms:description 'A particular issue of a newspaper.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb110 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
<http://purl.org/spar/fabio/NewspaperIssue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb110 .
<http://purl.org/spar/fabio/NewspaperIssue> <http://www.w3.org/2000/01/rdf-schema#comment> "A particular published issue of a newspaper, identified by date, and sometimes also by place or time (e.g. 'Late London Edition')."@en .
_:nc2534d39d31a404c8051419731cd4b5eb110 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb110 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Newspaper> .
<http://purl.org/spar/fabio/NewspaperIssue> <http://www.w3.org/2000/01/rdf-schema#label> "newspaper issue"@en .
<http://purl.org/spar/fabio/NewspaperIssue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/PeriodicalIssue> .
IRI: http://purl.org/spar/fabio/NewspaperNewsItem
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:NewspaperNewsItem a owl:Class ;
rdfs:label "newspaper news item"@en ;
vann:example """
:my-newspaper-news-item a fabio:NewspaperNewsItem ;
dcterms:title 'Roadworks in Bubble Avenue'@en ;
frbr:partOf :my-newspaper-issue ;
dcterms:description 'A short news report published in a newspaper, typically concerning current events or social announcements.'@en .
""" ;
rdfs:comment "A news report published in a newspaper issue."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:partOf ;
owl:someValuesFrom fabio:NewspaperIssue ],
fabio:NewsItem ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb32">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#partOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/NewspaperIssue"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/NewspaperNewsItem">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">newspaper news item</rdfs:label>
<rdfs:comment xml:lang="en">A news report published in a newspaper issue.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/NewsItem"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb32"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-newspaper-news-item a fabio:NewspaperNewsItem ;
dcterms:title 'Roadworks in Bubble Avenue'@en ;
frbr:partOf :my-newspaper-issue ;
dcterms:description 'A short news report published in a newspaper, typically concerning current events or social announcements.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/NewspaperNewsItem",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-newspaper-news-item a fabio:NewspaperNewsItem ;\n dcterms:title 'Roadworks in Bubble Avenue'@en ;\n frbr:partOf :my-newspaper-issue ;\n dcterms:description 'A short news report published in a newspaper, typically concerning current events or social announcements.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A news report published in a newspaper issue."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "newspaper news item"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/NewsItem"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb32"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb32",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#partOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/NewspaperIssue"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb32 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/NewspaperNewsItem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/NewspaperNewsItem> <http://www.w3.org/2000/01/rdf-schema#label> "newspaper news item"@en .
_:nc2534d39d31a404c8051419731cd4b5eb32 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/NewspaperIssue> .
<http://purl.org/spar/fabio/NewspaperNewsItem> <http://purl.org/vocab/vann/example> "\n :my-newspaper-news-item a fabio:NewspaperNewsItem ;\n dcterms:title 'Roadworks in Bubble Avenue'@en ;\n frbr:partOf :my-newspaper-issue ;\n dcterms:description 'A short news report published in a newspaper, typically concerning current events or social announcements.'@en .\n " .
<http://purl.org/spar/fabio/NewspaperNewsItem> <http://www.w3.org/2000/01/rdf-schema#comment> "A news report published in a newspaper issue."@en .
_:nc2534d39d31a404c8051419731cd4b5eb32 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
<http://purl.org/spar/fabio/NewspaperNewsItem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/NewsItem> .
<http://purl.org/spar/fabio/NewspaperNewsItem> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/NewspaperNewsItem> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/NewspaperNewsItem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb32 .
IRI: http://purl.org/spar/fabio/Notebook
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Notebook a owl:Class ;
rdfs:label "notebook"@en ;
vann:example """
:my-notebook a fabio:Notebook ;
dcterms:title 'Experimental Physics Notebook'@en ;
dcterms:description 'A book with blank or ruled pages for writing notes in, or a scholarly publication consisting of a sequence of notes or records.'@en .
""" ;
rdfs:comment "A book containing personal notes, typically created by writing into a physical book with blank pages."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Book ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Notebook">
<rdfs:comment xml:lang="en">A book containing personal notes, typically created by writing into a physical book with blank pages.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">notebook</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Book"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-notebook a fabio:Notebook ;
dcterms:title 'Experimental Physics Notebook'@en ;
dcterms:description 'A book with blank or ruled pages for writing notes in, or a scholarly publication consisting of a sequence of notes or records.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Notebook",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-notebook a fabio:Notebook ;\n dcterms:title 'Experimental Physics Notebook'@en ;\n dcterms:description 'A book with blank or ruled pages for writing notes in, or a scholarly publication consisting of a sequence of notes or records.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A book containing personal notes, typically created by writing into a physical book with blank pages."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "notebook"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Book"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Notebook> <http://www.w3.org/2000/01/rdf-schema#comment> "A book containing personal notes, typically created by writing into a physical book with blank pages."@en .
<http://purl.org/spar/fabio/Notebook> <http://www.w3.org/2000/01/rdf-schema#label> "notebook"@en .
<http://purl.org/spar/fabio/Notebook> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Book> .
<http://purl.org/spar/fabio/Notebook> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Notebook> <http://purl.org/vocab/vann/example> "\n :my-notebook a fabio:Notebook ;\n dcterms:title 'Experimental Physics Notebook'@en ;\n dcterms:description 'A book with blank or ruled pages for writing notes in, or a scholarly publication consisting of a sequence of notes or records.'@en .\n " .
<http://purl.org/spar/fabio/Notebook> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Notebook> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/NotificationOfReceipt
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:NotificationOfReceipt a owl:Class ;
rdfs:label "notification of receipt"@en ;
vann:example """
:my-notification-or-receipt a fabio:NotificationOfReceipt ;
dcterms:title 'Received manuscript 402'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A formal notice confirming that something has been received.'@en .
""" ;
rdfs:comment "A notification of receipt of something, for example of receipt of a book that will later be the subject of a book review."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Announcement ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/NotificationOfReceipt">
<rdfs:comment xml:lang="en">A notification of receipt of something, for example of receipt of a book that will later be the subject of a book review.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Announcement"/>
<rdfs:label xml:lang="en">notification of receipt</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-notification-or-receipt a fabio:NotificationOfReceipt ;
dcterms:title 'Received manuscript 402'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A formal notice confirming that something has been received.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/NotificationOfReceipt",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-notification-or-receipt a fabio:NotificationOfReceipt ;\n dcterms:title 'Received manuscript 402'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A formal notice confirming that something has been received.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A notification of receipt of something, for example of receipt of a book that will later be the subject of a book review."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "notification of receipt"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Announcement"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/NotificationOfReceipt> <http://www.w3.org/2000/01/rdf-schema#comment> "A notification of receipt of something, for example of receipt of a book that will later be the subject of a book review."@en .
<http://purl.org/spar/fabio/NotificationOfReceipt> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/NotificationOfReceipt> <http://purl.org/vocab/vann/example> "\n :my-notification-or-receipt a fabio:NotificationOfReceipt ;\n dcterms:title 'Received manuscript 402'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A formal notice confirming that something has been received.'@en .\n " .
<http://purl.org/spar/fabio/NotificationOfReceipt> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Announcement> .
<http://purl.org/spar/fabio/NotificationOfReceipt> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/NotificationOfReceipt> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/NotificationOfReceipt> <http://www.w3.org/2000/01/rdf-schema#label> "notification of receipt"@en .
IRI: http://purl.org/spar/fabio/Novel
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Novel a owl:Class ;
rdfs:label "novel"@en ;
vann:example """
:my-novel a fabio:Novel ;
dcterms:title 'Three Body Problem'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A long narrative in literary prose.'@en .
""" ;
rdfs:comment "A long fictitious narrative written in literary prose."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:LiteraryArtisticWork ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Novel">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/LiteraryArtisticWork"/>
<rdfs:label xml:lang="en">novel</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A long fictitious narrative written in literary prose.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-novel a fabio:Novel ;
dcterms:title 'Three Body Problem'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A long narrative in literary prose.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Novel",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-novel a fabio:Novel ;\n dcterms:title 'Three Body Problem'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A long narrative in literary prose.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A long fictitious narrative written in literary prose."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "novel"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/LiteraryArtisticWork"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Novel> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Novel> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/LiteraryArtisticWork> .
<http://purl.org/spar/fabio/Novel> <http://www.w3.org/2000/01/rdf-schema#label> "novel"@en .
<http://purl.org/spar/fabio/Novel> <http://www.w3.org/2000/01/rdf-schema#comment> "A long fictitious narrative written in literary prose."@en .
<http://purl.org/spar/fabio/Novel> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Novel> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Novel> <http://purl.org/vocab/vann/example> "\n :my-novel a fabio:Novel ;\n dcterms:title 'Three Body Problem'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A long narrative in literary prose.'@en .\n " .
IRI: http://purl.org/spar/fabio/Obituary
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Obituary a owl:Class ;
rdfs:label "obituary"@en ;
vann:example """
:my-obituary a fabio:Obituary ;
dcterms:title 'In memory of John Smith (1945-2026)'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A notice of a death, especially in a newspaper, typically including a brief biography of the deceased person.'@en .
""" ;
rdfs:comment "A news item reporting the death of a person, typically accompanied by an description of that person's life and contributions to his or her profession and to society at large."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:NewsReport ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Obituary">
<rdfs:comment xml:lang="en">A news item reporting the death of a person, typically accompanied by an description of that person's life and contributions to his or her profession and to society at large.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/NewsReport"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">obituary</rdfs:label>
<vann:example>
:my-obituary a fabio:Obituary ;
dcterms:title 'In memory of John Smith (1945-2026)'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A notice of a death, especially in a newspaper, typically including a brief biography of the deceased person.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Obituary",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-obituary a fabio:Obituary ;\n dcterms:title 'In memory of John Smith (1945-2026)'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A notice of a death, especially in a newspaper, typically including a brief biography of the deceased person.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A news item reporting the death of a person, typically accompanied by an description of that person's life and contributions to his or her profession and to society at large."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "obituary"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/NewsReport"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Obituary> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Obituary> <http://www.w3.org/2000/01/rdf-schema#comment> "A news item reporting the death of a person, typically accompanied by an description of that person's life and contributions to his or her profession and to society at large."@en .
<http://purl.org/spar/fabio/Obituary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Obituary> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Obituary> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/NewsReport> .
<http://purl.org/spar/fabio/Obituary> <http://www.w3.org/2000/01/rdf-schema#label> "obituary"@en .
<http://purl.org/spar/fabio/Obituary> <http://purl.org/vocab/vann/example> "\n :my-obituary a fabio:Obituary ;\n dcterms:title 'In memory of John Smith (1945-2026)'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A notice of a death, especially in a newspaper, typically including a brief biography of the deceased person.'@en .\n " .
IRI: http://purl.org/spar/fabio/Ontology
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Ontology a owl:Class ;
rdfs:label "ontology"@en ;
vann:example """
:my-ontology a fabio:Ontology ;
dcterms:title 'Citation Typing Ontology'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A formal explicit specification of a shared conceptualization.'@en .
""" ;
rdfs:comment "A formal representation of a set of concepts within a domain of knowledge, and the logical relationships between those concepts."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:seeAlso fabio:Folksonomy ;
rdfs:subClassOf fabio:ControlledVocabulary ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Ontology">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A formal representation of a set of concepts within a domain of knowledge, and the logical relationships between those concepts.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ControlledVocabulary"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">ontology</rdfs:label>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/Folksonomy"/>
<vann:example>
:my-ontology a fabio:Ontology ;
dcterms:title 'Citation Typing Ontology'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A formal explicit specification of a shared conceptualization.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Ontology",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-ontology a fabio:Ontology ;\n dcterms:title 'Citation Typing Ontology'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A formal explicit specification of a shared conceptualization.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A formal representation of a set of concepts within a domain of knowledge, and the logical relationships between those concepts."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "ontology"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/fabio/Folksonomy"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/ControlledVocabulary"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Ontology> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Ontology> <http://purl.org/vocab/vann/example> "\n :my-ontology a fabio:Ontology ;\n dcterms:title 'Citation Typing Ontology'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A formal explicit specification of a shared conceptualization.'@en .\n " .
<http://purl.org/spar/fabio/Ontology> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Ontology> <http://www.w3.org/2000/01/rdf-schema#comment> "A formal representation of a set of concepts within a domain of knowledge, and the logical relationships between those concepts."@en .
<http://purl.org/spar/fabio/Ontology> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ControlledVocabulary> .
<http://purl.org/spar/fabio/Ontology> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Ontology> <http://www.w3.org/2000/01/rdf-schema#label> "ontology"@en .
<http://purl.org/spar/fabio/Ontology> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/Folksonomy> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:OntologyDocument a owl:Class ;
rdfs:label "ontology document"@en ;
vann:example """
:my-ontology-document a fabio:OntologyDocument ;
dcterms:title 'Citation Typing Ontology'@en ;
frbr:realizationOf :my-ontology ;
dcterms:description 'A document consisting entirely of an ontology, or a part of an ontology.'@en .
""" ;
rdfs:comment "A document containing an ontology."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:Ontology ],
fabio:VocabularyDocument ;
vs:term_status reg:statusStable ;
skos:note "Examples include an OWL (Web Ontology Language) file (http://www.w3.org/TR/owl-features/)."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb33">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Ontology"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/OntologyDocument">
<rdfs:label xml:lang="en">ontology document</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb33"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/VocabularyDocument"/>
<rdfs:comment xml:lang="en">A document containing an ontology.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<skos:note xml:lang="en">Examples include an OWL (Web Ontology Language) file (http://www.w3.org/TR/owl-features/).</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-ontology-document a fabio:OntologyDocument ;
dcterms:title 'Citation Typing Ontology'@en ;
frbr:realizationOf :my-ontology ;
dcterms:description 'A document consisting entirely of an ontology, or a part of an ontology.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/OntologyDocument",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-ontology-document a fabio:OntologyDocument ;\n dcterms:title 'Citation Typing Ontology'@en ;\n frbr:realizationOf :my-ontology ;\n dcterms:description 'A document consisting entirely of an ontology, or a part of an ontology.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A document containing an ontology."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "ontology document"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb33"
},
{
"@id": "http://purl.org/spar/fabio/VocabularyDocument"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "Examples include an OWL (Web Ontology Language) file (http://www.w3.org/TR/owl-features/)."
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb33",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Ontology"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb33 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/spar/fabio/OntologyDocument> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/OntologyDocument> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/OntologyDocument> <http://www.w3.org/2000/01/rdf-schema#label> "ontology document"@en .
_:nc2534d39d31a404c8051419731cd4b5eb33 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/OntologyDocument> <http://www.w3.org/2004/02/skos/core#note> "Examples include an OWL (Web Ontology Language) file (http://www.w3.org/TR/owl-features/)."@en .
<http://purl.org/spar/fabio/OntologyDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb33 .
<http://purl.org/spar/fabio/OntologyDocument> <http://purl.org/vocab/vann/example> "\n :my-ontology-document a fabio:OntologyDocument ;\n dcterms:title 'Citation Typing Ontology'@en ;\n frbr:realizationOf :my-ontology ;\n dcterms:description 'A document consisting entirely of an ontology, or a part of an ontology.'@en .\n " .
<http://purl.org/spar/fabio/OntologyDocument> <http://www.w3.org/2000/01/rdf-schema#comment> "A document containing an ontology."@en .
_:nc2534d39d31a404c8051419731cd4b5eb33 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Ontology> .
<http://purl.org/spar/fabio/OntologyDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/VocabularyDocument> .
<http://purl.org/spar/fabio/OntologyDocument> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/Opinion
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Opinion a owl:Class ;
rdfs:label "opinion"@en ;
vann:example """
:my-opinion-2026 a fabio:Opinion ;
dcterms:title 'Legal opinion on GDPR v2'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A document containing a judgment, view, or statement of professional advice given by an expert.'@en .
""" ;
rdfs:comment "An expression of a personal or professional opinion on an issue or topic."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Opinion">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">opinion</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdfs:comment xml:lang="en">An expression of a personal or professional opinion on an issue or topic.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-opinion-2026 a fabio:Opinion ;
dcterms:title 'Legal opinion on GDPR v2'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A document containing a judgment, view, or statement of professional advice given by an expert.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Opinion",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-opinion-2026 a fabio:Opinion ;\n dcterms:title 'Legal opinion on GDPR v2'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A document containing a judgment, view, or statement of professional advice given by an expert.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An expression of a personal or professional opinion on an issue or topic."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "opinion"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Opinion> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Opinion> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Opinion> <http://purl.org/vocab/vann/example> "\n :my-opinion-2026 a fabio:Opinion ;\n dcterms:title 'Legal opinion on GDPR v2'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A document containing a judgment, view, or statement of professional advice given by an expert.'@en .\n " .
<http://purl.org/spar/fabio/Opinion> <http://www.w3.org/2000/01/rdf-schema#label> "opinion"@en .
<http://purl.org/spar/fabio/Opinion> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/Opinion> <http://www.w3.org/2000/01/rdf-schema#comment> "An expression of a personal or professional opinion on an issue or topic."@en .
<http://purl.org/spar/fabio/Opinion> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/Oration
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Oration a owl:Class ;
rdfs:label "oration"@en ;
vann:example """
:my-oration a fabio:Oration ;
dcterms:title 'Oration for Open Day 2026'@en ;
dcterms:description 'A formal speech, especially one given on a ceremonial occasion.'@en .
""" ;
rdfs:comment "A formal speech, for example one delivered at a ceremonial occasion, or the written transcript of such a speech."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Oration">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:comment xml:lang="en">A formal speech, for example one delivered at a ceremonial occasion, or the written transcript of such a speech.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">oration</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-oration a fabio:Oration ;
dcterms:title 'Oration for Open Day 2026'@en ;
dcterms:description 'A formal speech, especially one given on a ceremonial occasion.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Oration",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-oration a fabio:Oration ;\n dcterms:title 'Oration for Open Day 2026'@en ;\n dcterms:description 'A formal speech, especially one given on a ceremonial occasion.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A formal speech, for example one delivered at a ceremonial occasion, or the written transcript of such a speech."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "oration"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Oration> <http://www.w3.org/2000/01/rdf-schema#label> "oration"@en .
<http://purl.org/spar/fabio/Oration> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Oration> <http://purl.org/vocab/vann/example> "\n :my-oration a fabio:Oration ;\n dcterms:title 'Oration for Open Day 2026'@en ;\n dcterms:description 'A formal speech, especially one given on a ceremonial occasion.'@en .\n " .
<http://purl.org/spar/fabio/Oration> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Oration> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Oration> <http://www.w3.org/2000/01/rdf-schema#comment> "A formal speech, for example one delivered at a ceremonial occasion, or the written transcript of such a speech."@en .
<http://purl.org/spar/fabio/Oration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/Page
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Page a owl:Class ;
rdfs:label "page"@en ;
vann:example """
:my-page a fabio:Page ;
dcterms:title 'Page 42'@en ;
dcterms:description 'One side of a leaf of something printed or written, such as a book, manuscript or letter.'@en .
""" ;
rdfs:comment "A manifestation that represents pages either in physical (e.g., one side of a sheet of paper) or in digital form (e.g., a page in a PDF, or a web page)."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Manifestation ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Page">
<rdfs:comment xml:lang="en">A manifestation that represents pages either in physical (e.g., one side of a sheet of paper) or in digital form (e.g., a page in a PDF, or a web page).</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">page</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Manifestation"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-page a fabio:Page ;
dcterms:title 'Page 42'@en ;
dcterms:description 'One side of a leaf of something printed or written, such as a book, manuscript or letter.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Page",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-page a fabio:Page ;\n dcterms:title 'Page 42'@en ;\n dcterms:description 'One side of a leaf of something printed or written, such as a book, manuscript or letter.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A manifestation that represents pages either in physical (e.g., one side of a sheet of paper) or in digital form (e.g., a page in a PDF, or a web page)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "page"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Manifestation"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Page> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Page> <http://www.w3.org/2000/01/rdf-schema#comment> "A manifestation that represents pages either in physical (e.g., one side of a sheet of paper) or in digital form (e.g., a page in a PDF, or a web page)."@en .
<http://purl.org/spar/fabio/Page> <http://www.w3.org/2000/01/rdf-schema#label> "page"@en .
<http://purl.org/spar/fabio/Page> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Manifestation> .
<http://purl.org/spar/fabio/Page> <http://purl.org/vocab/vann/example> "\n :my-page a fabio:Page ;\n dcterms:title 'Page 42'@en ;\n dcterms:description 'One side of a leaf of something printed or written, such as a book, manuscript or letter.'@en .\n " .
<http://purl.org/spar/fabio/Page> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Page> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/Paperback
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Paperback a owl:Class ;
rdfs:label "paperback"@en ;
vann:example """
:my-paperback a fabio:Paperback ;
dcterms:publisher :springer ;
prism:publicationDate '2007-06'^^xsd:gYearMonth ;
frbr:part :my-analog-manifestation .
""" ;
rdfs:comment "A print object with a flexible cover, usually made of paper or paperboard."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:PrintObject ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Paperback">
<rdfs:label xml:lang="en">paperback</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/PrintObject"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A print object with a flexible cover, usually made of paper or paperboard.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-paperback a fabio:Paperback ;
dcterms:publisher :springer ;
prism:publicationDate '2007-06'^^xsd:gYearMonth ;
frbr:part :my-analog-manifestation .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Paperback",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paperback a fabio:Paperback ;\n dcterms:publisher :springer ;\n prism:publicationDate '2007-06'^^xsd:gYearMonth ;\n frbr:part :my-analog-manifestation .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A print object with a flexible cover, usually made of paper or paperboard."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "paperback"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/PrintObject"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Paperback> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Paperback> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Paperback> <http://www.w3.org/2000/01/rdf-schema#label> "paperback"@en .
<http://purl.org/spar/fabio/Paperback> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/PrintObject> .
<http://purl.org/spar/fabio/Paperback> <http://www.w3.org/2000/01/rdf-schema#comment> "A print object with a flexible cover, usually made of paper or paperboard."@en .
<http://purl.org/spar/fabio/Paperback> <http://purl.org/vocab/vann/example> "\n :my-paperback a fabio:Paperback ;\n dcterms:publisher :springer ;\n prism:publicationDate '2007-06'^^xsd:gYearMonth ;\n frbr:part :my-analog-manifestation .\n " .
<http://purl.org/spar/fabio/Paperback> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/Patent
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Patent a owl:Class ;
rdfs:label "patent"@en ;
vann:example """
:my-patent a fabio:Patent ;
dcterms:title 'AI-based ice cream generator'@en ;
dcterms:creator :john-doe ;
dcterms:identifier 'US123456789' ;
dcterms:description 'A government authority or licence conferring a right or title for a set period, especially the sole right to exclude others from making, using, or selling an invention.'@en .
""" ;
rdfs:comment "A formal disclosure of a new invention approved by a governmental patent agency, made to register intellectual property rights, and to give exclusive rights to the inventor or assignee to manufacture, use, license or sell the invention for a certain number of years."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Specification ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Patent">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Specification"/>
<rdfs:comment xml:lang="en">A formal disclosure of a new invention approved by a governmental patent agency, made to register intellectual property rights, and to give exclusive rights to the inventor or assignee to manufacture, use, license or sell the invention for a certain number of years.</rdfs:comment>
<rdfs:label xml:lang="en">patent</rdfs:label>
<vann:example>
:my-patent a fabio:Patent ;
dcterms:title 'AI-based ice cream generator'@en ;
dcterms:creator :john-doe ;
dcterms:identifier 'US123456789' ;
dcterms:description 'A government authority or licence conferring a right or title for a set period, especially the sole right to exclude others from making, using, or selling an invention.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Patent",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-patent a fabio:Patent ;\n dcterms:title 'AI-based ice cream generator'@en ;\n dcterms:creator :john-doe ;\n dcterms:identifier 'US123456789' ;\n dcterms:description 'A government authority or licence conferring a right or title for a set period, especially the sole right to exclude others from making, using, or selling an invention.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A formal disclosure of a new invention approved by a governmental patent agency, made to register intellectual property rights, and to give exclusive rights to the inventor or assignee to manufacture, use, license or sell the invention for a certain number of years."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "patent"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Specification"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Patent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Patent> <http://www.w3.org/2000/01/rdf-schema#label> "patent"@en .
<http://purl.org/spar/fabio/Patent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Specification> .
<http://purl.org/spar/fabio/Patent> <http://purl.org/vocab/vann/example> "\n :my-patent a fabio:Patent ;\n dcterms:title 'AI-based ice cream generator'@en ;\n dcterms:creator :john-doe ;\n dcterms:identifier 'US123456789' ;\n dcterms:description 'A government authority or licence conferring a right or title for a set period, especially the sole right to exclude others from making, using, or selling an invention.'@en .\n " .
<http://purl.org/spar/fabio/Patent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Patent> <http://www.w3.org/2000/01/rdf-schema#comment> "A formal disclosure of a new invention approved by a governmental patent agency, made to register intellectual property rights, and to give exclusive rights to the inventor or assignee to manufacture, use, license or sell the invention for a certain number of years."@en .
<http://purl.org/spar/fabio/Patent> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/PatentApplication
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:PatentApplication a owl:Class ;
rdfs:label "patent application"@en ;
vann:example """
:my-patent-application a fabio:PatentApplication ;
dcterms:title 'Application for patenting an AI-based ice cream generator'@en ;
dcterms:creator :john-doe ;
frbr:realization :my-patent-application-document ;
dcterms:description 'A formal request for the grant of a patent for an invention.'@en .
""" ;
rdfs:comment "A formal disclosure of a new invention, made in application for a patent."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Specification ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/PatentApplication">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A formal disclosure of a new invention, made in application for a patent.</rdfs:comment>
<rdfs:label xml:lang="en">patent application</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Specification"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-patent-application a fabio:PatentApplication ;
dcterms:title 'Application for patenting an AI-based ice cream generator'@en ;
dcterms:creator :john-doe ;
frbr:realization :my-patent-application-document ;
dcterms:description 'A formal request for the grant of a patent for an invention.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/PatentApplication",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-patent-application a fabio:PatentApplication ;\n dcterms:title 'Application for patenting an AI-based ice cream generator'@en ;\n dcterms:creator :john-doe ;\n frbr:realization :my-patent-application-document ;\n dcterms:description 'A formal request for the grant of a patent for an invention.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A formal disclosure of a new invention, made in application for a patent."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "patent application"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Specification"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/PatentApplication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/PatentApplication> <http://www.w3.org/2000/01/rdf-schema#label> "patent application"@en .
<http://purl.org/spar/fabio/PatentApplication> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/PatentApplication> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/PatentApplication> <http://www.w3.org/2000/01/rdf-schema#comment> "A formal disclosure of a new invention, made in application for a patent."@en .
<http://purl.org/spar/fabio/PatentApplication> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Specification> .
<http://purl.org/spar/fabio/PatentApplication> <http://purl.org/vocab/vann/example> "\n :my-patent-application a fabio:PatentApplication ;\n dcterms:title 'Application for patenting an AI-based ice cream generator'@en ;\n dcterms:creator :john-doe ;\n frbr:realization :my-patent-application-document ;\n dcterms:description 'A formal request for the grant of a patent for an invention.'@en .\n " .
IRI: http://purl.org/spar/fabio/PatentApplicationDocument
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:PatentApplicationDocument a owl:Class ;
rdfs:label "patent application document"@en ;
vann:example """
:my-patent-application-document a fabio:PatentApplicationDocument ;
dcterms:title 'Technical description for an AI-based ice cream generator'@en ;
frbr:realizationOf :my-patent-application ;
dcterms:description 'A document containing the text or drawings of a patent application.'@en .
""" ;
rdfs:comment "The physical or electronic realization of a patent application."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:PatentApplication ],
fabio:SpecificationDocument ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/PatentApplicationDocument">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/SpecificationDocument"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb34"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">patent application document</rdfs:label>
<rdfs:comment xml:lang="en">The physical or electronic realization of a patent application.</rdfs:comment>
<vann:example>
:my-patent-application-document a fabio:PatentApplicationDocument ;
dcterms:title 'Technical description for an AI-based ice cream generator'@en ;
frbr:realizationOf :my-patent-application ;
dcterms:description 'A document containing the text or drawings of a patent application.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb34">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/PatentApplication"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/PatentApplicationDocument",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-patent-application-document a fabio:PatentApplicationDocument ;\n dcterms:title 'Technical description for an AI-based ice cream generator'@en ;\n frbr:realizationOf :my-patent-application ;\n dcterms:description 'A document containing the text or drawings of a patent application.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The physical or electronic realization of a patent application."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "patent application document"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/SpecificationDocument"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb34"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb34",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/PatentApplication"
}
]
}
]<http://purl.org/spar/fabio/PatentApplicationDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/SpecificationDocument> .
<http://purl.org/spar/fabio/PatentApplicationDocument> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/PatentApplicationDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb34 .
_:nc2534d39d31a404c8051419731cd4b5eb34 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
_:nc2534d39d31a404c8051419731cd4b5eb34 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/PatentApplicationDocument> <http://purl.org/vocab/vann/example> "\n :my-patent-application-document a fabio:PatentApplicationDocument ;\n dcterms:title 'Technical description for an AI-based ice cream generator'@en ;\n frbr:realizationOf :my-patent-application ;\n dcterms:description 'A document containing the text or drawings of a patent application.'@en .\n " .
<http://purl.org/spar/fabio/PatentApplicationDocument> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/PatentApplicationDocument> <http://www.w3.org/2000/01/rdf-schema#label> "patent application document"@en .
<http://purl.org/spar/fabio/PatentApplicationDocument> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/PatentApplicationDocument> <http://www.w3.org/2000/01/rdf-schema#comment> "The physical or electronic realization of a patent application."@en .
_:nc2534d39d31a404c8051419731cd4b5eb34 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/PatentApplication> .
IRI: http://purl.org/spar/fabio/PatentDocument
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:PatentDocument a owl:Class ;
rdfs:label "patent document"@en ;
vann:example """
:my-patent-document a fabio:PatentDocument ;
dcterms:title 'Technical text for a patent on an AI-based ice cream generator'@en ;
frbr:realizationOf :my-patent ;
dcterms:description 'A document containing the text or drawings of a patent.'@en .
""" ;
rdfs:comment "The physical or electronic realization of a patent."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:Patent ],
fabio:SpecificationDocument ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/PatentDocument">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">The physical or electronic realization of a patent.</rdfs:comment>
<rdfs:label xml:lang="en">patent document</rdfs:label>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb35"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/SpecificationDocument"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-patent-document a fabio:PatentDocument ;
dcterms:title 'Technical text for a patent on an AI-based ice cream generator'@en ;
frbr:realizationOf :my-patent ;
dcterms:description 'A document containing the text or drawings of a patent.'@en .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb35">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Patent"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/PatentDocument",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-patent-document a fabio:PatentDocument ;\n dcterms:title 'Technical text for a patent on an AI-based ice cream generator'@en ;\n frbr:realizationOf :my-patent ;\n dcterms:description 'A document containing the text or drawings of a patent.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The physical or electronic realization of a patent."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "patent document"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb35"
},
{
"@id": "http://purl.org/spar/fabio/SpecificationDocument"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb35",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Patent"
}
]
}
]<http://purl.org/spar/fabio/PatentDocument> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/PatentDocument> <http://www.w3.org/2000/01/rdf-schema#comment> "The physical or electronic realization of a patent."@en .
_:nc2534d39d31a404c8051419731cd4b5eb35 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
_:nc2534d39d31a404c8051419731cd4b5eb35 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/PatentDocument> <http://www.w3.org/2000/01/rdf-schema#label> "patent document"@en .
<http://purl.org/spar/fabio/PatentDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb35 .
<http://purl.org/spar/fabio/PatentDocument> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/PatentDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/SpecificationDocument> .
<http://purl.org/spar/fabio/PatentDocument> <http://purl.org/vocab/vann/example> "\n :my-patent-document a fabio:PatentDocument ;\n dcterms:title 'Technical text for a patent on an AI-based ice cream generator'@en ;\n frbr:realizationOf :my-patent ;\n dcterms:description 'A document containing the text or drawings of a patent.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb35 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Patent> .
<http://purl.org/spar/fabio/PatentDocument> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/Periodical
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Periodical a owl:Class ;
rdfs:label "periodical"@en ;
vann:example """
:my-periodical a fabio:Periodical ;
dcterms:title 'Nature'@en ;
dcterms:issn '1476-4687' ;
frbr:part :my-periodical-issue ;
dcterms:description 'A publication that is issued in parts at regular intervals.'@en .
""" ;
rdfs:comment "A publication issued on a regular and ongoing basis as a series of issues, each issue comprising separate periodical items, for example editorials, articles, news items and/or other writings."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:part ;
owl:someValuesFrom fabio:PeriodicalIssue ],
fabio:ExpressionCollection ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Periodical">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb115"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ExpressionCollection"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A publication issued on a regular and ongoing basis as a series of issues, each issue comprising separate periodical items, for example editorials, articles, news items and/or other writings.</rdfs:comment>
<rdfs:label xml:lang="en">periodical</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-periodical a fabio:Periodical ;
dcterms:title 'Nature'@en ;
dcterms:issn '1476-4687' ;
frbr:part :my-periodical-issue ;
dcterms:description 'A publication that is issued in parts at regular intervals.'@en .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb115">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#part"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/PeriodicalIssue"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Periodical",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-periodical a fabio:Periodical ;\n dcterms:title 'Nature'@en ;\n dcterms:issn '1476-4687' ;\n frbr:part :my-periodical-issue ;\n dcterms:description 'A publication that is issued in parts at regular intervals.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A publication issued on a regular and ongoing basis as a series of issues, each issue comprising separate periodical items, for example editorials, articles, news items and/or other writings."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "periodical"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb115"
},
{
"@id": "http://purl.org/spar/fabio/ExpressionCollection"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb115",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#part"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/PeriodicalIssue"
}
]
}
]<http://purl.org/spar/fabio/Periodical> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb115 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/Periodical> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb115 .
<http://purl.org/spar/fabio/Periodical> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Periodical> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Periodical> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ExpressionCollection> .
<http://purl.org/spar/fabio/Periodical> <http://www.w3.org/2000/01/rdf-schema#comment> "A publication issued on a regular and ongoing basis as a series of issues, each issue comprising separate periodical items, for example editorials, articles, news items and/or other writings."@en .
<http://purl.org/spar/fabio/Periodical> <http://www.w3.org/2000/01/rdf-schema#label> "periodical"@en .
<http://purl.org/spar/fabio/Periodical> <http://purl.org/vocab/vann/example> "\n :my-periodical a fabio:Periodical ;\n dcterms:title 'Nature'@en ;\n dcterms:issn '1476-4687' ;\n frbr:part :my-periodical-issue ;\n dcterms:description 'A publication that is issued in parts at regular intervals.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb115 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/PeriodicalIssue> .
_:nc2534d39d31a404c8051419731cd4b5eb115 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
IRI: http://purl.org/spar/fabio/PeriodicalIssue
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:PeriodicalIssue a owl:Class ;
rdfs:label "periodical issue"@en ;
vann:example """
:my-periodical-issue a fabio:PeriodicalIssue ;
dcterms:title 'Nature Volume 600 Issue 7887'@en ;
fabio:hasSequenceIdentifier '7887' ;
frbr:partOf :my-periodical-issue , :my-periodical-volume ;
dcterms:description 'A single issue of a periodical publication.'@en .
""" ;
rdfs:comment "A particular issue of a periodical, identified and distinguished from other issues of the same publication by date and/or issue number and/or volume number, and comprising separate periodical items such as editorials, articles and news items."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:partOf ;
owl:someValuesFrom fabio:Periodical ],
fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/PeriodicalIssue">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A particular issue of a periodical, identified and distinguished from other issues of the same publication by date and/or issue number and/or volume number, and comprising separate periodical items such as editorials, articles and news items.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb116"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">periodical issue</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-periodical-issue a fabio:PeriodicalIssue ;
dcterms:title 'Nature Volume 600 Issue 7887'@en ;
fabio:hasSequenceIdentifier '7887' ;
frbr:partOf :my-periodical-issue , :my-periodical-volume ;
dcterms:description 'A single issue of a periodical publication.'@en .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb116">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#partOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Periodical"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/PeriodicalIssue",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-periodical-issue a fabio:PeriodicalIssue ;\n dcterms:title 'Nature Volume 600 Issue 7887'@en ;\n fabio:hasSequenceIdentifier '7887' ;\n frbr:partOf :my-periodical-issue , :my-periodical-volume ;\n dcterms:description 'A single issue of a periodical publication.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A particular issue of a periodical, identified and distinguished from other issues of the same publication by date and/or issue number and/or volume number, and comprising separate periodical items such as editorials, articles and news items."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "periodical issue"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb116"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb116",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#partOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Periodical"
}
]
}
]<http://purl.org/spar/fabio/PeriodicalIssue> <http://purl.org/vocab/vann/example> "\n :my-periodical-issue a fabio:PeriodicalIssue ;\n dcterms:title 'Nature Volume 600 Issue 7887'@en ;\n fabio:hasSequenceIdentifier '7887' ;\n frbr:partOf :my-periodical-issue , :my-periodical-volume ;\n dcterms:description 'A single issue of a periodical publication.'@en .\n " .
<http://purl.org/spar/fabio/PeriodicalIssue> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/PeriodicalIssue> <http://www.w3.org/2000/01/rdf-schema#comment> "A particular issue of a periodical, identified and distinguished from other issues of the same publication by date and/or issue number and/or volume number, and comprising separate periodical items such as editorials, articles and news items."@en .
_:nc2534d39d31a404c8051419731cd4b5eb116 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Periodical> .
<http://purl.org/spar/fabio/PeriodicalIssue> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/PeriodicalIssue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
_:nc2534d39d31a404c8051419731cd4b5eb116 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb116 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
<http://purl.org/spar/fabio/PeriodicalIssue> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/PeriodicalIssue> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb116 .
<http://purl.org/spar/fabio/PeriodicalIssue> <http://www.w3.org/2000/01/rdf-schema#label> "periodical issue"@en .
IRI: http://purl.org/spar/fabio/PeriodicalItem
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:PeriodicalItem a owl:Class ;
rdfs:label "periodical item"@en ;
vann:example """
:my-periodical-item a fabio:PeriodicalItem ;
dcterms:title 'The future of open science'@en ;
frbr:partOf :my-periodical-issue , :my-periodical-volume ;
dcterms:description 'An item published within an issue of a periodical.'@en .
""" ;
rdfs:comment "A piece of writing published in a periodical issue, typically accompanied by other items by different authors."@en ;
rdfs:isDefinedBy fabio: ;
owl:equivalentClass [ a owl:Class ;
owl:intersectionOf ( fabio:Expression [ a owl:Restriction ;
owl:onProperty frbr:partOf ;
owl:someValuesFrom [ a owl:Class ;
owl:unionOf ( fabio:PeriodicalIssue fabio:PeriodicalVolume ) ] ] ) ] ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb36">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:intersectionOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb41"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb37">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#partOf"/>
<owl:someValuesFrom rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb38"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/PeriodicalItem">
<rdfs:label xml:lang="en">periodical item</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A piece of writing published in a periodical issue, typically accompanied by other items by different authors.</rdfs:comment>
<owl:equivalentClass rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb36"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-periodical-item a fabio:PeriodicalItem ;
dcterms:title 'The future of open science'@en ;
frbr:partOf :my-periodical-issue , :my-periodical-volume ;
dcterms:description 'An item published within an issue of a periodical.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb38">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb39"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb40">
<rdf:first rdf:resource="http://purl.org/spar/fabio/PeriodicalVolume"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb42">
<rdf:first rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb37"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb41">
<rdf:first rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb42"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb39">
<rdf:first rdf:resource="http://purl.org/spar/fabio/PeriodicalIssue"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb40"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/PeriodicalItem",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-periodical-item a fabio:PeriodicalItem ;\n dcterms:title 'The future of open science'@en ;\n frbr:partOf :my-periodical-issue , :my-periodical-volume ;\n dcterms:description 'An item published within an issue of a periodical.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A piece of writing published in a periodical issue, typically accompanied by other items by different authors."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "periodical item"
}
],
"http://www.w3.org/2002/07/owl#equivalentClass": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb36"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb36",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#intersectionOf": [
{
"@list": [
{
"@id": "http://purl.org/spar/fabio/Expression"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb37"
}
]
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb37",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#partOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb38"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb38",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#unionOf": [
{
"@list": [
{
"@id": "http://purl.org/spar/fabio/PeriodicalIssue"
},
{
"@id": "http://purl.org/spar/fabio/PeriodicalVolume"
}
]
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb36 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb37 <http://www.w3.org/2002/07/owl#someValuesFrom> _:nc2534d39d31a404c8051419731cd4b5eb38 .
<http://purl.org/spar/fabio/PeriodicalItem> <http://purl.org/vocab/vann/example> "\n :my-periodical-item a fabio:PeriodicalItem ;\n dcterms:title 'The future of open science'@en ;\n frbr:partOf :my-periodical-issue , :my-periodical-volume ;\n dcterms:description 'An item published within an issue of a periodical.'@en .\n " .
<http://purl.org/spar/fabio/PeriodicalItem> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/PeriodicalItem> <http://www.w3.org/2000/01/rdf-schema#label> "periodical item"@en .
_:nc2534d39d31a404c8051419731cd4b5eb36 <http://www.w3.org/2002/07/owl#intersectionOf> _:nc2534d39d31a404c8051419731cd4b5eb41 .
_:nc2534d39d31a404c8051419731cd4b5eb38 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb38 <http://www.w3.org/2002/07/owl#unionOf> _:nc2534d39d31a404c8051419731cd4b5eb39 .
_:nc2534d39d31a404c8051419731cd4b5eb40 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:nc2534d39d31a404c8051419731cd4b5eb42 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:nc2534d39d31a404c8051419731cd4b5eb37 .
_:nc2534d39d31a404c8051419731cd4b5eb41 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb42 .
_:nc2534d39d31a404c8051419731cd4b5eb41 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/Expression> .
_:nc2534d39d31a404c8051419731cd4b5eb37 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb37 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
<http://purl.org/spar/fabio/PeriodicalItem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/PeriodicalItem> <http://www.w3.org/2000/01/rdf-schema#comment> "A piece of writing published in a periodical issue, typically accompanied by other items by different authors."@en .
_:nc2534d39d31a404c8051419731cd4b5eb40 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/PeriodicalVolume> .
<http://purl.org/spar/fabio/PeriodicalItem> <http://www.w3.org/2002/07/owl#equivalentClass> _:nc2534d39d31a404c8051419731cd4b5eb36 .
<http://purl.org/spar/fabio/PeriodicalItem> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb39 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb40 .
_:nc2534d39d31a404c8051419731cd4b5eb42 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:nc2534d39d31a404c8051419731cd4b5eb39 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/PeriodicalIssue> .
IRI: http://purl.org/spar/fabio/PeriodicalVolume
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:PeriodicalVolume a owl:Class ;
rdfs:label "periodical volume"@en ;
vann:example """
:my-periodical-volume a fabio:PeriodicalVolume ;
dcterms:title 'Nature Volume 600'@en ;
fabio:hasSequenceIdentifier '600' ;
frbr:partOf :my-periodical ;
dcterms:description 'A single volume of a periodical publication, usually collecting several issues.'@en .
""" ;
rdfs:comment "A particular published volume of a periodical."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:partOf ;
owl:someValuesFrom fabio:Periodical ],
fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/PeriodicalVolume">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb97"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:label xml:lang="en">periodical volume</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A particular published volume of a periodical.</rdfs:comment>
<vann:example>
:my-periodical-volume a fabio:PeriodicalVolume ;
dcterms:title 'Nature Volume 600'@en ;
fabio:hasSequenceIdentifier '600' ;
frbr:partOf :my-periodical ;
dcterms:description 'A single volume of a periodical publication, usually collecting several issues.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb97">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#partOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Periodical"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/PeriodicalVolume",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-periodical-volume a fabio:PeriodicalVolume ;\n dcterms:title 'Nature Volume 600'@en ;\n fabio:hasSequenceIdentifier '600' ;\n frbr:partOf :my-periodical ;\n dcterms:description 'A single volume of a periodical publication, usually collecting several issues.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A particular published volume of a periodical."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "periodical volume"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb97"
},
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb97",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#partOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Periodical"
}
]
}
]<http://purl.org/spar/fabio/PeriodicalVolume> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/PeriodicalVolume> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/PeriodicalVolume> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb97 .
<http://purl.org/spar/fabio/PeriodicalVolume> <http://purl.org/vocab/vann/example> "\n :my-periodical-volume a fabio:PeriodicalVolume ;\n dcterms:title 'Nature Volume 600'@en ;\n fabio:hasSequenceIdentifier '600' ;\n frbr:partOf :my-periodical ;\n dcterms:description 'A single volume of a periodical publication, usually collecting several issues.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb97 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/PeriodicalVolume> <http://www.w3.org/2000/01/rdf-schema#label> "periodical volume"@en .
_:nc2534d39d31a404c8051419731cd4b5eb97 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
<http://purl.org/spar/fabio/PeriodicalVolume> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/PeriodicalVolume> <http://www.w3.org/2000/01/rdf-schema#comment> "A particular published volume of a periodical."@en .
<http://purl.org/spar/fabio/PeriodicalVolume> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
_:nc2534d39d31a404c8051419731cd4b5eb97 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Periodical> .
IRI: http://purl.org/spar/fabio/PersonalCommunication
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:PersonalCommunication a owl:Class ;
rdfs:label "personal communication"@en ;
vann:example """
:my-personal-communication a fabio:PersonalCommunication ;
dcterms:title 'Technical discussion on data architecture'@en ;
dcterms:description 'A communication between specific individuals, such as a letter, an email, or a private conversation, not intended for public dissemination.'@en .
""" ;
rdfs:comment "Information communicated personally by verbal or written means from one individual to one or more another persons or organizations."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/PersonalCommunication">
<rdfs:comment xml:lang="en">Information communicated personally by verbal or written means from one individual to one or more another persons or organizations.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:label xml:lang="en">personal communication</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-personal-communication a fabio:PersonalCommunication ;
dcterms:title 'Technical discussion on data architecture'@en ;
dcterms:description 'A communication between specific individuals, such as a letter, an email, or a private conversation, not intended for public dissemination.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/PersonalCommunication",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-personal-communication a fabio:PersonalCommunication ;\n dcterms:title 'Technical discussion on data architecture'@en ;\n dcterms:description 'A communication between specific individuals, such as a letter, an email, or a private conversation, not intended for public dissemination.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Information communicated personally by verbal or written means from one individual to one or more another persons or organizations."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "personal communication"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/PersonalCommunication> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/PersonalCommunication> <http://www.w3.org/2000/01/rdf-schema#comment> "Information communicated personally by verbal or written means from one individual to one or more another persons or organizations."@en .
<http://purl.org/spar/fabio/PersonalCommunication> <http://purl.org/vocab/vann/example> "\n :my-personal-communication a fabio:PersonalCommunication ;\n dcterms:title 'Technical discussion on data architecture'@en ;\n dcterms:description 'A communication between specific individuals, such as a letter, an email, or a private conversation, not intended for public dissemination.'@en .\n " .
<http://purl.org/spar/fabio/PersonalCommunication> <http://www.w3.org/2000/01/rdf-schema#label> "personal communication"@en .
<http://purl.org/spar/fabio/PersonalCommunication> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/PersonalCommunication> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/PersonalCommunication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/PhDSymposiumPaper
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:PhDSymposiumPaper a owl:Class ;
rdfs:label "Ph.D. symposium paper"@en ;
vann:example """
:my-phd-symposium-paper a fabio:PhDSymposiumPaper ;
dcterms:title 'New approaches towards ontology engineering'@en ;
dcterms:description 'A paper presented at a PhD symposium, typically describing ongoing doctoral research.'@en .
""" ;
rdfs:comment "A paper, usually presented during a specific session of a conference dedicated to Ph.D. students, that describes ongoing Ph.D. student's research."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/PhDSymposiumPaper">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">Ph.D. symposium paper</rdfs:label>
<rdfs:comment xml:lang="en">A paper, usually presented during a specific session of a conference dedicated to Ph.D. students, that describes ongoing Ph.D. student's research.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-phd-symposium-paper a fabio:PhDSymposiumPaper ;
dcterms:title 'New approaches towards ontology engineering'@en ;
dcterms:description 'A paper presented at a PhD symposium, typically describing ongoing doctoral research.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/PhDSymposiumPaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-phd-symposium-paper a fabio:PhDSymposiumPaper ;\n dcterms:title 'New approaches towards ontology engineering'@en ;\n dcterms:description 'A paper presented at a PhD symposium, typically describing ongoing doctoral research.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A paper, usually presented during a specific session of a conference dedicated to Ph.D. students, that describes ongoing Ph.D. student's research."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "Ph.D. symposium paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/PhDSymposiumPaper> <http://www.w3.org/2000/01/rdf-schema#comment> "A paper, usually presented during a specific session of a conference dedicated to Ph.D. students, that describes ongoing Ph.D. student's research."@en .
<http://purl.org/spar/fabio/PhDSymposiumPaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/PhDSymposiumPaper> <http://purl.org/vocab/vann/example> "\n :my-phd-symposium-paper a fabio:PhDSymposiumPaper ;\n dcterms:title 'New approaches towards ontology engineering'@en ;\n dcterms:description 'A paper presented at a PhD symposium, typically describing ongoing doctoral research.'@en .\n " .
<http://purl.org/spar/fabio/PhDSymposiumPaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/PhDSymposiumPaper> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/PhDSymposiumPaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/PhDSymposiumPaper> <http://www.w3.org/2000/01/rdf-schema#label> "Ph.D. symposium paper"@en .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
frbr:Place a owl:Class ;
rdfs:label "place"@en ;
rdfs:comment """
A location.
"""@en ;
rdfs:isDefinedBy frbr: .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#Place">
<rdfs:label xml:lang="en">place</rdfs:label>
<rdfs:comment xml:lang="en">
A location.
</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#Place",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nA location.\n"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "place"
}
]
}
]<http://purl.org/vocab/frbr/core#Place> <http://www.w3.org/2000/01/rdf-schema#label> "place"@en .
<http://purl.org/vocab/frbr/core#Place> <http://www.w3.org/2000/01/rdf-schema#comment> "\nA location.\n"@en .
<http://purl.org/vocab/frbr/core#Place> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/vocab/frbr/core#Place> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
IRI: http://purl.org/spar/fabio/Play
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Play a owl:Class ;
rdfs:label "play"@en ;
vann:example """
:my-play a fabio:Play ;
dcterms:title 'Six Characters in Search of an Author'@en ;
dcterms:creator :luigi-pirandello ;
dcterms:description 'A dramatic work intended for performance by actors on a stage.'@en .
""" ;
rdfs:comment "A form of literature written by a playwright, usually consisting of scripted dialogue between characters, intended for theatrical performance rather than reading."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:LiteraryArtisticWork ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Play">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">play</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/LiteraryArtisticWork"/>
<rdfs:comment xml:lang="en">A form of literature written by a playwright, usually consisting of scripted dialogue between characters, intended for theatrical performance rather than reading.</rdfs:comment>
<vann:example>
:my-play a fabio:Play ;
dcterms:title 'Six Characters in Search of an Author'@en ;
dcterms:creator :luigi-pirandello ;
dcterms:description 'A dramatic work intended for performance by actors on a stage.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Play",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-play a fabio:Play ;\n dcterms:title 'Six Characters in Search of an Author'@en ;\n dcterms:creator :luigi-pirandello ;\n dcterms:description 'A dramatic work intended for performance by actors on a stage.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A form of literature written by a playwright, usually consisting of scripted dialogue between characters, intended for theatrical performance rather than reading."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "play"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/LiteraryArtisticWork"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Play> <http://purl.org/vocab/vann/example> "\n :my-play a fabio:Play ;\n dcterms:title 'Six Characters in Search of an Author'@en ;\n dcterms:creator :luigi-pirandello ;\n dcterms:description 'A dramatic work intended for performance by actors on a stage.'@en .\n " .
<http://purl.org/spar/fabio/Play> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Play> <http://www.w3.org/2000/01/rdf-schema#label> "play"@en .
<http://purl.org/spar/fabio/Play> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Play> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/LiteraryArtisticWork> .
<http://purl.org/spar/fabio/Play> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Play> <http://www.w3.org/2000/01/rdf-schema#comment> "A form of literature written by a playwright, usually consisting of scripted dialogue between characters, intended for theatrical performance rather than reading."@en .
IRI: http://purl.org/spar/fabio/Poem
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Poem a owl:Class ;
rdfs:label "poem"@en ;
vann:example """
:my-poem a fabio:Poem ;
dcterms:title 'In the Desert'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A piece of writing in which the expression of feelings and ideas is given intensity by particular attention to diction, rhythm, and imagery.'@en .
""" ;
rdfs:comment "An artistic work written with an intensity or beauty of language more characteristic of poetry than of prose."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:LiteraryArtisticWork ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Poem">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">An artistic work written with an intensity or beauty of language more characteristic of poetry than of prose.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">poem</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/LiteraryArtisticWork"/>
<vann:example>
:my-poem a fabio:Poem ;
dcterms:title 'In the Desert'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A piece of writing in which the expression of feelings and ideas is given intensity by particular attention to diction, rhythm, and imagery.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Poem",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-poem a fabio:Poem ;\n dcterms:title 'In the Desert'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A piece of writing in which the expression of feelings and ideas is given intensity by particular attention to diction, rhythm, and imagery.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An artistic work written with an intensity or beauty of language more characteristic of poetry than of prose."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "poem"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/LiteraryArtisticWork"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Poem> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Poem> <http://purl.org/vocab/vann/example> "\n :my-poem a fabio:Poem ;\n dcterms:title 'In the Desert'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A piece of writing in which the expression of feelings and ideas is given intensity by particular attention to diction, rhythm, and imagery.'@en .\n " .
<http://purl.org/spar/fabio/Poem> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Poem> <http://www.w3.org/2000/01/rdf-schema#comment> "An artistic work written with an intensity or beauty of language more characteristic of poetry than of prose."@en .
<http://purl.org/spar/fabio/Poem> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/LiteraryArtisticWork> .
<http://purl.org/spar/fabio/Poem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Poem> <http://www.w3.org/2000/01/rdf-schema#label> "poem"@en .
IRI: http://purl.org/spar/fabio/Policy
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Policy a owl:Class ;
rdfs:label "policy"@en ;
vann:example """
:my-policy a fabio:Policy ;
dcterms:title 'University Open Access Policy'@en ;
dcterms:creator :john-doe ;
frbr:realization :my-policy-document ;
dcterms:description 'A formal statement of intent or set of rules adopted by an organization to guide decisions and achieve rational outcomes.'@en .
""" ;
rdfs:comment "A description and definition of how something should be done. Ideally, a policy should be both effective in achieving its goals and acceptable to those who have to abide by it."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Policy">
<rdfs:comment xml:lang="en">A description and definition of how something should be done. Ideally, a policy should be both effective in achieving its goals and acceptable to those who have to abide by it.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">policy</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<vann:example>
:my-policy a fabio:Policy ;
dcterms:title 'University Open Access Policy'@en ;
dcterms:creator :john-doe ;
frbr:realization :my-policy-document ;
dcterms:description 'A formal statement of intent or set of rules adopted by an organization to guide decisions and achieve rational outcomes.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Policy",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-policy a fabio:Policy ;\n dcterms:title 'University Open Access Policy'@en ;\n dcterms:creator :john-doe ;\n frbr:realization :my-policy-document ;\n dcterms:description 'A formal statement of intent or set of rules adopted by an organization to guide decisions and achieve rational outcomes.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A description and definition of how something should be done. Ideally, a policy should be both effective in achieving its goals and acceptable to those who have to abide by it."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "policy"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Policy> <http://www.w3.org/2000/01/rdf-schema#comment> "A description and definition of how something should be done. Ideally, a policy should be both effective in achieving its goals and acceptable to those who have to abide by it."@en .
<http://purl.org/spar/fabio/Policy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Policy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Policy> <http://purl.org/vocab/vann/example> "\n :my-policy a fabio:Policy ;\n dcterms:title 'University Open Access Policy'@en ;\n dcterms:creator :john-doe ;\n frbr:realization :my-policy-document ;\n dcterms:description 'A formal statement of intent or set of rules adopted by an organization to guide decisions and achieve rational outcomes.'@en .\n " .
<http://purl.org/spar/fabio/Policy> <http://www.w3.org/2000/01/rdf-schema#label> "policy"@en .
<http://purl.org/spar/fabio/Policy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Policy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
IRI: http://purl.org/spar/fabio/PolicyDocument
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:PolicyDocument a owl:Class ;
rdfs:label "policy document"@en ;
vann:example """
:my-policy-document a fabio:PolicyDocument ;
dcterms:title 'University Policy for Open Access v3.0'@en ;
frbr:realizationOf :my-policy ;
dcterms:description 'A document that describes a set of principles or rules agreed upon by an organization or government.'@en .
""" ;
rdfs:comment "A document embodying a policy that describes and defines how something should be done."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:Policy ],
fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb75">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Policy"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/PolicyDocument">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">policy document</rdfs:label>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb75"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:comment xml:lang="en">A document embodying a policy that describes and defines how something should be done.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-policy-document a fabio:PolicyDocument ;
dcterms:title 'University Policy for Open Access v3.0'@en ;
frbr:realizationOf :my-policy ;
dcterms:description 'A document that describes a set of principles or rules agreed upon by an organization or government.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/PolicyDocument",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-policy-document a fabio:PolicyDocument ;\n dcterms:title 'University Policy for Open Access v3.0'@en ;\n frbr:realizationOf :my-policy ;\n dcterms:description 'A document that describes a set of principles or rules agreed upon by an organization or government.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A document embodying a policy that describes and defines how something should be done."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "policy document"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb75"
},
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb75",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Policy"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb75 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
_:nc2534d39d31a404c8051419731cd4b5eb75 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/PolicyDocument> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/PolicyDocument> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb75 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Policy> .
<http://purl.org/spar/fabio/PolicyDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb75 .
<http://purl.org/spar/fabio/PolicyDocument> <http://purl.org/vocab/vann/example> "\n :my-policy-document a fabio:PolicyDocument ;\n dcterms:title 'University Policy for Open Access v3.0'@en ;\n frbr:realizationOf :my-policy ;\n dcterms:description 'A document that describes a set of principles or rules agreed upon by an organization or government.'@en .\n " .
<http://purl.org/spar/fabio/PolicyDocument> <http://www.w3.org/2000/01/rdf-schema#comment> "A document embodying a policy that describes and defines how something should be done."@en .
<http://purl.org/spar/fabio/PolicyDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/PolicyDocument> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/PolicyDocument> <http://www.w3.org/2000/01/rdf-schema#label> "policy document"@en .
IRI: http://purl.org/spar/fabio/PositionPaper
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:PositionPaper a owl:Class ;
rdfs:label "position paper"@en ;
vann:example """
:my-position-paper a fabio:PositionPaper ;
dcterms:title 'The use of generative AI in research'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A report or essay that presents an arguable opinion about an issue.'@en .
""" ;
rdfs:comment "A scholarly work that reports a particular intellectual position or viewpoint regarding a particular scholarly topic. Usually, these papers are dependent on the author's opinion or interpretation, do not have an evaluation, and need to present relevant and novel discussion points in a thorough manner."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Opinion,
fabio:ScholarlyWork ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/PositionPaper">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Opinion"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ScholarlyWork"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A scholarly work that reports a particular intellectual position or viewpoint regarding a particular scholarly topic. Usually, these papers are dependent on the author's opinion or interpretation, do not have an evaluation, and need to present relevant and novel discussion points in a thorough manner.</rdfs:comment>
<rdfs:label xml:lang="en">position paper</rdfs:label>
<vann:example>
:my-position-paper a fabio:PositionPaper ;
dcterms:title 'The use of generative AI in research'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A report or essay that presents an arguable opinion about an issue.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/PositionPaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-position-paper a fabio:PositionPaper ;\n dcterms:title 'The use of generative AI in research'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A report or essay that presents an arguable opinion about an issue.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A scholarly work that reports a particular intellectual position or viewpoint regarding a particular scholarly topic. Usually, these papers are dependent on the author's opinion or interpretation, do not have an evaluation, and need to present relevant and novel discussion points in a thorough manner."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "position paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Opinion"
},
{
"@id": "http://purl.org/spar/fabio/ScholarlyWork"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/PositionPaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Opinion> .
<http://purl.org/spar/fabio/PositionPaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/PositionPaper> <http://purl.org/vocab/vann/example> "\n :my-position-paper a fabio:PositionPaper ;\n dcterms:title 'The use of generative AI in research'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A report or essay that presents an arguable opinion about an issue.'@en .\n " .
<http://purl.org/spar/fabio/PositionPaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/PositionPaper> <http://www.w3.org/2000/01/rdf-schema#comment> "A scholarly work that reports a particular intellectual position or viewpoint regarding a particular scholarly topic. Usually, these papers are dependent on the author's opinion or interpretation, do not have an evaluation, and need to present relevant and novel discussion points in a thorough manner."@en .
<http://purl.org/spar/fabio/PositionPaper> <http://www.w3.org/2000/01/rdf-schema#label> "position paper"@en .
<http://purl.org/spar/fabio/PositionPaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ScholarlyWork> .
<http://purl.org/spar/fabio/PositionPaper> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/PosterPaper
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:PosterPaper a owl:Class ;
rdfs:label "poster paper"@en ;
vann:example """
:my-poster-paper a fabio:PosterPaper ;
dcterms:title 'Visualization of knowledge graphs on mobile devices'@en ;
dcterms:description 'A short paper describing a poster presented at a conference.'@en .
""" ;
rdfs:comment "A paper that typically accompanies a poster describing some preliminary results of research, usually presented during a conference or a workshop."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/PosterPaper">
<rdfs:comment xml:lang="en">A paper that typically accompanies a poster describing some preliminary results of research, usually presented during a conference or a workshop.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:label xml:lang="en">poster paper</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-poster-paper a fabio:PosterPaper ;
dcterms:title 'Visualization of knowledge graphs on mobile devices'@en ;
dcterms:description 'A short paper describing a poster presented at a conference.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/PosterPaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-poster-paper a fabio:PosterPaper ;\n dcterms:title 'Visualization of knowledge graphs on mobile devices'@en ;\n dcterms:description 'A short paper describing a poster presented at a conference.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A paper that typically accompanies a poster describing some preliminary results of research, usually presented during a conference or a workshop."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "poster paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/PosterPaper> <http://www.w3.org/2000/01/rdf-schema#comment> "A paper that typically accompanies a poster describing some preliminary results of research, usually presented during a conference or a workshop."@en .
<http://purl.org/spar/fabio/PosterPaper> <http://www.w3.org/2000/01/rdf-schema#label> "poster paper"@en .
<http://purl.org/spar/fabio/PosterPaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/PosterPaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/PosterPaper> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/PosterPaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/PosterPaper> <http://purl.org/vocab/vann/example> "\n :my-poster-paper a fabio:PosterPaper ;\n dcterms:title 'Visualization of knowledge graphs on mobile devices'@en ;\n dcterms:description 'A short paper describing a poster presented at a conference.'@en .\n " .
IRI: http://purl.org/spar/fabio/Postprint
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Postprint a owl:Class ;
rdfs:label "postprint"@en ;
vann:example """
:my-postprint a fabio:Postprint ;
dcterms:title 'Advanced analysis of bibliographic metadata'@en ;
dcterms:description 'A version of a scholarly article after it has been peer-reviewed and accepted for publication, but before formal copyediting and formatting by the publisher.'@en .
""" ;
rdfs:comment "The version of an author's original scholarly work, such as a research paper or a review, re-submitted for publication after revision by the author in the light of comments from reviewers."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Manuscript ;
vs:term_status reg:statusStable ;
skos:note "Note: For the version before peer review, use fabio:Preprint. For the final published version, use fabio:DefinitiveVersion."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Postprint">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">postprint</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Manuscript"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">The version of an author's original scholarly work, such as a research paper or a review, re-submitted for publication after revision by the author in the light of comments from reviewers.</rdfs:comment>
<skos:note xml:lang="en">Note: For the version before peer review, use fabio:Preprint. For the final published version, use fabio:DefinitiveVersion.</skos:note>
<vann:example>
:my-postprint a fabio:Postprint ;
dcterms:title 'Advanced analysis of bibliographic metadata'@en ;
dcterms:description 'A version of a scholarly article after it has been peer-reviewed and accepted for publication, but before formal copyediting and formatting by the publisher.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Postprint",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-postprint a fabio:Postprint ;\n dcterms:title 'Advanced analysis of bibliographic metadata'@en ;\n dcterms:description 'A version of a scholarly article after it has been peer-reviewed and accepted for publication, but before formal copyediting and formatting by the publisher.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The version of an author's original scholarly work, such as a research paper or a review, re-submitted for publication after revision by the author in the light of comments from reviewers."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "postprint"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Manuscript"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "Note: For the version before peer review, use fabio:Preprint. For the final published version, use fabio:DefinitiveVersion."
}
]
}
]<http://purl.org/spar/fabio/Postprint> <http://purl.org/vocab/vann/example> "\n :my-postprint a fabio:Postprint ;\n dcterms:title 'Advanced analysis of bibliographic metadata'@en ;\n dcterms:description 'A version of a scholarly article after it has been peer-reviewed and accepted for publication, but before formal copyediting and formatting by the publisher.'@en .\n " .
<http://purl.org/spar/fabio/Postprint> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Postprint> <http://www.w3.org/2000/01/rdf-schema#label> "postprint"@en .
<http://purl.org/spar/fabio/Postprint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Manuscript> .
<http://purl.org/spar/fabio/Postprint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Postprint> <http://www.w3.org/2000/01/rdf-schema#comment> "The version of an author's original scholarly work, such as a research paper or a review, re-submitted for publication after revision by the author in the light of comments from reviewers."@en .
<http://purl.org/spar/fabio/Postprint> <http://www.w3.org/2004/02/skos/core#note> "Note: For the version before peer review, use fabio:Preprint. For the final published version, use fabio:DefinitiveVersion."@en .
<http://purl.org/spar/fabio/Postprint> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/Preprint
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Preprint a owl:Class ;
rdfs:label "preprint"@en ;
vann:example """
:my-preprint a fabio:Preprint ;
dcterms:title 'Advanced analysis of bibliographic metadata'@en ;
dcterms:description 'A version of a scholarly paper that precedes formal peer review and publication in a peer-reviewed scholarly journal.'@en .
""" ;
rdfs:comment "The version of an author's original scholarly work, such as a research paper or a review, first submitted to publisher for publication."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Manuscript ;
vs:term_status reg:statusStable ;
skos:note "Note: For that version resubmitted after peer-review and revision, use fabio:Postprint. For the final published version use fabio:DefinitiveVersion."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Preprint">
<rdfs:comment xml:lang="en">The version of an author's original scholarly work, such as a research paper or a review, first submitted to publisher for publication.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Manuscript"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">preprint</rdfs:label>
<skos:note xml:lang="en">Note: For that version resubmitted after peer-review and revision, use fabio:Postprint. For the final published version use fabio:DefinitiveVersion.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-preprint a fabio:Preprint ;
dcterms:title 'Advanced analysis of bibliographic metadata'@en ;
dcterms:description 'A version of a scholarly paper that precedes formal peer review and publication in a peer-reviewed scholarly journal.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Preprint",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-preprint a fabio:Preprint ;\n dcterms:title 'Advanced analysis of bibliographic metadata'@en ;\n dcterms:description 'A version of a scholarly paper that precedes formal peer review and publication in a peer-reviewed scholarly journal.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The version of an author's original scholarly work, such as a research paper or a review, first submitted to publisher for publication."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "preprint"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Manuscript"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "Note: For that version resubmitted after peer-review and revision, use fabio:Postprint. For the final published version use fabio:DefinitiveVersion."
}
]
}
]<http://purl.org/spar/fabio/Preprint> <http://www.w3.org/2000/01/rdf-schema#comment> "The version of an author's original scholarly work, such as a research paper or a review, first submitted to publisher for publication."@en .
<http://purl.org/spar/fabio/Preprint> <http://purl.org/vocab/vann/example> "\n :my-preprint a fabio:Preprint ;\n dcterms:title 'Advanced analysis of bibliographic metadata'@en ;\n dcterms:description 'A version of a scholarly paper that precedes formal peer review and publication in a peer-reviewed scholarly journal.'@en .\n " .
<http://purl.org/spar/fabio/Preprint> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Preprint> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Preprint> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Manuscript> .
<http://purl.org/spar/fabio/Preprint> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Preprint> <http://www.w3.org/2004/02/skos/core#note> "Note: For that version resubmitted after peer-review and revision, use fabio:Postprint. For the final published version use fabio:DefinitiveVersion."@en .
<http://purl.org/spar/fabio/Preprint> <http://www.w3.org/2000/01/rdf-schema#label> "preprint"@en .
IRI: http://purl.org/spar/fabio/Presentation
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Presentation a owl:Class ;
rdfs:label "presentation"@en ;
vann:example """
:my-algorithm a fabio:Algorithm ;
dcterms:title 'Distance Calculator'@en ;
dcterms:description 'Algorithm for calculating the distance between to geo locations.'@en .
""" ;
rdfs:comment "A set of slides containing text, tables or figures, designed to communicate ideas or research results, for projection and viewing by an audience at a conference, symposium, seminar, lecture, workshop or other gatherings, typically embodied in a particular manifestation format such as a SlideShare or PowerPoint slideshow."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Presentation">
<rdfs:comment xml:lang="en">A set of slides containing text, tables or figures, designed to communicate ideas or research results, for projection and viewing by an audience at a conference, symposium, seminar, lecture, workshop or other gatherings, typically embodied in a particular manifestation format such as a SlideShare or PowerPoint slideshow.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">presentation</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-algorithm a fabio:Algorithm ;
dcterms:title 'Distance Calculator'@en ;
dcterms:description 'Algorithm for calculating the distance between to geo locations.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Presentation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-algorithm a fabio:Algorithm ;\n dcterms:title 'Distance Calculator'@en ;\n dcterms:description 'Algorithm for calculating the distance between to geo locations.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A set of slides containing text, tables or figures, designed to communicate ideas or research results, for projection and viewing by an audience at a conference, symposium, seminar, lecture, workshop or other gatherings, typically embodied in a particular manifestation format such as a SlideShare or PowerPoint slideshow."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "presentation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Presentation> <http://www.w3.org/2000/01/rdf-schema#comment> "A set of slides containing text, tables or figures, designed to communicate ideas or research results, for projection and viewing by an audience at a conference, symposium, seminar, lecture, workshop or other gatherings, typically embodied in a particular manifestation format such as a SlideShare or PowerPoint slideshow."@en .
<http://purl.org/spar/fabio/Presentation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Presentation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Presentation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Presentation> <http://purl.org/vocab/vann/example> "\n :my-algorithm a fabio:Algorithm ;\n dcterms:title 'Distance Calculator'@en ;\n dcterms:description 'Algorithm for calculating the distance between to geo locations.'@en .\n " .
<http://purl.org/spar/fabio/Presentation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Presentation> <http://www.w3.org/2000/01/rdf-schema#label> "presentation"@en .
IRI: http://purl.org/spar/fabio/PressRelease
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:PressRelease a owl:Class ;
rdfs:label "press release"@en ;
vann:example """
:my-presentation a fabio:Presentation ;
dcterms:title 'Introduction to Semantic Web technologies'@en ;
dcterms:description 'A realization of a lecture, speech or other informative discourse, typically accompanied by visual aids such as slides.'@en .
""" ;
rdfs:comment "A news report published by an organization to provide information to journalists."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:NewsItem ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/PressRelease">
<rdfs:comment xml:lang="en">A news report published by an organization to provide information to journalists.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/NewsItem"/>
<rdfs:label xml:lang="en">press release</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-presentation a fabio:Presentation ;
dcterms:title 'Introduction to Semantic Web technologies'@en ;
dcterms:description 'A realization of a lecture, speech or other informative discourse, typically accompanied by visual aids such as slides.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/PressRelease",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-presentation a fabio:Presentation ;\n dcterms:title 'Introduction to Semantic Web technologies'@en ;\n dcterms:description 'A realization of a lecture, speech or other informative discourse, typically accompanied by visual aids such as slides.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A news report published by an organization to provide information to journalists."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "press release"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/NewsItem"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/PressRelease> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/NewsItem> .
<http://purl.org/spar/fabio/PressRelease> <http://www.w3.org/2000/01/rdf-schema#label> "press release"@en .
<http://purl.org/spar/fabio/PressRelease> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/PressRelease> <http://purl.org/vocab/vann/example> "\n :my-presentation a fabio:Presentation ;\n dcterms:title 'Introduction to Semantic Web technologies'@en ;\n dcterms:description 'A realization of a lecture, speech or other informative discourse, typically accompanied by visual aids such as slides.'@en .\n " .
<http://purl.org/spar/fabio/PressRelease> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/PressRelease> <http://www.w3.org/2000/01/rdf-schema#comment> "A news report published by an organization to provide information to journalists."@en .
<http://purl.org/spar/fabio/PressRelease> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/PrintObject
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:PrintObject a owl:Class ;
rdfs:label "print object"@en ;
vann:example """
:my-print-object a fabio:PrintObject ;
dcterms:publisher :springer ;
prism:publicationDate '2007-06'^^xsd:gYearMonth ;
prism:startingPage '171' ;
prism:endingPage '186' .
""" ;
rdfs:comment "An analog manifestation in physical printed form, typically on paper."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:AnalogManifestation ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/PrintObject">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">An analog manifestation in physical printed form, typically on paper.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">print object</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/AnalogManifestation"/>
<vann:example>
:my-print-object a fabio:PrintObject ;
dcterms:publisher :springer ;
prism:publicationDate '2007-06'^^xsd:gYearMonth ;
prism:startingPage '171' ;
prism:endingPage '186' .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/PrintObject",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-print-object a fabio:PrintObject ;\n dcterms:publisher :springer ;\n prism:publicationDate '2007-06'^^xsd:gYearMonth ;\n prism:startingPage '171' ;\n prism:endingPage '186' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An analog manifestation in physical printed form, typically on paper."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "print object"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/AnalogManifestation"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/PrintObject> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/PrintObject> <http://www.w3.org/2000/01/rdf-schema#comment> "An analog manifestation in physical printed form, typically on paper."@en .
<http://purl.org/spar/fabio/PrintObject> <http://purl.org/vocab/vann/example> "\n :my-print-object a fabio:PrintObject ;\n dcterms:publisher :springer ;\n prism:publicationDate '2007-06'^^xsd:gYearMonth ;\n prism:startingPage '171' ;\n prism:endingPage '186' .\n " .
<http://purl.org/spar/fabio/PrintObject> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/PrintObject> <http://www.w3.org/2000/01/rdf-schema#label> "print object"@en .
<http://purl.org/spar/fabio/PrintObject> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/PrintObject> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/AnalogManifestation> .
IRI: http://purl.org/spar/fabio/ProceedingsPaper
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ProceedingsPaper a owl:Class ;
rdfs:label "proceedings paper"@en ;
vann:example """
:my-proceedings-paper a fabio:ProceedingsPaper ;
dcterms:title 'Deep Learning applied to Knowledge Graphs'@en ;
dcterms:description 'A paper published in the proceedings of a conference, workshop or similar event.'@en .
""" ;
rdfs:comment "A paper, typically the realization of a research paper reporting original research findings, usually published within an academic proceedings volume."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ProceedingsPaper">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:comment xml:lang="en">A paper, typically the realization of a research paper reporting original research findings, usually published within an academic proceedings volume.</rdfs:comment>
<rdfs:label xml:lang="en">proceedings paper</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-proceedings-paper a fabio:ProceedingsPaper ;
dcterms:title 'Deep Learning applied to Knowledge Graphs'@en ;
dcterms:description 'A paper published in the proceedings of a conference, workshop or similar event.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ProceedingsPaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-proceedings-paper a fabio:ProceedingsPaper ;\n dcterms:title 'Deep Learning applied to Knowledge Graphs'@en ;\n dcterms:description 'A paper published in the proceedings of a conference, workshop or similar event.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A paper, typically the realization of a research paper reporting original research findings, usually published within an academic proceedings volume."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "proceedings paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ProceedingsPaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ProceedingsPaper> <http://www.w3.org/2000/01/rdf-schema#comment> "A paper, typically the realization of a research paper reporting original research findings, usually published within an academic proceedings volume."@en .
<http://purl.org/spar/fabio/ProceedingsPaper> <http://www.w3.org/2000/01/rdf-schema#label> "proceedings paper"@en .
<http://purl.org/spar/fabio/ProceedingsPaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ProceedingsPaper> <http://purl.org/vocab/vann/example> "\n :my-proceedings-paper a fabio:ProceedingsPaper ;\n dcterms:title 'Deep Learning applied to Knowledge Graphs'@en ;\n dcterms:description 'A paper published in the proceedings of a conference, workshop or similar event.'@en .\n " .
<http://purl.org/spar/fabio/ProceedingsPaper> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ProceedingsPaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
IRI: http://purl.org/spar/fabio/ProductReview
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ProductReview a owl:Class ;
rdfs:label "product review"@en ;
vann:example """
:my-product-review a fabio:ProductReview ;
dcterms:title 'Technical review of Smartphone XYZ 2026'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A critical review of a product, such as a software application, a piece of hardware, or a commercial tool.'@en .
""" ;
rdfs:comment "A written review and critical analysis of the purpose, features, performance and other qualities of a product."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Review ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ProductReview">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">product review</rdfs:label>
<rdfs:comment xml:lang="en">A written review and critical analysis of the purpose, features, performance and other qualities of a product.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Review"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-product-review a fabio:ProductReview ;
dcterms:title 'Technical review of Smartphone XYZ 2026'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A critical review of a product, such as a software application, a piece of hardware, or a commercial tool.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ProductReview",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-product-review a fabio:ProductReview ;\n dcterms:title 'Technical review of Smartphone XYZ 2026'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A critical review of a product, such as a software application, a piece of hardware, or a commercial tool.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A written review and critical analysis of the purpose, features, performance and other qualities of a product."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "product review"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Review"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ProductReview> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ProductReview> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ProductReview> <http://www.w3.org/2000/01/rdf-schema#label> "product review"@en .
<http://purl.org/spar/fabio/ProductReview> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ProductReview> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Review> .
<http://purl.org/spar/fabio/ProductReview> <http://purl.org/vocab/vann/example> "\n :my-product-review a fabio:ProductReview ;\n dcterms:title 'Technical review of Smartphone XYZ 2026'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A critical review of a product, such as a software application, a piece of hardware, or a commercial tool.'@en .\n " .
<http://purl.org/spar/fabio/ProductReview> <http://www.w3.org/2000/01/rdf-schema#comment> "A written review and critical analysis of the purpose, features, performance and other qualities of a product."@en .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ProjectMetadata a owl:Class ;
rdfs:label "project metadata"@en ;
vann:example """
:my-project-metadata a fabio:ProjectMetadata ;
dcterms:title 'Technical metadata of the Horizon Europe 2026 project'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A document containing metadata about a project.'@en .
""" ;
rdfs:comment "Metadata describing a project."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Metadata ;
vs:term_status reg:statusStable ;
skos:note "Examples include the project name, the names of those who conducted the project, the name of the institution in which the project was conducted, and the project funding information."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ProjectMetadata">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">Metadata describing a project.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Metadata"/>
<rdfs:label xml:lang="en">project metadata</rdfs:label>
<vann:example>
:my-project-metadata a fabio:ProjectMetadata ;
dcterms:title 'Technical metadata of the Horizon Europe 2026 project'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A document containing metadata about a project.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">Examples include the project name, the names of those who conducted the project, the name of the institution in which the project was conducted, and the project funding information.</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ProjectMetadata",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-project-metadata a fabio:ProjectMetadata ;\n dcterms:title 'Technical metadata of the Horizon Europe 2026 project'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A document containing metadata about a project.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Metadata describing a project."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "project metadata"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Metadata"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "Examples include the project name, the names of those who conducted the project, the name of the institution in which the project was conducted, and the project funding information."
}
]
}
]<http://purl.org/spar/fabio/ProjectMetadata> <http://www.w3.org/2000/01/rdf-schema#comment> "Metadata describing a project."@en .
<http://purl.org/spar/fabio/ProjectMetadata> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ProjectMetadata> <http://www.w3.org/2004/02/skos/core#note> "Examples include the project name, the names of those who conducted the project, the name of the institution in which the project was conducted, and the project funding information."@en .
<http://purl.org/spar/fabio/ProjectMetadata> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ProjectMetadata> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ProjectMetadata> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Metadata> .
<http://purl.org/spar/fabio/ProjectMetadata> <http://www.w3.org/2000/01/rdf-schema#label> "project metadata"@en .
<http://purl.org/spar/fabio/ProjectMetadata> <http://purl.org/vocab/vann/example> "\n :my-project-metadata a fabio:ProjectMetadata ;\n dcterms:title 'Technical metadata of the Horizon Europe 2026 project'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A document containing metadata about a project.'@en .\n " .
IRI: http://purl.org/spar/fabio/ProjectPlan
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ProjectPlan a owl:Class ;
rdfs:label "project plan"@en ;
vann:example """
:my-project-plan a fabio:ProjectPlan ;
dcterms:title 'Plan for Smart City v1.0 project'@en ;
dcterms:description 'A document describing the objectives, activities and schedules of a project.'@en .
""" ;
rdfs:comment "A document used to guide project planning, execution and control, specifying the project's goal and objectives and the activities and resources required to achieve these, setting out the project schedule, and identifying the major workpackages, milestones and deliverables. A project plan will typically contain a Gantt chart."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ProjectPlan">
<rdfs:label xml:lang="en">project plan</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A document used to guide project planning, execution and control, specifying the project's goal and objectives and the activities and resources required to achieve these, setting out the project schedule, and identifying the major workpackages, milestones and deliverables. A project plan will typically contain a Gantt chart.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-project-plan a fabio:ProjectPlan ;
dcterms:title 'Plan for Smart City v1.0 project'@en ;
dcterms:description 'A document describing the objectives, activities and schedules of a project.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ProjectPlan",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-project-plan a fabio:ProjectPlan ;\n dcterms:title 'Plan for Smart City v1.0 project'@en ;\n dcterms:description 'A document describing the objectives, activities and schedules of a project.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A document used to guide project planning, execution and control, specifying the project's goal and objectives and the activities and resources required to achieve these, setting out the project schedule, and identifying the major workpackages, milestones and deliverables. A project plan will typically contain a Gantt chart."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "project plan"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ProjectPlan> <http://www.w3.org/2000/01/rdf-schema#label> "project plan"@en .
<http://purl.org/spar/fabio/ProjectPlan> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/ProjectPlan> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ProjectPlan> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ProjectPlan> <http://purl.org/vocab/vann/example> "\n :my-project-plan a fabio:ProjectPlan ;\n dcterms:title 'Plan for Smart City v1.0 project'@en ;\n dcterms:description 'A document describing the objectives, activities and schedules of a project.'@en .\n " .
<http://purl.org/spar/fabio/ProjectPlan> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ProjectPlan> <http://www.w3.org/2000/01/rdf-schema#comment> "A document used to guide project planning, execution and control, specifying the project's goal and objectives and the activities and resources required to achieve these, setting out the project schedule, and identifying the major workpackages, milestones and deliverables. A project plan will typically contain a Gantt chart."@en .
IRI: http://purl.org/spar/fabio/Proof
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Proof a owl:Class ;
rdfs:label "proof"@en ;
vann:example """
:my-proof a fabio:Proof ;
dcterms:title 'Proof copy for Book X'@en ;
dcterms:description 'A version of a manuscript that has been typeset but not yet published, used for final checking by the authors.'@en .
""" ;
rdfs:comment "The preliminary version of a publication, after the inclusion of any author corrections following review, and after copy editing and formatting to bring the manuscript into the house style, intended for final checking prior to publication to detect and eliminate typographical errors, omissions or transpositions of text, incorrect layout or placement of illustrations and tables, or other formatting errors."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Manuscript ;
vs:term_status reg:statusStable ;
skos:note """
Those who check proofs include the editor, possibly the peer-reviewers (to ensure that their requested modifications have been included to their satisfaction), possibly an in-house professional proof-reader, and / or the author, who is ultimately responsible for ensuring the published work says what (s)he means it to say.
Substantive changes to the text are not permitted once the manuscript has reached proof stage.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Proof">
<rdfs:label xml:lang="en">proof</rdfs:label>
<rdfs:comment xml:lang="en">The preliminary version of a publication, after the inclusion of any author corrections following review, and after copy editing and formatting to bring the manuscript into the house style, intended for final checking prior to publication to detect and eliminate typographical errors, omissions or transpositions of text, incorrect layout or placement of illustrations and tables, or other formatting errors.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Manuscript"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-proof a fabio:Proof ;
dcterms:title 'Proof copy for Book X'@en ;
dcterms:description 'A version of a manuscript that has been typeset but not yet published, used for final checking by the authors.'@en .
</vann:example>
<skos:note xml:lang="en">
Those who check proofs include the editor, possibly the peer-reviewers (to ensure that their requested modifications have been included to their satisfaction), possibly an in-house professional proof-reader, and / or the author, who is ultimately responsible for ensuring the published work says what (s)he means it to say.
Substantive changes to the text are not permitted once the manuscript has reached proof stage.
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Proof",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-proof a fabio:Proof ;\n dcterms:title 'Proof copy for Book X'@en ;\n dcterms:description 'A version of a manuscript that has been typeset but not yet published, used for final checking by the authors.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The preliminary version of a publication, after the inclusion of any author corrections following review, and after copy editing and formatting to bring the manuscript into the house style, intended for final checking prior to publication to detect and eliminate typographical errors, omissions or transpositions of text, incorrect layout or placement of illustrations and tables, or other formatting errors."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "proof"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Manuscript"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nThose who check proofs include the editor, possibly the peer-reviewers (to ensure that their requested modifications have been included to their satisfaction), possibly an in-house professional proof-reader, and / or the author, who is ultimately responsible for ensuring the published work says what (s)he means it to say. \nSubstantive changes to the text are not permitted once the manuscript has reached proof stage.\n "
}
]
}
]<http://purl.org/spar/fabio/Proof> <http://www.w3.org/2000/01/rdf-schema#label> "proof"@en .
<http://purl.org/spar/fabio/Proof> <http://purl.org/vocab/vann/example> "\n :my-proof a fabio:Proof ;\n dcterms:title 'Proof copy for Book X'@en ;\n dcterms:description 'A version of a manuscript that has been typeset but not yet published, used for final checking by the authors.'@en .\n " .
<http://purl.org/spar/fabio/Proof> <http://www.w3.org/2004/02/skos/core#note> "\nThose who check proofs include the editor, possibly the peer-reviewers (to ensure that their requested modifications have been included to their satisfaction), possibly an in-house professional proof-reader, and / or the author, who is ultimately responsible for ensuring the published work says what (s)he means it to say. \nSubstantive changes to the text are not permitted once the manuscript has reached proof stage.\n "@en .
<http://purl.org/spar/fabio/Proof> <http://www.w3.org/2000/01/rdf-schema#comment> "The preliminary version of a publication, after the inclusion of any author corrections following review, and after copy editing and formatting to bring the manuscript into the house style, intended for final checking prior to publication to detect and eliminate typographical errors, omissions or transpositions of text, incorrect layout or placement of illustrations and tables, or other formatting errors."@en .
<http://purl.org/spar/fabio/Proof> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Proof> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Manuscript> .
<http://purl.org/spar/fabio/Proof> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Proof> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/Proposition
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Proposition a owl:Class ;
rdfs:label "proposition"@en ;
vann:example """
:my-proposition a fabio:Proposition ;
dcterms:title 'P == NP'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A statement or assertion that expresses a new conceptualisation.'@en .
""" ;
rdfs:comment "A proposal or proposition of a new conceptualisation, hypothesis, idea, theory, activity or organisation."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Proposition">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdfs:comment xml:lang="en">A proposal or proposition of a new conceptualisation, hypothesis, idea, theory, activity or organisation.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">proposition</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-proposition a fabio:Proposition ;
dcterms:title 'P == NP'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A statement or assertion that expresses a new conceptualisation.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Proposition",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-proposition a fabio:Proposition ;\n dcterms:title 'P == NP'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A statement or assertion that expresses a new conceptualisation.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A proposal or proposition of a new conceptualisation, hypothesis, idea, theory, activity or organisation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "proposition"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Proposition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Proposition> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/Proposition> <http://purl.org/vocab/vann/example> "\n :my-proposition a fabio:Proposition ;\n dcterms:title 'P == NP'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A statement or assertion that expresses a new conceptualisation.'@en .\n " .
<http://purl.org/spar/fabio/Proposition> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Proposition> <http://www.w3.org/2000/01/rdf-schema#comment> "A proposal or proposition of a new conceptualisation, hypothesis, idea, theory, activity or organisation."@en .
<http://purl.org/spar/fabio/Proposition> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Proposition> <http://www.w3.org/2000/01/rdf-schema#label> "proposition"@en .
IRI: http://purl.org/spar/fabio/Questionnaire
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Questionnaire a owl:Class ;
rdfs:label "questionnaire"@en ;
vann:example """
:my-questionnaire a fabio:Questionnaire ;
dcterms:title 'Questionnaire for Open Data users'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A set of printed or written questions with a choice of answers, devised for the purposes of a survey or statistical study.'@en .
""" ;
rdfs:comment "A set of questions on a particular topic, usually in the form of multiple choice questions requiring the respondent to select the correct answer, or providing the ability to indicate support for or against a proposal on a numerical scale, designed for rapid numerical analysis of responses and often used in surveying public opinion."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Questionnaire">
<rdfs:comment xml:lang="en">A set of questions on a particular topic, usually in the form of multiple choice questions requiring the respondent to select the correct answer, or providing the ability to indicate support for or against a proposal on a numerical scale, designed for rapid numerical analysis of responses and often used in surveying public opinion.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdfs:label xml:lang="en">questionnaire</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-questionnaire a fabio:Questionnaire ;
dcterms:title 'Questionnaire for Open Data users'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A set of printed or written questions with a choice of answers, devised for the purposes of a survey or statistical study.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Questionnaire",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-questionnaire a fabio:Questionnaire ;\n dcterms:title 'Questionnaire for Open Data users'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A set of printed or written questions with a choice of answers, devised for the purposes of a survey or statistical study.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A set of questions on a particular topic, usually in the form of multiple choice questions requiring the respondent to select the correct answer, or providing the ability to indicate support for or against a proposal on a numerical scale, designed for rapid numerical analysis of responses and often used in surveying public opinion."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "questionnaire"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Questionnaire> <http://www.w3.org/2000/01/rdf-schema#comment> "A set of questions on a particular topic, usually in the form of multiple choice questions requiring the respondent to select the correct answer, or providing the ability to indicate support for or against a proposal on a numerical scale, designed for rapid numerical analysis of responses and often used in surveying public opinion."@en .
<http://purl.org/spar/fabio/Questionnaire> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/Questionnaire> <http://purl.org/vocab/vann/example> "\n :my-questionnaire a fabio:Questionnaire ;\n dcterms:title 'Questionnaire for Open Data users'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A set of printed or written questions with a choice of answers, devised for the purposes of a survey or statistical study.'@en .\n " .
<http://purl.org/spar/fabio/Questionnaire> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Questionnaire> <http://www.w3.org/2000/01/rdf-schema#label> "questionnaire"@en .
<http://purl.org/spar/fabio/Questionnaire> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Questionnaire> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/Quotation
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Quotation a owl:Class ;
rdfs:label "quotation"@en ;
vann:example """
:my-quotation a fabio:Quotation ;
dcterms:title 'Quotation from The Thing'@en ;
dcterms:description 'A passage os speech selected from a larger expression.'@en .
""" ;
rdfs:comment "A passage of speech selected from a larger verbal or written expression for use in another expression, with specific attribution to its original source, and usually demarcated by quotation marks and / or by placing it in a separate indented paragraph."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:seeAlso fabio:Excerpt ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable ;
skos:note """
A quotation is a repetition of what someone has said, and is presented 'within quotation marks', for example:
On June 4th 1940, Winston Churchill made a speech on the radio that has since become famous, that included the words:
' . . . we shall fight on the beaches, we shall fight on the landing grounds, we shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender . . .'
Similarly, the words 'but Brutus is an honourable man' from Mark Antony's funeral speech in Shakespeare's play Julius Caesar is a quotation, since Mark Antony says these words in the play.
Note: Use `fabio:Quotation` to indicate a segment or passage selected from another expression that is a passage of speech, and `fabio:Excerpt` to indicate a segment or passage selected from another expression that is not a passage of speech.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Quotation">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A passage of speech selected from a larger verbal or written expression for use in another expression, with specific attribution to its original source, and usually demarcated by quotation marks and / or by placing it in a separate indented paragraph.</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/Excerpt"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">quotation</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<vann:example>
:my-quotation a fabio:Quotation ;
dcterms:title 'Quotation from The Thing'@en ;
dcterms:description 'A passage os speech selected from a larger expression.'@en .
</vann:example>
<skos:note xml:lang="en">
A quotation is a repetition of what someone has said, and is presented 'within quotation marks', for example:
On June 4th 1940, Winston Churchill made a speech on the radio that has since become famous, that included the words:
' . . . we shall fight on the beaches, we shall fight on the landing grounds, we shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender . . .'
Similarly, the words 'but Brutus is an honourable man' from Mark Antony's funeral speech in Shakespeare's play Julius Caesar is a quotation, since Mark Antony says these words in the play.
Note: Use `fabio:Quotation` to indicate a segment or passage selected from another expression that is a passage of speech, and `fabio:Excerpt` to indicate a segment or passage selected from another expression that is not a passage of speech.
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Quotation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-quotation a fabio:Quotation ;\n dcterms:title 'Quotation from The Thing'@en ;\n dcterms:description 'A passage os speech selected from a larger expression.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A passage of speech selected from a larger verbal or written expression for use in another expression, with specific attribution to its original source, and usually demarcated by quotation marks and / or by placing it in a separate indented paragraph."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "quotation"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/fabio/Excerpt"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nA quotation is a repetition of what someone has said, and is presented 'within quotation marks', for example:\n\n On June 4th 1940, Winston Churchill made a speech on the radio that has since become famous, that included the words:\n ' . . . we shall fight on the beaches, we shall fight on the landing grounds, we shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender . . .'\n\nSimilarly, the words 'but Brutus is an honourable man' from Mark Antony's funeral speech in Shakespeare's play Julius Caesar is a quotation, since Mark Antony says these words in the play.\n\nNote: Use `fabio:Quotation` to indicate a segment or passage selected from another expression that is a passage of speech, and `fabio:Excerpt` to indicate a segment or passage selected from another expression that is not a passage of speech.\n"
}
]
}
]<http://purl.org/spar/fabio/Quotation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Quotation> <http://www.w3.org/2000/01/rdf-schema#comment> "A passage of speech selected from a larger verbal or written expression for use in another expression, with specific attribution to its original source, and usually demarcated by quotation marks and / or by placing it in a separate indented paragraph."@en .
<http://purl.org/spar/fabio/Quotation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Quotation> <http://www.w3.org/2004/02/skos/core#note> "\nA quotation is a repetition of what someone has said, and is presented 'within quotation marks', for example:\n\n On June 4th 1940, Winston Churchill made a speech on the radio that has since become famous, that included the words:\n ' . . . we shall fight on the beaches, we shall fight on the landing grounds, we shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender . . .'\n\nSimilarly, the words 'but Brutus is an honourable man' from Mark Antony's funeral speech in Shakespeare's play Julius Caesar is a quotation, since Mark Antony says these words in the play.\n\nNote: Use `fabio:Quotation` to indicate a segment or passage selected from another expression that is a passage of speech, and `fabio:Excerpt` to indicate a segment or passage selected from another expression that is not a passage of speech.\n"@en .
<http://purl.org/spar/fabio/Quotation> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/Excerpt> .
<http://purl.org/spar/fabio/Quotation> <http://purl.org/vocab/vann/example> "\n :my-quotation a fabio:Quotation ;\n dcterms:title 'Quotation from The Thing'@en ;\n dcterms:description 'A passage os speech selected from a larger expression.'@en .\n " .
<http://purl.org/spar/fabio/Quotation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Quotation> <http://www.w3.org/2000/01/rdf-schema#label> "quotation"@en .
<http://purl.org/spar/fabio/Quotation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
IRI: http://purl.org/spar/fabio/RapidCommunication
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:RapidCommunication a owl:Class ;
rdfs:label "rapid communication"@en ;
vann:example """
:my-rapid-communication a fabio:RapidCommunication ;
dcterms:title 'Preliminary results for new vaccine'@en ;
dcterms:description 'A short paper reporting a piece of research that is particularly timely and relevant, published more quickly than a full research paper.'@en .
""" ;
rdfs:comment "A short rapidly published research article or conference paper, typically reporting significant research results that have been recently discovered, or a brief news item reporting such discoveries."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:seeAlso fabio:BriefReport ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/RapidCommunication">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A short rapidly published research article or conference paper, typically reporting significant research results that have been recently discovered, or a brief news item reporting such discoveries.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/BriefReport"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:label xml:lang="en">rapid communication</rdfs:label>
<vann:example>
:my-rapid-communication a fabio:RapidCommunication ;
dcterms:title 'Preliminary results for new vaccine'@en ;
dcterms:description 'A short paper reporting a piece of research that is particularly timely and relevant, published more quickly than a full research paper.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/RapidCommunication",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-rapid-communication a fabio:RapidCommunication ;\n dcterms:title 'Preliminary results for new vaccine'@en ;\n dcterms:description 'A short paper reporting a piece of research that is particularly timely and relevant, published more quickly than a full research paper.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A short rapidly published research article or conference paper, typically reporting significant research results that have been recently discovered, or a brief news item reporting such discoveries."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "rapid communication"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/fabio/BriefReport"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/RapidCommunication> <http://purl.org/vocab/vann/example> "\n :my-rapid-communication a fabio:RapidCommunication ;\n dcterms:title 'Preliminary results for new vaccine'@en ;\n dcterms:description 'A short paper reporting a piece of research that is particularly timely and relevant, published more quickly than a full research paper.'@en .\n " .
<http://purl.org/spar/fabio/RapidCommunication> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/RapidCommunication> <http://www.w3.org/2000/01/rdf-schema#comment> "A short rapidly published research article or conference paper, typically reporting significant research results that have been recently discovered, or a brief news item reporting such discoveries."@en .
<http://purl.org/spar/fabio/RapidCommunication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/RapidCommunication> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/BriefReport> .
<http://purl.org/spar/fabio/RapidCommunication> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/RapidCommunication> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/RapidCommunication> <http://www.w3.org/2000/01/rdf-schema#label> "rapid communication"@en .
IRI: http://purl.org/spar/fabio/ReferenceBook
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ReferenceBook a owl:Class ;
rdfs:label "reference book"@en ;
vann:example """
:my-reference-book a fabio:ReferenceBook ;
dcterms:title 'Oxford English Dictionary, 12th Edition'@en ;
frbr:realizationOf :my-reference-work ;
dcterms:description 'A book intended to be consulted for information rather than read from beginning to end.'@en .
""" ;
rdfs:comment "A book containing authoritative factual information, such as a dictionary, encyclopaedia, handbook or field guide, which is a realisation of a certain reference work and may contain several reference entries."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:ReferenceWork ],
fabio:Book ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb44">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/ReferenceWork"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ReferenceBook">
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb44"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Book"/>
<rdfs:comment xml:lang="en">A book containing authoritative factual information, such as a dictionary, encyclopaedia, handbook or field guide, which is a realisation of a certain reference work and may contain several reference entries.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">reference book</rdfs:label>
<vann:example>
:my-reference-book a fabio:ReferenceBook ;
dcterms:title 'Oxford English Dictionary, 12th Edition'@en ;
frbr:realizationOf :my-reference-work ;
dcterms:description 'A book intended to be consulted for information rather than read from beginning to end.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ReferenceBook",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-reference-book a fabio:ReferenceBook ;\n dcterms:title 'Oxford English Dictionary, 12th Edition'@en ;\n frbr:realizationOf :my-reference-work ;\n dcterms:description 'A book intended to be consulted for information rather than read from beginning to end.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A book containing authoritative factual information, such as a dictionary, encyclopaedia, handbook or field guide, which is a realisation of a certain reference work and may contain several reference entries."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "reference book"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb44"
},
{
"@id": "http://purl.org/spar/fabio/Book"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb44",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/ReferenceWork"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb44 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
_:nc2534d39d31a404c8051419731cd4b5eb44 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb44 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/ReferenceWork> .
<http://purl.org/spar/fabio/ReferenceBook> <http://purl.org/vocab/vann/example> "\n :my-reference-book a fabio:ReferenceBook ;\n dcterms:title 'Oxford English Dictionary, 12th Edition'@en ;\n frbr:realizationOf :my-reference-work ;\n dcterms:description 'A book intended to be consulted for information rather than read from beginning to end.'@en .\n " .
<http://purl.org/spar/fabio/ReferenceBook> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb44 .
<http://purl.org/spar/fabio/ReferenceBook> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Book> .
<http://purl.org/spar/fabio/ReferenceBook> <http://www.w3.org/2000/01/rdf-schema#comment> "A book containing authoritative factual information, such as a dictionary, encyclopaedia, handbook or field guide, which is a realisation of a certain reference work and may contain several reference entries."@en .
<http://purl.org/spar/fabio/ReferenceBook> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ReferenceBook> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ReferenceBook> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ReferenceBook> <http://www.w3.org/2000/01/rdf-schema#label> "reference book"@en .
IRI: http://purl.org/spar/fabio/ReferenceEntry
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ReferenceEntry a owl:Class ;
rdfs:label "reference entry"@en ;
vann:example """
:my-reference-entry a fabio:ReferenceEntry ;
dcterms:title 'Definition of 'Ontology''@en ;
frbr:realizationOf :my-reference-work ;
dcterms:description 'A discrete item of information in a reference book, such as a dictionary entry or an encyclopedia article.'@en .
""" ;
rdfs:comment "A particular reference entry containing authoritative factual information on a certain topic, usually contained in a larger expression."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:ReferenceWork ],
fabio:Entry ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ReferenceEntry">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Entry"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb45"/>
<rdfs:label xml:lang="en">reference entry</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A particular reference entry containing authoritative factual information on a certain topic, usually contained in a larger expression.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-reference-entry a fabio:ReferenceEntry ;
dcterms:title 'Definition of 'Ontology''@en ;
frbr:realizationOf :my-reference-work ;
dcterms:description 'A discrete item of information in a reference book, such as a dictionary entry or an encyclopedia article.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb45">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/ReferenceWork"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ReferenceEntry",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-reference-entry a fabio:ReferenceEntry ;\n dcterms:title 'Definition of 'Ontology''@en ;\n frbr:realizationOf :my-reference-work ;\n dcterms:description 'A discrete item of information in a reference book, such as a dictionary entry or an encyclopedia article.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A particular reference entry containing authoritative factual information on a certain topic, usually contained in a larger expression."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "reference entry"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Entry"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb45"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb45",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/ReferenceWork"
}
]
}
]<http://purl.org/spar/fabio/ReferenceEntry> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Entry> .
<http://purl.org/spar/fabio/ReferenceEntry> <http://www.w3.org/2000/01/rdf-schema#label> "reference entry"@en .
<http://purl.org/spar/fabio/ReferenceEntry> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ReferenceEntry> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb45 .
<http://purl.org/spar/fabio/ReferenceEntry> <http://www.w3.org/2000/01/rdf-schema#comment> "A particular reference entry containing authoritative factual information on a certain topic, usually contained in a larger expression."@en .
_:nc2534d39d31a404c8051419731cd4b5eb45 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/spar/fabio/ReferenceEntry> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb45 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/ReferenceWork> .
<http://purl.org/spar/fabio/ReferenceEntry> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ReferenceEntry> <http://purl.org/vocab/vann/example> "\n :my-reference-entry a fabio:ReferenceEntry ;\n dcterms:title 'Definition of 'Ontology''@en ;\n frbr:realizationOf :my-reference-work ;\n dcterms:description 'A discrete item of information in a reference book, such as a dictionary entry or an encyclopedia article.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb45 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
IRI: http://purl.org/spar/fabio/ReferenceWork
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ReferenceWork a owl:Class ;
rdfs:label "reference work"@en ;
vann:example """
:my-reference-work a fabio:ReferenceWork ;
dcterms:title 'Encyclopedia of Life Sciences'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A comprehensive work such as an encyclopedia, dictionary, or thesaurus, intended for consultation.'@en .
""" ;
rdfs:comment "A work to which people refer for authoritative factual information, such as a dictionary, encyclopaedia, entry, handbook or field guide, or an informative web page such as an institutional, research group or project home page."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ReferenceWork">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdfs:comment xml:lang="en">A work to which people refer for authoritative factual information, such as a dictionary, encyclopaedia, entry, handbook or field guide, or an informative web page such as an institutional, research group or project home page.</rdfs:comment>
<rdfs:label xml:lang="en">reference work</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-reference-work a fabio:ReferenceWork ;
dcterms:title 'Encyclopedia of Life Sciences'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A comprehensive work such as an encyclopedia, dictionary, or thesaurus, intended for consultation.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ReferenceWork",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-reference-work a fabio:ReferenceWork ;\n dcterms:title 'Encyclopedia of Life Sciences'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A comprehensive work such as an encyclopedia, dictionary, or thesaurus, intended for consultation.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A work to which people refer for authoritative factual information, such as a dictionary, encyclopaedia, entry, handbook or field guide, or an informative web page such as an institutional, research group or project home page."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "reference work"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ReferenceWork> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ReferenceWork> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ReferenceWork> <http://www.w3.org/2000/01/rdf-schema#comment> "A work to which people refer for authoritative factual information, such as a dictionary, encyclopaedia, entry, handbook or field guide, or an informative web page such as an institutional, research group or project home page."@en .
<http://purl.org/spar/fabio/ReferenceWork> <http://www.w3.org/2000/01/rdf-schema#label> "reference work"@en .
<http://purl.org/spar/fabio/ReferenceWork> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ReferenceWork> <http://purl.org/vocab/vann/example> "\n :my-reference-work a fabio:ReferenceWork ;\n dcterms:title 'Encyclopedia of Life Sciences'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A comprehensive work such as an encyclopedia, dictionary, or thesaurus, intended for consultation.'@en .\n " .
<http://purl.org/spar/fabio/ReferenceWork> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
IRI: http://purl.org/spar/fabio/RelationalDatabase
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:RelationalDatabase a owl:Class ;
rdfs:label "relational database"@en ;
vann:example """
:my-relational-database a fabio:RelationalDatabase ;
dcterms:title 'Database of 2026 publications'@en ;
dcterms:description 'A collection of data items organized as a set of formally-described tables from which data can be accessed or reassembled in many different ways.'@en .
""" ;
rdfs:comment "A database in which the data are arranged in tables according to their common characteristics, with relationships between the tables being defined by a relational model or schema. A relational database is highly optimized for performance, and is queried using a database query language such as SQL (Structured Query Language). The software used to create a relational database is called a relational database management system (RDBMS)."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Database ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/RelationalDatabase">
<rdfs:label xml:lang="en">relational database</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Database"/>
<rdfs:comment xml:lang="en">A database in which the data are arranged in tables according to their common characteristics, with relationships between the tables being defined by a relational model or schema. A relational database is highly optimized for performance, and is queried using a database query language such as SQL (Structured Query Language). The software used to create a relational database is called a relational database management system (RDBMS).</rdfs:comment>
<vann:example>
:my-relational-database a fabio:RelationalDatabase ;
dcterms:title 'Database of 2026 publications'@en ;
dcterms:description 'A collection of data items organized as a set of formally-described tables from which data can be accessed or reassembled in many different ways.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/RelationalDatabase",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-relational-database a fabio:RelationalDatabase ;\n dcterms:title 'Database of 2026 publications'@en ;\n dcterms:description 'A collection of data items organized as a set of formally-described tables from which data can be accessed or reassembled in many different ways.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A database in which the data are arranged in tables according to their common characteristics, with relationships between the tables being defined by a relational model or schema. A relational database is highly optimized for performance, and is queried using a database query language such as SQL (Structured Query Language). The software used to create a relational database is called a relational database management system (RDBMS)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "relational database"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Database"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/RelationalDatabase> <http://www.w3.org/2000/01/rdf-schema#label> "relational database"@en .
<http://purl.org/spar/fabio/RelationalDatabase> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/RelationalDatabase> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/RelationalDatabase> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/RelationalDatabase> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Database> .
<http://purl.org/spar/fabio/RelationalDatabase> <http://purl.org/vocab/vann/example> "\n :my-relational-database a fabio:RelationalDatabase ;\n dcterms:title 'Database of 2026 publications'@en ;\n dcterms:description 'A collection of data items organized as a set of formally-described tables from which data can be accessed or reassembled in many different ways.'@en .\n " .
<http://purl.org/spar/fabio/RelationalDatabase> <http://www.w3.org/2000/01/rdf-schema#comment> "A database in which the data are arranged in tables according to their common characteristics, with relationships between the tables being defined by a relational model or schema. A relational database is highly optimized for performance, and is queried using a database query language such as SQL (Structured Query Language). The software used to create a relational database is called a relational database management system (RDBMS)."@en .
IRI: http://purl.org/spar/fabio/Reply
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Reply a owl:Class ;
rdfs:label "reply"@en ;
vann:example """
:my-reply a fabio:Reply ;
dcterms:title 'Reply to Professor X's comment'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A written or spoken statement or document given in answer to another such statement or document.'@en .
""" ;
rdfs:comment "A work that is a reply, either to a letter or other direct communication, or to feedback or comments about a piece of submitted writing. The latter is typically written by the author of a journal article submitted for publication, or by an applicant making a grant application, in response to reviews of the work from peer reviewers prior to publication (for the journal article) or prior to funding decision (for the grant application). Alternatively, it can be written in response to post-publication peer-review of a published journal article, or comments about it."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Reply">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdfs:label xml:lang="en">reply</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A work that is a reply, either to a letter or other direct communication, or to feedback or comments about a piece of submitted writing. The latter is typically written by the author of a journal article submitted for publication, or by an applicant making a grant application, in response to reviews of the work from peer reviewers prior to publication (for the journal article) or prior to funding decision (for the grant application). Alternatively, it can be written in response to post-publication peer-review of a published journal article, or comments about it.</rdfs:comment>
<vann:example>
:my-reply a fabio:Reply ;
dcterms:title 'Reply to Professor X's comment'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A written or spoken statement or document given in answer to another such statement or document.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Reply",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-reply a fabio:Reply ;\n dcterms:title 'Reply to Professor X's comment'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A written or spoken statement or document given in answer to another such statement or document.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A work that is a reply, either to a letter or other direct communication, or to feedback or comments about a piece of submitted writing. The latter is typically written by the author of a journal article submitted for publication, or by an applicant making a grant application, in response to reviews of the work from peer reviewers prior to publication (for the journal article) or prior to funding decision (for the grant application). Alternatively, it can be written in response to post-publication peer-review of a published journal article, or comments about it."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "reply"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Reply> <http://purl.org/vocab/vann/example> "\n :my-reply a fabio:Reply ;\n dcterms:title 'Reply to Professor X's comment'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A written or spoken statement or document given in answer to another such statement or document.'@en .\n " .
<http://purl.org/spar/fabio/Reply> <http://www.w3.org/2000/01/rdf-schema#comment> "A work that is a reply, either to a letter or other direct communication, or to feedback or comments about a piece of submitted writing. The latter is typically written by the author of a journal article submitted for publication, or by an applicant making a grant application, in response to reviews of the work from peer reviewers prior to publication (for the journal article) or prior to funding decision (for the grant application). Alternatively, it can be written in response to post-publication peer-review of a published journal article, or comments about it."@en .
<http://purl.org/spar/fabio/Reply> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Reply> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/Reply> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Reply> <http://www.w3.org/2000/01/rdf-schema#label> "reply"@en .
<http://purl.org/spar/fabio/Reply> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/Report
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Report a owl:Class ;
rdfs:label "report"@en ;
vann:example """
:my-report a fabio:Report ;
dcterms:title 'Yearly report on scientific research'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A document that presents information in an organized format for a specific audience and purpose.'@en .
""" ;
rdfs:comment "A formal factual, methodological, statistical, technical or research report issued by an individual, group, agency, government body or other institution."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Report">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A formal factual, methodological, statistical, technical or research report issued by an individual, group, agency, government body or other institution.</rdfs:comment>
<rdfs:label xml:lang="en">report</rdfs:label>
<vann:example>
:my-report a fabio:Report ;
dcterms:title 'Yearly report on scientific research'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A document that presents information in an organized format for a specific audience and purpose.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Report",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-report a fabio:Report ;\n dcterms:title 'Yearly report on scientific research'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A document that presents information in an organized format for a specific audience and purpose.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A formal factual, methodological, statistical, technical or research report issued by an individual, group, agency, government body or other institution."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "report"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Report> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Report> <http://purl.org/vocab/vann/example> "\n :my-report a fabio:Report ;\n dcterms:title 'Yearly report on scientific research'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A document that presents information in an organized format for a specific audience and purpose.'@en .\n " .
<http://purl.org/spar/fabio/Report> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Report> <http://www.w3.org/2000/01/rdf-schema#comment> "A formal factual, methodological, statistical, technical or research report issued by an individual, group, agency, government body or other institution."@en .
<http://purl.org/spar/fabio/Report> <http://www.w3.org/2000/01/rdf-schema#label> "report"@en .
<http://purl.org/spar/fabio/Report> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/Report> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/ReportDocument
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ReportDocument a owl:Class ;
rdfs:label "report document"@en ;
vann:example """
:my-report-document a fabio:ReportDocument ;
dcterms:title 'Yearly report on scientific research'@en ;
frbr:realizationOf :my-report ;
dcterms:description 'A document containing a report.'@en .
""" ;
rdfs:comment "The realization of a report, usually in printed form."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:Report ],
fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ReportDocument">
<rdfs:label xml:lang="en">report document</rdfs:label>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb102"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:comment xml:lang="en">The realization of a report, usually in printed form.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-report-document a fabio:ReportDocument ;
dcterms:title 'Yearly report on scientific research'@en ;
frbr:realizationOf :my-report ;
dcterms:description 'A document containing a report.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb102">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Report"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ReportDocument",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-report-document a fabio:ReportDocument ;\n dcterms:title 'Yearly report on scientific research'@en ;\n frbr:realizationOf :my-report ;\n dcterms:description 'A document containing a report.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The realization of a report, usually in printed form."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "report document"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb102"
},
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb102",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Report"
}
]
}
]<http://purl.org/spar/fabio/ReportDocument> <http://www.w3.org/2000/01/rdf-schema#label> "report document"@en .
<http://purl.org/spar/fabio/ReportDocument> <http://www.w3.org/2000/01/rdf-schema#comment> "The realization of a report, usually in printed form."@en .
<http://purl.org/spar/fabio/ReportDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb102 .
_:nc2534d39d31a404c8051419731cd4b5eb102 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/ReportDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/ReportDocument> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb102 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/spar/fabio/ReportDocument> <http://purl.org/vocab/vann/example> "\n :my-report-document a fabio:ReportDocument ;\n dcterms:title 'Yearly report on scientific research'@en ;\n frbr:realizationOf :my-report ;\n dcterms:description 'A document containing a report.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb102 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Report> .
<http://purl.org/spar/fabio/ReportDocument> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ReportDocument> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/ReportingStandard
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ReportingStandard a owl:Class ;
rdfs:label "reporting standard"@en ;
vann:example """
:my-reporting-standard a fabio:ReportingStandard ;
dcterms:title 'CONSORT 2010 Statement'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A set of guidelines or a formal agreement that specifies how information should be reported in a document.'@en .
""" ;
rdfs:comment "A set of recommendations for the minimum reporting requirements to be employed when reporting a particular type of investigation or project, for example a randomized clinical trial. A reporting standard may involve a checklist and a flow diagram, offers a standard way for authors to prepare a complete and transparent report of their findings, and aids their critical appraisal and interpretation of their data."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:seeAlso fabio:MinimalInformationStandard ;
rdfs:subClassOf fabio:Specification ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ReportingStandard">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Specification"/>
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/MinimalInformationStandard"/>
<rdfs:comment xml:lang="en">A set of recommendations for the minimum reporting requirements to be employed when reporting a particular type of investigation or project, for example a randomized clinical trial. A reporting standard may involve a checklist and a flow diagram, offers a standard way for authors to prepare a complete and transparent report of their findings, and aids their critical appraisal and interpretation of their data.</rdfs:comment>
<rdfs:label xml:lang="en">reporting standard</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-reporting-standard a fabio:ReportingStandard ;
dcterms:title 'CONSORT 2010 Statement'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A set of guidelines or a formal agreement that specifies how information should be reported in a document.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ReportingStandard",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-reporting-standard a fabio:ReportingStandard ;\n dcterms:title 'CONSORT 2010 Statement'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A set of guidelines or a formal agreement that specifies how information should be reported in a document.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A set of recommendations for the minimum reporting requirements to be employed when reporting a particular type of investigation or project, for example a randomized clinical trial. A reporting standard may involve a checklist and a flow diagram, offers a standard way for authors to prepare a complete and transparent report of their findings, and aids their critical appraisal and interpretation of their data."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "reporting standard"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/fabio/MinimalInformationStandard"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Specification"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ReportingStandard> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ReportingStandard> <http://purl.org/vocab/vann/example> "\n :my-reporting-standard a fabio:ReportingStandard ;\n dcterms:title 'CONSORT 2010 Statement'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A set of guidelines or a formal agreement that specifies how information should be reported in a document.'@en .\n " .
<http://purl.org/spar/fabio/ReportingStandard> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Specification> .
<http://purl.org/spar/fabio/ReportingStandard> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/MinimalInformationStandard> .
<http://purl.org/spar/fabio/ReportingStandard> <http://www.w3.org/2000/01/rdf-schema#comment> "A set of recommendations for the minimum reporting requirements to be employed when reporting a particular type of investigation or project, for example a randomized clinical trial. A reporting standard may involve a checklist and a flow diagram, offers a standard way for authors to prepare a complete and transparent report of their findings, and aids their critical appraisal and interpretation of their data."@en .
<http://purl.org/spar/fabio/ReportingStandard> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ReportingStandard> <http://www.w3.org/2000/01/rdf-schema#label> "reporting standard"@en .
<http://purl.org/spar/fabio/ReportingStandard> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/Repository
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Repository a owl:Class ;
rdfs:label "repository"@en ;
vann:example """
:my-repository a fabio:Repository ;
dcterms:title 'Zenodo Open Repository'@en ;
dcterms:description 'A facility or system for the deposit, storage, and maintenance of digital or physical items.'@en .
""" ;
rdfs:comment "A computer system in which information may be stored."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Repository">
<rdfs:comment xml:lang="en">A computer system in which information may be stored.</rdfs:comment>
<rdfs:label xml:lang="en">repository</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<vann:example>
:my-repository a fabio:Repository ;
dcterms:title 'Zenodo Open Repository'@en ;
dcterms:description 'A facility or system for the deposit, storage, and maintenance of digital or physical items.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Repository",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-repository a fabio:Repository ;\n dcterms:title 'Zenodo Open Repository'@en ;\n dcterms:description 'A facility or system for the deposit, storage, and maintenance of digital or physical items.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A computer system in which information may be stored."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "repository"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Repository> <http://purl.org/vocab/vann/example> "\n :my-repository a fabio:Repository ;\n dcterms:title 'Zenodo Open Repository'@en ;\n dcterms:description 'A facility or system for the deposit, storage, and maintenance of digital or physical items.'@en .\n " .
<http://purl.org/spar/fabio/Repository> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Repository> <http://www.w3.org/2000/01/rdf-schema#comment> "A computer system in which information may be stored."@en .
<http://purl.org/spar/fabio/Repository> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Repository> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Repository> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Repository> <http://www.w3.org/2000/01/rdf-schema#label> "repository"@en .
IRI: http://purl.org/spar/fabio/ResearchPaper
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ResearchPaper a owl:Class ;
rdfs:label "research paper"@en ;
vann:example """
:my-research-paper a fabio:ResearchPaper ;
dcterms:creator :john-doe ;
dcterms:title 'Towards a new conceptualization of Symbolic Artificial Intelligence'@en ;
dcterms:description 'A scholarly work reporting original research contributions.'@en .
""" ;
rdfs:comment "A scholarly work that reports original research contributions addressing theoretical, analytical or experimental aspects of a particular scholarly domain."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:ScholarlyWork ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ResearchPaper">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">research paper</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ScholarlyWork"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A scholarly work that reports original research contributions addressing theoretical, analytical or experimental aspects of a particular scholarly domain.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-research-paper a fabio:ResearchPaper ;
dcterms:creator :john-doe ;
dcterms:title 'Towards a new conceptualization of Symbolic Artificial Intelligence'@en ;
dcterms:description 'A scholarly work reporting original research contributions.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ResearchPaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-paper a fabio:ResearchPaper ;\n dcterms:creator :john-doe ;\n dcterms:title 'Towards a new conceptualization of Symbolic Artificial Intelligence'@en ;\n dcterms:description 'A scholarly work reporting original research contributions.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A scholarly work that reports original research contributions addressing theoretical, analytical or experimental aspects of a particular scholarly domain."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "research paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/ScholarlyWork"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ResearchPaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ResearchPaper> <http://www.w3.org/2000/01/rdf-schema#label> "research paper"@en .
<http://purl.org/spar/fabio/ResearchPaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ScholarlyWork> .
<http://purl.org/spar/fabio/ResearchPaper> <http://purl.org/vocab/vann/example> "\n :my-research-paper a fabio:ResearchPaper ;\n dcterms:creator :john-doe ;\n dcterms:title 'Towards a new conceptualization of Symbolic Artificial Intelligence'@en ;\n dcterms:description 'A scholarly work reporting original research contributions.'@en .\n " .
<http://purl.org/spar/fabio/ResearchPaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ResearchPaper> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ResearchPaper> <http://www.w3.org/2000/01/rdf-schema#comment> "A scholarly work that reports original research contributions addressing theoretical, analytical or experimental aspects of a particular scholarly domain."@en .
IRI: http://purl.org/spar/fabio/ResourcePaper
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ResourcePaper a owl:Class ;
rdfs:label "resource paper"@en ;
vann:example """
:my-resource-paper a fabio:ResourcePaper ;
dcterms:title 'A new semantic dataset for library science'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A paper describing a resource (e.g. a dataset, an ontology, a software tool) and its value to the research community.'@en .
""" ;
rdfs:comment "A scholarly work that describes resources developed to provide experimental materials or facilities, support a research hypothesis, to provide answers to a research question, or that have contributed to the generation of novel scientific work."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:ScholarlyWork ;
vs:term_status reg:statusStable ;
skos:note "Examples of such resources include, for experimental sciences, mouse mutant lines and large communally used X-ray or neutron sources, and, for computer sciences, datasets, ontologies, vocabularies, ontology design patterns, evaluation benchmarks or methods, services, APIs and software frameworks, workflows, crowdsourcing task designs, protocols and metrics."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ResourcePaper">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ScholarlyWork"/>
<rdfs:comment xml:lang="en">A scholarly work that describes resources developed to provide experimental materials or facilities, support a research hypothesis, to provide answers to a research question, or that have contributed to the generation of novel scientific work.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">resource paper</rdfs:label>
<skos:note xml:lang="en">Examples of such resources include, for experimental sciences, mouse mutant lines and large communally used X-ray or neutron sources, and, for computer sciences, datasets, ontologies, vocabularies, ontology design patterns, evaluation benchmarks or methods, services, APIs and software frameworks, workflows, crowdsourcing task designs, protocols and metrics.</skos:note>
<vann:example>
:my-resource-paper a fabio:ResourcePaper ;
dcterms:title 'A new semantic dataset for library science'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A paper describing a resource (e.g. a dataset, an ontology, a software tool) and its value to the research community.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ResourcePaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-resource-paper a fabio:ResourcePaper ;\n dcterms:title 'A new semantic dataset for library science'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A paper describing a resource (e.g. a dataset, an ontology, a software tool) and its value to the research community.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A scholarly work that describes resources developed to provide experimental materials or facilities, support a research hypothesis, to provide answers to a research question, or that have contributed to the generation of novel scientific work."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "resource paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/ScholarlyWork"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "Examples of such resources include, for experimental sciences, mouse mutant lines and large communally used X-ray or neutron sources, and, for computer sciences, datasets, ontologies, vocabularies, ontology design patterns, evaluation benchmarks or methods, services, APIs and software frameworks, workflows, crowdsourcing task designs, protocols and metrics."
}
]
}
]<http://purl.org/spar/fabio/ResourcePaper> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ResourcePaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ScholarlyWork> .
<http://purl.org/spar/fabio/ResourcePaper> <http://www.w3.org/2004/02/skos/core#note> "Examples of such resources include, for experimental sciences, mouse mutant lines and large communally used X-ray or neutron sources, and, for computer sciences, datasets, ontologies, vocabularies, ontology design patterns, evaluation benchmarks or methods, services, APIs and software frameworks, workflows, crowdsourcing task designs, protocols and metrics."@en .
<http://purl.org/spar/fabio/ResourcePaper> <http://www.w3.org/2000/01/rdf-schema#comment> "A scholarly work that describes resources developed to provide experimental materials or facilities, support a research hypothesis, to provide answers to a research question, or that have contributed to the generation of novel scientific work."@en .
<http://purl.org/spar/fabio/ResourcePaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ResourcePaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ResourcePaper> <http://purl.org/vocab/vann/example> "\n :my-resource-paper a fabio:ResourcePaper ;\n dcterms:title 'A new semantic dataset for library science'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A paper describing a resource (e.g. a dataset, an ontology, a software tool) and its value to the research community.'@en .\n " .
<http://purl.org/spar/fabio/ResourcePaper> <http://www.w3.org/2000/01/rdf-schema#label> "resource paper"@en .
IRI: http://purl.org/spar/fabio/Retraction
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Retraction a owl:Class ;
rdfs:label "retraction"@en ;
vann:example """
:my-retraction a fabio:Retraction ;
dcterms:title 'Retraction of 'Statistical analysis of environmental data 2024''@en ;
dcterms:creation :john-doe ;
dcterms:description 'A statement issued by authors, editors or other authorized officials to withdraw a previously published work or part thereof.'@en .
""" ;
rdfs:comment "A public statement made about an earlier statement that withdraws, cancels, refutes, diametrically reverses the original statement or ceases and desists from publishing the original statement."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Announcement ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Retraction">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Announcement"/>
<rdfs:comment xml:lang="en">A public statement made about an earlier statement that withdraws, cancels, refutes, diametrically reverses the original statement or ceases and desists from publishing the original statement.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">retraction</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-retraction a fabio:Retraction ;
dcterms:title 'Retraction of 'Statistical analysis of environmental data 2024''@en ;
dcterms:creation :john-doe ;
dcterms:description 'A statement issued by authors, editors or other authorized officials to withdraw a previously published work or part thereof.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Retraction",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-retraction a fabio:Retraction ;\n dcterms:title 'Retraction of 'Statistical analysis of environmental data 2024''@en ;\n dcterms:creation :john-doe ;\n dcterms:description 'A statement issued by authors, editors or other authorized officials to withdraw a previously published work or part thereof.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A public statement made about an earlier statement that withdraws, cancels, refutes, diametrically reverses the original statement or ceases and desists from publishing the original statement."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "retraction"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Announcement"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Retraction> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Retraction> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Retraction> <http://www.w3.org/2000/01/rdf-schema#label> "retraction"@en .
<http://purl.org/spar/fabio/Retraction> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Announcement> .
<http://purl.org/spar/fabio/Retraction> <http://purl.org/vocab/vann/example> "\n :my-retraction a fabio:Retraction ;\n dcterms:title 'Retraction of 'Statistical analysis of environmental data 2024''@en ;\n dcterms:creation :john-doe ;\n dcterms:description 'A statement issued by authors, editors or other authorized officials to withdraw a previously published work or part thereof.'@en .\n " .
<http://purl.org/spar/fabio/Retraction> <http://www.w3.org/2000/01/rdf-schema#comment> "A public statement made about an earlier statement that withdraws, cancels, refutes, diametrically reverses the original statement or ceases and desists from publishing the original statement."@en .
<http://purl.org/spar/fabio/Retraction> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/RetractionNotice
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:RetractionNotice a owl:Class ;
rdfs:label "retraction notice"@en ;
vann:example """
:my-retraction-notice a fabio:RetractionNotice ;
dcterms:title 'Notice of retraction for article ID-456'@en ;
frbr:realizationOf :my-retraction ;
dcterms:description 'A formal public notice about a retraction.'@en .
""" ;
rdfs:comment "A formal document which publicly withdraws, cancels, refutes, reverses an earlier statement or publication or announces the act of desisting from publishing the original statement."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:Retraction ],
fabio:Comment ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/RetractionNotice">
<rdfs:comment xml:lang="en">A formal document which publicly withdraws, cancels, refutes, reverses an earlier statement or publication or announces the act of desisting from publishing the original statement.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Comment"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb46"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">retraction notice</rdfs:label>
<vann:example>
:my-retraction-notice a fabio:RetractionNotice ;
dcterms:title 'Notice of retraction for article ID-456'@en ;
frbr:realizationOf :my-retraction ;
dcterms:description 'A formal public notice about a retraction.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb46">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Retraction"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/RetractionNotice",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-retraction-notice a fabio:RetractionNotice ;\n dcterms:title 'Notice of retraction for article ID-456'@en ;\n frbr:realizationOf :my-retraction ;\n dcterms:description 'A formal public notice about a retraction.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A formal document which publicly withdraws, cancels, refutes, reverses an earlier statement or publication or announces the act of desisting from publishing the original statement."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "retraction notice"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Comment"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb46"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb46",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Retraction"
}
]
}
]<http://purl.org/spar/fabio/RetractionNotice> <http://www.w3.org/2000/01/rdf-schema#comment> "A formal document which publicly withdraws, cancels, refutes, reverses an earlier statement or publication or announces the act of desisting from publishing the original statement."@en .
<http://purl.org/spar/fabio/RetractionNotice> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Comment> .
<http://purl.org/spar/fabio/RetractionNotice> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb46 .
<http://purl.org/spar/fabio/RetractionNotice> <http://purl.org/vocab/vann/example> "\n :my-retraction-notice a fabio:RetractionNotice ;\n dcterms:title 'Notice of retraction for article ID-456'@en ;\n frbr:realizationOf :my-retraction ;\n dcterms:description 'A formal public notice about a retraction.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb46 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Retraction> .
_:nc2534d39d31a404c8051419731cd4b5eb46 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/RetractionNotice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/RetractionNotice> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/RetractionNotice> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/RetractionNotice> <http://www.w3.org/2000/01/rdf-schema#label> "retraction notice"@en .
_:nc2534d39d31a404c8051419731cd4b5eb46 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Review a owl:Class ;
rdfs:label "review"@en ;
vann:example """
:my-review a fabio:Review ;
dcterms:title 'Review of the book 'Intelligent Agents 101''@en ;
dcterms:creator :john-doe ;
dcterms:description 'A critical evaluation of a work, typically published in a journal or newspaper.'@en .
""" ;
rdfs:comment "A review of others' work."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Review">
<rdfs:label xml:lang="en">review</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A review of others' work.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-review a fabio:Review ;
dcterms:title 'Review of the book 'Intelligent Agents 101''@en ;
dcterms:creator :john-doe ;
dcterms:description 'A critical evaluation of a work, typically published in a journal or newspaper.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Review",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-review a fabio:Review ;\n dcterms:title 'Review of the book 'Intelligent Agents 101''@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A critical evaluation of a work, typically published in a journal or newspaper.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A review of others' work."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "review"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Review> <http://www.w3.org/2000/01/rdf-schema#label> "review"@en .
<http://purl.org/spar/fabio/Review> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Review> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Review> <http://www.w3.org/2000/01/rdf-schema#comment> "A review of others' work."@en .
<http://purl.org/spar/fabio/Review> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/Review> <http://purl.org/vocab/vann/example> "\n :my-review a fabio:Review ;\n dcterms:title 'Review of the book 'Intelligent Agents 101''@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A critical evaluation of a work, typically published in a journal or newspaper.'@en .\n " .
<http://purl.org/spar/fabio/Review> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ReviewArticle a owl:Class ;
rdfs:label "review article"@en ;
vann:example """
:my-review-article a fabio:ReviewArticle ;
dcterms:title 'Review of the book 'Intelligent Agents 101''@en ;
frbr:realizationOf :my-review ;
dcterms:description 'An article containing a review.'@en .
""" ;
rdfs:comment "An article that contains a review."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:Review ],
fabio:Article ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ReviewArticle">
<rdfs:comment xml:lang="en">An article that contains a review.</rdfs:comment>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb47"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Article"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">review article</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-review-article a fabio:ReviewArticle ;
dcterms:title 'Review of the book 'Intelligent Agents 101''@en ;
frbr:realizationOf :my-review ;
dcterms:description 'An article containing a review.'@en .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb47">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Review"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ReviewArticle",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-review-article a fabio:ReviewArticle ;\n dcterms:title 'Review of the book 'Intelligent Agents 101''@en ;\n frbr:realizationOf :my-review ;\n dcterms:description 'An article containing a review.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An article that contains a review."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "review article"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb47"
},
{
"@id": "http://purl.org/spar/fabio/Article"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb47",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Review"
}
]
}
]<http://purl.org/spar/fabio/ReviewArticle> <http://www.w3.org/2000/01/rdf-schema#comment> "An article that contains a review."@en .
_:nc2534d39d31a404c8051419731cd4b5eb47 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/spar/fabio/ReviewArticle> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb47 .
_:nc2534d39d31a404c8051419731cd4b5eb47 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Review> .
<http://purl.org/spar/fabio/ReviewArticle> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ReviewArticle> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Article> .
<http://purl.org/spar/fabio/ReviewArticle> <http://www.w3.org/2000/01/rdf-schema#label> "review article"@en .
<http://purl.org/spar/fabio/ReviewArticle> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb47 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/ReviewArticle> <http://purl.org/vocab/vann/example> "\n :my-review-article a fabio:ReviewArticle ;\n dcterms:title 'Review of the book 'Intelligent Agents 101''@en ;\n frbr:realizationOf :my-review ;\n dcterms:description 'An article containing a review.'@en .\n " .
<http://purl.org/spar/fabio/ReviewArticle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/ReviewPaper
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ReviewPaper a owl:Class ;
rdfs:label "review paper"@en ;
vann:example """
:my-review-paper a fabio:ReviewPaper ;
dcterms:title 'New developments in Deep Learning'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A paper that summarizes the current state of understanding on a topic, by surveying and summarizing previously published studies.'@en .
""" ;
rdfs:comment "A scholarly work that surveys the state of the art of topics central to a particular subject or relating to a specific domain (e.g. the scope of a certain journal or conference). Papers of this kind may contain a selective bibliography listing key papers related to the subject or providing advice on information sources, or they may strive to be comprehensive, covering all contributions to the development of a topic and exploring their different findings or views."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Review,
fabio:ScholarlyWork ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ReviewPaper">
<rdfs:comment xml:lang="en">A scholarly work that surveys the state of the art of topics central to a particular subject or relating to a specific domain (e.g. the scope of a certain journal or conference). Papers of this kind may contain a selective bibliography listing key papers related to the subject or providing advice on information sources, or they may strive to be comprehensive, covering all contributions to the development of a topic and exploring their different findings or views.</rdfs:comment>
<rdfs:label xml:lang="en">review paper</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ScholarlyWork"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Review"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-review-paper a fabio:ReviewPaper ;
dcterms:title 'New developments in Deep Learning'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A paper that summarizes the current state of understanding on a topic, by surveying and summarizing previously published studies.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ReviewPaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-review-paper a fabio:ReviewPaper ;\n dcterms:title 'New developments in Deep Learning'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A paper that summarizes the current state of understanding on a topic, by surveying and summarizing previously published studies.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A scholarly work that surveys the state of the art of topics central to a particular subject or relating to a specific domain (e.g. the scope of a certain journal or conference). Papers of this kind may contain a selective bibliography listing key papers related to the subject or providing advice on information sources, or they may strive to be comprehensive, covering all contributions to the development of a topic and exploring their different findings or views."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "review paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/ScholarlyWork"
},
{
"@id": "http://purl.org/spar/fabio/Review"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ReviewPaper> <http://www.w3.org/2000/01/rdf-schema#label> "review paper"@en .
<http://purl.org/spar/fabio/ReviewPaper> <http://www.w3.org/2000/01/rdf-schema#comment> "A scholarly work that surveys the state of the art of topics central to a particular subject or relating to a specific domain (e.g. the scope of a certain journal or conference). Papers of this kind may contain a selective bibliography listing key papers related to the subject or providing advice on information sources, or they may strive to be comprehensive, covering all contributions to the development of a topic and exploring their different findings or views."@en .
<http://purl.org/spar/fabio/ReviewPaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ReviewPaper> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ReviewPaper> <http://purl.org/vocab/vann/example> "\n :my-review-paper a fabio:ReviewPaper ;\n dcterms:title 'New developments in Deep Learning'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A paper that summarizes the current state of understanding on a topic, by surveying and summarizing previously published studies.'@en .\n " .
<http://purl.org/spar/fabio/ReviewPaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ScholarlyWork> .
<http://purl.org/spar/fabio/ReviewPaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Review> .
<http://purl.org/spar/fabio/ReviewPaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/ScholarlyWork
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ScholarlyWork a owl:Class ;
rdfs:label "scholarly work"@en ;
vann:example """
:my-scholarly-work a fabio:ScholarlyWork ;
dcterms:title 'Theory of General Relativity'@en ;
dcterms:creator :albert-einstein ;
dcterms:description 'A work created for the purpose of promoting or recording academic or scholarly research.'@en .
""" ;
rdfs:comment "A work that reports scholarly activity on a particular topic, either published in written form, or delivered orally at a meeting."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ScholarlyWork">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdfs:label xml:lang="en">scholarly work</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A work that reports scholarly activity on a particular topic, either published in written form, or delivered orally at a meeting.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-scholarly-work a fabio:ScholarlyWork ;
dcterms:title 'Theory of General Relativity'@en ;
dcterms:creator :albert-einstein ;
dcterms:description 'A work created for the purpose of promoting or recording academic or scholarly research.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ScholarlyWork",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-scholarly-work a fabio:ScholarlyWork ;\n dcterms:title 'Theory of General Relativity'@en ;\n dcterms:creator :albert-einstein ;\n dcterms:description 'A work created for the purpose of promoting or recording academic or scholarly research.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A work that reports scholarly activity on a particular topic, either published in written form, or delivered orally at a meeting."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "scholarly work"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ScholarlyWork> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ScholarlyWork> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/ScholarlyWork> <http://www.w3.org/2000/01/rdf-schema#label> "scholarly work"@en .
<http://purl.org/spar/fabio/ScholarlyWork> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ScholarlyWork> <http://www.w3.org/2000/01/rdf-schema#comment> "A work that reports scholarly activity on a particular topic, either published in written form, or delivered orally at a meeting."@en .
<http://purl.org/spar/fabio/ScholarlyWork> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ScholarlyWork> <http://purl.org/vocab/vann/example> "\n :my-scholarly-work a fabio:ScholarlyWork ;\n dcterms:title 'Theory of General Relativity'@en ;\n dcterms:creator :albert-einstein ;\n dcterms:description 'A work created for the purpose of promoting or recording academic or scholarly research.'@en .\n " .
IRI: http://purl.org/spar/fabio/Screenplay
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Screenplay a owl:Class ;
rdfs:label "screenplay"@en ;
vann:example """
:my-screenplay a fabio:Screenplay ;
dcterms:title 'Screenplay for 'Possession''@en ;
dcterms:creator :john-doe ;
dcterms:description 'A document that outlines the story, characters, and dialogue of a film or television show.'@en .
""" ;
rdfs:comment "A written work made especially for a film or television program. Screenplays can be original works or adaptations from existing pieces of writing, for example novels."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:LiteraryArtisticWork ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Screenplay">
<rdfs:comment xml:lang="en">A written work made especially for a film or television program. Screenplays can be original works or adaptations from existing pieces of writing, for example novels.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/LiteraryArtisticWork"/>
<rdfs:label xml:lang="en">screenplay</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-screenplay a fabio:Screenplay ;
dcterms:title 'Screenplay for 'Possession''@en ;
dcterms:creator :john-doe ;
dcterms:description 'A document that outlines the story, characters, and dialogue of a film or television show.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Screenplay",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-screenplay a fabio:Screenplay ;\n dcterms:title 'Screenplay for 'Possession''@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A document that outlines the story, characters, and dialogue of a film or television show.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A written work made especially for a film or television program. Screenplays can be original works or adaptations from existing pieces of writing, for example novels."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "screenplay"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/LiteraryArtisticWork"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Screenplay> <http://www.w3.org/2000/01/rdf-schema#label> "screenplay"@en .
<http://purl.org/spar/fabio/Screenplay> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Screenplay> <http://www.w3.org/2000/01/rdf-schema#comment> "A written work made especially for a film or television program. Screenplays can be original works or adaptations from existing pieces of writing, for example novels."@en .
<http://purl.org/spar/fabio/Screenplay> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Screenplay> <http://purl.org/vocab/vann/example> "\n :my-screenplay a fabio:Screenplay ;\n dcterms:title 'Screenplay for 'Possession''@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A document that outlines the story, characters, and dialogue of a film or television show.'@en .\n " .
<http://purl.org/spar/fabio/Screenplay> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/LiteraryArtisticWork> .
<http://purl.org/spar/fabio/Screenplay> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/Script
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Script a owl:Class ;
rdfs:label "script"@en ;
vann:example """
:my-script a fabio:Script ;
dcterms:title 'Python script for bibliographic data cleaning'@en ;
dcterms:description 'A program or sequence of instructions that is interpreted or carried out by another program.'@en .
""" ;
rdfs:comment "A small computer program written in a scripting language such as JavaScript, PHP or Perl that allows control of one or more software applications."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:ComputerProgram ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Script">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ComputerProgram"/>
<rdfs:label xml:lang="en">script</rdfs:label>
<rdfs:comment xml:lang="en">A small computer program written in a scripting language such as JavaScript, PHP or Perl that allows control of one or more software applications.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-script a fabio:Script ;
dcterms:title 'Python script for bibliographic data cleaning'@en ;
dcterms:description 'A program or sequence of instructions that is interpreted or carried out by another program.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Script",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-script a fabio:Script ;\n dcterms:title 'Python script for bibliographic data cleaning'@en ;\n dcterms:description 'A program or sequence of instructions that is interpreted or carried out by another program.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A small computer program written in a scripting language such as JavaScript, PHP or Perl that allows control of one or more software applications."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "script"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/ComputerProgram"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Script> <http://www.w3.org/2000/01/rdf-schema#comment> "A small computer program written in a scripting language such as JavaScript, PHP or Perl that allows control of one or more software applications."@en .
<http://purl.org/spar/fabio/Script> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Script> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ComputerProgram> .
<http://purl.org/spar/fabio/Script> <http://purl.org/vocab/vann/example> "\n :my-script a fabio:Script ;\n dcterms:title 'Python script for bibliographic data cleaning'@en ;\n dcterms:description 'A program or sequence of instructions that is interpreted or carried out by another program.'@en .\n " .
<http://purl.org/spar/fabio/Script> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Script> <http://www.w3.org/2000/01/rdf-schema#label> "script"@en .
<http://purl.org/spar/fabio/Script> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/Series
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Series a owl:Class ;
rdfs:label "series"@en ;
vann:example """
:my-series a fabio:Series ;
dcterms:title 'Lecture Notes in Computer Science'@en ;
dcterms:description 'A sequence of separate expressions published in succession by a single publisher, typically with a common title for the entire set.'@en .
""" ;
rdfs:comment "A sequence of expressions having certain characteristics in common that are formally identified together as a group."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:ExpressionCollection ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Series">
<rdfs:comment xml:lang="en">A sequence of expressions having certain characteristics in common that are formally identified together as a group.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ExpressionCollection"/>
<rdfs:label xml:lang="en">series</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-series a fabio:Series ;
dcterms:title 'Lecture Notes in Computer Science'@en ;
dcterms:description 'A sequence of separate expressions published in succession by a single publisher, typically with a common title for the entire set.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Series",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-series a fabio:Series ;\n dcterms:title 'Lecture Notes in Computer Science'@en ;\n dcterms:description 'A sequence of separate expressions published in succession by a single publisher, typically with a common title for the entire set.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A sequence of expressions having certain characteristics in common that are formally identified together as a group."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "series"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/ExpressionCollection"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Series> <http://www.w3.org/2000/01/rdf-schema#label> "series"@en .
<http://purl.org/spar/fabio/Series> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Series> <http://www.w3.org/2000/01/rdf-schema#comment> "A sequence of expressions having certain characteristics in common that are formally identified together as a group."@en .
<http://purl.org/spar/fabio/Series> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Series> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ExpressionCollection> .
<http://purl.org/spar/fabio/Series> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Series> <http://purl.org/vocab/vann/example> "\n :my-series a fabio:Series ;\n dcterms:title 'Lecture Notes in Computer Science'@en ;\n dcterms:description 'A sequence of separate expressions published in succession by a single publisher, typically with a common title for the entire set.'@en .\n " .
IRI: http://purl.org/spar/fabio/ShortStory
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ShortStory a owl:Class ;
rdfs:label "short story"@en ;
vann:example """
:my-short-story a fabio:ShortStory ;
dcterms:title 'Exhalation'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A brief work of fiction, usually written in prose.'@en .
""" ;
rdfs:comment "A work of fiction that is usually written in prose, often in narrative format. This format tends to be more focused and less elaborate than longer works of fiction such as novels."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:LiteraryArtisticWork ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ShortStory">
<rdfs:label xml:lang="en">short story</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A work of fiction that is usually written in prose, often in narrative format. This format tends to be more focused and less elaborate than longer works of fiction such as novels.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/LiteraryArtisticWork"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-short-story a fabio:ShortStory ;
dcterms:title 'Exhalation'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A brief work of fiction, usually written in prose.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ShortStory",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-short-story a fabio:ShortStory ;\n dcterms:title 'Exhalation'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A brief work of fiction, usually written in prose.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A work of fiction that is usually written in prose, often in narrative format. This format tends to be more focused and less elaborate than longer works of fiction such as novels."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "short story"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/LiteraryArtisticWork"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ShortStory> <http://purl.org/vocab/vann/example> "\n :my-short-story a fabio:ShortStory ;\n dcterms:title 'Exhalation'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A brief work of fiction, usually written in prose.'@en .\n " .
<http://purl.org/spar/fabio/ShortStory> <http://www.w3.org/2000/01/rdf-schema#label> "short story"@en .
<http://purl.org/spar/fabio/ShortStory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/ShortStory> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ShortStory> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ShortStory> <http://www.w3.org/2000/01/rdf-schema#comment> "A work of fiction that is usually written in prose, often in narrative format. This format tends to be more focused and less elaborate than longer works of fiction such as novels."@en .
<http://purl.org/spar/fabio/ShortStory> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/LiteraryArtisticWork> .
IRI: http://purl.org/spar/fabio/Software
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Software a owl:Class ;
rdfs:label "software"@en ;
vann:example """
:my-software a fabio:Software ;
dcterms:title 'Data Parser Tool'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A set of instructions that a computer can use to perform a specific task.'@en .
""" ;
rdfs:comment "The distinct intellectual creation of a computer program or software application. It represents the abstract concept, logic, and intended functionality of the software, independent of any specific source code implementation, programming language, or compiled version."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Software">
<rdfs:comment xml:lang="en">The distinct intellectual creation of a computer program or software application. It represents the abstract concept, logic, and intended functionality of the software, independent of any specific source code implementation, programming language, or compiled version.</rdfs:comment>
<rdfs:label xml:lang="en">software</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-software a fabio:Software ;
dcterms:title 'Data Parser Tool'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A set of instructions that a computer can use to perform a specific task.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Software",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-software a fabio:Software ;\n dcterms:title 'Data Parser Tool'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A set of instructions that a computer can use to perform a specific task.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The distinct intellectual creation of a computer program or software application. It represents the abstract concept, logic, and intended functionality of the software, independent of any specific source code implementation, programming language, or compiled version."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "software"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Software> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Software> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/Software> <http://purl.org/vocab/vann/example> "\n :my-software a fabio:Software ;\n dcterms:title 'Data Parser Tool'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A set of instructions that a computer can use to perform a specific task.'@en .\n " .
<http://purl.org/spar/fabio/Software> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Software> <http://www.w3.org/2000/01/rdf-schema#label> "software"@en .
<http://purl.org/spar/fabio/Software> <http://www.w3.org/2000/01/rdf-schema#comment> "The distinct intellectual creation of a computer program or software application. It represents the abstract concept, logic, and intended functionality of the software, independent of any specific source code implementation, programming language, or compiled version."@en .
<http://purl.org/spar/fabio/Software> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/Song
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Song a owl:Class ;
rdfs:label "song"@en ;
vann:example """
:my-song a fabio:Song ;
dcterms:title 'Your song'@en ;
dcterms:creator :john-lennon ;
dcterms:description 'A short musical composition with words.'@en .
""" ;
rdfs:comment "A musical composition that contains vocal parts ('lyrics') that are performed ('sung')."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:MusicalComposition ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Song">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/MusicalComposition"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">song</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A musical composition that contains vocal parts ('lyrics') that are performed ('sung').</rdfs:comment>
<vann:example>
:my-song a fabio:Song ;
dcterms:title 'Your song'@en ;
dcterms:creator :john-lennon ;
dcterms:description 'A short musical composition with words.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Song",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-song a fabio:Song ;\n dcterms:title 'Your song'@en ;\n dcterms:creator :john-lennon ;\n dcterms:description 'A short musical composition with words.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A musical composition that contains vocal parts ('lyrics') that are performed ('sung')."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "song"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/MusicalComposition"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Song> <http://www.w3.org/2000/01/rdf-schema#label> "song"@en .
<http://purl.org/spar/fabio/Song> <http://purl.org/vocab/vann/example> "\n :my-song a fabio:Song ;\n dcterms:title 'Your song'@en ;\n dcterms:creator :john-lennon ;\n dcterms:description 'A short musical composition with words.'@en .\n " .
<http://purl.org/spar/fabio/Song> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Song> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Song> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/MusicalComposition> .
<http://purl.org/spar/fabio/Song> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Song> <http://www.w3.org/2000/01/rdf-schema#comment> "A musical composition that contains vocal parts ('lyrics') that are performed ('sung')."@en .
IRI: http://purl.org/spar/fabio/SoundRecording
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:SoundRecording a owl:Class ;
rdfs:label "sound recording"@en ;
vann:example """
:my-sound-recording a fabio:SoundRecording ;
dcterms:title 'Audio recording of lesson 01'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A recording of sound, such as music, speech, or other sounds.'@en .
""" ;
rdfs:comment "The creative work of making an electrical or mechanical recording of sounds, such as the spoken voice, singing, instrumental music, animal vocalizations or sound effects. "@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/SoundRecording">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdfs:label xml:lang="en">sound recording</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">The creative work of making an electrical or mechanical recording of sounds, such as the spoken voice, singing, instrumental music, animal vocalizations or sound effects. </rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-sound-recording a fabio:SoundRecording ;
dcterms:title 'Audio recording of lesson 01'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A recording of sound, such as music, speech, or other sounds.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/SoundRecording",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-sound-recording a fabio:SoundRecording ;\n dcterms:title 'Audio recording of lesson 01'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A recording of sound, such as music, speech, or other sounds.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The creative work of making an electrical or mechanical recording of sounds, such as the spoken voice, singing, instrumental music, animal vocalizations or sound effects. "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "sound recording"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/SoundRecording> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/SoundRecording> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/SoundRecording> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/SoundRecording> <http://www.w3.org/2000/01/rdf-schema#comment> "The creative work of making an electrical or mechanical recording of sounds, such as the spoken voice, singing, instrumental music, animal vocalizations or sound effects. "@en .
<http://purl.org/spar/fabio/SoundRecording> <http://www.w3.org/2000/01/rdf-schema#label> "sound recording"@en .
<http://purl.org/spar/fabio/SoundRecording> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/SoundRecording> <http://purl.org/vocab/vann/example> "\n :my-sound-recording a fabio:SoundRecording ;\n dcterms:title 'Audio recording of lesson 01'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A recording of sound, such as music, speech, or other sounds.'@en .\n " .
IRI: http://purl.org/spar/fabio/Specification
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Specification a owl:Class ;
rdfs:label "specification"@en ;
vann:example """
:my-specification a fabio:Specification ;
dcterms:title 'Hypertext Transfer Protocol -- HTTP/1.1'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A detailed description of the criteria for an item, such as a software system or a technical standard.'@en .
""" ;
rdfs:comment "An explicit description of, or set of requirements to be satisfied by, a material, product, resource, service or standard."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Specification">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdfs:label xml:lang="en">specification</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">An explicit description of, or set of requirements to be satisfied by, a material, product, resource, service or standard.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-specification a fabio:Specification ;
dcterms:title 'Hypertext Transfer Protocol -- HTTP/1.1'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A detailed description of the criteria for an item, such as a software system or a technical standard.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Specification",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-specification a fabio:Specification ;\n dcterms:title 'Hypertext Transfer Protocol -- HTTP/1.1'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A detailed description of the criteria for an item, such as a software system or a technical standard.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An explicit description of, or set of requirements to be satisfied by, a material, product, resource, service or standard."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "specification"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Specification> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Specification> <http://purl.org/vocab/vann/example> "\n :my-specification a fabio:Specification ;\n dcterms:title 'Hypertext Transfer Protocol -- HTTP/1.1'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A detailed description of the criteria for an item, such as a software system or a technical standard.'@en .\n " .
<http://purl.org/spar/fabio/Specification> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Specification> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Specification> <http://www.w3.org/2000/01/rdf-schema#comment> "An explicit description of, or set of requirements to be satisfied by, a material, product, resource, service or standard."@en .
<http://purl.org/spar/fabio/Specification> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/Specification> <http://www.w3.org/2000/01/rdf-schema#label> "specification"@en .
IRI: http://purl.org/spar/fabio/SpecificationDocument
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:SpecificationDocument a owl:Class ;
rdfs:label "specification document"@en ;
vann:example """
:my-specification-document a fabio:SpecificationDocument ;
dcterms:title 'Specification document for HTTP/1.1'@en ;
frbr:realizationOf :my-specification ;
dcterms:description 'A document containing a specification.'@en .
""" ;
rdfs:comment "The realization of a specification (a standard, a workflow, etc.)."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:Specification ],
fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/SpecificationDocument">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">specification document</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb111"/>
<rdfs:comment xml:lang="en">The realization of a specification (a standard, a workflow, etc.).</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-specification-document a fabio:SpecificationDocument ;
dcterms:title 'Specification document for HTTP/1.1'@en ;
frbr:realizationOf :my-specification ;
dcterms:description 'A document containing a specification.'@en .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb111">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Specification"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/SpecificationDocument",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-specification-document a fabio:SpecificationDocument ;\n dcterms:title 'Specification document for HTTP/1.1'@en ;\n frbr:realizationOf :my-specification ;\n dcterms:description 'A document containing a specification.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The realization of a specification (a standard, a workflow, etc.)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "specification document"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb111"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb111",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Specification"
}
]
}
]<http://purl.org/spar/fabio/SpecificationDocument> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb111 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/spar/fabio/SpecificationDocument> <http://www.w3.org/2000/01/rdf-schema#label> "specification document"@en .
_:nc2534d39d31a404c8051419731cd4b5eb111 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/SpecificationDocument> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/SpecificationDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/SpecificationDocument> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/SpecificationDocument> <http://www.w3.org/2000/01/rdf-schema#comment> "The realization of a specification (a standard, a workflow, etc.)."@en .
_:nc2534d39d31a404c8051419731cd4b5eb111 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Specification> .
<http://purl.org/spar/fabio/SpecificationDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb111 .
<http://purl.org/spar/fabio/SpecificationDocument> <http://purl.org/vocab/vann/example> "\n :my-specification-document a fabio:SpecificationDocument ;\n dcterms:title 'Specification document for HTTP/1.1'@en ;\n frbr:realizationOf :my-specification ;\n dcterms:description 'A document containing a specification.'@en .\n " .
IRI: http://purl.org/spar/fabio/Spreadsheet
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Spreadsheet a owl:Class ;
rdfs:label "spreadsheet"@en ;
vann:example """
:my-spreadsheet a fabio:Spreadsheet ;
dcterms:title 'Budget analysis for research 2026'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A document that presents data in a grid of rows and columns, often used for calculations and data analysis.'@en .
""" ;
rdfs:comment "An electronic form of data storage that displays a grid of rows and columns, in which each editable cell can contain alphanumeric text, a numeric value, or a formula that defines how the content of that cell is to be calculated from the content of another cell or cells."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Spreadsheet">
<rdfs:label xml:lang="en">spreadsheet</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">An electronic form of data storage that displays a grid of rows and columns, in which each editable cell can contain alphanumeric text, a numeric value, or a formula that defines how the content of that cell is to be calculated from the content of another cell or cells.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-spreadsheet a fabio:Spreadsheet ;
dcterms:title 'Budget analysis for research 2026'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A document that presents data in a grid of rows and columns, often used for calculations and data analysis.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Spreadsheet",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-spreadsheet a fabio:Spreadsheet ;\n dcterms:title 'Budget analysis for research 2026'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A document that presents data in a grid of rows and columns, often used for calculations and data analysis.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An electronic form of data storage that displays a grid of rows and columns, in which each editable cell can contain alphanumeric text, a numeric value, or a formula that defines how the content of that cell is to be calculated from the content of another cell or cells."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "spreadsheet"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Spreadsheet> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Spreadsheet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Spreadsheet> <http://purl.org/vocab/vann/example> "\n :my-spreadsheet a fabio:Spreadsheet ;\n dcterms:title 'Budget analysis for research 2026'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A document that presents data in a grid of rows and columns, often used for calculations and data analysis.'@en .\n " .
<http://purl.org/spar/fabio/Spreadsheet> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Spreadsheet> <http://www.w3.org/2000/01/rdf-schema#comment> "An electronic form of data storage that displays a grid of rows and columns, in which each editable cell can contain alphanumeric text, a numeric value, or a formula that defines how the content of that cell is to be calculated from the content of another cell or cells."@en .
<http://purl.org/spar/fabio/Spreadsheet> <http://www.w3.org/2000/01/rdf-schema#label> "spreadsheet"@en .
<http://purl.org/spar/fabio/Spreadsheet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/StandardOperatingProcedure
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:StandardOperatingProcedure a owl:Class ;
rdfs:label "standard operating procedure"@en ;
vann:example """
:my-standard-operating-procedure a fabio:StandardOperatingProcedure ;
dcterms:title 'SOP for DNA sequencing (v2.1)'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A set of step-by-step instructions compiled by an organization to help workers carry out complex routine operations.'@en .
""" ;
rdfs:comment "Clear and detailed written instructions of a prescribed step-by-step procedure to be routinely followed, and decisions to be made when undertaking a specific task, process or function, to achieve consistent performance, ensure safety and/or assure data quality."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Specification ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/StandardOperatingProcedure">
<rdfs:comment xml:lang="en">Clear and detailed written instructions of a prescribed step-by-step procedure to be routinely followed, and decisions to be made when undertaking a specific task, process or function, to achieve consistent performance, ensure safety and/or assure data quality.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">standard operating procedure</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Specification"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-standard-operating-procedure a fabio:StandardOperatingProcedure ;
dcterms:title 'SOP for DNA sequencing (v2.1)'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A set of step-by-step instructions compiled by an organization to help workers carry out complex routine operations.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/StandardOperatingProcedure",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-standard-operating-procedure a fabio:StandardOperatingProcedure ;\n dcterms:title 'SOP for DNA sequencing (v2.1)'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A set of step-by-step instructions compiled by an organization to help workers carry out complex routine operations.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Clear and detailed written instructions of a prescribed step-by-step procedure to be routinely followed, and decisions to be made when undertaking a specific task, process or function, to achieve consistent performance, ensure safety and/or assure data quality."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "standard operating procedure"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Specification"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/StandardOperatingProcedure> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/StandardOperatingProcedure> <http://www.w3.org/2000/01/rdf-schema#comment> "Clear and detailed written instructions of a prescribed step-by-step procedure to be routinely followed, and decisions to be made when undertaking a specific task, process or function, to achieve consistent performance, ensure safety and/or assure data quality."@en .
<http://purl.org/spar/fabio/StandardOperatingProcedure> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/StandardOperatingProcedure> <http://www.w3.org/2000/01/rdf-schema#label> "standard operating procedure"@en .
<http://purl.org/spar/fabio/StandardOperatingProcedure> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Specification> .
<http://purl.org/spar/fabio/StandardOperatingProcedure> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/StandardOperatingProcedure> <http://purl.org/vocab/vann/example> "\n :my-standard-operating-procedure a fabio:StandardOperatingProcedure ;\n dcterms:title 'SOP for DNA sequencing (v2.1)'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A set of step-by-step instructions compiled by an organization to help workers carry out complex routine operations.'@en .\n " .
IRI: http://purl.org/spar/fabio/StillImage
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:StillImage a owl:Class ;
rdfs:label "still image"@en ;
vann:example """
:my-still-image a fabio:StillImage ;
dcterms:title 'System architecture diagram v1'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A visual representation on a surface, such as a photograph, drawing, or painting, that is static and does not move.'@en .
""" ;
rdfs:comment "A recorded static visual representation. This class of image includes diagrams, drawings, graphs, graphic designs, plans, maps, photographs and prints."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Image ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/StillImage">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A recorded static visual representation. This class of image includes diagrams, drawings, graphs, graphic designs, plans, maps, photographs and prints.</rdfs:comment>
<rdfs:label xml:lang="en">still image</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Image"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-still-image a fabio:StillImage ;
dcterms:title 'System architecture diagram v1'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A visual representation on a surface, such as a photograph, drawing, or painting, that is static and does not move.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/StillImage",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-still-image a fabio:StillImage ;\n dcterms:title 'System architecture diagram v1'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A visual representation on a surface, such as a photograph, drawing, or painting, that is static and does not move.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A recorded static visual representation. This class of image includes diagrams, drawings, graphs, graphic designs, plans, maps, photographs and prints."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "still image"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Image"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/StillImage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/StillImage> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/StillImage> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/StillImage> <http://purl.org/vocab/vann/example> "\n :my-still-image a fabio:StillImage ;\n dcterms:title 'System architecture diagram v1'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A visual representation on a surface, such as a photograph, drawing, or painting, that is static and does not move.'@en .\n " .
<http://purl.org/spar/fabio/StillImage> <http://www.w3.org/2000/01/rdf-schema#comment> "A recorded static visual representation. This class of image includes diagrams, drawings, graphs, graphic designs, plans, maps, photographs and prints."@en .
<http://purl.org/spar/fabio/StillImage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Image> .
<http://purl.org/spar/fabio/StillImage> <http://www.w3.org/2000/01/rdf-schema#label> "still image"@en .
IRI: http://purl.org/spar/fabio/StorageMedium
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:StorageMedium a owl:Class ;
rdfs:label "storage medium"@en ;
vann:example """
:my-storage-medium a fabio:StorageMedium ;
dcterms:title 'A storage medium'@en ;
dcterms:description 'A physical medium on which data can be stored, such as a magnetic disk, optical disc, or flash drive.'@en .
""" ;
rdfs:comment "A device for recording information or storing data."@en ;
rdfs:isDefinedBy fabio: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/StorageMedium">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">storage medium</rdfs:label>
<rdfs:comment xml:lang="en">A device for recording information or storing data.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-storage-medium a fabio:StorageMedium ;
dcterms:title 'A storage medium'@en ;
dcterms:description 'A physical medium on which data can be stored, such as a magnetic disk, optical disc, or flash drive.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/StorageMedium",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-storage-medium a fabio:StorageMedium ;\n dcterms:title 'A storage medium'@en ;\n dcterms:description 'A physical medium on which data can be stored, such as a magnetic disk, optical disc, or flash drive.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A device for recording information or storing data."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "storage medium"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/StorageMedium> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/StorageMedium> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/StorageMedium> <http://www.w3.org/2000/01/rdf-schema#comment> "A device for recording information or storing data."@en .
<http://purl.org/spar/fabio/StorageMedium> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/StorageMedium> <http://www.w3.org/2000/01/rdf-schema#label> "storage medium"@en .
<http://purl.org/spar/fabio/StorageMedium> <http://purl.org/vocab/vann/example> "\n :my-storage-medium a fabio:StorageMedium ;\n dcterms:title 'A storage medium'@en ;\n dcterms:description 'A physical medium on which data can be stored, such as a magnetic disk, optical disc, or flash drive.'@en .\n " .
IRI: http://purl.org/spar/fabio/StructuredSummary
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:StructuredSummary a owl:Class ;
rdfs:label "structured summary"@en ;
vann:example """
:my-structured-summary a fabio:StructuredSummary ;
dcterms:title 'Structured summary of Project X'@en ;
frbr:realizationOf :my-minimal-information-standard ;
dcterms:description 'A summary of a document that is structured into formal sections, such as Background, Methods, Results, and Conclusions.'@en .
""" ;
rdfs:comment "A structured summary containing essential metadata describing a research investigation and/or the research outputs that have resulted from it, for example datasets and journal articles, structured according to some minimal information standard."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:seeAlso fabio:Abstract ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:MinimalInformationStandard ],
fabio:SpecificationDocument ;
vs:term_status reg:statusStable ;
skos:note """
Such a structured summary can be embodied in both human-readable and machine-readable manifestations, e.g. HTML and RDF.
It differs from the abstract of a journal article, in that the latter is written as a piece of continuous prose, but typically omits vital factual information about the investigation, such as when and where it was conducted, by whom, and on now many specimens or subjects.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/StructuredSummary">
<rdfs:seeAlso rdf:resource="http://purl.org/spar/fabio/Abstract"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">structured summary</rdfs:label>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb98"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/SpecificationDocument"/>
<rdfs:comment xml:lang="en">A structured summary containing essential metadata describing a research investigation and/or the research outputs that have resulted from it, for example datasets and journal articles, structured according to some minimal information standard.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
Such a structured summary can be embodied in both human-readable and machine-readable manifestations, e.g. HTML and RDF.
It differs from the abstract of a journal article, in that the latter is written as a piece of continuous prose, but typically omits vital factual information about the investigation, such as when and where it was conducted, by whom, and on now many specimens or subjects.
</skos:note>
<vann:example>
:my-structured-summary a fabio:StructuredSummary ;
dcterms:title 'Structured summary of Project X'@en ;
frbr:realizationOf :my-minimal-information-standard ;
dcterms:description 'A summary of a document that is structured into formal sections, such as Background, Methods, Results, and Conclusions.'@en .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb98">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/MinimalInformationStandard"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/StructuredSummary",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-structured-summary a fabio:StructuredSummary ;\n dcterms:title 'Structured summary of Project X'@en ;\n frbr:realizationOf :my-minimal-information-standard ;\n dcterms:description 'A summary of a document that is structured into formal sections, such as Background, Methods, Results, and Conclusions.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A structured summary containing essential metadata describing a research investigation and/or the research outputs that have resulted from it, for example datasets and journal articles, structured according to some minimal information standard."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "structured summary"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://purl.org/spar/fabio/Abstract"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb98"
},
{
"@id": "http://purl.org/spar/fabio/SpecificationDocument"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nSuch a structured summary can be embodied in both human-readable and machine-readable manifestations, e.g. HTML and RDF. \nIt differs from the abstract of a journal article, in that the latter is written as a piece of continuous prose, but typically omits vital factual information about the investigation, such as when and where it was conducted, by whom, and on now many specimens or subjects.\n "
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb98",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/MinimalInformationStandard"
}
]
}
]<http://purl.org/spar/fabio/StructuredSummary> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://purl.org/spar/fabio/Abstract> .
_:nc2534d39d31a404c8051419731cd4b5eb98 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/MinimalInformationStandard> .
_:nc2534d39d31a404c8051419731cd4b5eb98 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/spar/fabio/StructuredSummary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb98 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/StructuredSummary> <http://www.w3.org/2000/01/rdf-schema#label> "structured summary"@en .
<http://purl.org/spar/fabio/StructuredSummary> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb98 .
<http://purl.org/spar/fabio/StructuredSummary> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/SpecificationDocument> .
<http://purl.org/spar/fabio/StructuredSummary> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/StructuredSummary> <http://www.w3.org/2000/01/rdf-schema#comment> "A structured summary containing essential metadata describing a research investigation and/or the research outputs that have resulted from it, for example datasets and journal articles, structured according to some minimal information standard."@en .
<http://purl.org/spar/fabio/StructuredSummary> <http://purl.org/vocab/vann/example> "\n :my-structured-summary a fabio:StructuredSummary ;\n dcterms:title 'Structured summary of Project X'@en ;\n frbr:realizationOf :my-minimal-information-standard ;\n dcterms:description 'A summary of a document that is structured into formal sections, such as Background, Methods, Results, and Conclusions.'@en .\n " .
<http://purl.org/spar/fabio/StructuredSummary> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/StructuredSummary> <http://www.w3.org/2004/02/skos/core#note> "\nSuch a structured summary can be embodied in both human-readable and machine-readable manifestations, e.g. HTML and RDF. \nIt differs from the abstract of a journal article, in that the latter is written as a piece of continuous prose, but typically omits vital factual information about the investigation, such as when and where it was conducted, by whom, and on now many specimens or subjects.\n "@en .
IRI: http://purl.org/spar/fabio/SubjectDiscipline
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:SubjectDiscipline a owl:Class ;
rdfs:label "subject discipline"@en ;
vann:example """
:my-subject-discipline a fabio:SubjectDiscipline ;
dcterms:title 'Computational Linguistics'@en ;
skos:isScheme :my-discipline-dictionary ;
dcterms:description 'A branch of knowledge or field of study, such as physics, history, or linguistics.'@en .
""" ;
rdfs:comment "A concept that identifies a field of knowledge or human activity defined in a controlled vocabulary, such as Computer Science, Biology, Economics, Cookery or Swimming."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty skos:inScheme ;
owl:someValuesFrom fabio:DisciplineDictionary ],
skos:Concept ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/SubjectDiscipline">
<rdfs:comment xml:lang="en">A concept that identifies a field of knowledge or human activity defined in a controlled vocabulary, such as Computer Science, Biology, Economics, Cookery or Swimming.</rdfs:comment>
<rdfs:label xml:lang="en">subject discipline</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb103"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-subject-discipline a fabio:SubjectDiscipline ;
dcterms:title 'Computational Linguistics'@en ;
skos:isScheme :my-discipline-dictionary ;
dcterms:description 'A branch of knowledge or field of study, such as physics, history, or linguistics.'@en .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb103">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://www.w3.org/2004/02/skos/core#inScheme"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/DisciplineDictionary"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/SubjectDiscipline",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-subject-discipline a fabio:SubjectDiscipline ;\n dcterms:title 'Computational Linguistics'@en ;\n skos:isScheme :my-discipline-dictionary ;\n dcterms:description 'A branch of knowledge or field of study, such as physics, history, or linguistics.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A concept that identifies a field of knowledge or human activity defined in a controlled vocabulary, such as Computer Science, Biology, Economics, Cookery or Swimming."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "subject discipline"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb103"
},
{
"@id": "http://www.w3.org/2004/02/skos/core#Concept"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb103",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://www.w3.org/2004/02/skos/core#inScheme"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/DisciplineDictionary"
}
]
}
]<http://purl.org/spar/fabio/SubjectDiscipline> <http://www.w3.org/2000/01/rdf-schema#comment> "A concept that identifies a field of knowledge or human activity defined in a controlled vocabulary, such as Computer Science, Biology, Economics, Cookery or Swimming."@en .
<http://purl.org/spar/fabio/SubjectDiscipline> <http://www.w3.org/2000/01/rdf-schema#label> "subject discipline"@en .
<http://purl.org/spar/fabio/SubjectDiscipline> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/SubjectDiscipline> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb103 .
_:nc2534d39d31a404c8051419731cd4b5eb103 <http://www.w3.org/2002/07/owl#onProperty> <http://www.w3.org/2004/02/skos/core#inScheme> .
<http://purl.org/spar/fabio/SubjectDiscipline> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/SubjectDiscipline> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/SubjectDiscipline> <http://purl.org/vocab/vann/example> "\n :my-subject-discipline a fabio:SubjectDiscipline ;\n dcterms:title 'Computational Linguistics'@en ;\n skos:isScheme :my-discipline-dictionary ;\n dcterms:description 'A branch of knowledge or field of study, such as physics, history, or linguistics.'@en .\n " .
<http://purl.org/spar/fabio/SubjectDiscipline> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
_:nc2534d39d31a404c8051419731cd4b5eb103 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb103 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/DisciplineDictionary> .
IRI: http://purl.org/spar/fabio/SubjectTerm
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:SubjectTerm a owl:Class ;
rdfs:label "subject term"@en ;
vann:example """
:my-subject-term a fabio:SubjectTerm ;
dcterms:title 'Semantic Web'@en ;
skos:inScheme :my-term-dictionary ;
dcterms:description 'A word or phrase used to describe the subject matter of a work.'@en .
""" ;
rdfs:comment "A concept that defines a term within the controlled vocabulary of a particular classification system, such as the ACM Computing Classification System or MeSH, the Medical Subject Headings, used as an annotation to describe the subject, meaning or content of a resource."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty skos:inScheme ;
owl:someValuesFrom fabio:TermDictionary ],
skos:Concept ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/SubjectTerm">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">subject term</rdfs:label>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb99"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A concept that defines a term within the controlled vocabulary of a particular classification system, such as the ACM Computing Classification System or MeSH, the Medical Subject Headings, used as an annotation to describe the subject, meaning or content of a resource.</rdfs:comment>
<vann:example>
:my-subject-term a fabio:SubjectTerm ;
dcterms:title 'Semantic Web'@en ;
skos:inScheme :my-term-dictionary ;
dcterms:description 'A word or phrase used to describe the subject matter of a work.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb99">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://www.w3.org/2004/02/skos/core#inScheme"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/TermDictionary"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/SubjectTerm",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-subject-term a fabio:SubjectTerm ;\n dcterms:title 'Semantic Web'@en ;\n skos:inScheme :my-term-dictionary ;\n dcterms:description 'A word or phrase used to describe the subject matter of a work.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A concept that defines a term within the controlled vocabulary of a particular classification system, such as the ACM Computing Classification System or MeSH, the Medical Subject Headings, used as an annotation to describe the subject, meaning or content of a resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "subject term"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://www.w3.org/2004/02/skos/core#Concept"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb99"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb99",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://www.w3.org/2004/02/skos/core#inScheme"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/TermDictionary"
}
]
}
]<http://purl.org/spar/fabio/SubjectTerm> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/SubjectTerm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb99 <http://www.w3.org/2002/07/owl#onProperty> <http://www.w3.org/2004/02/skos/core#inScheme> .
<http://purl.org/spar/fabio/SubjectTerm> <http://purl.org/vocab/vann/example> "\n :my-subject-term a fabio:SubjectTerm ;\n dcterms:title 'Semantic Web'@en ;\n skos:inScheme :my-term-dictionary ;\n dcterms:description 'A word or phrase used to describe the subject matter of a work.'@en .\n " .
<http://purl.org/spar/fabio/SubjectTerm> <http://www.w3.org/2000/01/rdf-schema#label> "subject term"@en .
_:nc2534d39d31a404c8051419731cd4b5eb99 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/SubjectTerm> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#Concept> .
<http://purl.org/spar/fabio/SubjectTerm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb99 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/TermDictionary> .
<http://purl.org/spar/fabio/SubjectTerm> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb99 .
<http://purl.org/spar/fabio/SubjectTerm> <http://www.w3.org/2000/01/rdf-schema#comment> "A concept that defines a term within the controlled vocabulary of a particular classification system, such as the ACM Computing Classification System or MeSH, the Medical Subject Headings, used as an annotation to describe the subject, meaning or content of a resource."@en .
IRI: http://purl.org/spar/fabio/Supplement
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Supplement a owl:Class ;
rdfs:label "supplement"@en ;
vann:example """
:my-supplement a fabio:Supplement ;
dcterms:title 'Dataset and appendices'@en ;
dcterms:description 'An expression that updates or adds to another endeavor, and is usually published separately.'@en .
""" ;
rdfs:comment "A supplement to a publication such as a book, journal, magazine or newspaper, additional to the main publication."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable ;
skos:note "For example, a colour supplement to a sunday newspaper, or a special supplementary issue of a journal or a journal volume containing invited articles on a special topic, or abstracts or papers presented at a scientific conference."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Supplement">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:comment xml:lang="en">A supplement to a publication such as a book, journal, magazine or newspaper, additional to the main publication.</rdfs:comment>
<rdfs:label xml:lang="en">supplement</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-supplement a fabio:Supplement ;
dcterms:title 'Dataset and appendices'@en ;
dcterms:description 'An expression that updates or adds to another endeavor, and is usually published separately.'@en .
</vann:example>
<skos:note xml:lang="en">For example, a colour supplement to a sunday newspaper, or a special supplementary issue of a journal or a journal volume containing invited articles on a special topic, or abstracts or papers presented at a scientific conference.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Supplement",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-supplement a fabio:Supplement ;\n dcterms:title 'Dataset and appendices'@en ;\n dcterms:description 'An expression that updates or adds to another endeavor, and is usually published separately.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A supplement to a publication such as a book, journal, magazine or newspaper, additional to the main publication."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "supplement"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "For example, a colour supplement to a sunday newspaper, or a special supplementary issue of a journal or a journal volume containing invited articles on a special topic, or abstracts or papers presented at a scientific conference."
}
]
}
]<http://purl.org/spar/fabio/Supplement> <http://purl.org/vocab/vann/example> "\n :my-supplement a fabio:Supplement ;\n dcterms:title 'Dataset and appendices'@en ;\n dcterms:description 'An expression that updates or adds to another endeavor, and is usually published separately.'@en .\n " .
<http://purl.org/spar/fabio/Supplement> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Supplement> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Supplement> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Supplement> <http://www.w3.org/2000/01/rdf-schema#comment> "A supplement to a publication such as a book, journal, magazine or newspaper, additional to the main publication."@en .
<http://purl.org/spar/fabio/Supplement> <http://www.w3.org/2004/02/skos/core#note> "For example, a colour supplement to a sunday newspaper, or a special supplementary issue of a journal or a journal volume containing invited articles on a special topic, or abstracts or papers presented at a scientific conference."@en .
<http://purl.org/spar/fabio/Supplement> <http://www.w3.org/2000/01/rdf-schema#label> "supplement"@en .
<http://purl.org/spar/fabio/Supplement> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/SupplementaryInformationFile
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:SupplementaryInformationFile a owl:Class ;
rdfs:label "supplementary information file"@en ;
vann:example """
:my-supplementary-information a fabio:SupplementaryInformationFile ;
dcterms:title 'Extended tables'@en ;
dcterms:description 'Information that is relevant to a work but is not essential to its understanding and is usually published separately.'@en .
""" ;
rdfs:comment "A file accompanying a published journal article, containing additional information of relevance to the article, typically available from the publisher's web site via a hyperlink from the journal article itself."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/SupplementaryInformationFile">
<rdfs:label xml:lang="en">supplementary information file</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A file accompanying a published journal article, containing additional information of relevance to the article, typically available from the publisher's web site via a hyperlink from the journal article itself.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-supplementary-information a fabio:SupplementaryInformationFile ;
dcterms:title 'Extended tables'@en ;
dcterms:description 'Information that is relevant to a work but is not essential to its understanding and is usually published separately.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/SupplementaryInformationFile",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-supplementary-information a fabio:SupplementaryInformationFile ;\n dcterms:title 'Extended tables'@en ;\n dcterms:description 'Information that is relevant to a work but is not essential to its understanding and is usually published separately.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A file accompanying a published journal article, containing additional information of relevance to the article, typically available from the publisher's web site via a hyperlink from the journal article itself."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "supplementary information file"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/SupplementaryInformationFile> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/SupplementaryInformationFile> <http://www.w3.org/2000/01/rdf-schema#comment> "A file accompanying a published journal article, containing additional information of relevance to the article, typically available from the publisher's web site via a hyperlink from the journal article itself."@en .
<http://purl.org/spar/fabio/SupplementaryInformationFile> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/SupplementaryInformationFile> <http://purl.org/vocab/vann/example> "\n :my-supplementary-information a fabio:SupplementaryInformationFile ;\n dcterms:title 'Extended tables'@en ;\n dcterms:description 'Information that is relevant to a work but is not essential to its understanding and is usually published separately.'@en .\n " .
<http://purl.org/spar/fabio/SupplementaryInformationFile> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/SupplementaryInformationFile> <http://www.w3.org/2000/01/rdf-schema#label> "supplementary information file"@en .
<http://purl.org/spar/fabio/SupplementaryInformationFile> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/SystematicReview
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:SystematicReview a owl:Class ;
rdfs:label "systematic review"@en ;
vann:example """
:my-systematic-review a fabio:SystematicReview ;
dcterms:title 'Bibliographic Data Science: a literature review'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A review of a clearly formulated question that uses systematic and explicit methods to identify, select, and critically appraise relevant research.'@en .
""" ;
rdfs:comment "A literature review focused on a single question that tries to identify, appraise, select and synthesize all high quality research evidence relevant to that question."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Review ;
vs:term_status reg:statusStable ;
skos:note """
Systematic reviews of high-quality randomized controlled trials are crucial to evidence-based medicine.
An understanding of systematic reviews and how to implement them in practice is becoming mandatory for all professionals involved in the delivery of health care.
Systematic reviews are not limited to medicine, and are quite common in other sciences such as psychology, educational research and sociology.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/SystematicReview">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A literature review focused on a single question that tries to identify, appraise, select and synthesize all high quality research evidence relevant to that question.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Review"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">systematic review</rdfs:label>
<skos:note xml:lang="en">
Systematic reviews of high-quality randomized controlled trials are crucial to evidence-based medicine.
An understanding of systematic reviews and how to implement them in practice is becoming mandatory for all professionals involved in the delivery of health care.
Systematic reviews are not limited to medicine, and are quite common in other sciences such as psychology, educational research and sociology.
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-systematic-review a fabio:SystematicReview ;
dcterms:title 'Bibliographic Data Science: a literature review'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A review of a clearly formulated question that uses systematic and explicit methods to identify, select, and critically appraise relevant research.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/SystematicReview",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-systematic-review a fabio:SystematicReview ;\n dcterms:title 'Bibliographic Data Science: a literature review'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A review of a clearly formulated question that uses systematic and explicit methods to identify, select, and critically appraise relevant research.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A literature review focused on a single question that tries to identify, appraise, select and synthesize all high quality research evidence relevant to that question."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "systematic review"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Review"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nSystematic reviews of high-quality randomized controlled trials are crucial to evidence-based medicine. \nAn understanding of systematic reviews and how to implement them in practice is becoming mandatory for all professionals involved in the delivery of health care. \nSystematic reviews are not limited to medicine, and are quite common in other sciences such as psychology, educational research and sociology.\n "
}
]
}
]<http://purl.org/spar/fabio/SystematicReview> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/SystematicReview> <http://www.w3.org/2004/02/skos/core#note> "\nSystematic reviews of high-quality randomized controlled trials are crucial to evidence-based medicine. \nAn understanding of systematic reviews and how to implement them in practice is becoming mandatory for all professionals involved in the delivery of health care. \nSystematic reviews are not limited to medicine, and are quite common in other sciences such as psychology, educational research and sociology.\n "@en .
<http://purl.org/spar/fabio/SystematicReview> <http://www.w3.org/2000/01/rdf-schema#comment> "A literature review focused on a single question that tries to identify, appraise, select and synthesize all high quality research evidence relevant to that question."@en .
<http://purl.org/spar/fabio/SystematicReview> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Review> .
<http://purl.org/spar/fabio/SystematicReview> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/SystematicReview> <http://www.w3.org/2000/01/rdf-schema#label> "systematic review"@en .
<http://purl.org/spar/fabio/SystematicReview> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/SystematicReview> <http://purl.org/vocab/vann/example> "\n :my-systematic-review a fabio:SystematicReview ;\n dcterms:title 'Bibliographic Data Science: a literature review'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A review of a clearly formulated question that uses systematic and explicit methods to identify, select, and critically appraise relevant research.'@en .\n " .
IRI: http://purl.org/spar/fabio/Table
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Table a owl:Class ;
rdfs:label "table"@en ;
vann:example """
:my-table a fabio:Table ;
dcterms:title 'Table 1: Comparative analysis of results'@en ;
dcterms:description 'A set of data arranged in rows and columns.'@en .
""" ;
rdfs:comment "A graphical means of presenting data in a grid of rows and columns, within which the cells usually contain alphanumeric text or numeric values. If included within a publication, a table typically appearing unaligned with the main body of text, with its own descriptive title."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Table">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:comment xml:lang="en">A graphical means of presenting data in a grid of rows and columns, within which the cells usually contain alphanumeric text or numeric values. If included within a publication, a table typically appearing unaligned with the main body of text, with its own descriptive title.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">table</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-table a fabio:Table ;
dcterms:title 'Table 1: Comparative analysis of results'@en ;
dcterms:description 'A set of data arranged in rows and columns.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Table",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-table a fabio:Table ;\n dcterms:title 'Table 1: Comparative analysis of results'@en ;\n dcterms:description 'A set of data arranged in rows and columns.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A graphical means of presenting data in a grid of rows and columns, within which the cells usually contain alphanumeric text or numeric values. If included within a publication, a table typically appearing unaligned with the main body of text, with its own descriptive title."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "table"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Table> <http://www.w3.org/2000/01/rdf-schema#label> "table"@en .
<http://purl.org/spar/fabio/Table> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Table> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Table> <http://purl.org/vocab/vann/example> "\n :my-table a fabio:Table ;\n dcterms:title 'Table 1: Comparative analysis of results'@en ;\n dcterms:description 'A set of data arranged in rows and columns.'@en .\n " .
<http://purl.org/spar/fabio/Table> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/Table> <http://www.w3.org/2000/01/rdf-schema#comment> "A graphical means of presenting data in a grid of rows and columns, within which the cells usually contain alphanumeric text or numeric values. If included within a publication, a table typically appearing unaligned with the main body of text, with its own descriptive title."@en .
<http://purl.org/spar/fabio/Table> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/TableOfContents
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:TableOfContents a owl:Class ;
rdfs:label "table of contents"@en ;
vann:example """
:my-table-of-contents a fabio:TableOfContents ;
dcterms:title 'Table of contents for User Manual v1'@en ;
dcterms:description 'A list of the parts of a document, such as chapters or sections, organized in the order in which they appear.'@en .
""" ;
rdfs:comment "A table listing the parts of publication such as a book or technical specification, and the pages on which these content elements start (if the publication is printed or otherwise organized into pages), usually listed in order of appearance."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Table ;
vs:term_status reg:statusStable ;
skos:note """
A table of contents typically includes first-level headers, such as the chapter titles of a book, and may also include second- and even third-level headers.
In electronic works, the table of contents entries are often internally hyperlinked to the content items, so that clicking on the entry takes the reader to that item.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/TableOfContents">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Table"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">table of contents</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A table listing the parts of publication such as a book or technical specification, and the pages on which these content elements start (if the publication is printed or otherwise organized into pages), usually listed in order of appearance.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
A table of contents typically includes first-level headers, such as the chapter titles of a book, and may also include second- and even third-level headers.
In electronic works, the table of contents entries are often internally hyperlinked to the content items, so that clicking on the entry takes the reader to that item.
</skos:note>
<vann:example>
:my-table-of-contents a fabio:TableOfContents ;
dcterms:title 'Table of contents for User Manual v1'@en ;
dcterms:description 'A list of the parts of a document, such as chapters or sections, organized in the order in which they appear.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/TableOfContents",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-table-of-contents a fabio:TableOfContents ;\n dcterms:title 'Table of contents for User Manual v1'@en ;\n dcterms:description 'A list of the parts of a document, such as chapters or sections, organized in the order in which they appear.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A table listing the parts of publication such as a book or technical specification, and the pages on which these content elements start (if the publication is printed or otherwise organized into pages), usually listed in order of appearance."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "table of contents"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Table"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nA table of contents typically includes first-level headers, such as the chapter titles of a book, and may also include second- and even third-level headers. \nIn electronic works, the table of contents entries are often internally hyperlinked to the content items, so that clicking on the entry takes the reader to that item.\n "
}
]
}
]<http://purl.org/spar/fabio/TableOfContents> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Table> .
<http://purl.org/spar/fabio/TableOfContents> <http://www.w3.org/2004/02/skos/core#note> "\nA table of contents typically includes first-level headers, such as the chapter titles of a book, and may also include second- and even third-level headers. \nIn electronic works, the table of contents entries are often internally hyperlinked to the content items, so that clicking on the entry takes the reader to that item.\n "@en .
<http://purl.org/spar/fabio/TableOfContents> <http://purl.org/vocab/vann/example> "\n :my-table-of-contents a fabio:TableOfContents ;\n dcterms:title 'Table of contents for User Manual v1'@en ;\n dcterms:description 'A list of the parts of a document, such as chapters or sections, organized in the order in which they appear.'@en .\n " .
<http://purl.org/spar/fabio/TableOfContents> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/TableOfContents> <http://www.w3.org/2000/01/rdf-schema#label> "table of contents"@en .
<http://purl.org/spar/fabio/TableOfContents> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/TableOfContents> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/TableOfContents> <http://www.w3.org/2000/01/rdf-schema#comment> "A table listing the parts of publication such as a book or technical specification, and the pages on which these content elements start (if the publication is printed or otherwise organized into pages), usually listed in order of appearance."@en .
IRI: http://purl.org/spar/fabio/Taxonomy
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Taxonomy a owl:Class ;
rdfs:label "taxonomy"@en ;
vann:example """
:my-taxonomy a fabio:Taxonomy ;
dcterms:title 'Taxonomy for scholarly research activities'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A scheme of classification, especially a hierarchical classification, in which things are organized into groups or types.'@en .
""" ;
rdfs:comment "A classification arranged in a hierarchical structure of classes and subclasses, showing parent-child `isA`, `broader_than`, or `narrower_than` relationships."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:ControlledVocabulary ;
vs:term_status reg:statusStable .
[] a owl:AllDisjointClasses ;
owl:members ( fabio:AuthorityFile fabio:Taxonomy fabio:Thesaurus ) .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Taxonomy">
<rdfs:comment xml:lang="en">A classification arranged in a hierarchical structure of classes and subclasses, showing parent-child `isA`, `broader_than`, or `narrower_than` relationships.</rdfs:comment>
<rdfs:label xml:lang="en">taxonomy</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ControlledVocabulary"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-taxonomy a fabio:Taxonomy ;
dcterms:title 'Taxonomy for scholarly research activities'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A scheme of classification, especially a hierarchical classification, in which things are organized into groups or types.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb150">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb151"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb153">
<rdf:first rdf:resource="http://purl.org/spar/fabio/Thesaurus"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb151">
<rdf:first rdf:resource="http://purl.org/spar/fabio/AuthorityFile"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb152"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb152">
<rdf:first rdf:resource="http://purl.org/spar/fabio/Taxonomy"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb153"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb150",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/spar/fabio/AuthorityFile"
},
{
"@id": "http://purl.org/spar/fabio/Taxonomy"
},
{
"@id": "http://purl.org/spar/fabio/Thesaurus"
}
]
}
]
},
{
"@id": "http://purl.org/spar/fabio/Taxonomy",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-taxonomy a fabio:Taxonomy ;\n dcterms:title 'Taxonomy for scholarly research activities'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A scheme of classification, especially a hierarchical classification, in which things are organized into groups or types.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A classification arranged in a hierarchical structure of classes and subclasses, showing parent-child `isA`, `broader_than`, or `narrower_than` relationships."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "taxonomy"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/ControlledVocabulary"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Taxonomy> <http://www.w3.org/2000/01/rdf-schema#comment> "A classification arranged in a hierarchical structure of classes and subclasses, showing parent-child `isA`, `broader_than`, or `narrower_than` relationships."@en .
<http://purl.org/spar/fabio/Taxonomy> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Taxonomy> <http://www.w3.org/2000/01/rdf-schema#label> "taxonomy"@en .
_:nc2534d39d31a404c8051419731cd4b5eb150 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:nc2534d39d31a404c8051419731cd4b5eb153 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://purl.org/spar/fabio/Taxonomy> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ControlledVocabulary> .
<http://purl.org/spar/fabio/Taxonomy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb150 <http://www.w3.org/2002/07/owl#members> _:nc2534d39d31a404c8051419731cd4b5eb151 .
<http://purl.org/spar/fabio/Taxonomy> <http://purl.org/vocab/vann/example> "\n :my-taxonomy a fabio:Taxonomy ;\n dcterms:title 'Taxonomy for scholarly research activities'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A scheme of classification, especially a hierarchical classification, in which things are organized into groups or types.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb153 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/Thesaurus> .
_:nc2534d39d31a404c8051419731cd4b5eb151 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb152 .
_:nc2534d39d31a404c8051419731cd4b5eb152 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb153 .
_:nc2534d39d31a404c8051419731cd4b5eb152 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/Taxonomy> .
<http://purl.org/spar/fabio/Taxonomy> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb151 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/AuthorityFile> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:TechnicalReport a owl:Class ;
rdfs:label "technical report"@en ;
vann:example """
:my-technical-report a fabio:TechnicalReport ;
dcterms:title 'Technical report on genAI security'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A document that describes the process, progress, or results of technical or scientific research.'@en .
""" ;
rdfs:comment "A report of a technical nature."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Report ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/TechnicalReport">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A report of a technical nature.</rdfs:comment>
<rdfs:label xml:lang="en">technical report</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Report"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-technical-report a fabio:TechnicalReport ;
dcterms:title 'Technical report on genAI security'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A document that describes the process, progress, or results of technical or scientific research.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/TechnicalReport",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-technical-report a fabio:TechnicalReport ;\n dcterms:title 'Technical report on genAI security'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A document that describes the process, progress, or results of technical or scientific research.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A report of a technical nature."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "technical report"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Report"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/TechnicalReport> <http://www.w3.org/2000/01/rdf-schema#label> "technical report"@en .
<http://purl.org/spar/fabio/TechnicalReport> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/TechnicalReport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/TechnicalReport> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/TechnicalReport> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Report> .
<http://purl.org/spar/fabio/TechnicalReport> <http://purl.org/vocab/vann/example> "\n :my-technical-report a fabio:TechnicalReport ;\n dcterms:title 'Technical report on genAI security'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A document that describes the process, progress, or results of technical or scientific research.'@en .\n " .
<http://purl.org/spar/fabio/TechnicalReport> <http://www.w3.org/2000/01/rdf-schema#comment> "A report of a technical nature."@en .
IRI: http://purl.org/spar/fabio/TechnicalStandard
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:TechnicalStandard a owl:Class ;
rdfs:label "technical standard"@en ;
vann:example """
:my-technical-standard a fabio:TechnicalStandard ;
dcterms:title 'ISO/IEC 27001:2022 Information security, cybersecurity and privacy protection'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A formal document that establishes uniform engineering or technical criteria, methods, processes and practices.'@en .
""" ;
rdfs:comment "An official or public specification of, or requirement for, a technical method, practice, process or protocol that is involved in, for example, manufacturing, computation, electronic communication, or digital media."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Specification ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/TechnicalStandard">
<rdfs:label xml:lang="en">technical standard</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Specification"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">An official or public specification of, or requirement for, a technical method, practice, process or protocol that is involved in, for example, manufacturing, computation, electronic communication, or digital media.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-technical-standard a fabio:TechnicalStandard ;
dcterms:title 'ISO/IEC 27001:2022 Information security, cybersecurity and privacy protection'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A formal document that establishes uniform engineering or technical criteria, methods, processes and practices.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/TechnicalStandard",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-technical-standard a fabio:TechnicalStandard ;\n dcterms:title 'ISO/IEC 27001:2022 Information security, cybersecurity and privacy protection'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A formal document that establishes uniform engineering or technical criteria, methods, processes and practices.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An official or public specification of, or requirement for, a technical method, practice, process or protocol that is involved in, for example, manufacturing, computation, electronic communication, or digital media."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "technical standard"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Specification"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/TechnicalStandard> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Specification> .
<http://purl.org/spar/fabio/TechnicalStandard> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/TechnicalStandard> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/TechnicalStandard> <http://www.w3.org/2000/01/rdf-schema#label> "technical standard"@en .
<http://purl.org/spar/fabio/TechnicalStandard> <http://purl.org/vocab/vann/example> "\n :my-technical-standard a fabio:TechnicalStandard ;\n dcterms:title 'ISO/IEC 27001:2022 Information security, cybersecurity and privacy protection'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A formal document that establishes uniform engineering or technical criteria, methods, processes and practices.'@en .\n " .
<http://purl.org/spar/fabio/TechnicalStandard> <http://www.w3.org/2000/01/rdf-schema#comment> "An official or public specification of, or requirement for, a technical method, practice, process or protocol that is involved in, for example, manufacturing, computation, electronic communication, or digital media."@en .
<http://purl.org/spar/fabio/TechnicalStandard> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/TermDictionary
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:TermDictionary a owl:Class ;
rdfs:label "term dictionary"@en ;
vann:example """
:my-term-dictionary a fabio:TermDictionary ;
dcterms:title 'Artificial Intelligence Glossary'@en ;
skos:isSchemeOf :my-subject-term ;
dcterms:description 'A collection of terms and their definitions, often specific to a particular subject or field.'@en .
""" ;
rdfs:comment "A controlled vocabulary, usually referring to terms within a particular classification system, such as the ACM Computing Classification System or MeSH, the Medical Subject Headings, or a controlled vocabulary of disciplines."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom fabio:SubjectTerm ;
owl:onProperty fabio:isSchemeOf ],
skos:ConceptScheme ;
vs:term_status reg:statusStable ;
skos:note "A term dictionary is a collection of subject terms."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/TermDictionary">
<rdfs:label xml:lang="en">term dictionary</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb112"/>
<rdfs:subClassOf rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A controlled vocabulary, usually referring to terms within a particular classification system, such as the ACM Computing Classification System or MeSH, the Medical Subject Headings, or a controlled vocabulary of disciplines.</rdfs:comment>
<vann:example>
:my-term-dictionary a fabio:TermDictionary ;
dcterms:title 'Artificial Intelligence Glossary'@en ;
skos:isSchemeOf :my-subject-term ;
dcterms:description 'A collection of terms and their definitions, often specific to a particular subject or field.'@en .
</vann:example>
<skos:note xml:lang="en">A term dictionary is a collection of subject terms.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb112">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/spar/fabio/SubjectTerm"/>
<owl:onProperty rdf:resource="http://purl.org/spar/fabio/isSchemeOf"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/TermDictionary",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-term-dictionary a fabio:TermDictionary ;\n dcterms:title 'Artificial Intelligence Glossary'@en ;\n skos:isSchemeOf :my-subject-term ;\n dcterms:description 'A collection of terms and their definitions, often specific to a particular subject or field.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A controlled vocabulary, usually referring to terms within a particular classification system, such as the ACM Computing Classification System or MeSH, the Medical Subject Headings, or a controlled vocabulary of disciplines."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "term dictionary"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb112"
},
{
"@id": "http://www.w3.org/2004/02/skos/core#ConceptScheme"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "A term dictionary is a collection of subject terms."
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb112",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/SubjectTerm"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/spar/fabio/isSchemeOf"
}
]
}
]<http://purl.org/spar/fabio/TermDictionary> <http://www.w3.org/2000/01/rdf-schema#label> "term dictionary"@en .
<http://purl.org/spar/fabio/TermDictionary> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb112 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/spar/fabio/isSchemeOf> .
<http://purl.org/spar/fabio/TermDictionary> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb112 .
<http://purl.org/spar/fabio/TermDictionary> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/TermDictionary> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .
<http://purl.org/spar/fabio/TermDictionary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/TermDictionary> <http://www.w3.org/2000/01/rdf-schema#comment> "A controlled vocabulary, usually referring to terms within a particular classification system, such as the ACM Computing Classification System or MeSH, the Medical Subject Headings, or a controlled vocabulary of disciplines."@en .
_:nc2534d39d31a404c8051419731cd4b5eb112 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/spar/fabio/SubjectTerm> .
<http://purl.org/spar/fabio/TermDictionary> <http://www.w3.org/2004/02/skos/core#note> "A term dictionary is a collection of subject terms."@en .
<http://purl.org/spar/fabio/TermDictionary> <http://purl.org/vocab/vann/example> "\n :my-term-dictionary a fabio:TermDictionary ;\n dcterms:title 'Artificial Intelligence Glossary'@en ;\n skos:isSchemeOf :my-subject-term ;\n dcterms:description 'A collection of terms and their definitions, often specific to a particular subject or field.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb112 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
IRI: http://purl.org/spar/fabio/Textbook
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Textbook a owl:Class ;
rdfs:label "textbook"@en ;
vann:example """
:my-text-book a fabio:TextBook ;
dcterms:title 'Introduction to Meta-ontologies'@en ;
frbr:realizationOf :my-instructional-work ;
dcterms:description 'A book used as a standard source of information for the formal study of a particular subject.'@en .
""" ;
rdfs:comment "A book containing instructional material relating to a particular topic of academic study, designed to be read by students."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:InstructionalWork ],
fabio:Book ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Textbook">
<rdfs:label xml:lang="en">textbook</rdfs:label>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb48"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Book"/>
<rdfs:comment xml:lang="en">A book containing instructional material relating to a particular topic of academic study, designed to be read by students.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-text-book a fabio:TextBook ;
dcterms:title 'Introduction to Meta-ontologies'@en ;
frbr:realizationOf :my-instructional-work ;
dcterms:description 'A book used as a standard source of information for the formal study of a particular subject.'@en .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb48">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/InstructionalWork"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Textbook",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-text-book a fabio:TextBook ;\n dcterms:title 'Introduction to Meta-ontologies'@en ;\n frbr:realizationOf :my-instructional-work ;\n dcterms:description 'A book used as a standard source of information for the formal study of a particular subject.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A book containing instructional material relating to a particular topic of academic study, designed to be read by students."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "textbook"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb48"
},
{
"@id": "http://purl.org/spar/fabio/Book"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb48",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/InstructionalWork"
}
]
}
]<http://purl.org/spar/fabio/Textbook> <http://www.w3.org/2000/01/rdf-schema#label> "textbook"@en .
<http://purl.org/spar/fabio/Textbook> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb48 .
_:nc2534d39d31a404c8051419731cd4b5eb48 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/InstructionalWork> .
<http://purl.org/spar/fabio/Textbook> <http://www.w3.org/2000/01/rdf-schema#comment> "A book containing instructional material relating to a particular topic of academic study, designed to be read by students."@en .
<http://purl.org/spar/fabio/Textbook> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Book> .
<http://purl.org/spar/fabio/Textbook> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb48 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/spar/fabio/Textbook> <http://purl.org/vocab/vann/example> "\n :my-text-book a fabio:TextBook ;\n dcterms:title 'Introduction to Meta-ontologies'@en ;\n frbr:realizationOf :my-instructional-work ;\n dcterms:description 'A book used as a standard source of information for the formal study of a particular subject.'@en .\n " .
<http://purl.org/spar/fabio/Textbook> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb48 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/Textbook> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/Thesaurus
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Thesaurus a owl:Class ;
rdfs:label "thesaurus"@en ;
vann:example """
:my-thesaurus a fabio:Thesaurus ;
dcterms:title 'UNESCO Thesaurus'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A controlled vocabulary in which concepts are represented by preferred terms, and relationships between concepts are explicitly stated.'@en .
""" ;
rdfs:comment "A type of controlled vocabulary used in information retrieval applications for indexing or tagging purposes, in which relationships between terms are made explicit. These are normally hierarchical relationships (is-a, subsumption; e.g. a cow is a mammal), equivalency relationships relating non-preferred terms to preferred terms (e.g. pitch and frequency), or associative relationships, in which the relationship that exists is neither one of hierarchy or equivalence, but rather one of similarity (e.g. sports and leisure pursuits)."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:ControlledVocabulary ;
vs:term_status reg:statusStable .
[] a owl:AllDisjointClasses ;
owl:members ( fabio:AuthorityFile fabio:Taxonomy fabio:Thesaurus ) .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb150">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb151"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb153">
<rdf:first rdf:resource="http://purl.org/spar/fabio/Thesaurus"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Thesaurus">
<rdfs:label xml:lang="en">thesaurus</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A type of controlled vocabulary used in information retrieval applications for indexing or tagging purposes, in which relationships between terms are made explicit. These are normally hierarchical relationships (is-a, subsumption; e.g. a cow is a mammal), equivalency relationships relating non-preferred terms to preferred terms (e.g. pitch and frequency), or associative relationships, in which the relationship that exists is neither one of hierarchy or equivalence, but rather one of similarity (e.g. sports and leisure pursuits).</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ControlledVocabulary"/>
<vann:example>
:my-thesaurus a fabio:Thesaurus ;
dcterms:title 'UNESCO Thesaurus'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A controlled vocabulary in which concepts are represented by preferred terms, and relationships between concepts are explicitly stated.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb152">
<rdf:first rdf:resource="http://purl.org/spar/fabio/Taxonomy"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb153"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb151">
<rdf:first rdf:resource="http://purl.org/spar/fabio/AuthorityFile"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb152"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb150",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/spar/fabio/AuthorityFile"
},
{
"@id": "http://purl.org/spar/fabio/Taxonomy"
},
{
"@id": "http://purl.org/spar/fabio/Thesaurus"
}
]
}
]
},
{
"@id": "http://purl.org/spar/fabio/Thesaurus",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-thesaurus a fabio:Thesaurus ;\n dcterms:title 'UNESCO Thesaurus'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A controlled vocabulary in which concepts are represented by preferred terms, and relationships between concepts are explicitly stated.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A type of controlled vocabulary used in information retrieval applications for indexing or tagging purposes, in which relationships between terms are made explicit. These are normally hierarchical relationships (is-a, subsumption; e.g. a cow is a mammal), equivalency relationships relating non-preferred terms to preferred terms (e.g. pitch and frequency), or associative relationships, in which the relationship that exists is neither one of hierarchy or equivalence, but rather one of similarity (e.g. sports and leisure pursuits)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "thesaurus"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/ControlledVocabulary"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb150 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
_:nc2534d39d31a404c8051419731cd4b5eb153 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://purl.org/spar/fabio/Thesaurus> <http://www.w3.org/2000/01/rdf-schema#label> "thesaurus"@en .
_:nc2534d39d31a404c8051419731cd4b5eb152 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/Taxonomy> .
_:nc2534d39d31a404c8051419731cd4b5eb150 <http://www.w3.org/2002/07/owl#members> _:nc2534d39d31a404c8051419731cd4b5eb151 .
<http://purl.org/spar/fabio/Thesaurus> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb153 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/Thesaurus> .
_:nc2534d39d31a404c8051419731cd4b5eb151 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb152 .
<http://purl.org/spar/fabio/Thesaurus> <http://purl.org/vocab/vann/example> "\n :my-thesaurus a fabio:Thesaurus ;\n dcterms:title 'UNESCO Thesaurus'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A controlled vocabulary in which concepts are represented by preferred terms, and relationships between concepts are explicitly stated.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb152 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb153 .
<http://purl.org/spar/fabio/Thesaurus> <http://www.w3.org/2000/01/rdf-schema#comment> "A type of controlled vocabulary used in information retrieval applications for indexing or tagging purposes, in which relationships between terms are made explicit. These are normally hierarchical relationships (is-a, subsumption; e.g. a cow is a mammal), equivalency relationships relating non-preferred terms to preferred terms (e.g. pitch and frequency), or associative relationships, in which the relationship that exists is neither one of hierarchy or equivalence, but rather one of similarity (e.g. sports and leisure pursuits)."@en .
<http://purl.org/spar/fabio/Thesaurus> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Thesaurus> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Thesaurus> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ControlledVocabulary> .
_:nc2534d39d31a404c8051419731cd4b5eb151 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/AuthorityFile> .
IRI: http://purl.org/spar/fabio/Thesis
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Thesis a owl:Class ;
rdfs:label "thesis"@en ;
vann:example """
:my-thesis a fabio:Thesis ;
dcterms:title 'Developing intelligent LLM-based agents'@en ;
dcterms:description 'A document presenting the author's research and findings, submitted in support of candidature for a degree or professional qualification.'@en .
""" ;
rdfs:comment "A book authored by a student containing a formal presentations of research outputs submitted for examination in completion of a course of study at an institution of higher education, to fulfil the requirements for an academic degree. Also know as a dissertation."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Book ;
vs:term_status reg:statusStable ;
skos:note "For the alternative meaning of the word 'thesis', namely the formulation of a concept, hypothesis, idea, point of view or theory presented for review and/or discussion, use fabio:Proposition."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Thesis">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A book authored by a student containing a formal presentations of research outputs submitted for examination in completion of a course of study at an institution of higher education, to fulfil the requirements for an academic degree. Also know as a dissertation.</rdfs:comment>
<rdfs:label xml:lang="en">thesis</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Book"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">For the alternative meaning of the word 'thesis', namely the formulation of a concept, hypothesis, idea, point of view or theory presented for review and/or discussion, use fabio:Proposition.</skos:note>
<vann:example>
:my-thesis a fabio:Thesis ;
dcterms:title 'Developing intelligent LLM-based agents'@en ;
dcterms:description 'A document presenting the author's research and findings, submitted in support of candidature for a degree or professional qualification.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Thesis",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-thesis a fabio:Thesis ;\n dcterms:title 'Developing intelligent LLM-based agents'@en ;\n dcterms:description 'A document presenting the author's research and findings, submitted in support of candidature for a degree or professional qualification.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A book authored by a student containing a formal presentations of research outputs submitted for examination in completion of a course of study at an institution of higher education, to fulfil the requirements for an academic degree. Also know as a dissertation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "thesis"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Book"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "For the alternative meaning of the word 'thesis', namely the formulation of a concept, hypothesis, idea, point of view or theory presented for review and/or discussion, use fabio:Proposition."
}
]
}
]<http://purl.org/spar/fabio/Thesis> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Thesis> <http://www.w3.org/2000/01/rdf-schema#comment> "A book authored by a student containing a formal presentations of research outputs submitted for examination in completion of a course of study at an institution of higher education, to fulfil the requirements for an academic degree. Also know as a dissertation."@en .
<http://purl.org/spar/fabio/Thesis> <http://www.w3.org/2000/01/rdf-schema#label> "thesis"@en .
<http://purl.org/spar/fabio/Thesis> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Book> .
<http://purl.org/spar/fabio/Thesis> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Thesis> <http://purl.org/vocab/vann/example> "\n :my-thesis a fabio:Thesis ;\n dcterms:title 'Developing intelligent LLM-based agents'@en ;\n dcterms:description 'A document presenting the author's research and findings, submitted in support of candidature for a degree or professional qualification.'@en .\n " .
<http://purl.org/spar/fabio/Thesis> <http://www.w3.org/2004/02/skos/core#note> "For the alternative meaning of the word 'thesis', namely the formulation of a concept, hypothesis, idea, point of view or theory presented for review and/or discussion, use fabio:Proposition."@en .
<http://purl.org/spar/fabio/Thesis> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/Timetable
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Timetable a owl:Class ;
rdfs:label "timetable"@en ;
vann:example """
:my-timetable a fabio:Timetable ;
dcterms:title 'Lessons' plan'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A schedule listing the times at which certain events, such as classes, meetings, or departures and arrivals, are intended to take place.'@en .
""" ;
rdfs:comment "A tabular dataset providing information about the times and locations of a planned series of events."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Dataset ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Timetable">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">timetable</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Dataset"/>
<rdfs:comment xml:lang="en">A tabular dataset providing information about the times and locations of a planned series of events.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-timetable a fabio:Timetable ;
dcterms:title 'Lessons' plan'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A schedule listing the times at which certain events, such as classes, meetings, or departures and arrivals, are intended to take place.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Timetable",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-timetable a fabio:Timetable ;\n dcterms:title 'Lessons' plan'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A schedule listing the times at which certain events, such as classes, meetings, or departures and arrivals, are intended to take place.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A tabular dataset providing information about the times and locations of a planned series of events."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "timetable"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Dataset"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Timetable> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Timetable> <http://www.w3.org/2000/01/rdf-schema#label> "timetable"@en .
<http://purl.org/spar/fabio/Timetable> <http://purl.org/vocab/vann/example> "\n :my-timetable a fabio:Timetable ;\n dcterms:title 'Lessons' plan'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A schedule listing the times at which certain events, such as classes, meetings, or departures and arrivals, are intended to take place.'@en .\n " .
<http://purl.org/spar/fabio/Timetable> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Timetable> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Dataset> .
<http://purl.org/spar/fabio/Timetable> <http://www.w3.org/2000/01/rdf-schema#comment> "A tabular dataset providing information about the times and locations of a planned series of events."@en .
<http://purl.org/spar/fabio/Timetable> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/TrialReport
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:TrialReport a owl:Class ;
rdfs:label "trial report"@en ;
vann:example """
:my-trial-report a fabio:TrialReport ;
dcterms:title 'Report on Phase 3 experiments' results'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A report of a trial, typically a clinical trial of a drug or a medical procedure.'@en .
""" ;
rdfs:comment "The report of a trial, for example an experimental trial or a legal trial."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Report ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/TrialReport">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">The report of a trial, for example an experimental trial or a legal trial.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">trial report</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Report"/>
<vann:example>
:my-trial-report a fabio:TrialReport ;
dcterms:title 'Report on Phase 3 experiments' results'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A report of a trial, typically a clinical trial of a drug or a medical procedure.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/TrialReport",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-trial-report a fabio:TrialReport ;\n dcterms:title 'Report on Phase 3 experiments' results'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A report of a trial, typically a clinical trial of a drug or a medical procedure.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The report of a trial, for example an experimental trial or a legal trial."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "trial report"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Report"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/TrialReport> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/TrialReport> <http://www.w3.org/2000/01/rdf-schema#comment> "The report of a trial, for example an experimental trial or a legal trial."@en .
<http://purl.org/spar/fabio/TrialReport> <http://www.w3.org/2000/01/rdf-schema#label> "trial report"@en .
<http://purl.org/spar/fabio/TrialReport> <http://purl.org/vocab/vann/example> "\n :my-trial-report a fabio:TrialReport ;\n dcterms:title 'Report on Phase 3 experiments' results'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A report of a trial, typically a clinical trial of a drug or a medical procedure.'@en .\n " .
<http://purl.org/spar/fabio/TrialReport> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/TrialReport> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Report> .
<http://purl.org/spar/fabio/TrialReport> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/Triplestore
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Triplestore a owl:Class ;
rdfs:label "triplestore"@en ;
vann:example """
:my-triplestore a fabio:Triplestore ;
dcterms:title 'GraphDB instance for Project X'@en ;
dcterms:description 'A purpose-built database for the storage and retrieval of triples through semantic queries.'@en .
""" ;
rdfs:comment "A database specifically designed for the storage and retrieval of Resource Description Framework (RDF) data consisting of subject-predicate-object triples. A triple store is queried using the RDF query language SPARQL."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Database ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Triplestore">
<rdfs:comment xml:lang="en">A database specifically designed for the storage and retrieval of Resource Description Framework (RDF) data consisting of subject-predicate-object triples. A triple store is queried using the RDF query language SPARQL.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">triplestore</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Database"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-triplestore a fabio:Triplestore ;
dcterms:title 'GraphDB instance for Project X'@en ;
dcterms:description 'A purpose-built database for the storage and retrieval of triples through semantic queries.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Triplestore",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-triplestore a fabio:Triplestore ;\n dcterms:title 'GraphDB instance for Project X'@en ;\n dcterms:description 'A purpose-built database for the storage and retrieval of triples through semantic queries.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A database specifically designed for the storage and retrieval of Resource Description Framework (RDF) data consisting of subject-predicate-object triples. A triple store is queried using the RDF query language SPARQL."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "triplestore"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Database"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Triplestore> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Triplestore> <http://www.w3.org/2000/01/rdf-schema#comment> "A database specifically designed for the storage and retrieval of Resource Description Framework (RDF) data consisting of subject-predicate-object triples. A triple store is queried using the RDF query language SPARQL."@en .
<http://purl.org/spar/fabio/Triplestore> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Triplestore> <http://purl.org/vocab/vann/example> "\n :my-triplestore a fabio:Triplestore ;\n dcterms:title 'GraphDB instance for Project X'@en ;\n dcterms:description 'A purpose-built database for the storage and retrieval of triples through semantic queries.'@en .\n " .
<http://purl.org/spar/fabio/Triplestore> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Triplestore> <http://www.w3.org/2000/01/rdf-schema#label> "triplestore"@en .
<http://purl.org/spar/fabio/Triplestore> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Database> .
IRI: http://purl.org/spar/fabio/Tweet
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Tweet a owl:Class ;
rdfs:label "tweet"@en ;
vann:example """
:my-tweet a fabio:Tweet ;
dcterms:title 'Post about AI'@en ;
dcterms:description 'A short social media post made on the X microblogging service.'@en .
""" ;
rdfs:comment "A posting made on the social networking site X (formerly known as Twitter). A tweet is a text message limited to 140 characters in length, that is broadcast and readable by anyone who accesses X."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Micropost ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Tweet">
<rdfs:comment xml:lang="en">A posting made on the social networking site X (formerly known as Twitter). A tweet is a text message limited to 140 characters in length, that is broadcast and readable by anyone who accesses X.</rdfs:comment>
<rdfs:label xml:lang="en">tweet</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Micropost"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-tweet a fabio:Tweet ;
dcterms:title 'Post about AI'@en ;
dcterms:description 'A short social media post made on the X microblogging service.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Tweet",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-tweet a fabio:Tweet ;\n dcterms:title 'Post about AI'@en ;\n dcterms:description 'A short social media post made on the X microblogging service.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A posting made on the social networking site X (formerly known as Twitter). A tweet is a text message limited to 140 characters in length, that is broadcast and readable by anyone who accesses X."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "tweet"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Micropost"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Tweet> <http://www.w3.org/2000/01/rdf-schema#label> "tweet"@en .
<http://purl.org/spar/fabio/Tweet> <http://purl.org/vocab/vann/example> "\n :my-tweet a fabio:Tweet ;\n dcterms:title 'Post about AI'@en ;\n dcterms:description 'A short social media post made on the X microblogging service.'@en .\n " .
<http://purl.org/spar/fabio/Tweet> <http://www.w3.org/2000/01/rdf-schema#comment> "A posting made on the social networking site X (formerly known as Twitter). A tweet is a text message limited to 140 characters in length, that is broadcast and readable by anyone who accesses X."@en .
<http://purl.org/spar/fabio/Tweet> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Micropost> .
<http://purl.org/spar/fabio/Tweet> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Tweet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Tweet> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/UncontrolledVocabulary
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:UncontrolledVocabulary a owl:Class ;
rdfs:label "uncontrolled vocabulary"@en ;
vann:example """
:my-uncontrolled-vocabulary a fabio:UncontrolledVocabulary ;
dcterms:title 'User folksonomy'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A collection of terms that are not part of a controlled vocabulary, such as a set of keywords chosen by a service's user community.'@en .
""" ;
rdfs:comment "A non-defined collection of words and phrases relating to a particular domain of knowledge, usually added freely by a community, in which homonyms, synonyms and similar ambiguities of meaning present in natural language are not formally disambiguated."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Vocabulary ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/UncontrolledVocabulary">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A non-defined collection of words and phrases relating to a particular domain of knowledge, usually added freely by a community, in which homonyms, synonyms and similar ambiguities of meaning present in natural language are not formally disambiguated.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Vocabulary"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">uncontrolled vocabulary</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-uncontrolled-vocabulary a fabio:UncontrolledVocabulary ;
dcterms:title 'User folksonomy'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A collection of terms that are not part of a controlled vocabulary, such as a set of keywords chosen by a service's user community.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/UncontrolledVocabulary",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-uncontrolled-vocabulary a fabio:UncontrolledVocabulary ;\n dcterms:title 'User folksonomy'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A collection of terms that are not part of a controlled vocabulary, such as a set of keywords chosen by a service's user community.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A non-defined collection of words and phrases relating to a particular domain of knowledge, usually added freely by a community, in which homonyms, synonyms and similar ambiguities of meaning present in natural language are not formally disambiguated."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "uncontrolled vocabulary"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Vocabulary"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/UncontrolledVocabulary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/UncontrolledVocabulary> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/UncontrolledVocabulary> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/UncontrolledVocabulary> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Vocabulary> .
<http://purl.org/spar/fabio/UncontrolledVocabulary> <http://www.w3.org/2000/01/rdf-schema#label> "uncontrolled vocabulary"@en .
<http://purl.org/spar/fabio/UncontrolledVocabulary> <http://www.w3.org/2000/01/rdf-schema#comment> "A non-defined collection of words and phrases relating to a particular domain of knowledge, usually added freely by a community, in which homonyms, synonyms and similar ambiguities of meaning present in natural language are not formally disambiguated."@en .
<http://purl.org/spar/fabio/UncontrolledVocabulary> <http://purl.org/vocab/vann/example> "\n :my-uncontrolled-vocabulary a fabio:UncontrolledVocabulary ;\n dcterms:title 'User folksonomy'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A collection of terms that are not part of a controlled vocabulary, such as a set of keywords chosen by a service's user community.'@en .\n " .
IRI: http://purl.org/spar/fabio/Vocabulary
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Vocabulary a owl:Class ;
rdfs:label "vocabulary"@en ;
vann:example """
:my-vocabulary a fabio:Vocabulary ;
dcterms:title 'Vocabulary of scientific terminology'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A collection of words or terms, often with their meanings, belonging to a particular language or field of knowledge.'@en .
""" ;
rdfs:comment "A set of words, either constituting a language, or more specifically used to describe a particular domain of knowledge."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Vocabulary">
<rdfs:label xml:lang="en">vocabulary</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdfs:comment xml:lang="en">A set of words, either constituting a language, or more specifically used to describe a particular domain of knowledge.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-vocabulary a fabio:Vocabulary ;
dcterms:title 'Vocabulary of scientific terminology'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A collection of words or terms, often with their meanings, belonging to a particular language or field of knowledge.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Vocabulary",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-vocabulary a fabio:Vocabulary ;\n dcterms:title 'Vocabulary of scientific terminology'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A collection of words or terms, often with their meanings, belonging to a particular language or field of knowledge.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A set of words, either constituting a language, or more specifically used to describe a particular domain of knowledge."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "vocabulary"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Vocabulary> <http://www.w3.org/2000/01/rdf-schema#label> "vocabulary"@en .
<http://purl.org/spar/fabio/Vocabulary> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Vocabulary> <http://www.w3.org/2000/01/rdf-schema#comment> "A set of words, either constituting a language, or more specifically used to describe a particular domain of knowledge."@en .
<http://purl.org/spar/fabio/Vocabulary> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Vocabulary> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Vocabulary> <http://purl.org/vocab/vann/example> "\n :my-vocabulary a fabio:Vocabulary ;\n dcterms:title 'Vocabulary of scientific terminology'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A collection of words or terms, often with their meanings, belonging to a particular language or field of knowledge.'@en .\n " .
<http://purl.org/spar/fabio/Vocabulary> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:VocabularyDocument a owl:Class ;
rdfs:label "vocabulary document"@en ;
vann:example """
:my-vocabulary-document a fabio:VocabularyDocument ;
dcterms:title 'SKOS Simple Knowledge Organization System Reference'@en ;
frbr:realizationOf :my-vocabulary ;
dcterms:description 'A document that describes a vocabulary, such as a formal specification or a user guide.'@en .
""" ;
rdfs:comment "A document containing a vocabulary."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:Vocabulary ],
fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/VocabularyDocument">
<rdfs:label xml:lang="en">vocabulary document</rdfs:label>
<rdfs:comment xml:lang="en">A document containing a vocabulary.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb76"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-vocabulary-document a fabio:VocabularyDocument ;
dcterms:title 'SKOS Simple Knowledge Organization System Reference'@en ;
frbr:realizationOf :my-vocabulary ;
dcterms:description 'A document that describes a vocabulary, such as a formal specification or a user guide.'@en .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb76">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Vocabulary"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/VocabularyDocument",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-vocabulary-document a fabio:VocabularyDocument ;\n dcterms:title 'SKOS Simple Knowledge Organization System Reference'@en ;\n frbr:realizationOf :my-vocabulary ;\n dcterms:description 'A document that describes a vocabulary, such as a formal specification or a user guide.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A document containing a vocabulary."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "vocabulary document"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb76"
},
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb76",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Vocabulary"
}
]
}
]<http://purl.org/spar/fabio/VocabularyDocument> <http://www.w3.org/2000/01/rdf-schema#label> "vocabulary document"@en .
<http://purl.org/spar/fabio/VocabularyDocument> <http://www.w3.org/2000/01/rdf-schema#comment> "A document containing a vocabulary."@en .
<http://purl.org/spar/fabio/VocabularyDocument> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb76 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/spar/fabio/VocabularyDocument> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb76 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb76 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Vocabulary> .
<http://purl.org/spar/fabio/VocabularyDocument> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/VocabularyDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb76 .
<http://purl.org/spar/fabio/VocabularyDocument> <http://purl.org/vocab/vann/example> "\n :my-vocabulary-document a fabio:VocabularyDocument ;\n dcterms:title 'SKOS Simple Knowledge Organization System Reference'@en ;\n frbr:realizationOf :my-vocabulary ;\n dcterms:description 'A document that describes a vocabulary, such as a formal specification or a user guide.'@en .\n " .
<http://purl.org/spar/fabio/VocabularyDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
IRI: http://purl.org/spar/fabio/VocabularyMapping
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:VocabularyMapping a owl:Class ;
rdfs:label "vocabulary mapping"@en ;
vann:example """
:my-vocabulary-mapping a fabio:VocabularyMapping ;
dcterms:title 'Semantic mapping between MeSH and LCSH'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A document describing the mapping between two vocabularies.'@en .
""" ;
rdfs:comment "A mapping of correspondences between two vocabularies."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Specification ;
vs:term_status reg:statusStable ;
skos:note "For controlled vocabularies, such mappings may be expressed using SKOS (http://www.w3.org/2004/02/skos/)."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/VocabularyMapping">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Specification"/>
<rdfs:comment xml:lang="en">A mapping of correspondences between two vocabularies.</rdfs:comment>
<rdfs:label xml:lang="en">vocabulary mapping</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<skos:note xml:lang="en">For controlled vocabularies, such mappings may be expressed using SKOS (http://www.w3.org/2004/02/skos/).</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-vocabulary-mapping a fabio:VocabularyMapping ;
dcterms:title 'Semantic mapping between MeSH and LCSH'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A document describing the mapping between two vocabularies.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/VocabularyMapping",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-vocabulary-mapping a fabio:VocabularyMapping ;\n dcterms:title 'Semantic mapping between MeSH and LCSH'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A document describing the mapping between two vocabularies.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A mapping of correspondences between two vocabularies."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "vocabulary mapping"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Specification"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "For controlled vocabularies, such mappings may be expressed using SKOS (http://www.w3.org/2004/02/skos/)."
}
]
}
]<http://purl.org/spar/fabio/VocabularyMapping> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/VocabularyMapping> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Specification> .
<http://purl.org/spar/fabio/VocabularyMapping> <http://www.w3.org/2004/02/skos/core#note> "For controlled vocabularies, such mappings may be expressed using SKOS (http://www.w3.org/2004/02/skos/)."@en .
<http://purl.org/spar/fabio/VocabularyMapping> <http://www.w3.org/2000/01/rdf-schema#comment> "A mapping of correspondences between two vocabularies."@en .
<http://purl.org/spar/fabio/VocabularyMapping> <http://www.w3.org/2000/01/rdf-schema#label> "vocabulary mapping"@en .
<http://purl.org/spar/fabio/VocabularyMapping> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/VocabularyMapping> <http://purl.org/vocab/vann/example> "\n :my-vocabulary-mapping a fabio:VocabularyMapping ;\n dcterms:title 'Semantic mapping between MeSH and LCSH'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A document describing the mapping between two vocabularies.'@en .\n " .
<http://purl.org/spar/fabio/VocabularyMapping> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/VocabularyMappingDocument
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:VocabularyMappingDocument a owl:Class ;
rdfs:label "vocabulary mapping document"@en ;
vann:example """
:my-vocabulary-mapping-document a fabio:VocabularyMappingDocument ;
dcterms:title 'Technical documentation on MeSH-LCSH mapping'@en ;
frbr:realizationOf :my-vocabulary-mapping ;
dcterms:description 'A document that describes a vocabulary mapping, such as a formal specification or a user guide.'@en .
""" ;
rdfs:comment "A document containing a vocabulary mapping."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom fabio:VocabularyMapping ],
fabio:SpecificationDocument ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/VocabularyMappingDocument">
<rdfs:comment xml:lang="en">A document containing a vocabulary mapping.</rdfs:comment>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb49"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/SpecificationDocument"/>
<rdfs:label xml:lang="en">vocabulary mapping document</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-vocabulary-mapping-document a fabio:VocabularyMappingDocument ;
dcterms:title 'Technical documentation on MeSH-LCSH mapping'@en ;
frbr:realizationOf :my-vocabulary-mapping ;
dcterms:description 'A document that describes a vocabulary mapping, such as a formal specification or a user guide.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb49">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/VocabularyMapping"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/VocabularyMappingDocument",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-vocabulary-mapping-document a fabio:VocabularyMappingDocument ;\n dcterms:title 'Technical documentation on MeSH-LCSH mapping'@en ;\n frbr:realizationOf :my-vocabulary-mapping ;\n dcterms:description 'A document that describes a vocabulary mapping, such as a formal specification or a user guide.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A document containing a vocabulary mapping."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "vocabulary mapping document"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb49"
},
{
"@id": "http://purl.org/spar/fabio/SpecificationDocument"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb49",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/VocabularyMapping"
}
]
}
]<http://purl.org/spar/fabio/VocabularyMappingDocument> <http://www.w3.org/2000/01/rdf-schema#comment> "A document containing a vocabulary mapping."@en .
<http://purl.org/spar/fabio/VocabularyMappingDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb49 .
<http://purl.org/spar/fabio/VocabularyMappingDocument> <http://purl.org/vocab/vann/example> "\n :my-vocabulary-mapping-document a fabio:VocabularyMappingDocument ;\n dcterms:title 'Technical documentation on MeSH-LCSH mapping'@en ;\n frbr:realizationOf :my-vocabulary-mapping ;\n dcterms:description 'A document that describes a vocabulary mapping, such as a formal specification or a user guide.'@en .\n " .
<http://purl.org/spar/fabio/VocabularyMappingDocument> <http://www.w3.org/2000/01/rdf-schema#label> "vocabulary mapping document"@en .
<http://purl.org/spar/fabio/VocabularyMappingDocument> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb49 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/spar/fabio/VocabularyMappingDocument> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/VocabularyMappingDocument> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/SpecificationDocument> .
_:nc2534d39d31a404c8051419731cd4b5eb49 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/VocabularyMapping> .
<http://purl.org/spar/fabio/VocabularyMappingDocument> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb49 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:WebArchive a owl:Class ;
rdfs:label "web archive"@en ;
vann:example """
:my-web-archive a fabio:WebArchive ;
dcterms:title 'Wayback Machine'@en ;
dcterms:description 'A collection of web pages and associated assets that have been preserved for future reference.'@en .
""" ;
rdfs:comment "A snapshots of (part of) the World Wide Web."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Repository ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/WebArchive">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Repository"/>
<rdfs:comment xml:lang="en">A snapshots of (part of) the World Wide Web.</rdfs:comment>
<rdfs:label xml:lang="en">web archive</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-web-archive a fabio:WebArchive ;
dcterms:title 'Wayback Machine'@en ;
dcterms:description 'A collection of web pages and associated assets that have been preserved for future reference.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/WebArchive",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-web-archive a fabio:WebArchive ;\n dcterms:title 'Wayback Machine'@en ;\n dcterms:description 'A collection of web pages and associated assets that have been preserved for future reference.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A snapshots of (part of) the World Wide Web."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "web archive"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Repository"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/WebArchive> <http://purl.org/vocab/vann/example> "\n :my-web-archive a fabio:WebArchive ;\n dcterms:title 'Wayback Machine'@en ;\n dcterms:description 'A collection of web pages and associated assets that have been preserved for future reference.'@en .\n " .
<http://purl.org/spar/fabio/WebArchive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/WebArchive> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/WebArchive> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Repository> .
<http://purl.org/spar/fabio/WebArchive> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/WebArchive> <http://www.w3.org/2000/01/rdf-schema#comment> "A snapshots of (part of) the World Wide Web."@en .
<http://purl.org/spar/fabio/WebArchive> <http://www.w3.org/2000/01/rdf-schema#label> "web archive"@en .
IRI: http://purl.org/spar/fabio/WebContent
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:WebContent a owl:Class ;
rdfs:label "web content"@en ;
vann:example """
:my-web-content a fabio:WebContent ;
dcterms:title 'Content of SPUK's home page'@en ;
frbr:embodiment :my-web-manifestation ;
dcterms:description 'A document or other resource that is delivered to a user over the World Wide Web.'@en .
""" ;
rdfs:comment "Information prepared specifically and primarily for manifestation in a web page, comprising text, images, datasets and/or other works."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:embodiment ;
owl:someValuesFrom fabio:WebManifestation ],
fabio:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/WebContent">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Expression"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb104"/>
<rdfs:comment xml:lang="en">Information prepared specifically and primarily for manifestation in a web page, comprising text, images, datasets and/or other works.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">web content</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-web-content a fabio:WebContent ;
dcterms:title 'Content of SPUK's home page'@en ;
frbr:embodiment :my-web-manifestation ;
dcterms:description 'A document or other resource that is delivered to a user over the World Wide Web.'@en .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb104">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#embodiment"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/WebManifestation"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/WebContent",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-web-content a fabio:WebContent ;\n dcterms:title 'Content of SPUK's home page'@en ;\n frbr:embodiment :my-web-manifestation ;\n dcterms:description 'A document or other resource that is delivered to a user over the World Wide Web.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Information prepared specifically and primarily for manifestation in a web page, comprising text, images, datasets and/or other works."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "web content"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Expression"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb104"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb104",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#embodiment"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/WebManifestation"
}
]
}
]<http://purl.org/spar/fabio/WebContent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Expression> .
<http://purl.org/spar/fabio/WebContent> <http://www.w3.org/2000/01/rdf-schema#comment> "Information prepared specifically and primarily for manifestation in a web page, comprising text, images, datasets and/or other works."@en .
_:nc2534d39d31a404c8051419731cd4b5eb104 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/WebManifestation> .
<http://purl.org/spar/fabio/WebContent> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb104 .
<http://purl.org/spar/fabio/WebContent> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/WebContent> <http://purl.org/vocab/vann/example> "\n :my-web-content a fabio:WebContent ;\n dcterms:title 'Content of SPUK's home page'@en ;\n frbr:embodiment :my-web-manifestation ;\n dcterms:description 'A document or other resource that is delivered to a user over the World Wide Web.'@en .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb104 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/WebContent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/WebContent> <http://www.w3.org/2000/01/rdf-schema#label> "web content"@en .
_:nc2534d39d31a404c8051419731cd4b5eb104 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#embodiment> .
<http://purl.org/spar/fabio/WebContent> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/WebManifestation
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:WebManifestation a owl:Class ;
rdfs:label "web manifestation"@en ;
vann:example """
:my-web-manifestation a fabio:WebManifestation ;
dcterms:format 'text/html' ;
frbr:embodimentOf :my-web-content ;
dcterms:description 'A manifestation of an expression that is delivered over the World Wide Web.'@en .
""" ;
rdfs:comment "A digital manifestation on the Web, such as a wiki, a web site, a web page or a blog."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:DigitalManifestation ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/WebManifestation">
<rdfs:comment xml:lang="en">A digital manifestation on the Web, such as a wiki, a web site, a web page or a blog.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">web manifestation</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/DigitalManifestation"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-web-manifestation a fabio:WebManifestation ;
dcterms:format 'text/html' ;
frbr:embodimentOf :my-web-content ;
dcterms:description 'A manifestation of an expression that is delivered over the World Wide Web.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/WebManifestation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-web-manifestation a fabio:WebManifestation ;\n dcterms:format 'text/html' ;\n frbr:embodimentOf :my-web-content ;\n dcterms:description 'A manifestation of an expression that is delivered over the World Wide Web.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A digital manifestation on the Web, such as a wiki, a web site, a web page or a blog."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "web manifestation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/DigitalManifestation"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/WebManifestation> <http://purl.org/vocab/vann/example> "\n :my-web-manifestation a fabio:WebManifestation ;\n dcterms:format 'text/html' ;\n frbr:embodimentOf :my-web-content ;\n dcterms:description 'A manifestation of an expression that is delivered over the World Wide Web.'@en .\n " .
<http://purl.org/spar/fabio/WebManifestation> <http://www.w3.org/2000/01/rdf-schema#comment> "A digital manifestation on the Web, such as a wiki, a web site, a web page or a blog."@en .
<http://purl.org/spar/fabio/WebManifestation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/WebManifestation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/DigitalManifestation> .
<http://purl.org/spar/fabio/WebManifestation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/WebManifestation> <http://www.w3.org/2000/01/rdf-schema#label> "web manifestation"@en .
<http://purl.org/spar/fabio/WebManifestation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/WebPage
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:WebPage a owl:Class ;
rdfs:label "web page"@en ;
vann:example """
:my-web-page a fabio:WebPage ;
dcterms:title 'SPUK's index page'@en ;
dcterms:publisher :github ;
frbr:embodimentOf :my-web-content ;
dcterms:description 'A document that is suitable for the World Wide Web and can be accessed through a web browser.'@en .
""" ;
rdfs:comment "A Web manifestation usually identified by a Uniform Resource Identifier (URI), and made accessible to a user by means of the Hypertext Transport Protocol (HTTP) in a Web browser window. Several interlinked web pages hosted together on a Web server and accessed through a single domain name or IP address constitute a web site."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Page,
fabio:WebManifestation ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/WebPage">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Page"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/WebManifestation"/>
<rdfs:comment xml:lang="en">A Web manifestation usually identified by a Uniform Resource Identifier (URI), and made accessible to a user by means of the Hypertext Transport Protocol (HTTP) in a Web browser window. Several interlinked web pages hosted together on a Web server and accessed through a single domain name or IP address constitute a web site.</rdfs:comment>
<rdfs:label xml:lang="en">web page</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-web-page a fabio:WebPage ;
dcterms:title 'SPUK's index page'@en ;
dcterms:publisher :github ;
frbr:embodimentOf :my-web-content ;
dcterms:description 'A document that is suitable for the World Wide Web and can be accessed through a web browser.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/WebPage",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-web-page a fabio:WebPage ;\n dcterms:title 'SPUK's index page'@en ;\n dcterms:publisher :github ;\n frbr:embodimentOf :my-web-content ;\n dcterms:description 'A document that is suitable for the World Wide Web and can be accessed through a web browser.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A Web manifestation usually identified by a Uniform Resource Identifier (URI), and made accessible to a user by means of the Hypertext Transport Protocol (HTTP) in a Web browser window. Several interlinked web pages hosted together on a Web server and accessed through a single domain name or IP address constitute a web site."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "web page"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Page"
},
{
"@id": "http://purl.org/spar/fabio/WebManifestation"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/WebPage> <http://purl.org/vocab/vann/example> "\n :my-web-page a fabio:WebPage ;\n dcterms:title 'SPUK's index page'@en ;\n dcterms:publisher :github ;\n frbr:embodimentOf :my-web-content ;\n dcterms:description 'A document that is suitable for the World Wide Web and can be accessed through a web browser.'@en .\n " .
<http://purl.org/spar/fabio/WebPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/WebPage> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/WebPage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Page> .
<http://purl.org/spar/fabio/WebPage> <http://www.w3.org/2000/01/rdf-schema#comment> "A Web manifestation usually identified by a Uniform Resource Identifier (URI), and made accessible to a user by means of the Hypertext Transport Protocol (HTTP) in a Web browser window. Several interlinked web pages hosted together on a Web server and accessed through a single domain name or IP address constitute a web site."@en .
<http://purl.org/spar/fabio/WebPage> <http://www.w3.org/2000/01/rdf-schema#label> "web page"@en .
<http://purl.org/spar/fabio/WebPage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/WebManifestation> .
<http://purl.org/spar/fabio/WebPage> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/WebSite
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:WebSite a owl:Class ;
rdfs:label "web site"@en ;
vann:example """
:my-web-site a fabio:WebSite ;
dcterms:title 'Semantic Web Italian Portal'@en ;
frbr:embodimentOf :my-web-content ;
dcterms:description 'A collection of related web pages, images, videos or other digital assets that are addressed with a common domain name or IP address.'@en .
""" ;
rdfs:comment "A collection of related web pages containing text, images, videos and/or other digital assets that are addressed relative to a common Uniform Resource Locator (URL). A web site is hosted on at least one web server, accessible via a network such as the Internet or a private local area network."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:WebManifestation ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/WebSite">
<rdfs:label xml:lang="en">web site</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/WebManifestation"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A collection of related web pages containing text, images, videos and/or other digital assets that are addressed relative to a common Uniform Resource Locator (URL). A web site is hosted on at least one web server, accessible via a network such as the Internet or a private local area network.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-web-site a fabio:WebSite ;
dcterms:title 'Semantic Web Italian Portal'@en ;
frbr:embodimentOf :my-web-content ;
dcterms:description 'A collection of related web pages, images, videos or other digital assets that are addressed with a common domain name or IP address.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/WebSite",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-web-site a fabio:WebSite ;\n dcterms:title 'Semantic Web Italian Portal'@en ;\n frbr:embodimentOf :my-web-content ;\n dcterms:description 'A collection of related web pages, images, videos or other digital assets that are addressed with a common domain name or IP address.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A collection of related web pages containing text, images, videos and/or other digital assets that are addressed relative to a common Uniform Resource Locator (URL). A web site is hosted on at least one web server, accessible via a network such as the Internet or a private local area network."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "web site"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/WebManifestation"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/WebSite> <http://purl.org/vocab/vann/example> "\n :my-web-site a fabio:WebSite ;\n dcterms:title 'Semantic Web Italian Portal'@en ;\n frbr:embodimentOf :my-web-content ;\n dcterms:description 'A collection of related web pages, images, videos or other digital assets that are addressed with a common domain name or IP address.'@en .\n " .
<http://purl.org/spar/fabio/WebSite> <http://www.w3.org/2000/01/rdf-schema#label> "web site"@en .
<http://purl.org/spar/fabio/WebSite> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/WebSite> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/WebSite> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of related web pages containing text, images, videos and/or other digital assets that are addressed relative to a common Uniform Resource Locator (URL). A web site is hosted on at least one web server, accessible via a network such as the Internet or a private local area network."@en .
<http://purl.org/spar/fabio/WebSite> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/WebManifestation> .
<http://purl.org/spar/fabio/WebSite> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/WhitePaper
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:WhitePaper a owl:Class ;
rdfs:label "white paper"@en ;
vann:example """
:my-white-paper a fabio:WhitePaper ;
dcterms:title 'Evolution of decentralized networks'@en ;
dcterms:description 'An authoritative report or guide that informs readers concisely about a complex issue and presents the issuing body's philosophy on the matter.'@en .
""" ;
rdfs:comment "An authoritative report or guide designed to educate readers and help people make decisions, or to explain technical problems and how to solve them. White papers are typically published by governments to propose new legislation for discussion, and by commercial companies to inform readers about products or services, as aids to marketing."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:ReportDocument ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/WhitePaper">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ReportDocument"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">white paper</rdfs:label>
<rdfs:comment xml:lang="en">An authoritative report or guide designed to educate readers and help people make decisions, or to explain technical problems and how to solve them. White papers are typically published by governments to propose new legislation for discussion, and by commercial companies to inform readers about products or services, as aids to marketing.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-white-paper a fabio:WhitePaper ;
dcterms:title 'Evolution of decentralized networks'@en ;
dcterms:description 'An authoritative report or guide that informs readers concisely about a complex issue and presents the issuing body's philosophy on the matter.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/WhitePaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-white-paper a fabio:WhitePaper ;\n dcterms:title 'Evolution of decentralized networks'@en ;\n dcterms:description 'An authoritative report or guide that informs readers concisely about a complex issue and presents the issuing body's philosophy on the matter.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An authoritative report or guide designed to educate readers and help people make decisions, or to explain technical problems and how to solve them. White papers are typically published by governments to propose new legislation for discussion, and by commercial companies to inform readers about products or services, as aids to marketing."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "white paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/ReportDocument"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/WhitePaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/WhitePaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/WhitePaper> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/WhitePaper> <http://purl.org/vocab/vann/example> "\n :my-white-paper a fabio:WhitePaper ;\n dcterms:title 'Evolution of decentralized networks'@en ;\n dcterms:description 'An authoritative report or guide that informs readers concisely about a complex issue and presents the issuing body's philosophy on the matter.'@en .\n " .
<http://purl.org/spar/fabio/WhitePaper> <http://www.w3.org/2000/01/rdf-schema#label> "white paper"@en .
<http://purl.org/spar/fabio/WhitePaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ReportDocument> .
<http://purl.org/spar/fabio/WhitePaper> <http://www.w3.org/2000/01/rdf-schema#comment> "An authoritative report or guide designed to educate readers and help people make decisions, or to explain technical problems and how to solve them. White papers are typically published by governments to propose new legislation for discussion, and by commercial companies to inform readers about products or services, as aids to marketing."@en .
IRI: http://purl.org/spar/fabio/Wiki
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Wiki a owl:Class ;
rdfs:label "wiki"@en ;
vann:example """
:my-wiki a fabio:Wiki ;
dcterms:title 'Collaborative Wiki for Project X'@en ;
frbr:embodimentOf :my-web-content ;
dcterms:description 'A website that allows collaborative editing of its content and structure by its users.'@en .
""" ;
rdfs:comment "A collaborative Web manifestation, usually maintained by a project team or group, providing easy-to-edit pages that can be used to accumulate related information for shared use by the group and/or publication."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:WebManifestation ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Wiki">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/WebManifestation"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A collaborative Web manifestation, usually maintained by a project team or group, providing easy-to-edit pages that can be used to accumulate related information for shared use by the group and/or publication.</rdfs:comment>
<rdfs:label xml:lang="en">wiki</rdfs:label>
<vann:example>
:my-wiki a fabio:Wiki ;
dcterms:title 'Collaborative Wiki for Project X'@en ;
frbr:embodimentOf :my-web-content ;
dcterms:description 'A website that allows collaborative editing of its content and structure by its users.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Wiki",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-wiki a fabio:Wiki ;\n dcterms:title 'Collaborative Wiki for Project X'@en ;\n frbr:embodimentOf :my-web-content ;\n dcterms:description 'A website that allows collaborative editing of its content and structure by its users.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A collaborative Web manifestation, usually maintained by a project team or group, providing easy-to-edit pages that can be used to accumulate related information for shared use by the group and/or publication."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "wiki"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/WebManifestation"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Wiki> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Wiki> <http://purl.org/vocab/vann/example> "\n :my-wiki a fabio:Wiki ;\n dcterms:title 'Collaborative Wiki for Project X'@en ;\n frbr:embodimentOf :my-web-content ;\n dcterms:description 'A website that allows collaborative editing of its content and structure by its users.'@en .\n " .
<http://purl.org/spar/fabio/Wiki> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Wiki> <http://www.w3.org/2000/01/rdf-schema#comment> "A collaborative Web manifestation, usually maintained by a project team or group, providing easy-to-edit pages that can be used to accumulate related information for shared use by the group and/or publication."@en .
<http://purl.org/spar/fabio/Wiki> <http://www.w3.org/2000/01/rdf-schema#label> "wiki"@en .
<http://purl.org/spar/fabio/Wiki> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Wiki> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/WebManifestation> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:WikiEntry a owl:Class ;
rdfs:label "wiki entry"@en ;
vann:example """
:my-wiki-entry a fabio:WikiEntry ;
dcterms:title 'Definition of Project X'@en ;
dcterms:description 'A single article or page within a wiki.'@en .
""" ;
rdfs:comment "Information manifested in a wiki. "@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Entry,
fabio:WebContent ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/WikiEntry">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/WebContent"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Entry"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">wiki entry</rdfs:label>
<rdfs:comment xml:lang="en">Information manifested in a wiki. </rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-wiki-entry a fabio:WikiEntry ;
dcterms:title 'Definition of Project X'@en ;
dcterms:description 'A single article or page within a wiki.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/WikiEntry",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-wiki-entry a fabio:WikiEntry ;\n dcterms:title 'Definition of Project X'@en ;\n dcterms:description 'A single article or page within a wiki.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Information manifested in a wiki. "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "wiki entry"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/WebContent"
},
{
"@id": "http://purl.org/spar/fabio/Entry"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/WikiEntry> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/WikiEntry> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/WebContent> .
<http://purl.org/spar/fabio/WikiEntry> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Entry> .
<http://purl.org/spar/fabio/WikiEntry> <http://purl.org/vocab/vann/example> "\n :my-wiki-entry a fabio:WikiEntry ;\n dcterms:title 'Definition of Project X'@en ;\n dcterms:description 'A single article or page within a wiki.'@en .\n " .
<http://purl.org/spar/fabio/WikiEntry> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/WikiEntry> <http://www.w3.org/2000/01/rdf-schema#label> "wiki entry"@en .
<http://purl.org/spar/fabio/WikiEntry> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/WikiEntry> <http://www.w3.org/2000/01/rdf-schema#comment> "Information manifested in a wiki. "@en .
IRI: http://purl.org/spar/fabio/WikipediaEntry
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:WikipediaEntry a owl:Class ;
rdfs:label "wikipedia entry"@en ;
vann:example """
:my-wiki-entry a fabio:WikiEntry ;
dcterms:title 'Definition of Project X'@en ;
dcterms:description 'A single article or page within a wiki.'@en .
""" ;
rdfs:comment "Information about a particular topic in one of the versions of Wikipedia, the online encyclopedia (http://www.wikipedia.org/)."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:WikiEntry ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/WikipediaEntry">
<rdfs:comment xml:lang="en">Information about a particular topic in one of the versions of Wikipedia, the online encyclopedia (http://www.wikipedia.org/).</rdfs:comment>
<rdfs:label xml:lang="en">wikipedia entry</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/WikiEntry"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-wiki-entry a fabio:WikiEntry ;
dcterms:title 'Definition of Project X'@en ;
dcterms:description 'A single article or page within a wiki.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/WikipediaEntry",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-wiki-entry a fabio:WikiEntry ;\n dcterms:title 'Definition of Project X'@en ;\n dcterms:description 'A single article or page within a wiki.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Information about a particular topic in one of the versions of Wikipedia, the online encyclopedia (http://www.wikipedia.org/)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "wikipedia entry"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/WikiEntry"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/WikipediaEntry> <http://purl.org/vocab/vann/example> "\n :my-wiki-entry a fabio:WikiEntry ;\n dcterms:title 'Definition of Project X'@en ;\n dcterms:description 'A single article or page within a wiki.'@en .\n " .
<http://purl.org/spar/fabio/WikipediaEntry> <http://www.w3.org/2000/01/rdf-schema#comment> "Information about a particular topic in one of the versions of Wikipedia, the online encyclopedia (http://www.wikipedia.org/)."@en .
<http://purl.org/spar/fabio/WikipediaEntry> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/WikipediaEntry> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/WikipediaEntry> <http://www.w3.org/2000/01/rdf-schema#label> "wikipedia entry"@en .
<http://purl.org/spar/fabio/WikipediaEntry> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/WikipediaEntry> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/WikiEntry> .
IRI: http://purl.org/spar/fabio/Work
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Work a owl:Class ;
rdfs:label "work"@en ;
vann:example """
:my-work a fabio:Work ;
dcterms:title 'Towards a new Semantic Web'@en ;
frbr:realization :my-expression ;
dcterms:description 'A conceptual endeavor as imagined by its creator.'@en .
""" ;
rdfs:comment "A subclass of FRBR Work, restricted to works that are published or potentially publishable, and that contain or are referred to by bibliographic references, or entities used to define bibliographic references."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Class ;
owl:intersectionOf ( [ a owl:Restriction ;
owl:allValuesFrom frbr:Work ;
owl:onProperty frbr:part ] [ a owl:Restriction ;
owl:allValuesFrom frbr:Work ;
owl:onProperty frbr:partOf ] ) ],
[ a owl:Restriction ;
owl:allValuesFrom fabio:Expression ;
owl:onProperty frbr:realization ],
frbr:Work ;
vs:term_status reg:statusStable ;
skos:note """FaBiO works, and their expressions and manifestations, are primarily textual publications such as books, magazines, newspapers and journals, and items of their content. However, they also include datasets, computer algorithms, experimental protocols, formal specifications and vocabularies, legal records, governmental papers, technical and commercial reports and similar publications, and also bibliographies, reference lists, library catalogues and similar collections. For this reason, `fabio:Work` is not an equivalent class to `frbr:ScholarlyWork`. An example of a `fabio:Work` is your latest research paper.
A `fabio:Work` can only have part or be part of another `fabio:Work`. Moreover, it can be realized only by instances of `fabio:Expression`."""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb134">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#partOf"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb137">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/spar/fabio/Expression"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realization"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb132">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:intersectionOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb135"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb133">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:allValuesFrom rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#part"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Work">
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb137"/>
<rdfs:subClassOf rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb132"/>
<rdfs:comment xml:lang="en">A subclass of FRBR Work, restricted to works that are published or potentially publishable, and that contain or are referred to by bibliographic references, or entities used to define bibliographic references.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">work</rdfs:label>
<skos:note xml:lang="en">FaBiO works, and their expressions and manifestations, are primarily textual publications such as books, magazines, newspapers and journals, and items of their content. However, they also include datasets, computer algorithms, experimental protocols, formal specifications and vocabularies, legal records, governmental papers, technical and commercial reports and similar publications, and also bibliographies, reference lists, library catalogues and similar collections. For this reason, `fabio:Work` is not an equivalent class to `frbr:ScholarlyWork`. An example of a `fabio:Work` is your latest research paper.
A `fabio:Work` can only have part or be part of another `fabio:Work`. Moreover, it can be realized only by instances of `fabio:Expression`.</skos:note>
<vann:example>
:my-work a fabio:Work ;
dcterms:title 'Towards a new Semantic Web'@en ;
frbr:realization :my-expression ;
dcterms:description 'A conceptual endeavor as imagined by its creator.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb136">
<rdf:first rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb134"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb135">
<rdf:first rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb133"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb136"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Work",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-work a fabio:Work ;\n dcterms:title 'Towards a new Semantic Web'@en ;\n frbr:realization :my-expression ;\n dcterms:description 'A conceptual endeavor as imagined by its creator.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A subclass of FRBR Work, restricted to works that are published or potentially publishable, and that contain or are referred to by bibliographic references, or entities used to define bibliographic references."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "work"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb137"
},
{
"@id": "http://purl.org/vocab/frbr/core#Work"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb132"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "FaBiO works, and their expressions and manifestations, are primarily textual publications such as books, magazines, newspapers and journals, and items of their content. However, they also include datasets, computer algorithms, experimental protocols, formal specifications and vocabularies, legal records, governmental papers, technical and commercial reports and similar publications, and also bibliographies, reference lists, library catalogues and similar collections. For this reason, `fabio:Work` is not an equivalent class to `frbr:ScholarlyWork`. An example of a `fabio:Work` is your latest research paper. \n \nA `fabio:Work` can only have part or be part of another `fabio:Work`. Moreover, it can be realized only by instances of `fabio:Expression`."
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb137",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Expression"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realization"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb132",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#intersectionOf": [
{
"@list": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb133"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb134"
}
]
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb133",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/vocab/frbr/core#Work"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#part"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb134",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#allValuesFrom": [
{
"@id": "http://purl.org/vocab/frbr/core#Work"
}
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#partOf"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb134 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
_:nc2534d39d31a404c8051419731cd4b5eb137 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/spar/fabio/Expression> .
_:nc2534d39d31a404c8051419731cd4b5eb132 <http://www.w3.org/2002/07/owl#intersectionOf> _:nc2534d39d31a404c8051419731cd4b5eb135 .
_:nc2534d39d31a404c8051419731cd4b5eb133 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/vocab/frbr/core#Work> .
<http://purl.org/spar/fabio/Work> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb132 .
_:nc2534d39d31a404c8051419731cd4b5eb133 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
_:nc2534d39d31a404c8051419731cd4b5eb134 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/vocab/frbr/core#Work> .
<http://purl.org/spar/fabio/Work> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Work> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb136 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:nc2534d39d31a404c8051419731cd4b5eb134 .
_:nc2534d39d31a404c8051419731cd4b5eb137 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realization> .
_:nc2534d39d31a404c8051419731cd4b5eb132 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Work> <http://purl.org/vocab/vann/example> "\n :my-work a fabio:Work ;\n dcterms:title 'Towards a new Semantic Web'@en ;\n frbr:realization :my-expression ;\n dcterms:description 'A conceptual endeavor as imagined by its creator.'@en .\n " .
<http://purl.org/spar/fabio/Work> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb137 .
<http://purl.org/spar/fabio/Work> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/vocab/frbr/core#Work> .
<http://purl.org/spar/fabio/Work> <http://www.w3.org/2000/01/rdf-schema#comment> "A subclass of FRBR Work, restricted to works that are published or potentially publishable, and that contain or are referred to by bibliographic references, or entities used to define bibliographic references."@en .
_:nc2534d39d31a404c8051419731cd4b5eb136 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://purl.org/spar/fabio/Work> <http://www.w3.org/2004/02/skos/core#note> "FaBiO works, and their expressions and manifestations, are primarily textual publications such as books, magazines, newspapers and journals, and items of their content. However, they also include datasets, computer algorithms, experimental protocols, formal specifications and vocabularies, legal records, governmental papers, technical and commercial reports and similar publications, and also bibliographies, reference lists, library catalogues and similar collections. For this reason, `fabio:Work` is not an equivalent class to `frbr:ScholarlyWork`. An example of a `fabio:Work` is your latest research paper. \n \nA `fabio:Work` can only have part or be part of another `fabio:Work`. Moreover, it can be realized only by instances of `fabio:Expression`."@en .
_:nc2534d39d31a404c8051419731cd4b5eb135 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:nc2534d39d31a404c8051419731cd4b5eb133 .
<http://purl.org/spar/fabio/Work> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:nc2534d39d31a404c8051419731cd4b5eb133 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb135 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb136 .
<http://purl.org/spar/fabio/Work> <http://www.w3.org/2000/01/rdf-schema#label> "work"@en .
_:nc2534d39d31a404c8051419731cd4b5eb137 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:nc2534d39d31a404c8051419731cd4b5eb134 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
IRI: http://purl.org/vocab/frbr/core#Work
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
frbr:Work a owl:Class ;
rdfs:label "work"@en ;
rdfs:comment """
A distinct intellectual or artistic creation.
A work is an abstract entity; there is no single material object one can point to as the work. We recognize the work through individual realizations or expressions of the work, but the work itself exists only in the commonality of content between and among the various expressions of the work. When we speak of Homer's Iliad as a work, our point of reference is not a particular recitation or text of the work, but the intellectual creation that lies behind all the various expressions of the work.
"""@en ;
rdfs:isDefinedBy frbr: .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#Work">
<rdfs:comment xml:lang="en">
A distinct intellectual or artistic creation.
A work is an abstract entity; there is no single material object one can point to as the work. We recognize the work through individual realizations or expressions of the work, but the work itself exists only in the commonality of content between and among the various expressions of the work. When we speak of Homer's Iliad as a work, our point of reference is not a particular recitation or text of the work, but the intellectual creation that lies behind all the various expressions of the work.
</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">work</rdfs:label>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#Work",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "\nA distinct intellectual or artistic creation.\n\nA work is an abstract entity; there is no single material object one can point to as the work. We recognize the work through individual realizations or expressions of the work, but the work itself exists only in the commonality of content between and among the various expressions of the work. When we speak of Homer's Iliad as a work, our point of reference is not a particular recitation or text of the work, but the intellectual creation that lies behind all the various expressions of the work.\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "work"
}
]
}
]<http://purl.org/vocab/frbr/core#Work> <http://www.w3.org/2000/01/rdf-schema#comment> "\nA distinct intellectual or artistic creation.\n\nA work is an abstract entity; there is no single material object one can point to as the work. We recognize the work through individual realizations or expressions of the work, but the work itself exists only in the commonality of content between and among the various expressions of the work. When we speak of Homer's Iliad as a work, our point of reference is not a particular recitation or text of the work, but the intellectual creation that lies behind all the various expressions of the work.\n "@en .
<http://purl.org/vocab/frbr/core#Work> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#Work> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/vocab/frbr/core#Work> <http://www.w3.org/2000/01/rdf-schema#label> "work"@en .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:WorkCollection a owl:Class ;
rdfs:label "work collection"@en ;
vann:example """
:my-work-collection a fabio:WorkCollection ;
dcterms:title 'John Doe's works'@en ;
dcterms:creator :john-doe ;
frbr:part :my-work, :my-another-work ;
dcterms:description 'A collection of works, for example the 'complete works' of an author.'@en .
""" ;
rdfs:comment "A collection of works."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:part ;
owl:someValuesFrom fabio:Work ],
fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb77">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#part"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/Work"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/WorkCollection">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A collection of works.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb77"/>
<rdfs:label xml:lang="en">work collection</rdfs:label>
<vann:example>
:my-work-collection a fabio:WorkCollection ;
dcterms:title 'John Doe's works'@en ;
dcterms:creator :john-doe ;
frbr:part :my-work, :my-another-work ;
dcterms:description 'A collection of works, for example the 'complete works' of an author.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/WorkCollection",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-work-collection a fabio:WorkCollection ;\n dcterms:title 'John Doe's works'@en ;\n dcterms:creator :john-doe ;\n frbr:part :my-work, :my-another-work ;\n dcterms:description 'A collection of works, for example the 'complete works' of an author.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A collection of works."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "work collection"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb77"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb77",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#part"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb77 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
_:nc2534d39d31a404c8051419731cd4b5eb77 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/WorkCollection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/WorkCollection> <http://purl.org/vocab/vann/example> "\n :my-work-collection a fabio:WorkCollection ;\n dcterms:title 'John Doe's works'@en ;\n dcterms:creator :john-doe ;\n frbr:part :my-work, :my-another-work ;\n dcterms:description 'A collection of works, for example the 'complete works' of an author.'@en .\n " .
<http://purl.org/spar/fabio/WorkCollection> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of works."@en .
<http://purl.org/spar/fabio/WorkCollection> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/WorkCollection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb77 .
<http://purl.org/spar/fabio/WorkCollection> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/WorkCollection> <http://www.w3.org/2000/01/rdf-schema#label> "work collection"@en .
_:nc2534d39d31a404c8051419731cd4b5eb77 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/WorkCollection> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/WorkPackage
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:WorkPackage a owl:Class ;
rdfs:label "work package"@en ;
vann:example """
:my-work-package a fabio:WorkPackage ;
dcterms:title 'Work Package 1'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A major building block of a project's work plan.'@en .
""" ;
rdfs:comment "A component of the case for support of a grant application, describing a particular aspect of the work to be undertaken."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/WorkPackage">
<rdfs:label xml:lang="en">work package</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A component of the case for support of a grant application, describing a particular aspect of the work to be undertaken.</rdfs:comment>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-work-package a fabio:WorkPackage ;
dcterms:title 'Work Package 1'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A major building block of a project's work plan.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/WorkPackage",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-work-package a fabio:WorkPackage ;\n dcterms:title 'Work Package 1'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A major building block of a project's work plan.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A component of the case for support of a grant application, describing a particular aspect of the work to be undertaken."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "work package"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/WorkPackage> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/WorkPackage> <http://www.w3.org/2000/01/rdf-schema#label> "work package"@en .
<http://purl.org/spar/fabio/WorkPackage> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/WorkPackage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/WorkPackage> <http://purl.org/vocab/vann/example> "\n :my-work-package a fabio:WorkPackage ;\n dcterms:title 'Work Package 1'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A major building block of a project's work plan.'@en .\n " .
<http://purl.org/spar/fabio/WorkPackage> <http://www.w3.org/2000/01/rdf-schema#comment> "A component of the case for support of a grant application, describing a particular aspect of the work to be undertaken."@en .
<http://purl.org/spar/fabio/WorkPackage> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/Workflow
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:Workflow a owl:Class ;
rdfs:label "workflow"@en ;
vann:example """
:my-workflow a fabio:Workflow ;
dcterms:title 'Genomics data analysis workflow'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A sequence of connected steps, which may be automated, that are used to achieve a particular goal.'@en .
""" ;
rdfs:comment "A recorded sequence of connected steps, which may be automated, specifying a reliably repeatable sequence of operations to be undertaken when conducting a particular job, for example an in silico investigation that extracts and processes information from a number of bioinformatics databases."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Specification ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/Workflow">
<rdfs:comment xml:lang="en">A recorded sequence of connected steps, which may be automated, specifying a reliably repeatable sequence of operations to be undertaken when conducting a particular job, for example an in silico investigation that extracts and processes information from a number of bioinformatics databases.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">workflow</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Specification"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-workflow a fabio:Workflow ;
dcterms:title 'Genomics data analysis workflow'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A sequence of connected steps, which may be automated, that are used to achieve a particular goal.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/Workflow",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-workflow a fabio:Workflow ;\n dcterms:title 'Genomics data analysis workflow'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A sequence of connected steps, which may be automated, that are used to achieve a particular goal.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A recorded sequence of connected steps, which may be automated, specifying a reliably repeatable sequence of operations to be undertaken when conducting a particular job, for example an in silico investigation that extracts and processes information from a number of bioinformatics databases."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "workflow"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Specification"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/Workflow> <http://purl.org/vocab/vann/example> "\n :my-workflow a fabio:Workflow ;\n dcterms:title 'Genomics data analysis workflow'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A sequence of connected steps, which may be automated, that are used to achieve a particular goal.'@en .\n " .
<http://purl.org/spar/fabio/Workflow> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/Workflow> <http://www.w3.org/2000/01/rdf-schema#comment> "A recorded sequence of connected steps, which may be automated, specifying a reliably repeatable sequence of operations to be undertaken when conducting a particular job, for example an in silico investigation that extracts and processes information from a number of bioinformatics databases."@en .
<http://purl.org/spar/fabio/Workflow> <http://www.w3.org/2000/01/rdf-schema#label> "workflow"@en .
<http://purl.org/spar/fabio/Workflow> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/Workflow> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/Workflow> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Specification> .
IRI: http://purl.org/spar/fabio/WorkingPaper
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:WorkingPaper a owl:Class ;
rdfs:label "working paper"@en ;
vann:example """
:my-working-paper a fabio:WorkingPaper ;
dcterms:title 'Preliminary analysis of new markets in 2026'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A technical report or draft of a research paper that has not yet been published in a peer-reviewed journal.'@en .
""" ;
rdfs:comment "An unpublished paper, usually circulated privately among a small group of peers, to provide information or with a request for comments or editorial improvement."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:Work ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/WorkingPaper">
<rdfs:comment xml:lang="en">An unpublished paper, usually circulated privately among a small group of peers, to provide information or with a request for comments or editorial improvement.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">working paper</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/Work"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-working-paper a fabio:WorkingPaper ;
dcterms:title 'Preliminary analysis of new markets in 2026'@en ;
dcterms:creator :john-doe ;
dcterms:description 'A technical report or draft of a research paper that has not yet been published in a peer-reviewed journal.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/WorkingPaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-working-paper a fabio:WorkingPaper ;\n dcterms:title 'Preliminary analysis of new markets in 2026'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A technical report or draft of a research paper that has not yet been published in a peer-reviewed journal.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An unpublished paper, usually circulated privately among a small group of peers, to provide information or with a request for comments or editorial improvement."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "working paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/Work"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/WorkingPaper> <http://www.w3.org/2000/01/rdf-schema#comment> "An unpublished paper, usually circulated privately among a small group of peers, to provide information or with a request for comments or editorial improvement."@en .
<http://purl.org/spar/fabio/WorkingPaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/WorkingPaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/Work> .
<http://purl.org/spar/fabio/WorkingPaper> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/WorkingPaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/WorkingPaper> <http://www.w3.org/2000/01/rdf-schema#label> "working paper"@en .
<http://purl.org/spar/fabio/WorkingPaper> <http://purl.org/vocab/vann/example> "\n :my-working-paper a fabio:WorkingPaper ;\n dcterms:title 'Preliminary analysis of new markets in 2026'@en ;\n dcterms:creator :john-doe ;\n dcterms:description 'A technical report or draft of a research paper that has not yet been published in a peer-reviewed journal.'@en .\n " .
IRI: http://purl.org/spar/fabio/WorkshopPaper
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:WorkshopPaper a owl:Class ;
rdfs:label "workshop paper"@en ;
vann:example """
:my-workshop-paper a fabio:WorkshopPaper ;
dcterms:title 'New perspectives for Linked Data analysis'@en ;
dcterms:description 'A paper presented at a workshop and potentially published in the workshop proceedings.'@en .
""" ;
rdfs:comment "A paper, typically the realization of a research paper reporting original research findings, usually presented at a workshop and published within a workshop proceedings volume."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf fabio:ProceedingsPaper ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/WorkshopPaper">
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/ProceedingsPaper"/>
<rdfs:label xml:lang="en">workshop paper</rdfs:label>
<rdfs:comment xml:lang="en">A paper, typically the realization of a research paper reporting original research findings, usually presented at a workshop and published within a workshop proceedings volume.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-workshop-paper a fabio:WorkshopPaper ;
dcterms:title 'New perspectives for Linked Data analysis'@en ;
dcterms:description 'A paper presented at a workshop and potentially published in the workshop proceedings.'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/WorkshopPaper",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-workshop-paper a fabio:WorkshopPaper ;\n dcterms:title 'New perspectives for Linked Data analysis'@en ;\n dcterms:description 'A paper presented at a workshop and potentially published in the workshop proceedings.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A paper, typically the realization of a research paper reporting original research findings, usually presented at a workshop and published within a workshop proceedings volume."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "workshop paper"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/ProceedingsPaper"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/WorkshopPaper> <http://www.w3.org/2000/01/rdf-schema#comment> "A paper, typically the realization of a research paper reporting original research findings, usually presented at a workshop and published within a workshop proceedings volume."@en .
<http://purl.org/spar/fabio/WorkshopPaper> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/ProceedingsPaper> .
<http://purl.org/spar/fabio/WorkshopPaper> <http://www.w3.org/2000/01/rdf-schema#label> "workshop paper"@en .
<http://purl.org/spar/fabio/WorkshopPaper> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/WorkshopPaper> <http://purl.org/vocab/vann/example> "\n :my-workshop-paper a fabio:WorkshopPaper ;\n dcterms:title 'New perspectives for Linked Data analysis'@en ;\n dcterms:description 'A paper presented at a workshop and potentially published in the workshop proceedings.'@en .\n " .
<http://purl.org/spar/fabio/WorkshopPaper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/WorkshopPaper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
IRI: http://purl.org/spar/fabio/WorkshopProceedings
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:WorkshopProceedings a owl:Class ;
rdfs:label "workshop proceedings"@en ;
vann:example """
:my-workshop-proceedings a fabio:WorkshopProceedings ;
dcterms:title 'Proceedings of the International Workshop on Linked Open Data 2026'@en ;
frbr:part :my-workshop-paper ;
dcterms:description 'A collection of papers presented at a workshop.'@en .
""" ;
rdfs:comment "A document containing the programme and collected workshop papers, or their abstracts, presented at a workshop or similar event."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty frbr:part ;
owl:someValuesFrom fabio:WorkshopPaper ],
fabio:AcademicProceedings ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb50">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#part"/>
<owl:someValuesFrom rdf:resource="http://purl.org/spar/fabio/WorkshopPaper"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/WorkshopProceedings">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subClassOf rdf:resource="http://purl.org/spar/fabio/AcademicProceedings"/>
<rdfs:subClassOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb50"/>
<rdfs:comment xml:lang="en">A document containing the programme and collected workshop papers, or their abstracts, presented at a workshop or similar event.</rdfs:comment>
<rdfs:label xml:lang="en">workshop proceedings</rdfs:label>
<vann:example>
:my-workshop-proceedings a fabio:WorkshopProceedings ;
dcterms:title 'Proceedings of the International Workshop on Linked Open Data 2026'@en ;
frbr:part :my-workshop-paper ;
dcterms:description 'A collection of papers presented at a workshop.'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/WorkshopProceedings",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-workshop-proceedings a fabio:WorkshopProceedings ;\n dcterms:title 'Proceedings of the International Workshop on Linked Open Data 2026'@en ;\n frbr:part :my-workshop-paper ;\n dcterms:description 'A collection of papers presented at a workshop.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A document containing the programme and collected workshop papers, or their abstracts, presented at a workshop or similar event."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "workshop proceedings"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/spar/fabio/AcademicProceedings"
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb50"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb50",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#part"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/spar/fabio/WorkshopPaper"
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb50 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/spar/fabio/WorkshopPaper> .
<http://purl.org/spar/fabio/WorkshopProceedings> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/WorkshopProceedings> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb50 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
<http://purl.org/spar/fabio/WorkshopProceedings> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/spar/fabio/AcademicProceedings> .
<http://purl.org/spar/fabio/WorkshopProceedings> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/WorkshopProceedings> <http://www.w3.org/2000/01/rdf-schema#comment> "A document containing the programme and collected workshop papers, or their abstracts, presented at a workshop or similar event."@en .
<http://purl.org/spar/fabio/WorkshopProceedings> <http://www.w3.org/2000/01/rdf-schema#label> "workshop proceedings"@en .
_:nc2534d39d31a404c8051419731cd4b5eb50 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/spar/fabio/WorkshopProceedings> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:nc2534d39d31a404c8051419731cd4b5eb50 .
<http://purl.org/spar/fabio/WorkshopProceedings> <http://purl.org/vocab/vann/example> "\n :my-workshop-proceedings a fabio:WorkshopProceedings ;\n dcterms:title 'Proceedings of the International Workshop on Linked Open Data 2026'@en ;\n frbr:part :my-workshop-paper ;\n dcterms:description 'A collection of papers presented at a workshop.'@en .\n " .
Jump to:
IRI: http://purl.org/dc/terms/creator
@prefix dcterms: <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 reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:creator a owl:ObjectProperty ;
rdfs:label "has creator"@en ;
vann:example """
:my-report a fabio:Report ;
dcterms:creator :john-doe .
:john-doe a foaf:Agent ;
foaf:name 'John Doe' .
""" ;
rdfs:comment "An entity primarily responsible for making the resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:subPropertyOf owl:topObjectProperty ;
vs:term_status reg:statusStable ;
skos:note """
Examples of a Creator include a person, an organization, or a service.
Typically, the name of a creator should be used to indicate the entity.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/creator">
<rdfs:label xml:lang="en">has creator</rdfs:label>
<rdfs:comment xml:lang="en">An entity primarily responsible for making the resource.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<vann:example>
:my-report a fabio:Report ;
dcterms:creator :john-doe .
:john-doe a foaf:Agent ;
foaf:name 'John Doe' .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
Examples of a Creator include a person, an organization, or a service.
Typically, the name of a creator should be used to indicate the entity.
</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/creator",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-report a fabio:Report ;\n dcterms:creator :john-doe .\n\n :john-doe a foaf:Agent ;\n foaf:name 'John Doe' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An entity primarily responsible for making the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has creator"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topObjectProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nExamples of a Creator include a person, an organization, or a service. \nTypically, the name of a creator should be used to indicate the entity.\n "
}
]
}
]<http://purl.org/dc/terms/creator> <http://www.w3.org/2000/01/rdf-schema#label> "has creator"@en .
<http://purl.org/dc/terms/creator> <http://www.w3.org/2000/01/rdf-schema#comment> "An entity primarily responsible for making the resource."@en .
<http://purl.org/dc/terms/creator> <http://www.w3.org/2004/02/skos/core#note> "\nExamples of a Creator include a person, an organization, or a service. \nTypically, the name of a creator should be used to indicate the entity.\n "@en .
<http://purl.org/dc/terms/creator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/creator> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/creator> <http://purl.org/vocab/vann/example> "\n :my-report a fabio:Report ;\n dcterms:creator :john-doe .\n\n :john-doe a foaf:Agent ;\n foaf:name 'John Doe' .\n " .
<http://purl.org/dc/terms/creator> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/creator> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
IRI: http://purl.org/spar/fabio/hasDiscipline
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasDiscipline a owl:ObjectProperty ;
rdfs:label "has discipline"@en ;
vann:example """
:my-term-dictionary a fabio:TermDictionary ;
fabio:hasDiscipline
dbpedia:Computer_science ,
dbpedia:Law .
""" ;
rdfs:comment "The discipline to which a subject vocabulary belongs."@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( fabio:TermDictionary frbr:Endeavour ) ] ;
rdfs:isDefinedBy fabio: ;
rdfs:range fabio:SubjectDiscipline ;
rdfs:subPropertyOf owl:topObjectProperty ;
owl:inverseOf fabio:isDisciplineOf ;
owl:propertyDisjointWith fabio:isSchemeOf ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb52">
<rdf:first rdf:resource="http://purl.org/spar/fabio/TermDictionary"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb53"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb51">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb52"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasDiscipline">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="http://purl.org/spar/fabio/SubjectDiscipline"/>
<rdfs:domain rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb51"/>
<rdfs:comment xml:lang="en">The discipline to which a subject vocabulary belongs.</rdfs:comment>
<rdfs:label xml:lang="en">has discipline</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/fabio/isDisciplineOf"/>
<owl:propertyDisjointWith rdf:resource="http://purl.org/spar/fabio/isSchemeOf"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-term-dictionary a fabio:TermDictionary ;
fabio:hasDiscipline
dbpedia:Computer_science ,
dbpedia:Law .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb53">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasDiscipline",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-term-dictionary a fabio:TermDictionary ;\n fabio:hasDiscipline\n dbpedia:Computer_science ,\n dbpedia:Law .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The discipline to which a subject vocabulary belongs."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb51"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has discipline"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/fabio/SubjectDiscipline"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topObjectProperty"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/fabio/isDisciplineOf"
}
],
"http://www.w3.org/2002/07/owl#propertyDisjointWith": [
{
"@id": "http://purl.org/spar/fabio/isSchemeOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb51",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#unionOf": [
{
"@list": [
{
"@id": "http://purl.org/spar/fabio/TermDictionary"
},
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
]
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb52 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb53 .
_:nc2534d39d31a404c8051419731cd4b5eb51 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/hasDiscipline> <http://www.w3.org/2000/01/rdf-schema#domain> _:nc2534d39d31a404c8051419731cd4b5eb51 .
<http://purl.org/spar/fabio/hasDiscipline> <http://purl.org/vocab/vann/example> "\n :my-term-dictionary a fabio:TermDictionary ;\n fabio:hasDiscipline\n dbpedia:Computer_science ,\n dbpedia:Law .\n " .
<http://purl.org/spar/fabio/hasDiscipline> <http://www.w3.org/2000/01/rdf-schema#comment> "The discipline to which a subject vocabulary belongs."@en .
<http://purl.org/spar/fabio/hasDiscipline> <http://www.w3.org/2000/01/rdf-schema#label> "has discipline"@en .
<http://purl.org/spar/fabio/hasDiscipline> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/fabio/isDisciplineOf> .
<http://purl.org/spar/fabio/hasDiscipline> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/fabio/hasDiscipline> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/fabio/SubjectDiscipline> .
<http://purl.org/spar/fabio/hasDiscipline> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb53 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:nc2534d39d31a404c8051419731cd4b5eb51 <http://www.w3.org/2002/07/owl#unionOf> _:nc2534d39d31a404c8051419731cd4b5eb52 .
<http://purl.org/spar/fabio/hasDiscipline> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
_:nc2534d39d31a404c8051419731cd4b5eb53 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/spar/fabio/hasDiscipline> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb52 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/TermDictionary> .
<http://purl.org/spar/fabio/hasDiscipline> <http://www.w3.org/2002/07/owl#propertyDisjointWith> <http://purl.org/spar/fabio/isSchemeOf> .
IRI: http://purl.org/vocab/frbr/core#embodiment
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:embodiment a owl:ObjectProperty ;
rdfs:label "has embodiment"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
frbr:embodiment :my-print-object , :my-digital-manifestation .
""" ;
rdfs:comment "The manifestation that embodies an expression."@en ;
rdfs:domain frbr:Expression ;
rdfs:isDefinedBy frbr: ;
rdfs:range frbr:Manifestation ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#embodiment">
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdfs:comment xml:lang="en">The manifestation that embodies an expression.</rdfs:comment>
<rdfs:label xml:lang="en">has embodiment</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Manifestation"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
frbr:embodiment :my-print-object , :my-digital-manifestation .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#embodiment",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n frbr:embodiment :my-print-object , :my-digital-manifestation .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The manifestation that embodies an expression."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has embodiment"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/vocab/frbr/core#Manifestation"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/vocab/frbr/core#embodiment> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#embodiment> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#embodiment> <http://www.w3.org/2000/01/rdf-schema#comment> "The manifestation that embodies an expression."@en .
<http://purl.org/vocab/frbr/core#embodiment> <http://www.w3.org/2000/01/rdf-schema#label> "has embodiment"@en .
<http://purl.org/vocab/frbr/core#embodiment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/vocab/frbr/core#embodiment> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/vocab/frbr/core#embodiment> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Manifestation> .
<http://purl.org/vocab/frbr/core#embodiment> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n frbr:embodiment :my-print-object , :my-digital-manifestation .\n " .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:exemplar a owl:ObjectProperty ;
rdfs:label "has exemplar"@en ;
vann:example """
:my-print-object a fabio:PrintObject ;
frbr:exemplar :my-exemplar .
""" ;
rdfs:comment "The item that exemplifies a manifestation."@en ;
rdfs:domain frbr:Manifestation ;
rdfs:isDefinedBy frbr: ;
rdfs:range frbr:Item ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#exemplar">
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Manifestation"/>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Item"/>
<rdfs:comment xml:lang="en">The item that exemplifies a manifestation.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">has exemplar</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-print-object a fabio:PrintObject ;
frbr:exemplar :my-exemplar .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#exemplar",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-print-object a fabio:PrintObject ;\n frbr:exemplar :my-exemplar .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The item that exemplifies a manifestation."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Manifestation"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has exemplar"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/vocab/frbr/core#Item"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/vocab/frbr/core#exemplar> <http://purl.org/vocab/vann/example> "\n :my-print-object a fabio:PrintObject ;\n frbr:exemplar :my-exemplar .\n " .
<http://purl.org/vocab/frbr/core#exemplar> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#exemplar> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/vocab/frbr/core#exemplar> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Manifestation> .
<http://purl.org/vocab/frbr/core#exemplar> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Item> .
<http://purl.org/vocab/frbr/core#exemplar> <http://www.w3.org/2000/01/rdf-schema#comment> "The item that exemplifies a manifestation."@en .
<http://purl.org/vocab/frbr/core#exemplar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/vocab/frbr/core#exemplar> <http://www.w3.org/2000/01/rdf-schema#label> "has exemplar"@en .
IRI: http://purl.org/dc/terms/format
@prefix dcterms: <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 reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:format a owl:ObjectProperty ;
rdfs:label "has format"@en ;
vann:example """
:my-dataset a fabio:Dataset ;
dcterms:format <http://publications.europa.eu/resource/authority/file-type/CSV> .
""" ;
rdfs:comment "The file format, physical medium, or dimensions of the resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:subPropertyOf owl:topObjectProperty ;
vs:term_status reg:statusStable ;
skos:note """
Examples of dimensions include size and duration.
Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/format">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:comment xml:lang="en">The file format, physical medium, or dimensions of the resource.</rdfs:comment>
<rdfs:label xml:lang="en">has format</rdfs:label>
<vann:example>
:my-dataset a fabio:Dataset ;
dcterms:format <http://publications.europa.eu/resource/authority/file-type/CSV> .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
Examples of dimensions include size and duration.
Recommended best practice is to use a controlled vocabulary such as the list of Internet Media Types.
</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/format",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset a fabio:Dataset ;\n dcterms:format <http://publications.europa.eu/resource/authority/file-type/CSV> .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The file format, physical medium, or dimensions of the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has format"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topObjectProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nExamples of dimensions include size and duration. \nRecommended best practice is to use a controlled vocabulary such as the list of Internet Media Types.\n"
}
]
}
]<http://purl.org/dc/terms/format> <http://purl.org/vocab/vann/example> "\n :my-dataset a fabio:Dataset ;\n dcterms:format <http://publications.europa.eu/resource/authority/file-type/CSV> .\n " .
<http://purl.org/dc/terms/format> <http://www.w3.org/2000/01/rdf-schema#comment> "The file format, physical medium, or dimensions of the resource."@en .
<http://purl.org/dc/terms/format> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://purl.org/dc/terms/format> <http://www.w3.org/2004/02/skos/core#note> "\nExamples of dimensions include size and duration. \nRecommended best practice is to use a controlled vocabulary such as the list of Internet Media Types.\n"@en .
<http://purl.org/dc/terms/format> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/format> <http://www.w3.org/2000/01/rdf-schema#label> "has format"@en .
<http://purl.org/dc/terms/format> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/format> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
@prefix dcterms: <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 reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:language a owl:ObjectProperty ;
rdfs:label "has language"@en ;
vann:example """
:my-dataset a fabio:Dataset ;
dcterms:language <http://lexvo.org/id/iso639-3/ita> .
""" ;
rdfs:comment "A language of the resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:subPropertyOf owl:topObjectProperty ;
vs:term_status reg:statusStable ;
skos:note """
Examples include written, spoken, sign, and computer languages.
Recommended best practice is to use a controlled vocabulary such as RFC 4646 (http://www.ietf.org/rfc/rfc4646.txt).
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/language">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:comment xml:lang="en">A language of the resource.</rdfs:comment>
<rdfs:label xml:lang="en">has language</rdfs:label>
<skos:note xml:lang="en">
Examples include written, spoken, sign, and computer languages.
Recommended best practice is to use a controlled vocabulary such as RFC 4646 (http://www.ietf.org/rfc/rfc4646.txt).
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-dataset a fabio:Dataset ;
dcterms:language <http://lexvo.org/id/iso639-3/ita> .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/language",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset a fabio:Dataset ;\n dcterms:language <http://lexvo.org/id/iso639-3/ita> .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A language of the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has language"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topObjectProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nExamples include written, spoken, sign, and computer languages. \nRecommended best practice is to use a controlled vocabulary such as RFC 4646 (http://www.ietf.org/rfc/rfc4646.txt).\n"
}
]
}
]<http://purl.org/dc/terms/language> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/language> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/language> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://purl.org/dc/terms/language> <http://purl.org/vocab/vann/example> "\n :my-dataset a fabio:Dataset ;\n dcterms:language <http://lexvo.org/id/iso639-3/ita> .\n " .
<http://purl.org/dc/terms/language> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/language> <http://www.w3.org/2000/01/rdf-schema#comment> "A language of the resource."@en .
<http://purl.org/dc/terms/language> <http://www.w3.org/2004/02/skos/core#note> "\nExamples include written, spoken, sign, and computer languages. \nRecommended best practice is to use a controlled vocabulary such as RFC 4646 (http://www.ietf.org/rfc/rfc4646.txt).\n"@en .
<http://purl.org/dc/terms/language> <http://www.w3.org/2000/01/rdf-schema#label> "has language"@en .
IRI: http://purl.org/dc/terms/license
@prefix dcterms: <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 reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:license a owl:ObjectProperty ;
rdfs:label "has license"@en ;
vann:example """
:my-dataset a fabio:Dataset ;
dcterms:license <https://creativecommons.org/licenses/by/4.0/> .
""" ;
rdfs:comment "A legal document giving official permission to do something with the resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:subPropertyOf owl:topObjectProperty ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/license">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A legal document giving official permission to do something with the resource.</rdfs:comment>
<rdfs:label xml:lang="en">has license</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<vann:example>
:my-dataset a fabio:Dataset ;
dcterms:license <https://creativecommons.org/licenses/by/4.0/> .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/license",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset a fabio:Dataset ;\n dcterms:license <https://creativecommons.org/licenses/by/4.0/> .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A legal document giving official permission to do something with the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has license"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topObjectProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/license> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/license> <http://purl.org/vocab/vann/example> "\n :my-dataset a fabio:Dataset ;\n dcterms:license <https://creativecommons.org/licenses/by/4.0/> .\n " .
<http://purl.org/dc/terms/license> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/license> <http://www.w3.org/2000/01/rdf-schema#comment> "A legal document giving official permission to do something with the resource."@en .
<http://purl.org/dc/terms/license> <http://www.w3.org/2000/01/rdf-schema#label> "has license"@en .
<http://purl.org/dc/terms/license> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://purl.org/dc/terms/license> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasManifestation a owl:ObjectProperty ;
rdfs:label "has manifestation"@en ;
vann:example """
:my-research-paper a fabio:ResearchPaper ;
fabio:hasManifestation :my-print-object .
""" ;
rdfs:comment "The manifestation of a work."@en ;
rdfs:domain frbr:Work ;
rdfs:isDefinedBy fabio: ;
rdfs:range frbr:Manifestation ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf fabio:isManifestationOf ;
owl:propertyChainAxiom ( frbr:realization frbr:embodiment ) ;
vs:term_status reg:statusStable ;
skos:note "This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasManifestation">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/fabio/isManifestationOf"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:propertyChainAxiom rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb54"/>
<rdfs:comment xml:lang="en">The manifestation of a work.</rdfs:comment>
<rdfs:label xml:lang="en">has manifestation</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Manifestation"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-research-paper a fabio:ResearchPaper ;
fabio:hasManifestation :my-print-object .
</vann:example>
<skos:note xml:lang="en">This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model.</skos:note>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb55">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#embodiment"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb54">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#realization"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb55"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasManifestation",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-paper a fabio:ResearchPaper ;\n fabio:hasManifestation :my-print-object .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The manifestation of a work."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Work"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has manifestation"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/vocab/frbr/core#Manifestation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/fabio/isManifestationOf"
}
],
"http://www.w3.org/2002/07/owl#propertyChainAxiom": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#realization"
},
{
"@id": "http://purl.org/vocab/frbr/core#embodiment"
}
]
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."
}
]
}
]<http://purl.org/spar/fabio/hasManifestation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb55 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://purl.org/spar/fabio/hasManifestation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Work> .
_:nc2534d39d31a404c8051419731cd4b5eb55 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#embodiment> .
<http://purl.org/spar/fabio/hasManifestation> <http://www.w3.org/2002/07/owl#propertyChainAxiom> _:nc2534d39d31a404c8051419731cd4b5eb54 .
_:nc2534d39d31a404c8051419731cd4b5eb54 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#realization> .
<http://purl.org/spar/fabio/hasManifestation> <http://www.w3.org/2004/02/skos/core#note> "This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."@en .
<http://purl.org/spar/fabio/hasManifestation> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/fabio/isManifestationOf> .
<http://purl.org/spar/fabio/hasManifestation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/fabio/hasManifestation> <http://www.w3.org/2000/01/rdf-schema#comment> "The manifestation of a work."@en .
<http://purl.org/spar/fabio/hasManifestation> <http://www.w3.org/2000/01/rdf-schema#label> "has manifestation"@en .
_:nc2534d39d31a404c8051419731cd4b5eb54 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb55 .
<http://purl.org/spar/fabio/hasManifestation> <http://purl.org/vocab/vann/example> "\n :my-research-paper a fabio:ResearchPaper ;\n fabio:hasManifestation :my-print-object .\n " .
<http://purl.org/spar/fabio/hasManifestation> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/spar/fabio/hasManifestation> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Manifestation> .
<http://purl.org/spar/fabio/hasManifestation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:part a owl:ObjectProperty ;
rdfs:label "has part"@en ;
vann:example """
:my-journal-issue a fabio:JournalIssue ;
frbr:part :my-journal-article .
""" ;
rdfs:comment "An entity that is included in another entity."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy fabio: ;
rdfs:range frbr:Endeavour ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#part">
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:comment xml:lang="en">An entity that is included in another entity.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">has part</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<vann:example>
:my-journal-issue a fabio:JournalIssue ;
frbr:part :my-journal-article .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#part",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-issue a fabio:JournalIssue ;\n frbr:part :my-journal-article .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An entity that is included in another entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has part"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/vocab/frbr/core#part> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/vocab/frbr/core#part> <http://www.w3.org/2000/01/rdf-schema#comment> "An entity that is included in another entity."@en .
<http://purl.org/vocab/frbr/core#part> <http://purl.org/vocab/vann/example> "\n :my-journal-issue a fabio:JournalIssue ;\n frbr:part :my-journal-article .\n " .
<http://purl.org/vocab/frbr/core#part> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/vocab/frbr/core#part> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/vocab/frbr/core#part> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/vocab/frbr/core#part> <http://www.w3.org/2000/01/rdf-schema#label> "has part"@en .
<http://purl.org/vocab/frbr/core#part> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Endeavour> .
IRI: http://purl.org/spar/fabio/hasPlaceOfPublication
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasPlaceOfPublication a owl:ObjectProperty ;
rdfs:label "has place of publication"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
fabio:hasPlaceOfPublication :london .
""" ;
rdfs:comment "The place (usually, the city) where the publisher of a particular bibliographic resource is located."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy fabio: ;
rdfs:range frbr:Place ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasPlaceOfPublication">
<rdfs:label xml:lang="en">has place of publication</rdfs:label>
<rdfs:comment xml:lang="en">The place (usually, the city) where the publisher of a particular bibliographic resource is located.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Place"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
fabio:hasPlaceOfPublication :london .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasPlaceOfPublication",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasPlaceOfPublication :london .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The place (usually, the city) where the publisher of a particular bibliographic resource is located."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has place of publication"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/vocab/frbr/core#Place"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasPlaceOfPublication> <http://www.w3.org/2000/01/rdf-schema#label> "has place of publication"@en .
<http://purl.org/spar/fabio/hasPlaceOfPublication> <http://www.w3.org/2000/01/rdf-schema#comment> "The place (usually, the city) where the publisher of a particular bibliographic resource is located."@en .
<http://purl.org/spar/fabio/hasPlaceOfPublication> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/fabio/hasPlaceOfPublication> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasPlaceOfPublication> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Place> .
<http://purl.org/spar/fabio/hasPlaceOfPublication> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/spar/fabio/hasPlaceOfPublication> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasPlaceOfPublication> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasPlaceOfPublication :london .\n " .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasPortrayal a owl:ObjectProperty ;
rdfs:label "has portrayal"@en ;
vann:example """
:my-research-paper a fabio:ResearchPaper;
fabio:hasPortrayal :my-digital-item .
""" ;
rdfs:comment "The item of a work."@en ;
rdfs:domain frbr:Work ;
rdfs:isDefinedBy fabio: ;
rdfs:range frbr:Item ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf fabio:isPortrayalOf ;
owl:propertyChainAxiom ( frbr:realization frbr:embodiment frbr:exemplar ) ;
vs:term_status reg:statusStable ;
skos:note "This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasPortrayal">
<owl:inverseOf rdf:resource="http://purl.org/spar/fabio/isPortrayalOf"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Item"/>
<rdfs:comment xml:lang="en">The item of a work.</rdfs:comment>
<rdfs:label xml:lang="en">has portrayal</rdfs:label>
<owl:propertyChainAxiom rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb59"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-research-paper a fabio:ResearchPaper;
fabio:hasPortrayal :my-digital-item .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model.</skos:note>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb59">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#realization"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb60"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb61">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#exemplar"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb60">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#embodiment"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb61"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasPortrayal",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-paper a fabio:ResearchPaper;\n fabio:hasPortrayal :my-digital-item .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The item of a work."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Work"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has portrayal"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/vocab/frbr/core#Item"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/fabio/isPortrayalOf"
}
],
"http://www.w3.org/2002/07/owl#propertyChainAxiom": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#realization"
},
{
"@id": "http://purl.org/vocab/frbr/core#embodiment"
},
{
"@id": "http://purl.org/vocab/frbr/core#exemplar"
}
]
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."
}
]
}
]<http://purl.org/spar/fabio/hasPortrayal> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/fabio/isPortrayalOf> .
_:nc2534d39d31a404c8051419731cd4b5eb59 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb60 .
<http://purl.org/spar/fabio/hasPortrayal> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/fabio/hasPortrayal> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Item> .
<http://purl.org/spar/fabio/hasPortrayal> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb61 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://purl.org/spar/fabio/hasPortrayal> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Work> .
_:nc2534d39d31a404c8051419731cd4b5eb60 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#embodiment> .
<http://purl.org/spar/fabio/hasPortrayal> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/spar/fabio/hasPortrayal> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb59 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#realization> .
_:nc2534d39d31a404c8051419731cd4b5eb60 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb61 .
<http://purl.org/spar/fabio/hasPortrayal> <http://www.w3.org/2000/01/rdf-schema#comment> "The item of a work."@en .
<http://purl.org/spar/fabio/hasPortrayal> <http://www.w3.org/2000/01/rdf-schema#label> "has portrayal"@en .
<http://purl.org/spar/fabio/hasPortrayal> <http://www.w3.org/2002/07/owl#propertyChainAxiom> _:nc2534d39d31a404c8051419731cd4b5eb59 .
<http://purl.org/spar/fabio/hasPortrayal> <http://purl.org/vocab/vann/example> "\n :my-research-paper a fabio:ResearchPaper;\n fabio:hasPortrayal :my-digital-item .\n " .
<http://purl.org/spar/fabio/hasPortrayal> <http://www.w3.org/2004/02/skos/core#note> "This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."@en .
_:nc2534d39d31a404c8051419731cd4b5eb61 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#exemplar> .
IRI: http://purl.org/spar/fabio/hasPrimarySubjectTerm
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasPrimarySubjectTerm a owl:ObjectProperty ;
rdfs:label "has primary subject term"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
fabio:hasPrimarySubjectTerm <http://id.nlm.nih.gov/mesh/D005806> .
""" ;
rdfs:comment "A term in a particular classification system, considered one of the main topics for an endeavour."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subPropertyOf fabio:hasSubjectTerm ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasPrimarySubjectTerm">
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/fabio/hasSubjectTerm"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A term in a particular classification system, considered one of the main topics for an endeavour.</rdfs:comment>
<rdfs:label xml:lang="en">has primary subject term</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
fabio:hasPrimarySubjectTerm <http://id.nlm.nih.gov/mesh/D005806> .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasPrimarySubjectTerm",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasPrimarySubjectTerm <http://id.nlm.nih.gov/mesh/D005806> .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A term in a particular classification system, considered one of the main topics for an endeavour."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has primary subject term"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/fabio/hasSubjectTerm"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasPrimarySubjectTerm> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/fabio/hasSubjectTerm> .
<http://purl.org/spar/fabio/hasPrimarySubjectTerm> <http://www.w3.org/2000/01/rdf-schema#comment> "A term in a particular classification system, considered one of the main topics for an endeavour."@en .
<http://purl.org/spar/fabio/hasPrimarySubjectTerm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasPrimarySubjectTerm> <http://www.w3.org/2000/01/rdf-schema#label> "has primary subject term"@en .
<http://purl.org/spar/fabio/hasPrimarySubjectTerm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/fabio/hasPrimarySubjectTerm> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasPrimarySubjectTerm> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasPrimarySubjectTerm <http://id.nlm.nih.gov/mesh/D005806> .\n " .
IRI: http://purl.org/dc/terms/publisher
@prefix dcterms: <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 reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:publisher a owl:ObjectProperty ;
rdfs:label "has publisher"@en ;
vann:example """
:my-paperback a fabio:Paperback ;
dcterms:publisher :springer .
:springer a foaf:Organization ;
foaf:name 'Springer' .
""" ;
rdfs:comment "An entity responsible for making the resource available."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:subPropertyOf owl:topObjectProperty ;
vs:term_status reg:statusStable ;
skos:note """
Examples of a publisher include a person, an organization, or a service.
Typically, the name of a publisher should be used to indicate the entity.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/publisher">
<rdfs:label xml:lang="en">has publisher</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">An entity responsible for making the resource available.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<skos:note xml:lang="en">
Examples of a publisher include a person, an organization, or a service.
Typically, the name of a publisher should be used to indicate the entity.
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-paperback a fabio:Paperback ;
dcterms:publisher :springer .
:springer a foaf:Organization ;
foaf:name 'Springer' .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/publisher",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paperback a fabio:Paperback ;\n dcterms:publisher :springer .\n\n :springer a foaf:Organization ;\n foaf:name 'Springer' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An entity responsible for making the resource available."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has publisher"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topObjectProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nExamples of a publisher include a person, an organization, or a service. \nTypically, the name of a publisher should be used to indicate the entity.\n"
}
]
}
]<http://purl.org/dc/terms/publisher> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/publisher> <http://www.w3.org/2000/01/rdf-schema#label> "has publisher"@en .
<http://purl.org/dc/terms/publisher> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/publisher> <http://purl.org/vocab/vann/example> "\n :my-paperback a fabio:Paperback ;\n dcterms:publisher :springer .\n\n :springer a foaf:Organization ;\n foaf:name 'Springer' .\n " .
<http://purl.org/dc/terms/publisher> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/publisher> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://purl.org/dc/terms/publisher> <http://www.w3.org/2000/01/rdf-schema#comment> "An entity responsible for making the resource available."@en .
<http://purl.org/dc/terms/publisher> <http://www.w3.org/2004/02/skos/core#note> "\nExamples of a publisher include a person, an organization, or a service. \nTypically, the name of a publisher should be used to indicate the entity.\n"@en .
IRI: http://purl.org/vocab/frbr/core#realization
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:realization a owl:ObjectProperty ;
rdfs:label "has realization"@en ;
vann:example """
:my-research-paper a fabio:ResearchPaper ;
frbr:realization :my-journal-article .
""" ;
rdfs:comment "The expression that is a realization of a work."@en ;
rdfs:domain frbr:Work ;
rdfs:isDefinedBy frbr: ;
rdfs:range frbr:Expression ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#realization">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
<rdfs:comment xml:lang="en">The expression that is a realization of a work.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:label xml:lang="en">has realization</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<vann:example>
:my-research-paper a fabio:ResearchPaper ;
frbr:realization :my-journal-article .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#realization",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-paper a fabio:ResearchPaper ;\n frbr:realization :my-journal-article .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The expression that is a realization of a work."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Work"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has realization"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/vocab/frbr/core#realization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/vocab/frbr/core#realization> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/vocab/frbr/core#realization> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Work> .
<http://purl.org/vocab/frbr/core#realization> <http://www.w3.org/2000/01/rdf-schema#label> "has realization"@en .
<http://purl.org/vocab/frbr/core#realization> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#realization> <http://www.w3.org/2000/01/rdf-schema#comment> "The expression that is a realization of a work."@en .
<http://purl.org/vocab/frbr/core#realization> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#realization> <http://purl.org/vocab/vann/example> "\n :my-research-paper a fabio:ResearchPaper ;\n frbr:realization :my-journal-article .\n " .
IRI: http://purl.org/vocab/frbr/core#relatedEndeavour
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:relatedEndeavour a owl:ObjectProperty ;
rdfs:label "has related endeavour"@en ;
rdfs:comment "Another endeavour that is related in some way to an endeavour."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy frbr: ;
rdfs:range frbr:Endeavour ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#relatedEndeavour">
<rdfs:label xml:lang="en">has related endeavour</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">Another endeavour that is related in some way to an endeavour.</rdfs:comment>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Another endeavour that is related in some way to an endeavour."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has related endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/vocab/frbr/core#relatedEndeavour> <http://www.w3.org/2000/01/rdf-schema#label> "has related endeavour"@en .
<http://purl.org/vocab/frbr/core#relatedEndeavour> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/vocab/frbr/core#relatedEndeavour> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#relatedEndeavour> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/vocab/frbr/core#relatedEndeavour> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/vocab/frbr/core#relatedEndeavour> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/vocab/frbr/core#relatedEndeavour> <http://www.w3.org/2000/01/rdf-schema#comment> "Another endeavour that is related in some way to an endeavour."@en .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasRepresentation a owl:ObjectProperty ;
rdfs:label "has representation"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
fabio:hasRepresentation :my-digital-item .
""" ;
rdfs:comment "The item of an expression."@en ;
rdfs:domain frbr:Expression ;
rdfs:isDefinedBy fabio: ;
rdfs:range frbr:Item ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf fabio:isRepresentationOf ;
owl:propertyChainAxiom ( frbr:embodiment frbr:exemplar ) ;
vs:term_status reg:statusStable ;
skos:note "This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasRepresentation">
<rdfs:comment xml:lang="en">The item of an expression.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<owl:propertyChainAxiom rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb62"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">has representation</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Item"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/fabio/isRepresentationOf"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
fabio:hasRepresentation :my-digital-item .
</vann:example>
<skos:note xml:lang="en">This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model.</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb62">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#embodiment"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb63"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb63">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#exemplar"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasRepresentation",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasRepresentation :my-digital-item .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The item of an expression."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has representation"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/vocab/frbr/core#Item"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/fabio/isRepresentationOf"
}
],
"http://www.w3.org/2002/07/owl#propertyChainAxiom": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#embodiment"
},
{
"@id": "http://purl.org/vocab/frbr/core#exemplar"
}
]
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."
}
]
}
]<http://purl.org/spar/fabio/hasRepresentation> <http://www.w3.org/2002/07/owl#propertyChainAxiom> _:nc2534d39d31a404c8051419731cd4b5eb62 .
<http://purl.org/spar/fabio/hasRepresentation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/fabio/hasRepresentation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasRepresentation> <http://www.w3.org/2000/01/rdf-schema#label> "has representation"@en .
<http://purl.org/spar/fabio/hasRepresentation> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Item> .
_:nc2534d39d31a404c8051419731cd4b5eb62 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#embodiment> .
_:nc2534d39d31a404c8051419731cd4b5eb62 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb63 .
<http://purl.org/spar/fabio/hasRepresentation> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/spar/fabio/hasRepresentation> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasRepresentation :my-digital-item .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb63 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://purl.org/spar/fabio/hasRepresentation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/spar/fabio/hasRepresentation> <http://www.w3.org/2000/01/rdf-schema#comment> "The item of an expression."@en .
<http://purl.org/spar/fabio/hasRepresentation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasRepresentation> <http://www.w3.org/2004/02/skos/core#note> "This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."@en .
_:nc2534d39d31a404c8051419731cd4b5eb63 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#exemplar> .
<http://purl.org/spar/fabio/hasRepresentation> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/fabio/isRepresentationOf> .
IRI: http://purl.org/dc/terms/rights
@prefix dcterms: <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 reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:rights a owl:ObjectProperty ;
rdfs:label "has rights"@en ;
vann:example """
:my-dataset a fabio:Dataset ;
dcterms:rights <https://creativecommons.org/publicdomain/zero/1.0/> .
""" ;
rdfs:comment "Information about rights held in and over the resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:subPropertyOf owl:topObjectProperty ;
vs:term_status reg:statusStable ;
skos:note "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/rights">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">has rights</rdfs:label>
<rdfs:comment xml:lang="en">Information about rights held in and over the resource.</rdfs:comment>
<skos:note xml:lang="en">Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights.</skos:note>
<vann:example>
:my-dataset a fabio:Dataset ;
dcterms:rights <https://creativecommons.org/publicdomain/zero/1.0/> .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/rights",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset a fabio:Dataset ;\n dcterms:rights <https://creativecommons.org/publicdomain/zero/1.0/> .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Information about rights held in and over the resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has rights"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topObjectProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights."
}
]
}
]<http://purl.org/dc/terms/rights> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/rights> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://purl.org/dc/terms/rights> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/rights> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/rights> <http://www.w3.org/2004/02/skos/core#note> "Typically, rights information includes a statement about various property rights associated with the resource, including intellectual property rights."@en .
<http://purl.org/dc/terms/rights> <http://www.w3.org/2000/01/rdf-schema#label> "has rights"@en .
<http://purl.org/dc/terms/rights> <http://purl.org/vocab/vann/example> "\n :my-dataset a fabio:Dataset ;\n dcterms:rights <https://creativecommons.org/publicdomain/zero/1.0/> .\n " .
<http://purl.org/dc/terms/rights> <http://www.w3.org/2000/01/rdf-schema#comment> "Information about rights held in and over the resource."@en .
IRI: http://purl.org/spar/fabio/hasSubjectTerm
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasSubjectTerm a owl:ObjectProperty ;
rdfs:label "has subject term"@en ;
vann:example """
:my-research-paper a fabio:ResearchPaper ;
fabio:hasSubjectTerm
:air-and-space-law ,
:computational-linguistics ,
:philosophy-of-law ,
:legal-aspects-of-computing ,
:artificial-intelligence-incl-robotics .
""" ;
rdfs:comment "A term in a particular classification system, related to an endeavour."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy fabio: ;
rdfs:range fabio:SubjectTerm ;
rdfs:subPropertyOf owl:topObjectProperty ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasSubjectTerm">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:comment xml:lang="en">A term in a particular classification system, related to an endeavour.</rdfs:comment>
<rdfs:label xml:lang="en">has subject term</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:range rdf:resource="http://purl.org/spar/fabio/SubjectTerm"/>
<vann:example>
:my-research-paper a fabio:ResearchPaper ;
fabio:hasSubjectTerm
:air-and-space-law ,
:computational-linguistics ,
:philosophy-of-law ,
:legal-aspects-of-computing ,
:artificial-intelligence-incl-robotics .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasSubjectTerm",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-paper a fabio:ResearchPaper ;\n fabio:hasSubjectTerm\n :air-and-space-law ,\n :computational-linguistics ,\n :philosophy-of-law ,\n :legal-aspects-of-computing ,\n :artificial-intelligence-incl-robotics .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A term in a particular classification system, related to an endeavour."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has subject term"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/fabio/SubjectTerm"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topObjectProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasSubjectTerm> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://purl.org/spar/fabio/hasSubjectTerm> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/spar/fabio/hasSubjectTerm> <http://www.w3.org/2000/01/rdf-schema#comment> "A term in a particular classification system, related to an endeavour."@en .
<http://purl.org/spar/fabio/hasSubjectTerm> <http://www.w3.org/2000/01/rdf-schema#label> "has subject term"@en .
<http://purl.org/spar/fabio/hasSubjectTerm> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/fabio/hasSubjectTerm> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasSubjectTerm> <http://purl.org/vocab/vann/example> "\n :my-research-paper a fabio:ResearchPaper ;\n fabio:hasSubjectTerm\n :air-and-space-law ,\n :computational-linguistics ,\n :philosophy-of-law ,\n :legal-aspects-of-computing ,\n :artificial-intelligence-incl-robotics .\n " .
<http://purl.org/spar/fabio/hasSubjectTerm> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasSubjectTerm> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/fabio/SubjectTerm> .
IRI: http://purl.org/spar/fabio/isDisciplineOf
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:isDisciplineOf a owl:ObjectProperty ;
rdfs:label "is discipline of"@en ;
vann:example """
:my-concept a skos:Concept ;
skos:prefLabel 'Ontology Engineering'@en ;
fabio:isDisciplineOf :my-research-paper .
""" ;
rdfs:comment "The discipline belonging to a certain subject vocabulary."@en ;
rdfs:domain fabio:SubjectDiscipline ;
rdfs:isDefinedBy fabio: ;
rdfs:range [ a owl:Class ;
owl:unionOf ( fabio:TermDictionary frbr:Endeavour ) ] ;
rdfs:subPropertyOf owl:topObjectProperty ;
owl:propertyDisjointWith skos:inScheme ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb78">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb79"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/isDisciplineOf">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The discipline belonging to a certain subject vocabulary.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:range rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb78"/>
<rdfs:label xml:lang="en">is discipline of</rdfs:label>
<owl:propertyDisjointWith rdf:resource="http://www.w3.org/2004/02/skos/core#inScheme"/>
<rdfs:domain rdf:resource="http://purl.org/spar/fabio/SubjectDiscipline"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-concept a skos:Concept ;
skos:prefLabel 'Ontology Engineering'@en ;
fabio:isDisciplineOf :my-research-paper .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb80">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb79">
<rdf:first rdf:resource="http://purl.org/spar/fabio/TermDictionary"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb80"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/isDisciplineOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-concept a skos:Concept ;\n skos:prefLabel 'Ontology Engineering'@en ;\n fabio:isDisciplineOf :my-research-paper .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The discipline belonging to a certain subject vocabulary."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/fabio/SubjectDiscipline"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is discipline of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb78"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topObjectProperty"
}
],
"http://www.w3.org/2002/07/owl#propertyDisjointWith": [
{
"@id": "http://www.w3.org/2004/02/skos/core#inScheme"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb78",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#unionOf": [
{
"@list": [
{
"@id": "http://purl.org/spar/fabio/TermDictionary"
},
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
]
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb78 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<http://purl.org/spar/fabio/isDisciplineOf> <http://www.w3.org/2000/01/rdf-schema#comment> "The discipline belonging to a certain subject vocabulary."@en .
<http://purl.org/spar/fabio/isDisciplineOf> <http://purl.org/vocab/vann/example> "\n :my-concept a skos:Concept ;\n skos:prefLabel 'Ontology Engineering'@en ;\n fabio:isDisciplineOf :my-research-paper .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb80 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/spar/fabio/isDisciplineOf> <http://www.w3.org/2002/07/owl#propertyDisjointWith> <http://www.w3.org/2004/02/skos/core#inScheme> .
<http://purl.org/spar/fabio/isDisciplineOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/fabio/SubjectDiscipline> .
<http://purl.org/spar/fabio/isDisciplineOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://purl.org/spar/fabio/isDisciplineOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/fabio/isDisciplineOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/isDisciplineOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/isDisciplineOf> <http://www.w3.org/2000/01/rdf-schema#range> _:nc2534d39d31a404c8051419731cd4b5eb78 .
<http://purl.org/spar/fabio/isDisciplineOf> <http://www.w3.org/2000/01/rdf-schema#label> "is discipline of"@en .
_:nc2534d39d31a404c8051419731cd4b5eb79 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/spar/fabio/TermDictionary> .
_:nc2534d39d31a404c8051419731cd4b5eb80 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:nc2534d39d31a404c8051419731cd4b5eb78 <http://www.w3.org/2002/07/owl#unionOf> _:nc2534d39d31a404c8051419731cd4b5eb79 .
_:nc2534d39d31a404c8051419731cd4b5eb79 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb80 .
IRI: http://purl.org/vocab/frbr/core#embodimentOf
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:embodimentOf a owl:ObjectProperty ;
rdfs:label "is embodiment of"@en ;
vann:example """
:my-digital-manifestation a fabio:DigitalManifestation ;
frbr:embodimentOf :my-expression .
""" ;
rdfs:comment "The expression that is embodied by a manifestation."@en ;
rdfs:domain frbr:Manifestation ;
rdfs:isDefinedBy fabio: ;
rdfs:range frbr:Expression ;
owl:inverseOf frbr:embodiment ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#embodimentOf">
<rdfs:label xml:lang="en">is embodiment of</rdfs:label>
<rdfs:comment xml:lang="en">The expression that is embodied by a manifestation.</rdfs:comment>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#embodiment"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Manifestation"/>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-digital-manifestation a fabio:DigitalManifestation ;
frbr:embodimentOf :my-expression .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#embodimentOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-digital-manifestation a fabio:DigitalManifestation ;\n frbr:embodimentOf :my-expression .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The expression that is embodied by a manifestation."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Manifestation"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is embodiment of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/vocab/frbr/core#embodiment"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/vocab/frbr/core#embodimentOf> <http://www.w3.org/2000/01/rdf-schema#label> "is embodiment of"@en .
<http://purl.org/vocab/frbr/core#embodimentOf> <http://www.w3.org/2000/01/rdf-schema#comment> "The expression that is embodied by a manifestation."@en .
<http://purl.org/vocab/frbr/core#embodimentOf> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#embodiment> .
<http://purl.org/vocab/frbr/core#embodimentOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/vocab/frbr/core#embodimentOf> <http://purl.org/vocab/vann/example> "\n :my-digital-manifestation a fabio:DigitalManifestation ;\n frbr:embodimentOf :my-expression .\n " .
<http://purl.org/vocab/frbr/core#embodimentOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/vocab/frbr/core#embodimentOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/vocab/frbr/core#embodimentOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Manifestation> .
<http://purl.org/vocab/frbr/core#embodimentOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Expression> .
IRI: http://purl.org/vocab/frbr/core#exemplarOf
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:exemplarOf a owl:ObjectProperty ;
rdfs:label "is exemplar of"@en ;
vann:example """
:my-item a fabio:Item ;
frbr:exemplarOf :my-manifestation .
""" ;
rdfs:comment "The manifestation that is exemplified by an item."@en ;
rdfs:domain frbr:Item ;
rdfs:isDefinedBy frbr: ;
rdfs:range frbr:Manifestation ;
owl:inverseOf frbr:exemplar ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#exemplarOf">
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#exemplar"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Item"/>
<rdfs:label xml:lang="en">is exemplar of</rdfs:label>
<rdfs:comment xml:lang="en">The manifestation that is exemplified by an item.</rdfs:comment>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Manifestation"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-item a fabio:Item ;
frbr:exemplarOf :my-manifestation .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#exemplarOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-item a fabio:Item ;\n frbr:exemplarOf :my-manifestation .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The manifestation that is exemplified by an item."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Item"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/vocab/frbr/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is exemplar of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/vocab/frbr/core#Manifestation"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/vocab/frbr/core#exemplar"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/vocab/frbr/core#exemplarOf> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#exemplar> .
<http://purl.org/vocab/frbr/core#exemplarOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Item> .
<http://purl.org/vocab/frbr/core#exemplarOf> <http://www.w3.org/2000/01/rdf-schema#label> "is exemplar of"@en .
<http://purl.org/vocab/frbr/core#exemplarOf> <http://www.w3.org/2000/01/rdf-schema#comment> "The manifestation that is exemplified by an item."@en .
<http://purl.org/vocab/frbr/core#exemplarOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Manifestation> .
<http://purl.org/vocab/frbr/core#exemplarOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/vocab/frbr/core#exemplarOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/vocab/frbr/core#exemplarOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#exemplarOf> <http://purl.org/vocab/vann/example> "\n :my-item a fabio:Item ;\n frbr:exemplarOf :my-manifestation .\n " .
IRI: http://www.w3.org/2004/02/skos/core#inScheme
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
skos:inScheme a owl:ObjectProperty ;
rdfs:label "is in scheme"@en ;
vann:example """
:my-subject-term a fabio:SubjectTerm ;
skos:inScheme :my-concept-scheme .
""" ;
rdfs:comment "The concept scheme a concept is part of."@en ;
rdfs:domain skos:Concept ;
rdfs:isDefinedBy skos: ;
rdfs:range skos:ConceptScheme ;
rdfs:subPropertyOf owl:topObjectProperty ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#inScheme">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:comment xml:lang="en">The concept scheme a concept is part of.</rdfs:comment>
<rdfs:label xml:lang="en">is in scheme</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://www.w3.org/2004/02/skos/core#"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-subject-term a fabio:SubjectTerm ;
skos:inScheme :my-concept-scheme .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#inScheme",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-subject-term a fabio:SubjectTerm ;\n skos:inScheme :my-concept-scheme .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The concept scheme a concept is part of."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.w3.org/2004/02/skos/core#Concept"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://www.w3.org/2004/02/skos/core#"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is in scheme"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2004/02/skos/core#ConceptScheme"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topObjectProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://www.w3.org/2004/02/skos/core#inScheme> <http://purl.org/vocab/vann/example> "\n :my-subject-term a fabio:SubjectTerm ;\n skos:inScheme :my-concept-scheme .\n " .
<http://www.w3.org/2004/02/skos/core#inScheme> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://www.w3.org/2004/02/skos/core#inScheme> <http://www.w3.org/2000/01/rdf-schema#label> "is in scheme"@en .
<http://www.w3.org/2004/02/skos/core#inScheme> <http://www.w3.org/2000/01/rdf-schema#comment> "The concept scheme a concept is part of."@en .
<http://www.w3.org/2004/02/skos/core#inScheme> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/2004/02/skos/core#> .
<http://www.w3.org/2004/02/skos/core#inScheme> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://www.w3.org/2004/02/skos/core#inScheme> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://www.w3.org/2004/02/skos/core#inScheme> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .
<http://www.w3.org/2004/02/skos/core#inScheme> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2004/02/skos/core#Concept> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:isManifestationOf a owl:ObjectProperty ;
rdfs:label "is manifestation of"@en ;
vann:example """
:my-manifestation a fabio:Manifestation ;
fabio:isManifestationOf :my-work .
""" ;
rdfs:comment "The work of a manifestation."@en ;
rdfs:domain frbr:Manifestation ;
rdfs:isDefinedBy fabio: ;
rdfs:range frbr:Work ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:propertyChainAxiom ( frbr:embodimentOf frbr:realizationOf ) ;
vs:term_status reg:statusStable ;
skos:note "This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/isManifestationOf">
<owl:propertyChainAxiom rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb81"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:label xml:lang="en">is manifestation of</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">The work of a manifestation.</rdfs:comment>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Manifestation"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vann:example>
:my-manifestation a fabio:Manifestation ;
fabio:isManifestationOf :my-work .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model.</skos:note>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb81">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#embodimentOf"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb82"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb82">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/isManifestationOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-manifestation a fabio:Manifestation ;\n fabio:isManifestationOf :my-work .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The work of a manifestation."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Manifestation"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is manifestation of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/vocab/frbr/core#Work"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"http://www.w3.org/2002/07/owl#propertyChainAxiom": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#embodimentOf"
},
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
]
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."
}
]
}
]<http://purl.org/spar/fabio/isManifestationOf> <http://www.w3.org/2004/02/skos/core#note> "This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."@en .
<http://purl.org/spar/fabio/isManifestationOf> <http://www.w3.org/2002/07/owl#propertyChainAxiom> _:nc2534d39d31a404c8051419731cd4b5eb81 .
_:nc2534d39d31a404c8051419731cd4b5eb81 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#embodimentOf> .
<http://purl.org/spar/fabio/isManifestationOf> <http://purl.org/vocab/vann/example> "\n :my-manifestation a fabio:Manifestation ;\n fabio:isManifestationOf :my-work .\n " .
<http://purl.org/spar/fabio/isManifestationOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/spar/fabio/isManifestationOf> <http://www.w3.org/2000/01/rdf-schema#label> "is manifestation of"@en .
_:nc2534d39d31a404c8051419731cd4b5eb81 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb82 .
<http://purl.org/spar/fabio/isManifestationOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Work> .
<http://purl.org/spar/fabio/isManifestationOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb82 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://purl.org/spar/fabio/isManifestationOf> <http://www.w3.org/2000/01/rdf-schema#comment> "The work of a manifestation."@en .
<http://purl.org/spar/fabio/isManifestationOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Manifestation> .
_:nc2534d39d31a404c8051419731cd4b5eb82 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/spar/fabio/isManifestationOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/fabio/isManifestationOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:partOf a owl:ObjectProperty ;
rdfs:label "is part of"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
frbr:partOf :my-journal-issue .
""" ;
rdfs:comment "An entity that includes another entity."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy fabio: ;
rdfs:range frbr:Endeavour ;
owl:inverseOf frbr:part ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#partOf">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">is part of</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:comment xml:lang="en">An entity that includes another entity.</rdfs:comment>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#part"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
frbr:partOf :my-journal-issue .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#partOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n frbr:partOf :my-journal-issue .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An entity that includes another entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is part of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/vocab/frbr/core#part"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/vocab/frbr/core#partOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/vocab/frbr/core#partOf> <http://www.w3.org/2000/01/rdf-schema#label> "is part of"@en .
<http://purl.org/vocab/frbr/core#partOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/vocab/frbr/core#partOf> <http://www.w3.org/2000/01/rdf-schema#comment> "An entity that includes another entity."@en .
<http://purl.org/vocab/frbr/core#partOf> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n frbr:partOf :my-journal-issue .\n " .
<http://purl.org/vocab/frbr/core#partOf> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#part> .
<http://purl.org/vocab/frbr/core#partOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/vocab/frbr/core#partOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/vocab/frbr/core#partOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:isPortrayalOf a owl:ObjectProperty ;
rdfs:label "is portrayal of"@en ;
vann:example """
:my-item a fabio:Item;
fabio:isPortrayalOf :my-work .
""" ;
rdfs:comment "The work of an item."@en ;
rdfs:domain frbr:Item ;
rdfs:isDefinedBy fabio: ;
rdfs:range frbr:Work ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:propertyChainAxiom ( frbr:exemplarOf frbr:embodimentOf frbr:realizationOf ) ;
vs:term_status reg:statusStable ;
skos:note "This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb84">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#embodimentOf"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb85"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/spar/fabio/isPortrayalOf">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">is portrayal of</rdfs:label>
<owl:propertyChainAxiom rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb83"/>
<rdfs:comment xml:lang="en">The work of an item.</rdfs:comment>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Item"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model.</skos:note>
<vann:example>
:my-item a fabio:Item;
fabio:isPortrayalOf :my-work .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb85">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb83">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#exemplarOf"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb84"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/isPortrayalOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-item a fabio:Item;\n fabio:isPortrayalOf :my-work .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The work of an item."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Item"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is portrayal of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/vocab/frbr/core#Work"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"http://www.w3.org/2002/07/owl#propertyChainAxiom": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#exemplarOf"
},
{
"@id": "http://purl.org/vocab/frbr/core#embodimentOf"
},
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf"
}
]
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb84 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb85 .
<http://purl.org/spar/fabio/isPortrayalOf> <http://purl.org/vocab/vann/example> "\n :my-item a fabio:Item;\n fabio:isPortrayalOf :my-work .\n " .
<http://purl.org/spar/fabio/isPortrayalOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/fabio/isPortrayalOf> <http://www.w3.org/2000/01/rdf-schema#comment> "The work of an item."@en .
<http://purl.org/spar/fabio/isPortrayalOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Item> .
_:nc2534d39d31a404c8051419731cd4b5eb85 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://purl.org/spar/fabio/isPortrayalOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/isPortrayalOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb84 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#embodimentOf> .
<http://purl.org/spar/fabio/isPortrayalOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/spar/fabio/isPortrayalOf> <http://www.w3.org/2000/01/rdf-schema#label> "is portrayal of"@en .
<http://purl.org/spar/fabio/isPortrayalOf> <http://www.w3.org/2002/07/owl#propertyChainAxiom> _:nc2534d39d31a404c8051419731cd4b5eb83 .
_:nc2534d39d31a404c8051419731cd4b5eb83 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#exemplarOf> .
<http://purl.org/spar/fabio/isPortrayalOf> <http://www.w3.org/2004/02/skos/core#note> "This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."@en .
_:nc2534d39d31a404c8051419731cd4b5eb83 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb84 .
_:nc2534d39d31a404c8051419731cd4b5eb85 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/spar/fabio/isPortrayalOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Work> .
IRI: http://purl.org/vocab/frbr/core#realizationOf
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:realizationOf a owl:ObjectProperty ;
rdfs:label "is realization of"@en ;
vann:example """
:my-audio-document a fabio:AudioDocument ;
frbr:realizationOf :my-sound-recording .
""" ;
rdfs:comment "The work that has been realized by an expression."@en ;
rdfs:domain frbr:Expression ;
rdfs:isDefinedBy fabio: ;
rdfs:range frbr:Work ;
owl:inverseOf frbr:realization ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#realizationOf">
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#realization"/>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdfs:comment xml:lang="en">The work that has been realized by an expression.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">is realization of</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-audio-document a fabio:AudioDocument ;
frbr:realizationOf :my-sound-recording .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-audio-document a fabio:AudioDocument ;\n frbr:realizationOf :my-sound-recording .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The work that has been realized by an expression."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is realization of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/vocab/frbr/core#Work"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/vocab/frbr/core#realization"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/vocab/frbr/core#realizationOf> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#realization> .
<http://purl.org/vocab/frbr/core#realizationOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Work> .
<http://purl.org/vocab/frbr/core#realizationOf> <http://www.w3.org/2000/01/rdf-schema#comment> "The work that has been realized by an expression."@en .
<http://purl.org/vocab/frbr/core#realizationOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#realizationOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/vocab/frbr/core#realizationOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/vocab/frbr/core#realizationOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/vocab/frbr/core#realizationOf> <http://purl.org/vocab/vann/example> "\n :my-audio-document a fabio:AudioDocument ;\n frbr:realizationOf :my-sound-recording .\n " .
<http://purl.org/vocab/frbr/core#realizationOf> <http://www.w3.org/2000/01/rdf-schema#label> "is realization of"@en .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:isRepresentationOf a owl:ObjectProperty ;
rdfs:label "is representation of"@en ;
vann:example """
:my-item a fabio:Item ;
fabio:isRepresentationOf :my-expression .
""" ;
rdfs:comment "The expression of an item."@en ;
rdfs:domain frbr:Item ;
rdfs:isDefinedBy fabio: ;
rdfs:range frbr:Expression ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:propertyChainAxiom ( frbr:exemplarOf frbr:embodimentOf ) ;
vs:term_status reg:statusStable ;
skos:note "This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/isRepresentationOf">
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">The expression of an item.</rdfs:comment>
<owl:propertyChainAxiom rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb86"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Item"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">is representation of</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model.</skos:note>
<vann:example>
:my-item a fabio:Item ;
fabio:isRepresentationOf :my-expression .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb86">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#exemplarOf"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb87"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb87">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#embodimentOf"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/isRepresentationOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-item a fabio:Item ;\n fabio:isRepresentationOf :my-expression .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The expression of an item."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Item"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is representation of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"http://www.w3.org/2002/07/owl#propertyChainAxiom": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#exemplarOf"
},
{
"@id": "http://purl.org/vocab/frbr/core#embodimentOf"
}
]
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."
}
]
}
]<http://purl.org/spar/fabio/isRepresentationOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Item> .
_:nc2534d39d31a404c8051419731cd4b5eb86 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb87 .
<http://purl.org/spar/fabio/isRepresentationOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/isRepresentationOf> <http://purl.org/vocab/vann/example> "\n :my-item a fabio:Item ;\n fabio:isRepresentationOf :my-expression .\n " .
<http://purl.org/spar/fabio/isRepresentationOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Expression> .
_:nc2534d39d31a404c8051419731cd4b5eb87 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://purl.org/spar/fabio/isRepresentationOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
_:nc2534d39d31a404c8051419731cd4b5eb87 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#embodimentOf> .
<http://purl.org/spar/fabio/isRepresentationOf> <http://www.w3.org/2002/07/owl#propertyChainAxiom> _:nc2534d39d31a404c8051419731cd4b5eb86 .
<http://purl.org/spar/fabio/isRepresentationOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/spar/fabio/isRepresentationOf> <http://www.w3.org/2000/01/rdf-schema#comment> "The expression of an item."@en .
<http://purl.org/spar/fabio/isRepresentationOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/fabio/isRepresentationOf> <http://www.w3.org/2004/02/skos/core#note> "This property is additional to the relationships between FRBR endeavours present in the classical FRBR data model."@en .
_:nc2534d39d31a404c8051419731cd4b5eb86 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#exemplarOf> .
<http://purl.org/spar/fabio/isRepresentationOf> <http://www.w3.org/2000/01/rdf-schema#label> "is representation of"@en .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:isSchemeOf a owl:ObjectProperty ;
rdfs:label "is scheme of"@en ;
vann:example """
:my-concept-scheme a skos:ConceptScheme ;
fabio:isSchemeOf :my-concept .
""" ;
rdfs:comment "The concept contained in a concept scheme."@en ;
rdfs:domain skos:ConceptScheme ;
rdfs:isDefinedBy fabio: ;
rdfs:range skos:Concept ;
rdfs:subPropertyOf owl:topObjectProperty ;
owl:inverseOf skos:inScheme ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/isSchemeOf">
<rdfs:range rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">is scheme of</rdfs:label>
<owl:inverseOf rdf:resource="http://www.w3.org/2004/02/skos/core#inScheme"/>
<rdfs:comment xml:lang="en">The concept contained in a concept scheme.</rdfs:comment>
<rdfs:domain rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
<vann:example>
:my-concept-scheme a skos:ConceptScheme ;
fabio:isSchemeOf :my-concept .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/isSchemeOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-concept-scheme a skos:ConceptScheme ;\n fabio:isSchemeOf :my-concept .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The concept contained in a concept scheme."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://www.w3.org/2004/02/skos/core#ConceptScheme"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is scheme of"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2004/02/skos/core#Concept"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topObjectProperty"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://www.w3.org/2004/02/skos/core#inScheme"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/isSchemeOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2004/02/skos/core#Concept> .
<http://purl.org/spar/fabio/isSchemeOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://purl.org/spar/fabio/isSchemeOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/fabio/isSchemeOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/isSchemeOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/isSchemeOf> <http://www.w3.org/2000/01/rdf-schema#label> "is scheme of"@en .
<http://purl.org/spar/fabio/isSchemeOf> <http://www.w3.org/2002/07/owl#inverseOf> <http://www.w3.org/2004/02/skos/core#inScheme> .
<http://purl.org/spar/fabio/isSchemeOf> <http://www.w3.org/2000/01/rdf-schema#comment> "The concept contained in a concept scheme."@en .
<http://purl.org/spar/fabio/isSchemeOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://www.w3.org/2004/02/skos/core#ConceptScheme> .
<http://purl.org/spar/fabio/isSchemeOf> <http://purl.org/vocab/vann/example> "\n :my-concept-scheme a skos:ConceptScheme ;\n fabio:isSchemeOf :my-concept .\n " .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:isStoredOn a owl:ObjectProperty ;
rdfs:label "is stored on"@en ;
vann:example """
:my-item a fabio:Item ;
fabio:isStoredOn fabio:floppy-disk .
""" ;
rdfs:comment "The medium upon which a given item is stored."@en ;
rdfs:domain fabio:Item ;
rdfs:isDefinedBy fabio: ;
rdfs:range fabio:StorageMedium ;
rdfs:subPropertyOf owl:topObjectProperty ;
owl:inverseOf fabio:stores ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/isStoredOn">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:label xml:lang="en">is stored on</rdfs:label>
<rdfs:domain rdf:resource="http://purl.org/spar/fabio/Item"/>
<rdfs:comment xml:lang="en">The medium upon which a given item is stored.</rdfs:comment>
<rdfs:range rdf:resource="http://purl.org/spar/fabio/StorageMedium"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<owl:inverseOf rdf:resource="http://purl.org/spar/fabio/stores"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-item a fabio:Item ;
fabio:isStoredOn fabio:floppy-disk .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/isStoredOn",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-item a fabio:Item ;\n fabio:isStoredOn fabio:floppy-disk .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The medium upon which a given item is stored."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/fabio/Item"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is stored on"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/fabio/StorageMedium"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topObjectProperty"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/spar/fabio/stores"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/isStoredOn> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://purl.org/spar/fabio/isStoredOn> <http://www.w3.org/2000/01/rdf-schema#label> "is stored on"@en .
<http://purl.org/spar/fabio/isStoredOn> <http://purl.org/vocab/vann/example> "\n :my-item a fabio:Item ;\n fabio:isStoredOn fabio:floppy-disk .\n " .
<http://purl.org/spar/fabio/isStoredOn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/fabio/Item> .
<http://purl.org/spar/fabio/isStoredOn> <http://www.w3.org/2000/01/rdf-schema#comment> "The medium upon which a given item is stored."@en .
<http://purl.org/spar/fabio/isStoredOn> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/fabio/StorageMedium> .
<http://purl.org/spar/fabio/isStoredOn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/fabio/isStoredOn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/isStoredOn> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/isStoredOn> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/spar/fabio/stores> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:stores a owl:ObjectProperty ;
rdfs:label "stores"@en ;
vann:example """
:my-storage-medium a fabio:StorageMedium ;
fabio:stores :my-item .
""" ;
rdfs:comment "The item stored upon a given storage medium."@en ;
rdfs:domain fabio:StorageMedium ;
rdfs:isDefinedBy fabio: ;
rdfs:range fabio:Item ;
rdfs:subPropertyOf owl:topObjectProperty ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/stores">
<rdfs:domain rdf:resource="http://purl.org/spar/fabio/StorageMedium"/>
<rdfs:label xml:lang="en">stores</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="http://purl.org/spar/fabio/Item"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topObjectProperty"/>
<rdfs:comment xml:lang="en">The item stored upon a given storage medium.</rdfs:comment>
<vann:example>
:my-storage-medium a fabio:StorageMedium ;
fabio:stores :my-item .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/stores",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-storage-medium a fabio:StorageMedium ;\n fabio:stores :my-item .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The item stored upon a given storage medium."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/fabio/StorageMedium"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "stores"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/spar/fabio/Item"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topObjectProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/stores> <http://www.w3.org/2000/01/rdf-schema#label> "stores"@en .
<http://purl.org/spar/fabio/stores> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/fabio/StorageMedium> .
<http://purl.org/spar/fabio/stores> <http://purl.org/vocab/vann/example> "\n :my-storage-medium a fabio:StorageMedium ;\n fabio:stores :my-item .\n " .
<http://purl.org/spar/fabio/stores> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/stores> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/spar/fabio/stores> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/spar/fabio/Item> .
<http://purl.org/spar/fabio/stores> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topObjectProperty> .
<http://purl.org/spar/fabio/stores> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/stores> <http://www.w3.org/2000/01/rdf-schema#comment> "The item stored upon a given storage medium."@en .
Jump to:
@prefix dcterms: <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 reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:abstract a owl:DatatypeProperty ;
rdfs:label "has abstract"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
dcterms:abstract 'This article explores the new frontiers of ontologies applied to AI in 2026.'@en .
""" ;
rdfs:comment "The summary of a resource."@en ;
rdfs:isDefinedBy dcterms: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/abstract">
<rdfs:label xml:lang="en">has abstract</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:comment xml:lang="en">The summary of a resource.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<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>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/abstract",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n dcterms:abstract 'This article explores the new frontiers of ontologies applied to AI in 2026.'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The summary of a resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has abstract"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/abstract> <http://www.w3.org/2000/01/rdf-schema#label> "has abstract"@en .
<http://purl.org/dc/terms/abstract> <http://www.w3.org/2000/01/rdf-schema#comment> "The summary of a resource."@en .
<http://purl.org/dc/terms/abstract> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n dcterms:abstract 'This article explores the new frontiers of ontologies applied to AI in 2026.'@en .\n " .
<http://purl.org/dc/terms/abstract> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/abstract> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/abstract> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
@prefix dcterms: <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 reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
dcterms:dateAccepted a owl:DatatypeProperty ;
rdfs:label "has acceptance date"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
dcterms:dateAccepted '2026-04-28'^^xsd:date .
""" ;
rdfs:comment "The date of acceptance of a resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable ;
skos:note "Examples of entities to which a date accepted may be relevant are a thesis (accepted by a university examination board) or an article (accepted by a journal editor)."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/dateAccepted">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:comment xml:lang="en">The date of acceptance of a resource.</rdfs:comment>
<rdfs:label xml:lang="en">has acceptance date</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">Examples of entities to which a date accepted may be relevant are a thesis (accepted by a university examination board) or an article (accepted by a journal editor).</skos:note>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
dcterms:dateAccepted '2026-04-28'^^xsd:date .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/dateAccepted",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n dcterms:dateAccepted '2026-04-28'^^xsd:date .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date of acceptance of a resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has acceptance date"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "Examples of entities to which a date accepted may be relevant are a thesis (accepted by a university examination board) or an article (accepted by a journal editor)."
}
]
}
]<http://purl.org/dc/terms/dateAccepted> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<http://purl.org/dc/terms/dateAccepted> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/dc/terms/dateAccepted> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/dateAccepted> <http://www.w3.org/2004/02/skos/core#note> "Examples of entities to which a date accepted may be relevant are a thesis (accepted by a university examination board) or an article (accepted by a journal editor)."@en .
<http://purl.org/dc/terms/dateAccepted> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/dateAccepted> <http://www.w3.org/2000/01/rdf-schema#comment> "The date of acceptance of a resource."@en .
<http://purl.org/dc/terms/dateAccepted> <http://www.w3.org/2000/01/rdf-schema#label> "has acceptance date"@en .
<http://purl.org/dc/terms/dateAccepted> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n dcterms:dateAccepted '2026-04-28'^^xsd:date .\n " .
<http://purl.org/dc/terms/dateAccepted> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
IRI: http://purl.org/spar/fabio/hasAccessDate
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasAccessDate a owl:DatatypeProperty ;
rdfs:label "has access date"@en ;
vann:example """
:my-dataset a fabio:Dataset ;
fabio:hasAccessDate '2026-04-29T09:41:00'^^xsd:dateTime .
""" ;
rdfs:comment "The date on which a particular digital item, such as a PDF or an HTML file, has been accessed by somebody."@en ;
rdfs:domain fabio:Item ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasAccessDate">
<rdfs:comment xml:lang="en">The date on which a particular digital item, such as a PDF or an HTML file, has been accessed by somebody.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">has access date</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:domain rdf:resource="http://purl.org/spar/fabio/Item"/>
<vann:example>
:my-dataset a fabio:Dataset ;
fabio:hasAccessDate '2026-04-29T09:41:00'^^xsd:dateTime .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasAccessDate",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset a fabio:Dataset ;\n fabio:hasAccessDate '2026-04-29T09:41:00'^^xsd:dateTime .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date on which a particular digital item, such as a PDF or an HTML file, has been accessed by somebody."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/fabio/Item"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has access date"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasAccessDate> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which a particular digital item, such as a PDF or an HTML file, has been accessed by somebody."@en .
<http://purl.org/spar/fabio/hasAccessDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasAccessDate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<http://purl.org/spar/fabio/hasAccessDate> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasAccessDate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasAccessDate> <http://www.w3.org/2000/01/rdf-schema#label> "has access date"@en .
<http://purl.org/spar/fabio/hasAccessDate> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/spar/fabio/hasAccessDate> <http://purl.org/vocab/vann/example> "\n :my-dataset a fabio:Dataset ;\n fabio:hasAccessDate '2026-04-29T09:41:00'^^xsd:dateTime .\n " .
<http://purl.org/spar/fabio/hasAccessDate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/fabio/Item> .
IRI: http://prismstandard.org/namespaces/basic/2.0/alternateTitle
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
prism:alternateTitle a owl:DatatypeProperty ;
rdfs:label "has alternate title"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
dcterms:title 'Advanced Semantic Mapping in 2026'@en ;
prism:alternateTitle 'ASM 2026 Project Report'@en .
""" ;
rdfs:comment "An alternative title for a resource."@en ;
rdfs:isDefinedBy prism: ;
rdfs:subPropertyOf dcterms:title ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://prismstandard.org/namespaces/basic/2.0/alternateTitle">
<rdfs:label xml:lang="en">has alternate title</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment xml:lang="en">An alternative title for a resource.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/title"/>
<rdfs:isDefinedBy rdf:resource="http://prismstandard.org/namespaces/basic/2.0/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
dcterms:title 'Advanced Semantic Mapping in 2026'@en ;
prism:alternateTitle 'ASM 2026 Project Report'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/alternateTitle",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n dcterms:title 'Advanced Semantic Mapping in 2026'@en ;\n prism:alternateTitle 'ASM 2026 Project Report'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An alternative title for a resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has alternate title"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/title"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://prismstandard.org/namespaces/basic/2.0/alternateTitle> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://prismstandard.org/namespaces/basic/2.0/alternateTitle> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n dcterms:title 'Advanced Semantic Mapping in 2026'@en ;\n prism:alternateTitle 'ASM 2026 Project Report'@en .\n " .
<http://prismstandard.org/namespaces/basic/2.0/alternateTitle> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://prismstandard.org/namespaces/basic/2.0/> .
<http://prismstandard.org/namespaces/basic/2.0/alternateTitle> <http://www.w3.org/2000/01/rdf-schema#label> "has alternate title"@en .
<http://prismstandard.org/namespaces/basic/2.0/alternateTitle> <http://www.w3.org/2000/01/rdf-schema#comment> "An alternative title for a resource."@en .
<http://prismstandard.org/namespaces/basic/2.0/alternateTitle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://prismstandard.org/namespaces/basic/2.0/alternateTitle> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/title> .
IRI: http://purl.org/spar/fabio/hasArXivId
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasArXivId a owl:DatatypeProperty ;
rdfs:label "has ArXiv identifier"@en ;
vann:example """
:my-preprint a fabio:Preprint ;
fabio:hasArXivId '2304.12345v1' .
""" ;
rdfs:comment "An identifier used by the preprint repository ArXiv."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:seeAlso <http://arxiv.org/> ;
rdfs:subPropertyOf dcterms:identifier ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasArXivId">
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
<rdfs:comment xml:lang="en">An identifier used by the preprint repository ArXiv.</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://arxiv.org/"/>
<rdfs:label xml:lang="en">has ArXiv identifier</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-preprint a fabio:Preprint ;
fabio:hasArXivId '2304.12345v1' .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasArXivId",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-preprint a fabio:Preprint ;\n fabio:hasArXivId '2304.12345v1' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An identifier used by the preprint repository ArXiv."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has ArXiv identifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://arxiv.org/"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/identifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasArXivId> <http://purl.org/vocab/vann/example> "\n :my-preprint a fabio:Preprint ;\n fabio:hasArXivId '2304.12345v1' .\n " .
<http://purl.org/spar/fabio/hasArXivId> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/identifier> .
<http://purl.org/spar/fabio/hasArXivId> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasArXivId> <http://www.w3.org/2000/01/rdf-schema#comment> "An identifier used by the preprint repository ArXiv."@en .
<http://purl.org/spar/fabio/hasArXivId> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://arxiv.org/> .
<http://purl.org/spar/fabio/hasArXivId> <http://www.w3.org/2000/01/rdf-schema#label> "has ArXiv identifier"@en .
<http://purl.org/spar/fabio/hasArXivId> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasArXivId> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/hasCharacterCount
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasCharacterCount a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has character count"@en ;
vann:example """
:my-manuscript a fabio:Manuscript ;
fabio:hasCharacterCount '15400'^^xsd:positiveInteger .
""" ;
rdfs:comment "The count of the number of characters in a textual resource."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:positiveInteger ;
rdfs:subPropertyOf owl:topDataProperty ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasCharacterCount">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#positiveInteger"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:comment xml:lang="en">The count of the number of characters in a textual resource.</rdfs:comment>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:label xml:lang="en">has character count</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topDataProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-manuscript a fabio:Manuscript ;
fabio:hasCharacterCount '15400'^^xsd:positiveInteger .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasCharacterCount",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-manuscript a fabio:Manuscript ;\n fabio:hasCharacterCount '15400'^^xsd:positiveInteger .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The count of the number of characters in a textual resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has character count"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#positiveInteger"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topDataProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasCharacterCount> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#positiveInteger> .
<http://purl.org/spar/fabio/hasCharacterCount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasCharacterCount> <http://www.w3.org/2000/01/rdf-schema#comment> "The count of the number of characters in a textual resource."@en .
<http://purl.org/spar/fabio/hasCharacterCount> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/spar/fabio/hasCharacterCount> <http://www.w3.org/2000/01/rdf-schema#label> "has character count"@en .
<http://purl.org/spar/fabio/hasCharacterCount> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasCharacterCount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://purl.org/spar/fabio/hasCharacterCount> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://purl.org/spar/fabio/hasCharacterCount> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasCharacterCount> <http://purl.org/vocab/vann/example> "\n :my-manuscript a fabio:Manuscript ;\n fabio:hasCharacterCount '15400'^^xsd:positiveInteger .\n " .
IRI: http://purl.org/spar/fabio/hasCODEN
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasCODEN a owl:DatatypeProperty ;
rdfs:label "has CODEN"@en ;
vann:example """
:my-journal a fabio:Journal ;
fabio:hasCODEN 'JBCHA3' .
""" ;
rdfs:comment "A six character, alphanumeric bibliographic identification code, that provides concise, unique and unambiguous identification of the titles of serials and non-serial publications."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:seeAlso <http://en.wikipedia.org/wiki/CODEN> ;
rdfs:subPropertyOf dcterms:identifier ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasCODEN">
<rdfs:seeAlso rdf:resource="http://en.wikipedia.org/wiki/CODEN"/>
<rdfs:comment xml:lang="en">A six character, alphanumeric bibliographic identification code, that provides concise, unique and unambiguous identification of the titles of serials and non-serial publications.</rdfs:comment>
<rdfs:label xml:lang="en">has CODEN</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
<vann:example>
:my-journal a fabio:Journal ;
fabio:hasCODEN 'JBCHA3' .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasCODEN",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal a fabio:Journal ;\n fabio:hasCODEN 'JBCHA3' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A six character, alphanumeric bibliographic identification code, that provides concise, unique and unambiguous identification of the titles of serials and non-serial publications."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has CODEN"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://en.wikipedia.org/wiki/CODEN"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/identifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasCODEN> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://en.wikipedia.org/wiki/CODEN> .
<http://purl.org/spar/fabio/hasCODEN> <http://purl.org/vocab/vann/example> "\n :my-journal a fabio:Journal ;\n fabio:hasCODEN 'JBCHA3' .\n " .
<http://purl.org/spar/fabio/hasCODEN> <http://www.w3.org/2000/01/rdf-schema#comment> "A six character, alphanumeric bibliographic identification code, that provides concise, unique and unambiguous identification of the titles of serials and non-serial publications."@en .
<http://purl.org/spar/fabio/hasCODEN> <http://www.w3.org/2000/01/rdf-schema#label> "has CODEN"@en .
<http://purl.org/spar/fabio/hasCODEN> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasCODEN> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasCODEN> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/identifier> .
<http://purl.org/spar/fabio/hasCODEN> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/dc/terms/dateCopyrighted
@prefix dcterms: <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 reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
dcterms:dateCopyrighted a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has copyright date"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
dcterms:dateCopyrighted '2026-04-28'^^xsd:date .
""" ;
rdfs:comment "The date on which a resource has been copyrighted."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:range xsd:date ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/dateCopyrighted">
<rdfs:label xml:lang="en">has copyright date</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
<rdfs:comment xml:lang="en">The date on which a resource has been copyrighted.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
dcterms:dateCopyrighted '2026-04-28'^^xsd:date .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/dateCopyrighted",
"@type": [
"http://www.w3.org/2002/07/owl#FunctionalProperty",
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n dcterms:dateCopyrighted '2026-04-28'^^xsd:date .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date on which a resource has been copyrighted."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has copyright date"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#date"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/dateCopyrighted> <http://www.w3.org/2000/01/rdf-schema#label> "has copyright date"@en .
<http://purl.org/dc/terms/dateCopyrighted> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://purl.org/dc/terms/dateCopyrighted> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#date> .
<http://purl.org/dc/terms/dateCopyrighted> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/dateCopyrighted> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n dcterms:dateCopyrighted '2026-04-28'^^xsd:date .\n " .
<http://purl.org/dc/terms/dateCopyrighted> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which a resource has been copyrighted."@en .
<http://purl.org/dc/terms/dateCopyrighted> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/dateCopyrighted> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/dc/terms/dateCopyrighted> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
IRI: http://purl.org/spar/fabio/hasCopyrightYear
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasCopyrightYear a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has copyright year"@en ;
vann:example """
:my-preprint a fabio:Preprint ;
fabio:hasCopyrightYear '2026'^^xsd:gYear .
""" ;
rdfs:comment "The year in which a resource has been copyrighted."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:gYear ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasCopyrightYear">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#gYear"/>
<rdfs:comment xml:lang="en">The year in which a resource has been copyrighted.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:label xml:lang="en">has copyright year</rdfs:label>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-preprint a fabio:Preprint ;
fabio:hasCopyrightYear '2026'^^xsd:gYear .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasCopyrightYear",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-preprint a fabio:Preprint ;\n fabio:hasCopyrightYear '2026'^^xsd:gYear .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The year in which a resource has been copyrighted."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has copyright year"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#gYear"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasCopyrightYear> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#gYear> .
<http://purl.org/spar/fabio/hasCopyrightYear> <http://www.w3.org/2000/01/rdf-schema#comment> "The year in which a resource has been copyrighted."@en .
<http://purl.org/spar/fabio/hasCopyrightYear> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasCopyrightYear> <http://purl.org/vocab/vann/example> "\n :my-preprint a fabio:Preprint ;\n fabio:hasCopyrightYear '2026'^^xsd:gYear .\n " .
<http://purl.org/spar/fabio/hasCopyrightYear> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasCopyrightYear> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://purl.org/spar/fabio/hasCopyrightYear> <http://www.w3.org/2000/01/rdf-schema#label> "has copyright year"@en .
<http://purl.org/spar/fabio/hasCopyrightYear> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasCopyrightYear> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/spar/fabio/hasCopyrightYear> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
IRI: http://purl.org/spar/fabio/hasCorrectionDate
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasCorrectionDate a owl:DatatypeProperty ;
rdfs:label "has correction date"@en ;
vann:example """
:my-preprint a fabio:Preprint ;
fabio:hasCorrectionDate '2026-04-29T00:00:00'^^xsd:dateTime .
""" ;
rdfs:comment "The date on which something, for example a document, is corrected."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasCorrectionDate">
<rdfs:label xml:lang="en">has correction date</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">The date on which something, for example a document, is corrected.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-preprint a fabio:Preprint ;
fabio:hasCorrectionDate '2026-04-29T00:00:00'^^xsd:dateTime .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasCorrectionDate",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-preprint a fabio:Preprint ;\n fabio:hasCorrectionDate '2026-04-29T00:00:00'^^xsd:dateTime .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date on which something, for example a document, is corrected."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has correction date"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasCorrectionDate> <http://www.w3.org/2000/01/rdf-schema#label> "has correction date"@en .
<http://purl.org/spar/fabio/hasCorrectionDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasCorrectionDate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<http://purl.org/spar/fabio/hasCorrectionDate> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasCorrectionDate> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/spar/fabio/hasCorrectionDate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasCorrectionDate> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which something, for example a document, is corrected."@en .
<http://purl.org/spar/fabio/hasCorrectionDate> <http://purl.org/vocab/vann/example> "\n :my-preprint a fabio:Preprint ;\n fabio:hasCorrectionDate '2026-04-29T00:00:00'^^xsd:dateTime .\n " .
@prefix dcterms: <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 reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
dcterms:created a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has creation date"@en ;
vann:example """
:my-report a fabio:Report ;
dcterms:created '2026-04-28'^^xsd:date .
""" ;
rdfs:comment "The date on which a resource has been created."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/created">
<rdfs:label xml:lang="en">has creation date</rdfs:label>
<rdfs:comment xml:lang="en">The date on which a resource has been created.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-report a fabio:Report ;
dcterms:created '2026-04-28'^^xsd:date .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/created",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-report a fabio:Report ;\n dcterms:created '2026-04-28'^^xsd:date .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date on which a resource has been created."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has creation date"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/created> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/created> <http://purl.org/vocab/vann/example> "\n :my-report a fabio:Report ;\n dcterms:created '2026-04-28'^^xsd:date .\n " .
<http://purl.org/dc/terms/created> <http://www.w3.org/2000/01/rdf-schema#label> "has creation date"@en .
<http://purl.org/dc/terms/created> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which a resource has been created."@en .
<http://purl.org/dc/terms/created> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/created> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<http://purl.org/dc/terms/created> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://purl.org/dc/terms/created> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/dc/terms/created> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
IRI: http://purl.org/dc/terms/date
@prefix dcterms: <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 reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:date a owl:DatatypeProperty ;
rdfs:label "has date"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
dcterms:date '2026-04-29'^^xsd:date .
""" ;
rdfs:comment "A point or period of time associated with an event in the lifecycle of a resource."@en ;
rdfs:isDefinedBy dcterms: ;
vs:term_status reg:statusStable ;
skos:note """
Date may be used to express temporal information at any level of granularity.
Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 (http://www.w3.org/TR/NOTE-datetime).
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/date">
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:label xml:lang="en">has date</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment xml:lang="en">A point or period of time associated with an event in the lifecycle of a resource.</rdfs:comment>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
dcterms:date '2026-04-29'^^xsd:date .
</vann:example>
<skos:note xml:lang="en">
Date may be used to express temporal information at any level of granularity.
Recommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 (http://www.w3.org/TR/NOTE-datetime).
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/date",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n dcterms:date '2026-04-29'^^xsd:date .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A point or period of time associated with an event in the lifecycle of a resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nDate may be used to express temporal information at any level of granularity. \nRecommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 (http://www.w3.org/TR/NOTE-datetime).\n"
}
]
}
]<http://purl.org/dc/terms/date> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/date> <http://www.w3.org/2000/01/rdf-schema#label> "has date"@en .
<http://purl.org/dc/terms/date> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/date> <http://www.w3.org/2004/02/skos/core#note> "\nDate may be used to express temporal information at any level of granularity. \nRecommended best practice is to use an encoding scheme, such as the W3CDTF profile of ISO 8601 (http://www.w3.org/TR/NOTE-datetime).\n"@en .
<http://purl.org/dc/terms/date> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n dcterms:date '2026-04-29'^^xsd:date .\n " .
<http://purl.org/dc/terms/date> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/date> <http://www.w3.org/2000/01/rdf-schema#comment> "A point or period of time associated with an event in the lifecycle of a resource."@en .
IRI: http://purl.org/spar/fabio/hasDateCollected
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasDateCollected a owl:DatatypeProperty ;
rdfs:label "has date collected"@en ;
vann:example """
:my-dataset a fabio:Dataset ;
fabio:hasDateCollected '2026-04-29T00:00:00'^^xsd:dateTime .
""" ;
rdfs:comment "The date on which some item has been collected, for example the data gathered by means of questionnaires."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasDateCollected">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">The date on which some item has been collected, for example the data gathered by means of questionnaires.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">has date collected</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-dataset a fabio:Dataset ;
fabio:hasDateCollected '2026-04-29T00:00:00'^^xsd:dateTime .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasDateCollected",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset a fabio:Dataset ;\n fabio:hasDateCollected '2026-04-29T00:00:00'^^xsd:dateTime .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date on which some item has been collected, for example the data gathered by means of questionnaires."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has date collected"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasDateCollected> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasDateCollected> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasDateCollected> <http://purl.org/vocab/vann/example> "\n :my-dataset a fabio:Dataset ;\n fabio:hasDateCollected '2026-04-29T00:00:00'^^xsd:dateTime .\n " .
<http://purl.org/spar/fabio/hasDateCollected> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which some item has been collected, for example the data gathered by means of questionnaires."@en .
<http://purl.org/spar/fabio/hasDateCollected> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<http://purl.org/spar/fabio/hasDateCollected> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/spar/fabio/hasDateCollected> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasDateCollected> <http://www.w3.org/2000/01/rdf-schema#label> "has date collected"@en .
IRI: http://purl.org/spar/fabio/dateLastUpdated
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:dateLastUpdated a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has date last updated"@en ;
vann:example """
:my-dataset a fabio:Dataset ;
fabio:dateLastUpdated '2026-04-29T09:00:00'^^xsd:dateTime .
""" ;
rdfs:comment "The date on which a particular endeavour, such as an ontology, was last updated."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/dateLastUpdated">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:label xml:lang="en">has date last updated</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">The date on which a particular endeavour, such as an ontology, was last updated.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-dataset a fabio:Dataset ;
fabio:dateLastUpdated '2026-04-29T09:00:00'^^xsd:dateTime .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/dateLastUpdated",
"@type": [
"http://www.w3.org/2002/07/owl#FunctionalProperty",
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset a fabio:Dataset ;\n fabio:dateLastUpdated '2026-04-29T09:00:00'^^xsd:dateTime .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date on which a particular endeavour, such as an ontology, was last updated."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has date last updated"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/dateLastUpdated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://purl.org/spar/fabio/dateLastUpdated> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/spar/fabio/dateLastUpdated> <http://www.w3.org/2000/01/rdf-schema#label> "has date last updated"@en .
<http://purl.org/spar/fabio/dateLastUpdated> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/dateLastUpdated> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which a particular endeavour, such as an ontology, was last updated."@en .
<http://purl.org/spar/fabio/dateLastUpdated> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<http://purl.org/spar/fabio/dateLastUpdated> <http://purl.org/vocab/vann/example> "\n :my-dataset a fabio:Dataset ;\n fabio:dateLastUpdated '2026-04-29T09:00:00'^^xsd:dateTime .\n " .
<http://purl.org/spar/fabio/dateLastUpdated> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/dateLastUpdated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
IRI: http://purl.org/spar/fabio/hasDateReceived
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasDateReceived a owl:DatatypeProperty ;
rdfs:label "has date received"@en ;
vann:example """
:my-dataset a fabio:Dataset ;
fabio:hasDateReceived '2026-04-28T00:00:00'^^xsd:dateTime .
""" ;
rdfs:comment "The date on which some item is received, for example a document being received by a publisher."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasDateReceived">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">has date received</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:comment xml:lang="en">The date on which some item is received, for example a document being received by a publisher.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-dataset a fabio:Dataset ;
fabio:hasDateReceived '2026-04-28T00:00:00'^^xsd:dateTime .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasDateReceived",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset a fabio:Dataset ;\n fabio:hasDateReceived '2026-04-28T00:00:00'^^xsd:dateTime .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date on which some item is received, for example a document being received by a publisher."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has date received"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasDateReceived> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<http://purl.org/spar/fabio/hasDateReceived> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasDateReceived> <http://www.w3.org/2000/01/rdf-schema#label> "has date received"@en .
<http://purl.org/spar/fabio/hasDateReceived> <http://purl.org/vocab/vann/example> "\n :my-dataset a fabio:Dataset ;\n fabio:hasDateReceived '2026-04-28T00:00:00'^^xsd:dateTime .\n " .
<http://purl.org/spar/fabio/hasDateReceived> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/spar/fabio/hasDateReceived> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasDateReceived> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which some item is received, for example a document being received by a publisher."@en .
<http://purl.org/spar/fabio/hasDateReceived> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasDeadline a owl:DatatypeProperty ;
rdfs:label "has deadline"@en ;
vann:example """
:my-call-for-applications a fabio:CallForApplications ;
fabio:hasDeadline '2026-06-30T23:59:59Z'^^xsd:dateTime .
""" ;
rdfs:comment "The date by which something has to be done."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasDeadline">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdfs:comment xml:lang="en">The date by which something has to be done.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:label xml:lang="en">has deadline</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-call-for-applications a fabio:CallForApplications ;
fabio:hasDeadline '2026-06-30T23:59:59Z'^^xsd:dateTime .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasDeadline",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-call-for-applications a fabio:CallForApplications ;\n fabio:hasDeadline '2026-06-30T23:59:59Z'^^xsd:dateTime .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date by which something has to be done."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has deadline"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasDeadline> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasDeadline> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<http://purl.org/spar/fabio/hasDeadline> <http://www.w3.org/2000/01/rdf-schema#comment> "The date by which something has to be done."@en .
<http://purl.org/spar/fabio/hasDeadline> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasDeadline> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/spar/fabio/hasDeadline> <http://purl.org/vocab/vann/example> "\n :my-call-for-applications a fabio:CallForApplications ;\n fabio:hasDeadline '2026-06-30T23:59:59Z'^^xsd:dateTime .\n " .
<http://purl.org/spar/fabio/hasDeadline> <http://www.w3.org/2000/01/rdf-schema#label> "has deadline"@en .
<http://purl.org/spar/fabio/hasDeadline> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/hasDecisionDate
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasDecisionDate a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has decision date"@en ;
vann:example """
:my-call-for-applications a fabio:CallForApplications ;
fabio:hasDecisionDate '2026-07-15T23:59:59Z'^^xsd:dateTime .
""" ;
rdfs:comment "The date on which a particular endeavour, such as a grant application, has been or will be approved or rejected by somebody."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasDecisionDate">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">The date on which a particular endeavour, such as a grant application, has been or will be approved or rejected by somebody.</rdfs:comment>
<rdfs:label xml:lang="en">has decision date</rdfs:label>
<vann:example>
:my-call-for-applications a fabio:CallForApplications ;
fabio:hasDecisionDate '2026-07-15T23:59:59Z'^^xsd:dateTime .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasDecisionDate",
"@type": [
"http://www.w3.org/2002/07/owl#FunctionalProperty",
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-call-for-applications a fabio:CallForApplications ;\n fabio:hasDecisionDate '2026-07-15T23:59:59Z'^^xsd:dateTime .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date on which a particular endeavour, such as a grant application, has been or will be approved or rejected by somebody."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has decision date"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasDecisionDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://purl.org/spar/fabio/hasDecisionDate> <http://purl.org/vocab/vann/example> "\n :my-call-for-applications a fabio:CallForApplications ;\n fabio:hasDecisionDate '2026-07-15T23:59:59Z'^^xsd:dateTime .\n " .
<http://purl.org/spar/fabio/hasDecisionDate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<http://purl.org/spar/fabio/hasDecisionDate> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/spar/fabio/hasDecisionDate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasDecisionDate> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasDecisionDate> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which a particular endeavour, such as a grant application, has been or will be approved or rejected by somebody."@en .
<http://purl.org/spar/fabio/hasDecisionDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasDecisionDate> <http://www.w3.org/2000/01/rdf-schema#label> "has decision date"@en .
IRI: http://purl.org/spar/fabio/hasDepositDate
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasDepositDate a owl:DatatypeProperty ;
rdfs:label "has deposit date"@en ;
vann:example """
:my-preprint a fabio:Preprint ;
fabio:hasDepositDate '2026-04-28T00:00:00Z'^^xsd:dateTime .
""" ;
rdfs:comment "The date on which a resource has been deposited, for example in a library, repository, supplementary information archive, database or similar place of document or information storage."@en ;
rdfs:domain fabio:Item ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasDepositDate">
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment xml:lang="en">The date on which a resource has been deposited, for example in a library, repository, supplementary information archive, database or similar place of document or information storage.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">has deposit date</rdfs:label>
<rdfs:domain rdf:resource="http://purl.org/spar/fabio/Item"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-preprint a fabio:Preprint ;
fabio:hasDepositDate '2026-04-28T00:00:00Z'^^xsd:dateTime .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasDepositDate",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-preprint a fabio:Preprint ;\n fabio:hasDepositDate '2026-04-28T00:00:00Z'^^xsd:dateTime .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date on which a resource has been deposited, for example in a library, repository, supplementary information archive, database or similar place of document or information storage."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/spar/fabio/Item"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has deposit date"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasDepositDate> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/spar/fabio/hasDepositDate> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasDepositDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasDepositDate> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which a resource has been deposited, for example in a library, repository, supplementary information archive, database or similar place of document or information storage."@en .
<http://purl.org/spar/fabio/hasDepositDate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasDepositDate> <http://purl.org/vocab/vann/example> "\n :my-preprint a fabio:Preprint ;\n fabio:hasDepositDate '2026-04-28T00:00:00Z'^^xsd:dateTime .\n " .
<http://purl.org/spar/fabio/hasDepositDate> <http://www.w3.org/2000/01/rdf-schema#label> "has deposit date"@en .
<http://purl.org/spar/fabio/hasDepositDate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/spar/fabio/Item> .
<http://purl.org/spar/fabio/hasDepositDate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
IRI: http://purl.org/spar/fabio/hasDistributionDate
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasDistributionDate a owl:DatatypeProperty ;
rdfs:label "has distribution date"@en ;
vann:example """
:my-preprint a fabio:Preprint ;
fabio:hasDistributionDate '2026-04-27T00:00:00Z'^^xsd:dateTime .
""" ;
rdfs:comment "The date on which something is distributed, for example the date on which a preprint of a document is e-mailed to colleagues and other academics by the author(s), or the date on which a printed announcement of forthcoming theatre events is mailed to those those on the theatre's mailing list."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasDistributionDate">
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">The date on which something is distributed, for example the date on which a preprint of a document is e-mailed to colleagues and other academics by the author(s), or the date on which a printed announcement of forthcoming theatre events is mailed to those those on the theatre's mailing list.</rdfs:comment>
<rdfs:label xml:lang="en">has distribution date</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<vann:example>
:my-preprint a fabio:Preprint ;
fabio:hasDistributionDate '2026-04-27T00:00:00Z'^^xsd:dateTime .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasDistributionDate",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-preprint a fabio:Preprint ;\n fabio:hasDistributionDate '2026-04-27T00:00:00Z'^^xsd:dateTime .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date on which something is distributed, for example the date on which a preprint of a document is e-mailed to colleagues and other academics by the author(s), or the date on which a printed announcement of forthcoming theatre events is mailed to those those on the theatre's mailing list."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has distribution date"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasDistributionDate> <http://purl.org/vocab/vann/example> "\n :my-preprint a fabio:Preprint ;\n fabio:hasDistributionDate '2026-04-27T00:00:00Z'^^xsd:dateTime .\n " .
<http://purl.org/spar/fabio/hasDistributionDate> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/spar/fabio/hasDistributionDate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasDistributionDate> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which something is distributed, for example the date on which a preprint of a document is e-mailed to colleagues and other academics by the author(s), or the date on which a printed announcement of forthcoming theatre events is mailed to those those on the theatre's mailing list."@en .
<http://purl.org/spar/fabio/hasDistributionDate> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasDistributionDate> <http://www.w3.org/2000/01/rdf-schema#label> "has distribution date"@en .
<http://purl.org/spar/fabio/hasDistributionDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasDistributionDate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
IRI: http://prismstandard.org/namespaces/basic/2.0/doi
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
prism:doi a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has DOI"@en,
"has Digital Object Identifier"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
prism:doi '10.1007/s10506-007-9036-2' .
""" ;
rdfs:comment "A Digital Object Identifier for a serial publication item, a dataset or some other entity."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy prism: ;
rdfs:subPropertyOf dcterms:identifier ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://prismstandard.org/namespaces/basic/2.0/doi">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">has DOI</rdfs:label>
<rdfs:label xml:lang="en">has Digital Object Identifier</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://prismstandard.org/namespaces/basic/2.0/"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
<rdfs:comment xml:lang="en">A Digital Object Identifier for a serial publication item, a dataset or some other entity.</rdfs:comment>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
prism:doi '10.1007/s10506-007-9036-2' .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/doi",
"@type": [
"http://www.w3.org/2002/07/owl#FunctionalProperty",
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n prism:doi '10.1007/s10506-007-9036-2' . \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A Digital Object Identifier for a serial publication item, a dataset or some other entity."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has DOI"
},
{
"@language": "en",
"@value": "has Digital Object Identifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/identifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://prismstandard.org/namespaces/basic/2.0/doi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://prismstandard.org/namespaces/basic/2.0/doi> <http://www.w3.org/2000/01/rdf-schema#label> "has DOI"@en .
<http://prismstandard.org/namespaces/basic/2.0/doi> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n prism:doi '10.1007/s10506-007-9036-2' . \n " .
<http://prismstandard.org/namespaces/basic/2.0/doi> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://prismstandard.org/namespaces/basic/2.0/> .
<http://prismstandard.org/namespaces/basic/2.0/doi> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://prismstandard.org/namespaces/basic/2.0/doi> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/identifier> .
<http://prismstandard.org/namespaces/basic/2.0/doi> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://prismstandard.org/namespaces/basic/2.0/doi> <http://www.w3.org/2000/01/rdf-schema#comment> "A Digital Object Identifier for a serial publication item, a dataset or some other entity."@en .
<http://prismstandard.org/namespaces/basic/2.0/doi> <http://www.w3.org/2000/01/rdf-schema#label> "has Digital Object Identifier"@en .
<http://prismstandard.org/namespaces/basic/2.0/doi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
IRI: http://prismstandard.org/namespaces/basic/2.0/edition
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
prism:edition a owl:DatatypeProperty ;
rdfs:label "has edition"@en ;
vann:example """
:my-book-2026 a fabio:Book ;
prism:edition '3rd Revised Edition' .
""" ;
rdfs:comment "An identifier for one of several alternative issues of a magazine, a book or other resource."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy prism: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://prismstandard.org/namespaces/basic/2.0/edition">
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:label xml:lang="en">has edition</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://prismstandard.org/namespaces/basic/2.0/"/>
<rdfs:comment xml:lang="en">An identifier for one of several alternative issues of a magazine, a book or other resource.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-book-2026 a fabio:Book ;
prism:edition '3rd Revised Edition' .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/edition",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-book-2026 a fabio:Book ;\n prism:edition '3rd Revised Edition' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An identifier for one of several alternative issues of a magazine, a book or other resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has edition"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://prismstandard.org/namespaces/basic/2.0/edition> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://prismstandard.org/namespaces/basic/2.0/edition> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://prismstandard.org/namespaces/basic/2.0/edition> <http://www.w3.org/2000/01/rdf-schema#label> "has edition"@en .
<http://prismstandard.org/namespaces/basic/2.0/edition> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://prismstandard.org/namespaces/basic/2.0/edition> <http://purl.org/vocab/vann/example> "\n :my-book-2026 a fabio:Book ;\n prism:edition '3rd Revised Edition' .\n " .
<http://prismstandard.org/namespaces/basic/2.0/edition> <http://www.w3.org/2000/01/rdf-schema#comment> "An identifier for one of several alternative issues of a magazine, a book or other resource."@en .
<http://prismstandard.org/namespaces/basic/2.0/edition> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://prismstandard.org/namespaces/basic/2.0/> .
IRI: http://prismstandard.org/namespaces/basic/2.0/eIssn
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
prism:eIssn a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has eISSN"@en,
"has electronic International Standard Serial Number"@en ;
vann:example """
:my-journal a fabio:Journal ;
prism:elssn '8765-4321' .
""" ;
rdfs:comment "An International Standard Serial Number, ISSN, for electronic versions of serial publications."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy prism: ;
rdfs:subPropertyOf dcterms:identifier ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://prismstandard.org/namespaces/basic/2.0/eIssn">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:label xml:lang="en">has eISSN</rdfs:label>
<rdfs:label xml:lang="en">has electronic International Standard Serial Number</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://prismstandard.org/namespaces/basic/2.0/"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
<rdfs:comment xml:lang="en">An International Standard Serial Number, ISSN, for electronic versions of serial publications.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-journal a fabio:Journal ;
prism:elssn '8765-4321' .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/eIssn",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal a fabio:Journal ;\n prism:elssn '8765-4321' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An International Standard Serial Number, ISSN, for electronic versions of serial publications."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has eISSN"
},
{
"@language": "en",
"@value": "has electronic International Standard Serial Number"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/identifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://prismstandard.org/namespaces/basic/2.0/eIssn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://prismstandard.org/namespaces/basic/2.0/eIssn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://prismstandard.org/namespaces/basic/2.0/eIssn> <http://www.w3.org/2000/01/rdf-schema#label> "has eISSN"@en .
<http://prismstandard.org/namespaces/basic/2.0/eIssn> <http://www.w3.org/2000/01/rdf-schema#label> "has electronic International Standard Serial Number"@en .
<http://prismstandard.org/namespaces/basic/2.0/eIssn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://prismstandard.org/namespaces/basic/2.0/> .
<http://prismstandard.org/namespaces/basic/2.0/eIssn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://prismstandard.org/namespaces/basic/2.0/eIssn> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/identifier> .
<http://prismstandard.org/namespaces/basic/2.0/eIssn> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://prismstandard.org/namespaces/basic/2.0/eIssn> <http://purl.org/vocab/vann/example> "\n :my-journal a fabio:Journal ;\n prism:elssn '8765-4321' .\n " .
<http://prismstandard.org/namespaces/basic/2.0/eIssn> <http://www.w3.org/2000/01/rdf-schema#comment> "An International Standard Serial Number, ISSN, for electronic versions of serial publications."@en .
IRI: http://purl.org/spar/fabio/hasElectronicArticleIdentifier
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasElectronicArticleIdentifier a owl:DatatypeProperty ;
rdfs:label "has electronic article identifier"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
fabio:hasElectronicArticleIdentifier 'e12345' .
""" ;
rdfs:comment "A local identifier for an article within an electronic (i.e. on line, in HTML format) periodical issue. Use in preference to `prism:startingPage` when the article lacks page numbers"@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy fabio: ;
rdfs:subPropertyOf owl:topDataProperty ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasElectronicArticleIdentifier">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topDataProperty"/>
<rdfs:label xml:lang="en">has electronic article identifier</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment xml:lang="en">A local identifier for an article within an electronic (i.e. on line, in HTML format) periodical issue. Use in preference to `prism:startingPage` when the article lacks page numbers</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
fabio:hasElectronicArticleIdentifier 'e12345' .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasElectronicArticleIdentifier",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasElectronicArticleIdentifier 'e12345' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A local identifier for an article within an electronic (i.e. on line, in HTML format) periodical issue. Use in preference to `prism:startingPage` when the article lacks page numbers"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has electronic article identifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topDataProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasElectronicArticleIdentifier> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasElectronicArticleIdentifier 'e12345' .\n " .
<http://purl.org/spar/fabio/hasElectronicArticleIdentifier> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasElectronicArticleIdentifier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/spar/fabio/hasElectronicArticleIdentifier> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasElectronicArticleIdentifier> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://purl.org/spar/fabio/hasElectronicArticleIdentifier> <http://www.w3.org/2000/01/rdf-schema#label> "has electronic article identifier"@en .
<http://purl.org/spar/fabio/hasElectronicArticleIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasElectronicArticleIdentifier> <http://www.w3.org/2000/01/rdf-schema#comment> "A local identifier for an article within an electronic (i.e. on line, in HTML format) periodical issue. Use in preference to `prism:startingPage` when the article lacks page numbers"@en .
IRI: http://purl.org/spar/fabio/hasEmbargoDate
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasEmbargoDate a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has embargo date"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
fabio:hasEmbargoDate '2026-04-28T00:00:00'^^xsd:dateTime .
""" ;
rdfs:comment "The date before which a resource should not be published, or before which a press release should not be reported on."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable ;
skos:note """
For open-access journal articles, the embargo date is the date before which availability of the open-access version of the article is restricted by the publisher, following subscription-access availability of the published work.
The duration of the embargo period can be specified by `fabio:hasEmbargoDuration`.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasEmbargoDate">
<rdfs:comment xml:lang="en">The date before which a resource should not be published, or before which a press release should not be reported on.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">has embargo date</rdfs:label>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
fabio:hasEmbargoDate '2026-04-28T00:00:00'^^xsd:dateTime .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
For open-access journal articles, the embargo date is the date before which availability of the open-access version of the article is restricted by the publisher, following subscription-access availability of the published work.
The duration of the embargo period can be specified by `fabio:hasEmbargoDuration`.
</skos:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasEmbargoDate",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasEmbargoDate '2026-04-28T00:00:00'^^xsd:dateTime .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date before which a resource should not be published, or before which a press release should not be reported on."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has embargo date"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nFor open-access journal articles, the embargo date is the date before which availability of the open-access version of the article is restricted by the publisher, following subscription-access availability of the published work. \nThe duration of the embargo period can be specified by `fabio:hasEmbargoDuration`.\n "
}
]
}
]<http://purl.org/spar/fabio/hasEmbargoDate> <http://www.w3.org/2004/02/skos/core#note> "\nFor open-access journal articles, the embargo date is the date before which availability of the open-access version of the article is restricted by the publisher, following subscription-access availability of the published work. \nThe duration of the embargo period can be specified by `fabio:hasEmbargoDuration`.\n "@en .
<http://purl.org/spar/fabio/hasEmbargoDate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<http://purl.org/spar/fabio/hasEmbargoDate> <http://www.w3.org/2000/01/rdf-schema#comment> "The date before which a resource should not be published, or before which a press release should not be reported on."@en .
<http://purl.org/spar/fabio/hasEmbargoDate> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/spar/fabio/hasEmbargoDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasEmbargoDate> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasEmbargoDate '2026-04-28T00:00:00'^^xsd:dateTime .\n " .
<http://purl.org/spar/fabio/hasEmbargoDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://purl.org/spar/fabio/hasEmbargoDate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasEmbargoDate> <http://www.w3.org/2000/01/rdf-schema#label> "has embargo date"@en .
<http://purl.org/spar/fabio/hasEmbargoDate> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/hasEmbargoDuration
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasEmbargoDuration a owl:DatatypeProperty ;
rdfs:label "has embargo period"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
fabio:hasEmbargoDuration '2026-04-28T00:00:00/2026-04-29T00:00:00'^^xsd:dateTime .
""" ;
rdfs:comment "The time period for which a resource is embargoed. During this period, the entity should not be published or, in the case of a press release, should not be reported on."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable ;
skos:note """
For open-access journal articles, the embargo duration specifies that period of time during which availability of the open-access version of the article is delayed by the publisher, following subscription-access availability of the published work.
The end of the embargo period can be specified by `fabio:hasEmbargoDate`.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasEmbargoDuration">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">has embargo period</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">The time period for which a resource is embargoed. During this period, the entity should not be published or, in the case of a press release, should not be reported on.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
For open-access journal articles, the embargo duration specifies that period of time during which availability of the open-access version of the article is delayed by the publisher, following subscription-access availability of the published work.
The end of the embargo period can be specified by `fabio:hasEmbargoDate`.
</skos:note>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
fabio:hasEmbargoDuration '2026-04-28T00:00:00/2026-04-29T00:00:00'^^xsd:dateTime .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasEmbargoDuration",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasEmbargoDuration '2026-04-28T00:00:00/2026-04-29T00:00:00'^^xsd:dateTime .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The time period for which a resource is embargoed. During this period, the entity should not be published or, in the case of a press release, should not be reported on."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has embargo period"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nFor open-access journal articles, the embargo duration specifies that period of time during which availability of the open-access version of the article is delayed by the publisher, following subscription-access availability of the published work. \nThe end of the embargo period can be specified by `fabio:hasEmbargoDate`.\n "
}
]
}
]<http://purl.org/spar/fabio/hasEmbargoDuration> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasEmbargoDuration> <http://www.w3.org/2000/01/rdf-schema#label> "has embargo period"@en .
<http://purl.org/spar/fabio/hasEmbargoDuration> <http://www.w3.org/2004/02/skos/core#note> "\nFor open-access journal articles, the embargo duration specifies that period of time during which availability of the open-access version of the article is delayed by the publisher, following subscription-access availability of the published work. \nThe end of the embargo period can be specified by `fabio:hasEmbargoDate`.\n "@en .
<http://purl.org/spar/fabio/hasEmbargoDuration> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/spar/fabio/hasEmbargoDuration> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasEmbargoDuration> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasEmbargoDuration> <http://www.w3.org/2000/01/rdf-schema#comment> "The time period for which a resource is embargoed. During this period, the entity should not be published or, in the case of a press release, should not be reported on."@en .
<http://purl.org/spar/fabio/hasEmbargoDuration> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasEmbargoDuration '2026-04-28T00:00:00/2026-04-29T00:00:00'^^xsd:dateTime .\n " .
IRI: http://prismstandard.org/namespaces/basic/2.0/endingPage
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
prism:endingPage a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has ending page"@en ;
vann:example """
:my-print-object a fabio:PrintObject ;
prism:endingPage '186' .
""" ;
rdfs:comment "The last page of a resource."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy prism: ;
rdfs:subPropertyOf owl:topDataProperty ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://prismstandard.org/namespaces/basic/2.0/endingPage">
<rdfs:label xml:lang="en">has ending page</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topDataProperty"/>
<rdfs:isDefinedBy rdf:resource="http://prismstandard.org/namespaces/basic/2.0/"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:comment xml:lang="en">The last page of a resource.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-print-object a fabio:PrintObject ;
prism:endingPage '186' .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/endingPage",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-print-object a fabio:PrintObject ;\n prism:endingPage '186' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The last page of a resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has ending page"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topDataProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://prismstandard.org/namespaces/basic/2.0/endingPage> <http://www.w3.org/2000/01/rdf-schema#label> "has ending page"@en .
<http://prismstandard.org/namespaces/basic/2.0/endingPage> <http://purl.org/vocab/vann/example> "\n :my-print-object a fabio:PrintObject ;\n prism:endingPage '186' .\n " .
<http://prismstandard.org/namespaces/basic/2.0/endingPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://prismstandard.org/namespaces/basic/2.0/endingPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://prismstandard.org/namespaces/basic/2.0/endingPage> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://prismstandard.org/namespaces/basic/2.0/endingPage> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://prismstandard.org/namespaces/basic/2.0/> .
<http://prismstandard.org/namespaces/basic/2.0/endingPage> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://prismstandard.org/namespaces/basic/2.0/endingPage> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://prismstandard.org/namespaces/basic/2.0/endingPage> <http://www.w3.org/2000/01/rdf-schema#comment> "The last page of a resource."@en .
IRI: http://purl.org/spar/fabio/hasHandle
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasHandle a owl:DatatypeProperty ;
rdfs:label "has handle"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
fabio:hasHandle '20.500.12345/6789' .
""" ;
rdfs:comment "A persistent identifier of the Handle system for digital objects and other resources on the Internet."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:string ;
rdfs:seeAlso <http://www.handle.net/> ;
rdfs:subPropertyOf dcterms:identifier ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasHandle">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A persistent identifier of the Handle system for digital objects and other resources on the Internet.</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://www.handle.net/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">has handle</rdfs:label>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
fabio:hasHandle '20.500.12345/6789' .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasHandle",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasHandle '20.500.12345/6789' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A persistent identifier of the Handle system for digital objects and other resources on the Internet."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has handle"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://www.handle.net/"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/identifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasHandle> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasHandle '20.500.12345/6789' .\n " .
<http://purl.org/spar/fabio/hasHandle> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://purl.org/spar/fabio/hasHandle> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasHandle> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.handle.net/> .
<http://purl.org/spar/fabio/hasHandle> <http://www.w3.org/2000/01/rdf-schema#comment> "A persistent identifier of the Handle system for digital objects and other resources on the Internet."@en .
<http://purl.org/spar/fabio/hasHandle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasHandle> <http://www.w3.org/2000/01/rdf-schema#label> "has handle"@en .
<http://purl.org/spar/fabio/hasHandle> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasHandle> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/spar/fabio/hasHandle> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/identifier> .
IRI: http://purl.org/dc/terms/identifier
@prefix dcterms: <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 reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:identifier a owl:DatatypeProperty ;
rdfs:label "has identifier"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
dcterms:identifier 'doi:10.1000/182' .
""" ;
rdfs:comment "A unique and unambiguous reference to the resource within a given context."@en ;
rdfs:isDefinedBy dcterms: ;
vs:term_status reg:statusStable ;
skos:note "Recommended best practice is to identify the resource by means of a string conforming to a formal identification system."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/identifier">
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:comment xml:lang="en">A unique and unambiguous reference to the resource within a given context.</rdfs:comment>
<rdfs:label xml:lang="en">has identifier</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">Recommended best practice is to identify the resource by means of a string conforming to a formal identification system.</skos:note>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
dcterms:identifier 'doi:10.1000/182' .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/identifier",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n dcterms:identifier 'doi:10.1000/182' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A unique and unambiguous reference to the resource within a given context."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has identifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "Recommended best practice is to identify the resource by means of a string conforming to a formal identification system."
}
]
}
]<http://purl.org/dc/terms/identifier> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/identifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/identifier> <http://www.w3.org/2000/01/rdf-schema#comment> "A unique and unambiguous reference to the resource within a given context."@en .
<http://purl.org/dc/terms/identifier> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/identifier> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n dcterms:identifier 'doi:10.1000/182' .\n " .
<http://purl.org/dc/terms/identifier> <http://www.w3.org/2004/02/skos/core#note> "Recommended best practice is to identify the resource by means of a string conforming to a formal identification system."@en .
<http://purl.org/dc/terms/identifier> <http://www.w3.org/2000/01/rdf-schema#label> "has identifier"@en .
IRI: http://prismstandard.org/namespaces/basic/2.0/issn
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
prism:issn a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has ISSN"@en,
"has International Standard Serial Number"@en ;
vann:example """
:my-journal a fabio:Journal ;
prism:issn '1570-8268' .
""" ;
rdfs:comment "The International Standard Serial Number, ISSN, an identifier for serial publications."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy prism: ;
rdfs:seeAlso <http://www.issn.org/> ;
rdfs:subPropertyOf dcterms:identifier ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://prismstandard.org/namespaces/basic/2.0/issn">
<rdfs:isDefinedBy rdf:resource="http://prismstandard.org/namespaces/basic/2.0/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
<rdfs:comment xml:lang="en">The International Standard Serial Number, ISSN, an identifier for serial publications.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">has ISSN</rdfs:label>
<rdfs:label xml:lang="en">has International Standard Serial Number</rdfs:label>
<rdfs:seeAlso rdf:resource="http://www.issn.org/"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-journal a fabio:Journal ;
prism:issn '1570-8268' .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/issn",
"@type": [
"http://www.w3.org/2002/07/owl#FunctionalProperty",
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal a fabio:Journal ;\n prism:issn '1570-8268' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The International Standard Serial Number, ISSN, an identifier for serial publications."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has ISSN"
},
{
"@language": "en",
"@value": "has International Standard Serial Number"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://www.issn.org/"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/identifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://prismstandard.org/namespaces/basic/2.0/issn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://prismstandard.org/namespaces/basic/2.0/> .
<http://prismstandard.org/namespaces/basic/2.0/issn> <http://www.w3.org/2000/01/rdf-schema#label> "has International Standard Serial Number"@en .
<http://prismstandard.org/namespaces/basic/2.0/issn> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/identifier> .
<http://prismstandard.org/namespaces/basic/2.0/issn> <http://www.w3.org/2000/01/rdf-schema#comment> "The International Standard Serial Number, ISSN, an identifier for serial publications."@en .
<http://prismstandard.org/namespaces/basic/2.0/issn> <http://www.w3.org/2000/01/rdf-schema#label> "has ISSN"@en .
<http://prismstandard.org/namespaces/basic/2.0/issn> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.issn.org/> .
<http://prismstandard.org/namespaces/basic/2.0/issn> <http://purl.org/vocab/vann/example> "\n :my-journal a fabio:Journal ;\n prism:issn '1570-8268' .\n " .
<http://prismstandard.org/namespaces/basic/2.0/issn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://prismstandard.org/namespaces/basic/2.0/issn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://prismstandard.org/namespaces/basic/2.0/issn> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://prismstandard.org/namespaces/basic/2.0/issn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
IRI: http://prismstandard.org/namespaces/basic/2.0/isbn
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
prism:isbn a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has ISBN"@en,
"has International Standard Book Number"@en ;
vann:example """
:my-book a fabio:Book ;
prism:isbn '978-3-16-148410-0' .
""" ;
rdfs:comment "The International Standard Book Number, ISBN, used to identify published books or, more rarely, journal issues."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy prism: ;
rdfs:subPropertyOf dcterms:identifier ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://prismstandard.org/namespaces/basic/2.0/isbn">
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
<rdfs:label xml:lang="en">has ISBN</rdfs:label>
<rdfs:label xml:lang="en">has International Standard Book Number</rdfs:label>
<rdfs:comment xml:lang="en">The International Standard Book Number, ISBN, used to identify published books or, more rarely, journal issues.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://prismstandard.org/namespaces/basic/2.0/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<vann:example>
:my-book a fabio:Book ;
prism:isbn '978-3-16-148410-0' .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/isbn",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-book a fabio:Book ;\n prism:isbn '978-3-16-148410-0' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The International Standard Book Number, ISBN, used to identify published books or, more rarely, journal issues."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has ISBN"
},
{
"@language": "en",
"@value": "has International Standard Book Number"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/identifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://prismstandard.org/namespaces/basic/2.0/isbn> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://prismstandard.org/namespaces/basic/2.0/isbn> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://prismstandard.org/namespaces/basic/2.0/isbn> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/identifier> .
<http://prismstandard.org/namespaces/basic/2.0/isbn> <http://www.w3.org/2000/01/rdf-schema#label> "has ISBN"@en .
<http://prismstandard.org/namespaces/basic/2.0/isbn> <http://www.w3.org/2000/01/rdf-schema#comment> "The International Standard Book Number, ISBN, used to identify published books or, more rarely, journal issues."@en .
<http://prismstandard.org/namespaces/basic/2.0/isbn> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://prismstandard.org/namespaces/basic/2.0/> .
<http://prismstandard.org/namespaces/basic/2.0/isbn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://prismstandard.org/namespaces/basic/2.0/isbn> <http://www.w3.org/2000/01/rdf-schema#label> "has International Standard Book Number"@en .
<http://prismstandard.org/namespaces/basic/2.0/isbn> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://prismstandard.org/namespaces/basic/2.0/isbn> <http://purl.org/vocab/vann/example> "\n :my-book a fabio:Book ;\n prism:isbn '978-3-16-148410-0' .\n " .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasIssnL a owl:DatatypeProperty ;
rdfs:label "has ISSN-L"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
fabio:hasIssnL '1234-5678' .
""" ;
rdfs:comment "A linking International Standard Serial Number."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:seeAlso <http://www.issn.org/> ;
rdfs:subPropertyOf dcterms:identifier ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasIssnL">
<rdfs:seeAlso rdf:resource="http://www.issn.org/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment xml:lang="en">A linking International Standard Serial Number.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">has ISSN-L</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
fabio:hasIssnL '1234-5678' .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasIssnL",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasIssnL '1234-5678' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A linking International Standard Serial Number."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has ISSN-L"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://www.issn.org/"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/identifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasIssnL> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.issn.org/> .
<http://purl.org/spar/fabio/hasIssnL> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasIssnL> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasIssnL '1234-5678' .\n " .
<http://purl.org/spar/fabio/hasIssnL> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasIssnL> <http://www.w3.org/2000/01/rdf-schema#comment> "A linking International Standard Serial Number."@en .
<http://purl.org/spar/fabio/hasIssnL> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasIssnL> <http://www.w3.org/2000/01/rdf-schema#label> "has ISSN-L"@en .
<http://purl.org/spar/fabio/hasIssnL> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/identifier> .
IRI: http://purl.org/dc/terms/issued
@prefix dcterms: <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 reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:issued a owl:DatatypeProperty ;
rdfs:label "has issue date"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
dcterms:issued '2026-04-29'^^xsd:date .
""" ;
rdfs:comment "The date of formal issuance of a resource (e.g. a publication or a patent)."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/issued">
<rdfs:comment xml:lang="en">The date of formal issuance of a resource (e.g. a publication or a patent).</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:label xml:lang="en">has issue date</rdfs:label>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
dcterms:issued '2026-04-29'^^xsd:date .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/issued",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n dcterms:issued '2026-04-29'^^xsd:date .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date of formal issuance of a resource (e.g. a publication or a patent)."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has issue date"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/issued> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/issued> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/issued> <http://www.w3.org/2000/01/rdf-schema#comment> "The date of formal issuance of a resource (e.g. a publication or a patent)."@en .
<http://purl.org/dc/terms/issued> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/issued> <http://www.w3.org/2000/01/rdf-schema#label> "has issue date"@en .
<http://purl.org/dc/terms/issued> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n dcterms:issued '2026-04-29'^^xsd:date .\n " .
<http://purl.org/dc/terms/issued> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
IRI: http://prismstandard.org/namespaces/basic/2.0/issueIdentifier
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
prism:issueIdentifier a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has issue identifier"@en ;
vann:example """
:my-journal-issue a fabio:JournalIssue ;
prism:issueIdentifier '2' .
""" ;
rdfs:comment "An identifier used to identify a specific issue of a magazine, a journal or other resource."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy prism: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://prismstandard.org/namespaces/basic/2.0/issueIdentifier">
<rdfs:isDefinedBy rdf:resource="http://prismstandard.org/namespaces/basic/2.0/"/>
<rdfs:label xml:lang="en">has issue identifier</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:comment xml:lang="en">An identifier used to identify a specific issue of a magazine, a journal or other resource.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-journal-issue a fabio:JournalIssue ;
prism:issueIdentifier '2' .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/issueIdentifier",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-issue a fabio:JournalIssue ;\n prism:issueIdentifier '2' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An identifier used to identify a specific issue of a magazine, a journal or other resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has issue identifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://prismstandard.org/namespaces/basic/2.0/issueIdentifier> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://prismstandard.org/namespaces/basic/2.0/> .
<http://prismstandard.org/namespaces/basic/2.0/issueIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://prismstandard.org/namespaces/basic/2.0/issueIdentifier> <http://www.w3.org/2000/01/rdf-schema#label> "has issue identifier"@en .
<http://prismstandard.org/namespaces/basic/2.0/issueIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://prismstandard.org/namespaces/basic/2.0/issueIdentifier> <http://purl.org/vocab/vann/example> "\n :my-journal-issue a fabio:JournalIssue ;\n prism:issueIdentifier '2' .\n " .
<http://prismstandard.org/namespaces/basic/2.0/issueIdentifier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://prismstandard.org/namespaces/basic/2.0/issueIdentifier> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://prismstandard.org/namespaces/basic/2.0/issueIdentifier> <http://www.w3.org/2000/01/rdf-schema#comment> "An identifier used to identify a specific issue of a magazine, a journal or other resource."@en .
IRI: http://prismstandard.org/namespaces/basic/2.0/keyword
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
prism:keyword a owl:DatatypeProperty ;
rdfs:label "has keyword"@en ;
vann:example """
:my-research-paper a fabio:ResearchPaper ;
prism:keyword
'legal ontologies' ,
'methodology' ,
'ontology modeling' ,
'professional knowledge' ,
'rhetorical structure theory' .
""" ;
rdfs:comment "A keyword associated with a reosurce, that is likely to be used in search queries."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy prism: ;
rdfs:subPropertyOf owl:topDataProperty ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://prismstandard.org/namespaces/basic/2.0/keyword">
<rdfs:label xml:lang="en">has keyword</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment xml:lang="en">A keyword associated with a reosurce, that is likely to be used in search queries.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://prismstandard.org/namespaces/basic/2.0/"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topDataProperty"/>
<vann:example>
:my-research-paper a fabio:ResearchPaper ;
prism:keyword
'legal ontologies' ,
'methodology' ,
'ontology modeling' ,
'professional knowledge' ,
'rhetorical structure theory' .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/keyword",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-research-paper a fabio:ResearchPaper ;\n prism:keyword\n 'legal ontologies' ,\n 'methodology' ,\n 'ontology modeling' ,\n 'professional knowledge' ,\n 'rhetorical structure theory' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A keyword associated with a reosurce, that is likely to be used in search queries."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has keyword"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topDataProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://prismstandard.org/namespaces/basic/2.0/keyword> <http://www.w3.org/2000/01/rdf-schema#label> "has keyword"@en .
<http://prismstandard.org/namespaces/basic/2.0/keyword> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://prismstandard.org/namespaces/basic/2.0/keyword> <http://www.w3.org/2000/01/rdf-schema#comment> "A keyword associated with a reosurce, that is likely to be used in search queries."@en .
<http://prismstandard.org/namespaces/basic/2.0/keyword> <http://purl.org/vocab/vann/example> "\n :my-research-paper a fabio:ResearchPaper ;\n prism:keyword\n 'legal ontologies' ,\n 'methodology' ,\n 'ontology modeling' ,\n 'professional knowledge' ,\n 'rhetorical structure theory' .\n " .
<http://prismstandard.org/namespaces/basic/2.0/keyword> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://prismstandard.org/namespaces/basic/2.0/> .
<http://prismstandard.org/namespaces/basic/2.0/keyword> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://prismstandard.org/namespaces/basic/2.0/keyword> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://prismstandard.org/namespaces/basic/2.0/keyword> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
@prefix dcterms: <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 reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
dcterms:modified a owl:DatatypeProperty ;
rdfs:label "has modification date"@en ;
vann:example """
:my-dataset a fabio:Dataset ;
dcterms:modified '2026-04-28T20:00:00'^^xsd:dateTime .
""" ;
rdfs:comment "The date on which a resource has been modified."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/modified">
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:label xml:lang="en">has modification date</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment xml:lang="en">The date on which a resource has been modified.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-dataset a fabio:Dataset ;
dcterms:modified '2026-04-28T20:00:00'^^xsd:dateTime .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/modified",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset a fabio:Dataset ;\n dcterms:modified '2026-04-28T20:00:00'^^xsd:dateTime .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date on which a resource has been modified."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has modification date"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/modified> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/dc/terms/modified> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/modified> <http://purl.org/vocab/vann/example> "\n :my-dataset a fabio:Dataset ;\n dcterms:modified '2026-04-28T20:00:00'^^xsd:dateTime .\n " .
<http://purl.org/dc/terms/modified> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/modified> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which a resource has been modified."@en .
<http://purl.org/dc/terms/modified> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<http://purl.org/dc/terms/modified> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/modified> <http://www.w3.org/2000/01/rdf-schema#label> "has modification date"@en .
IRI: http://purl.org/spar/fabio/hasNationalLibraryOfMedicineJournalId
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasNationalLibraryOfMedicineJournalId a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has National Library of Medicine journal identifier"@en ;
vann:example """
:my-journal a fabio:Journal ;
fabio:hasNationalLibraryOfMedicineJournalId '9604648' .
""" ;
rdfs:comment "An internal identifier for journals available from the National Library of Medicine repository."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy fabio: ;
rdfs:range [ a rdfs:Datatype ;
owl:onDatatype xsd:string ;
owl:withRestrictions ( [ xsd:pattern "[0-9]+" ] ) ] ;
rdfs:seeAlso <http://www.nlm.nih.gov/> ;
rdfs:subPropertyOf dcterms:identifier ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasNationalLibraryOfMedicineJournalId">
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:range rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb56"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:seeAlso rdf:resource="http://www.nlm.nih.gov/"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:label xml:lang="en">has National Library of Medicine journal identifier</rdfs:label>
<rdfs:comment xml:lang="en">An internal identifier for journals available from the National Library of Medicine repository.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-journal a fabio:Journal ;
fabio:hasNationalLibraryOfMedicineJournalId '9604648' .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb57">
<xsd:pattern>[0-9]+</xsd:pattern>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb56">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
<owl:onDatatype rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<owl:withRestrictions rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb58"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb58">
<rdf:first rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb57"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasNationalLibraryOfMedicineJournalId",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal a fabio:Journal ;\n fabio:hasNationalLibraryOfMedicineJournalId '9604648' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An internal identifier for journals available from the National Library of Medicine repository."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has National Library of Medicine journal identifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb56"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://www.nlm.nih.gov/"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/identifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb56",
"@type": [
"http://www.w3.org/2000/01/rdf-schema#Datatype"
],
"http://www.w3.org/2002/07/owl#onDatatype": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2002/07/owl#withRestrictions": [
{
"@list": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb57"
}
]
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb57",
"http://www.w3.org/2001/XMLSchema#pattern": [
{
"@value": "[0-9]+"
}
]
}
]<http://purl.org/spar/fabio/hasNationalLibraryOfMedicineJournalId> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb57 <http://www.w3.org/2001/XMLSchema#pattern> "[0-9]+" .
_:nc2534d39d31a404c8051419731cd4b5eb56 <http://www.w3.org/2002/07/owl#onDatatype> <http://www.w3.org/2001/XMLSchema#string> .
_:nc2534d39d31a404c8051419731cd4b5eb56 <http://www.w3.org/2002/07/owl#withRestrictions> _:nc2534d39d31a404c8051419731cd4b5eb58 .
<http://purl.org/spar/fabio/hasNationalLibraryOfMedicineJournalId> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasNationalLibraryOfMedicineJournalId> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
_:nc2534d39d31a404c8051419731cd4b5eb56 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Datatype> .
<http://purl.org/spar/fabio/hasNationalLibraryOfMedicineJournalId> <http://www.w3.org/2000/01/rdf-schema#label> "has National Library of Medicine journal identifier"@en .
<http://purl.org/spar/fabio/hasNationalLibraryOfMedicineJournalId> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/identifier> .
<http://purl.org/spar/fabio/hasNationalLibraryOfMedicineJournalId> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasNationalLibraryOfMedicineJournalId> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://purl.org/spar/fabio/hasNationalLibraryOfMedicineJournalId> <http://www.w3.org/2000/01/rdf-schema#range> _:nc2534d39d31a404c8051419731cd4b5eb56 .
_:nc2534d39d31a404c8051419731cd4b5eb58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:nc2534d39d31a404c8051419731cd4b5eb57 .
<http://purl.org/spar/fabio/hasNationalLibraryOfMedicineJournalId> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.nlm.nih.gov/> .
<http://purl.org/spar/fabio/hasNationalLibraryOfMedicineJournalId> <http://purl.org/vocab/vann/example> "\n :my-journal a fabio:Journal ;\n fabio:hasNationalLibraryOfMedicineJournalId '9604648' .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
<http://purl.org/spar/fabio/hasNationalLibraryOfMedicineJournalId> <http://www.w3.org/2000/01/rdf-schema#comment> "An internal identifier for journals available from the National Library of Medicine repository."@en .
IRI: http://purl.org/spar/fabio/hasNLMJournalTitleAbbreviation
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasNLMJournalTitleAbbreviation a owl:DatatypeProperty ;
rdfs:label "has National Library of Medicine journal title abbreviation"@en ;
vann:example """
:my-journal a fabio:Journal ;
fabio:hasNLMJournalTitleAbbreviation 'J Biomed Inform' .
""" ;
rdfs:comment "An internal identifier for the abbreviation of the title of journals available from the National Library of Medicine repository."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subPropertyOf dcterms:identifier,
fabio:hasShortTitle ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasNLMJournalTitleAbbreviation">
<rdfs:comment xml:lang="en">An internal identifier for the abbreviation of the title of journals available from the National Library of Medicine repository.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/spar/fabio/hasShortTitle"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
<rdfs:label xml:lang="en">has National Library of Medicine journal title abbreviation</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-journal a fabio:Journal ;
fabio:hasNLMJournalTitleAbbreviation 'J Biomed Inform' .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasNLMJournalTitleAbbreviation",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal a fabio:Journal ;\n fabio:hasNLMJournalTitleAbbreviation 'J Biomed Inform' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An internal identifier for the abbreviation of the title of journals available from the National Library of Medicine repository."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has National Library of Medicine journal title abbreviation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/spar/fabio/hasShortTitle"
},
{
"@id": "http://purl.org/dc/terms/identifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasNLMJournalTitleAbbreviation> <http://www.w3.org/2000/01/rdf-schema#comment> "An internal identifier for the abbreviation of the title of journals available from the National Library of Medicine repository."@en .
<http://purl.org/spar/fabio/hasNLMJournalTitleAbbreviation> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/spar/fabio/hasShortTitle> .
<http://purl.org/spar/fabio/hasNLMJournalTitleAbbreviation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasNLMJournalTitleAbbreviation> <http://www.w3.org/2000/01/rdf-schema#label> "has National Library of Medicine journal title abbreviation"@en .
<http://purl.org/spar/fabio/hasNLMJournalTitleAbbreviation> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/identifier> .
<http://purl.org/spar/fabio/hasNLMJournalTitleAbbreviation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasNLMJournalTitleAbbreviation> <http://purl.org/vocab/vann/example> "\n :my-journal a fabio:Journal ;\n fabio:hasNLMJournalTitleAbbreviation 'J Biomed Inform' .\n " .
<http://purl.org/spar/fabio/hasNLMJournalTitleAbbreviation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/hasPageCount
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasPageCount a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has page count"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
fabio:hasPageCount '35'^^xsd:positiveInteger .
""" ;
rdfs:comment "The count of the number of pages in a textual resource."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:positiveInteger ;
rdfs:subPropertyOf owl:topDataProperty ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasPageCount">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topDataProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:comment xml:lang="en">The count of the number of pages in a textual resource.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#positiveInteger"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:label xml:lang="en">has page count</rdfs:label>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
fabio:hasPageCount '35'^^xsd:positiveInteger .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasPageCount",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasPageCount '35'^^xsd:positiveInteger .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The count of the number of pages in a textual resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has page count"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#positiveInteger"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topDataProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasPageCount> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://purl.org/spar/fabio/hasPageCount> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasPageCount> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasPageCount '35'^^xsd:positiveInteger .\n " .
<http://purl.org/spar/fabio/hasPageCount> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/spar/fabio/hasPageCount> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasPageCount> <http://www.w3.org/2000/01/rdf-schema#comment> "The count of the number of pages in a textual resource."@en .
<http://purl.org/spar/fabio/hasPageCount> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#positiveInteger> .
<http://purl.org/spar/fabio/hasPageCount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasPageCount> <http://www.w3.org/2000/01/rdf-schema#label> "has page count"@en .
<http://purl.org/spar/fabio/hasPageCount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
IRI: http://prismstandard.org/namespaces/basic/2.0/pageRange
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
prism:pageRange a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has page range"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
prism:pageRange '145-162' .
""" ;
rdfs:comment "The page range of a resource."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy prism: ;
rdfs:subPropertyOf owl:topDataProperty ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://prismstandard.org/namespaces/basic/2.0/pageRange">
<rdfs:label xml:lang="en">has page range</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://prismstandard.org/namespaces/basic/2.0/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:comment xml:lang="en">The page range of a resource.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topDataProperty"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
prism:pageRange '145-162' .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/pageRange",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n prism:pageRange '145-162' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The page range of a resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has page range"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topDataProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://prismstandard.org/namespaces/basic/2.0/pageRange> <http://www.w3.org/2000/01/rdf-schema#label> "has page range"@en .
<http://prismstandard.org/namespaces/basic/2.0/pageRange> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://prismstandard.org/namespaces/basic/2.0/> .
<http://prismstandard.org/namespaces/basic/2.0/pageRange> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://prismstandard.org/namespaces/basic/2.0/pageRange> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://prismstandard.org/namespaces/basic/2.0/pageRange> <http://www.w3.org/2000/01/rdf-schema#comment> "The page range of a resource."@en .
<http://prismstandard.org/namespaces/basic/2.0/pageRange> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://prismstandard.org/namespaces/basic/2.0/pageRange> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n prism:pageRange '145-162' .\n " .
<http://prismstandard.org/namespaces/basic/2.0/pageRange> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://prismstandard.org/namespaces/basic/2.0/pageRange> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/hasPatentNumber
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasPatentNumber a owl:DatatypeProperty ;
rdfs:label "has patent number"@en ;
vann:example """
:my-patent a fabio:Patent ;
fabio:hasPatentNumber 'US1234567B2' .
""" ;
rdfs:comment "A unique identifying number issued by a patent authority to identify a patent, displayed at the beginning of the patent document."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subPropertyOf dcterms:identifier ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasPatentNumber">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:label xml:lang="en">has patent number</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A unique identifying number issued by a patent authority to identify a patent, displayed at the beginning of the patent document.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-patent a fabio:Patent ;
fabio:hasPatentNumber 'US1234567B2' .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasPatentNumber",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-patent a fabio:Patent ;\n fabio:hasPatentNumber 'US1234567B2' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A unique identifying number issued by a patent authority to identify a patent, displayed at the beginning of the patent document."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has patent number"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/identifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasPatentNumber> <http://purl.org/vocab/vann/example> "\n :my-patent a fabio:Patent ;\n fabio:hasPatentNumber 'US1234567B2' .\n " .
<http://purl.org/spar/fabio/hasPatentNumber> <http://www.w3.org/2000/01/rdf-schema#label> "has patent number"@en .
<http://purl.org/spar/fabio/hasPatentNumber> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/identifier> .
<http://purl.org/spar/fabio/hasPatentNumber> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasPatentNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasPatentNumber> <http://www.w3.org/2000/01/rdf-schema#comment> "A unique identifying number issued by a patent authority to identify a patent, displayed at the beginning of the patent document."@en .
<http://purl.org/spar/fabio/hasPatentNumber> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/hasPII
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasPII a owl:DatatypeProperty ;
rdfs:label "has PII"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
fabio:hasPII 'S0169-7161(26)00123-4' .
""" ;
rdfs:comment "A unique identifier used by several scientific journal publishers to identify resources."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:seeAlso <http://en.wikipedia.org/wiki/Publisher_Item_Identifier> ;
rdfs:subPropertyOf dcterms:identifier ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasPII">
<rdfs:seeAlso rdf:resource="http://en.wikipedia.org/wiki/Publisher_Item_Identifier"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
<rdfs:label xml:lang="en">has PII</rdfs:label>
<rdfs:comment xml:lang="en">A unique identifier used by several scientific journal publishers to identify resources.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
fabio:hasPII 'S0169-7161(26)00123-4' .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasPII",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasPII 'S0169-7161(26)00123-4' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A unique identifier used by several scientific journal publishers to identify resources."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has PII"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://en.wikipedia.org/wiki/Publisher_Item_Identifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/identifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasPII> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasPII> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasPII 'S0169-7161(26)00123-4' .\n " .
<http://purl.org/spar/fabio/hasPII> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://en.wikipedia.org/wiki/Publisher_Item_Identifier> .
<http://purl.org/spar/fabio/hasPII> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasPII> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/identifier> .
<http://purl.org/spar/fabio/hasPII> <http://www.w3.org/2000/01/rdf-schema#label> "has PII"@en .
<http://purl.org/spar/fabio/hasPII> <http://www.w3.org/2000/01/rdf-schema#comment> "A unique identifier used by several scientific journal publishers to identify resources."@en .
<http://purl.org/spar/fabio/hasPII> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
IRI: http://prismstandard.org/namespaces/basic/2.0/publicationDate
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
prism:publicationDate a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has publication date"@en ;
vann:example """
:my-paperback a fabio:Paperback ;
prism:publicationDate '2007-06'^^xsd:gYearMonth .
""" ;
rdfs:comment "The date on which a resource is published or disclosed."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy prism: ;
rdfs:range [ a rdfs:Datatype ;
owl:unionOf ( xsd:date xsd:gYear xsd:gYearMonth ) ] ;
rdfs:subPropertyOf dcterms:issued ;
vs:term_status reg:statusStable ;
skos:note """
The date can be expressed in three different formats:
- yyyy-mm-dd (i.e., xsd:date)
- yyyy-mm (i.e., xsd:gYearMonth)
- yyyy (i.e., xsd:gYear)"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb2">
<rdf:first rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb3"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb3">
<rdf:first rdf:resource="http://www.w3.org/2001/XMLSchema#gYear"/>
<rdf:rest rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb4"/>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb1">
<rdf:type rdf:resource="http://www.w3.org/2000/01/rdf-schema#Datatype"/>
<owl:unionOf rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb2"/>
</rdf:Description>
<rdf:Description rdf:about="http://prismstandard.org/namespaces/basic/2.0/publicationDate">
<rdfs:label xml:lang="en">has publication date</rdfs:label>
<rdfs:comment xml:lang="en">The date on which a resource is published or disclosed.</rdfs:comment>
<rdfs:range rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb1"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/issued"/>
<rdfs:isDefinedBy rdf:resource="http://prismstandard.org/namespaces/basic/2.0/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">
The date can be expressed in three different formats:
- yyyy-mm-dd (i.e., xsd:date)
- yyyy-mm (i.e., xsd:gYearMonth)
- yyyy (i.e., xsd:gYear)</skos:note>
<vann:example>
:my-paperback a fabio:Paperback ;
prism:publicationDate '2007-06'^^xsd:gYearMonth .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="nc2534d39d31a404c8051419731cd4b5eb4">
<rdf:first rdf:resource="http://www.w3.org/2001/XMLSchema#gYearMonth"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/publicationDate",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-paperback a fabio:Paperback ;\n prism:publicationDate '2007-06'^^xsd:gYearMonth .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date on which a resource is published or disclosed."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has publication date"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb1"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/issued"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nThe date can be expressed in three different formats:\n- yyyy-mm-dd (i.e., xsd:date)\n- yyyy-mm (i.e., xsd:gYearMonth)\n- yyyy (i.e., xsd:gYear)"
}
]
},
{
"@id": "_:nc2534d39d31a404c8051419731cd4b5eb1",
"@type": [
"http://www.w3.org/2000/01/rdf-schema#Datatype"
],
"http://www.w3.org/2002/07/owl#unionOf": [
{
"@list": [
{
"@id": "http://www.w3.org/2001/XMLSchema#date"
},
{
"@id": "http://www.w3.org/2001/XMLSchema#gYear"
},
{
"@id": "http://www.w3.org/2001/XMLSchema#gYearMonth"
}
]
}
]
}
]_:nc2534d39d31a404c8051419731cd4b5eb2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb3 .
_:nc2534d39d31a404c8051419731cd4b5eb3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:nc2534d39d31a404c8051419731cd4b5eb4 .
_:nc2534d39d31a404c8051419731cd4b5eb1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2000/01/rdf-schema#Datatype> .
<http://prismstandard.org/namespaces/basic/2.0/publicationDate> <http://www.w3.org/2000/01/rdf-schema#range> _:nc2534d39d31a404c8051419731cd4b5eb1 .
_:nc2534d39d31a404c8051419731cd4b5eb4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2001/XMLSchema#gYearMonth> .
<http://prismstandard.org/namespaces/basic/2.0/publicationDate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://prismstandard.org/namespaces/basic/2.0/publicationDate> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:nc2534d39d31a404c8051419731cd4b5eb4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:nc2534d39d31a404c8051419731cd4b5eb3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2001/XMLSchema#gYear> .
<http://prismstandard.org/namespaces/basic/2.0/publicationDate> <http://www.w3.org/2000/01/rdf-schema#label> "has publication date"@en .
<http://prismstandard.org/namespaces/basic/2.0/publicationDate> <http://purl.org/vocab/vann/example> "\n :my-paperback a fabio:Paperback ;\n prism:publicationDate '2007-06'^^xsd:gYearMonth .\n " .
_:nc2534d39d31a404c8051419731cd4b5eb2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://www.w3.org/2001/XMLSchema#date> .
<http://prismstandard.org/namespaces/basic/2.0/publicationDate> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which a resource is published or disclosed."@en .
<http://prismstandard.org/namespaces/basic/2.0/publicationDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://prismstandard.org/namespaces/basic/2.0/publicationDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://prismstandard.org/namespaces/basic/2.0/publicationDate> <http://www.w3.org/2004/02/skos/core#note> "\nThe date can be expressed in three different formats:\n- yyyy-mm-dd (i.e., xsd:date)\n- yyyy-mm (i.e., xsd:gYearMonth)\n- yyyy (i.e., xsd:gYear)"@en .
_:nc2534d39d31a404c8051419731cd4b5eb1 <http://www.w3.org/2002/07/owl#unionOf> _:nc2534d39d31a404c8051419731cd4b5eb2 .
<http://prismstandard.org/namespaces/basic/2.0/publicationDate> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/issued> .
<http://prismstandard.org/namespaces/basic/2.0/publicationDate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://prismstandard.org/namespaces/basic/2.0/> .
IRI: http://purl.org/spar/fabio/hasPublicationYear
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasPublicationYear a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has publication year"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
fabio:hasPublicationYear '2007'^^xsd:gYear .
""" ;
rdfs:comment "The year in which a resource is published."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:gYear ;
rdfs:subPropertyOf dcterms:issued ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasPublicationYear">
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/issued"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#gYear"/>
<rdfs:label xml:lang="en">has publication year</rdfs:label>
<rdfs:comment xml:lang="en">The year in which a resource is published.</rdfs:comment>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
fabio:hasPublicationYear '2007'^^xsd:gYear .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasPublicationYear",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasPublicationYear '2007'^^xsd:gYear .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The year in which a resource is published."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has publication year"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#gYear"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/issued"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasPublicationYear> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasPublicationYear '2007'^^xsd:gYear .\n " .
<http://purl.org/spar/fabio/hasPublicationYear> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasPublicationYear> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/issued> .
<http://purl.org/spar/fabio/hasPublicationYear> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasPublicationYear> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasPublicationYear> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#gYear> .
<http://purl.org/spar/fabio/hasPublicationYear> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://purl.org/spar/fabio/hasPublicationYear> <http://www.w3.org/2000/01/rdf-schema#label> "has publication year"@en .
<http://purl.org/spar/fabio/hasPublicationYear> <http://www.w3.org/2000/01/rdf-schema#comment> "The year in which a resource is published."@en .
IRI: http://purl.org/spar/fabio/hasPubMedCentralId
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasPubMedCentralId a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has PubMed Central identifier"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
fabio:hasPubMedCentralId 'PMC1234567' .
""" ;
rdfs:comment "An identifier for bibliographic entities hosted by the PubMed Central repository."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:string ;
rdfs:seeAlso <http://www.ncbi.nlm.nih.gov/pmc/> ;
rdfs:subPropertyOf dcterms:identifier ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasPubMedCentralId">
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:comment xml:lang="en">An identifier for bibliographic entities hosted by the PubMed Central repository.</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://www.ncbi.nlm.nih.gov/pmc/"/>
<rdfs:label xml:lang="en">has PubMed Central identifier</rdfs:label>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
fabio:hasPubMedCentralId 'PMC1234567' .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasPubMedCentralId",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasPubMedCentralId 'PMC1234567' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An identifier for bibliographic entities hosted by the PubMed Central repository."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has PubMed Central identifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://www.ncbi.nlm.nih.gov/pmc/"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/identifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasPubMedCentralId> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/spar/fabio/hasPubMedCentralId> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasPubMedCentralId> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasPubMedCentralId 'PMC1234567' .\n " .
<http://purl.org/spar/fabio/hasPubMedCentralId> <http://www.w3.org/2000/01/rdf-schema#comment> "An identifier for bibliographic entities hosted by the PubMed Central repository."@en .
<http://purl.org/spar/fabio/hasPubMedCentralId> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.ncbi.nlm.nih.gov/pmc/> .
<http://purl.org/spar/fabio/hasPubMedCentralId> <http://www.w3.org/2000/01/rdf-schema#label> "has PubMed Central identifier"@en .
<http://purl.org/spar/fabio/hasPubMedCentralId> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://purl.org/spar/fabio/hasPubMedCentralId> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasPubMedCentralId> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/identifier> .
<http://purl.org/spar/fabio/hasPubMedCentralId> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasPubMedCentralId> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
IRI: http://purl.org/spar/fabio/hasPubMedId
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasPubMedId a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has PubMed identifier"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
fabio:hasPubMedId '34567890' .
""" ;
rdfs:comment "An identifier for bibliographic records held by the PubMed repository."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:string ;
rdfs:seeAlso <http://www.ncbi.nlm.nih.gov/pubmed/> ;
rdfs:subPropertyOf dcterms:identifier ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasPubMedId">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:label xml:lang="en">has PubMed identifier</rdfs:label>
<rdfs:comment xml:lang="en">An identifier for bibliographic records held by the PubMed repository.</rdfs:comment>
<rdfs:seeAlso rdf:resource="http://www.ncbi.nlm.nih.gov/pubmed/"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
fabio:hasPubMedId '34567890' .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasPubMedId",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasPubMedId '34567890' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An identifier for bibliographic records held by the PubMed repository."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has PubMed identifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://www.ncbi.nlm.nih.gov/pubmed/"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/identifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasPubMedId> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasPubMedId> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/identifier> .
<http://purl.org/spar/fabio/hasPubMedId> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://purl.org/spar/fabio/hasPubMedId> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://purl.org/spar/fabio/hasPubMedId> <http://www.w3.org/2000/01/rdf-schema#label> "has PubMed identifier"@en .
<http://purl.org/spar/fabio/hasPubMedId> <http://www.w3.org/2000/01/rdf-schema#comment> "An identifier for bibliographic records held by the PubMed repository."@en .
<http://purl.org/spar/fabio/hasPubMedId> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasPubMedId '34567890' .\n " .
<http://purl.org/spar/fabio/hasPubMedId> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.ncbi.nlm.nih.gov/pubmed/> .
<http://purl.org/spar/fabio/hasPubMedId> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/spar/fabio/hasPubMedId> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasPubMedId> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/hasRequestDate
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasRequestDate a owl:DatatypeProperty ;
rdfs:label "has request date"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
fabio:hasRequestDate '2026-05-15'^^xsd:date .
""" ;
rdfs:comment "The date on which an agent is requested to do something, for example a reviewer is requested to write a review of a paper submitted to a journal for publication, or an author is requested to supply a revised version of the paper in response to the reviews received."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasRequestDate">
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:comment xml:lang="en">The date on which an agent is requested to do something, for example a reviewer is requested to write a review of a paper submitted to a journal for publication, or an author is requested to supply a revised version of the paper in response to the reviews received.</rdfs:comment>
<rdfs:label xml:lang="en">has request date</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
fabio:hasRequestDate '2026-05-15'^^xsd:date .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasRequestDate",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasRequestDate '2026-05-15'^^xsd:date .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date on which an agent is requested to do something, for example a reviewer is requested to write a review of a paper submitted to a journal for publication, or an author is requested to supply a revised version of the paper in response to the reviews received."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has request date"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasRequestDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasRequestDate> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasRequestDate '2026-05-15'^^xsd:date .\n " .
<http://purl.org/spar/fabio/hasRequestDate> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasRequestDate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasRequestDate> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which an agent is requested to do something, for example a reviewer is requested to write a review of a paper submitted to a journal for publication, or an author is requested to supply a revised version of the paper in response to the reviews received."@en .
<http://purl.org/spar/fabio/hasRequestDate> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/spar/fabio/hasRequestDate> <http://www.w3.org/2000/01/rdf-schema#label> "has request date"@en .
IRI: http://purl.org/spar/fabio/hasRetractionDate
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasRetractionDate a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has retraction date"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
fabio:hasRetractionDate '2026-10-29'^^xsd:date .
""" ;
rdfs:comment "The date on which something, for example a claim or a journal article, is retracted."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasRetractionDate">
<rdfs:comment xml:lang="en">The date on which something, for example a claim or a journal article, is retracted.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">has retraction date</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
fabio:hasRetractionDate '2026-10-29'^^xsd:date .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasRetractionDate",
"@type": [
"http://www.w3.org/2002/07/owl#FunctionalProperty",
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasRetractionDate '2026-10-29'^^xsd:date .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date on which something, for example a claim or a journal article, is retracted."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has retraction date"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasRetractionDate> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which something, for example a claim or a journal article, is retracted."@en .
<http://purl.org/spar/fabio/hasRetractionDate> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasRetractionDate '2026-10-29'^^xsd:date .\n " .
<http://purl.org/spar/fabio/hasRetractionDate> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<http://purl.org/spar/fabio/hasRetractionDate> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/spar/fabio/hasRetractionDate> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasRetractionDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasRetractionDate> <http://www.w3.org/2000/01/rdf-schema#label> "has retraction date"@en .
<http://purl.org/spar/fabio/hasRetractionDate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasRetractionDate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
IRI: http://purl.org/spar/fabio/hasSeason
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasSeason a owl:DatatypeProperty ;
rdfs:label "has season"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
fabio:hasSeason 'spring' .
""" ;
rdfs:comment "The season of a year, for example spring, summer, autumn and winter in British English."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subPropertyOf owl:topDataProperty ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasSeason">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topDataProperty"/>
<rdfs:comment xml:lang="en">The season of a year, for example spring, summer, autumn and winter in British English.</rdfs:comment>
<rdfs:label xml:lang="en">has season</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
fabio:hasSeason 'spring' .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasSeason",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasSeason 'spring' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The season of a year, for example spring, summer, autumn and winter in British English."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has season"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topDataProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasSeason> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasSeason 'spring' .\n " .
<http://purl.org/spar/fabio/hasSeason> <http://www.w3.org/2000/01/rdf-schema#comment> "The season of a year, for example spring, summer, autumn and winter in British English."@en .
<http://purl.org/spar/fabio/hasSeason> <http://www.w3.org/2000/01/rdf-schema#label> "has season"@en .
<http://purl.org/spar/fabio/hasSeason> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasSeason> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasSeason> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://purl.org/spar/fabio/hasSeason> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://prismstandard.org/namespaces/basic/2.0/section
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
prism:section a owl:DatatypeProperty ;
rdfs:label "has section"@en ;
vann:example """
:my-news-article a fabio:NewsArticle ;
prism:section 'Technology and Research' .
""" ;
rdfs:comment "The name or identifier of the section or part of a resource."@en ;
rdfs:isDefinedBy prism: ;
rdfs:subPropertyOf owl:topDataProperty ;
vs:term_status reg:statusStable ;
skos:note "Examples include Part 2 of Issue 6 of Volume 127 of the Journal of Cell Biology, or the Travel Section of a newspaper issue."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://prismstandard.org/namespaces/basic/2.0/section">
<rdfs:label xml:lang="en">has section</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment xml:lang="en">The name or identifier of the section or part of a resource.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://prismstandard.org/namespaces/basic/2.0/"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topDataProperty"/>
<skos:note xml:lang="en">Examples include Part 2 of Issue 6 of Volume 127 of the Journal of Cell Biology, or the Travel Section of a newspaper issue.</skos:note>
<vann:example>
:my-news-article a fabio:NewsArticle ;
prism:section 'Technology and Research' .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/section",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-news-article a fabio:NewsArticle ;\n prism:section 'Technology and Research' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The name or identifier of the section or part of a resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has section"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topDataProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "Examples include Part 2 of Issue 6 of Volume 127 of the Journal of Cell Biology, or the Travel Section of a newspaper issue."
}
]
}
]<http://prismstandard.org/namespaces/basic/2.0/section> <http://www.w3.org/2000/01/rdf-schema#label> "has section"@en .
<http://prismstandard.org/namespaces/basic/2.0/section> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://prismstandard.org/namespaces/basic/2.0/section> <http://www.w3.org/2000/01/rdf-schema#comment> "The name or identifier of the section or part of a resource."@en .
<http://prismstandard.org/namespaces/basic/2.0/section> <http://purl.org/vocab/vann/example> "\n :my-news-article a fabio:NewsArticle ;\n prism:section 'Technology and Research' .\n " .
<http://prismstandard.org/namespaces/basic/2.0/section> <http://www.w3.org/2004/02/skos/core#note> "Examples include Part 2 of Issue 6 of Volume 127 of the Journal of Cell Biology, or the Travel Section of a newspaper issue."@en .
<http://prismstandard.org/namespaces/basic/2.0/section> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://prismstandard.org/namespaces/basic/2.0/> .
<http://prismstandard.org/namespaces/basic/2.0/section> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://prismstandard.org/namespaces/basic/2.0/section> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/hasSequenceIdentifier
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasSequenceIdentifier a owl:DatatypeProperty ;
rdfs:label "has sequence identifier"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
fabio:hasSequenceIdentifier '1' .
""" ;
rdfs:comment "A literal (for example a number or a letter) that identifies the sequence position of a work within a particular context, for example a book in a book series, a chapter in a document, a volume in a journal."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy fabio: ;
rdfs:subPropertyOf owl:topDataProperty ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasSequenceIdentifier">
<rdfs:comment xml:lang="en">A literal (for example a number or a letter) that identifies the sequence position of a work within a particular context, for example a book in a book series, a chapter in a document, a volume in a journal.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">has sequence identifier</rdfs:label>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topDataProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
fabio:hasSequenceIdentifier '1' .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasSequenceIdentifier",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasSequenceIdentifier '1' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A literal (for example a number or a letter) that identifies the sequence position of a work within a particular context, for example a book in a book series, a chapter in a document, a volume in a journal."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has sequence identifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topDataProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasSequenceIdentifier> <http://www.w3.org/2000/01/rdf-schema#comment> "A literal (for example a number or a letter) that identifies the sequence position of a work within a particular context, for example a book in a book series, a chapter in a document, a volume in a journal."@en .
<http://purl.org/spar/fabio/hasSequenceIdentifier> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasSequenceIdentifier> <http://www.w3.org/2000/01/rdf-schema#label> "has sequence identifier"@en .
<http://purl.org/spar/fabio/hasSequenceIdentifier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/spar/fabio/hasSequenceIdentifier> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasSequenceIdentifier '1' .\n " .
<http://purl.org/spar/fabio/hasSequenceIdentifier> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://purl.org/spar/fabio/hasSequenceIdentifier> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasSequenceIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
IRI: http://purl.org/spar/fabio/hasShortTitle
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasShortTitle a owl:DatatypeProperty ;
rdfs:label "has short title"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
fabio:hasShortTitle 'IWS' .
""" ;
rdfs:comment "A short version of the title of a resource, typically used to label or refer to a particular entity in an abbreviated form, for example an abbreviated journal title in a reference, or a short title of a document used as the running title in a page header."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:string ;
rdfs:subPropertyOf dcterms:title ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasShortTitle">
<rdfs:comment xml:lang="en">A short version of the title of a resource, typically used to label or refer to a particular entity in an abbreviated form, for example an abbreviated journal title in a reference, or a short title of a document used as the running title in a page header.</rdfs:comment>
<rdfs:label xml:lang="en">has short title</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/title"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
fabio:hasShortTitle 'IWS' .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasShortTitle",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasShortTitle 'IWS' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A short version of the title of a resource, typically used to label or refer to a particular entity in an abbreviated form, for example an abbreviated journal title in a reference, or a short title of a document used as the running title in a page header."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has short title"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/title"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasShortTitle> <http://www.w3.org/2000/01/rdf-schema#comment> "A short version of the title of a resource, typically used to label or refer to a particular entity in an abbreviated form, for example an abbreviated journal title in a reference, or a short title of a document used as the running title in a page header."@en .
<http://purl.org/spar/fabio/hasShortTitle> <http://www.w3.org/2000/01/rdf-schema#label> "has short title"@en .
<http://purl.org/spar/fabio/hasShortTitle> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/title> .
<http://purl.org/spar/fabio/hasShortTitle> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/spar/fabio/hasShortTitle> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasShortTitle> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasShortTitle> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasShortTitle 'IWS' .\n " .
<http://purl.org/spar/fabio/hasShortTitle> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://purl.org/spar/fabio/hasShortTitle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
IRI: http://purl.org/spar/fabio/hasSICI
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasSICI a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has SICI"@en,
"has Serial Item and Contribution Identifier"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
fabio:hasSICI '0015-6914(199612)18:12<12:SIAI>2.0.TX;2-B' .
""" ;
rdfs:comment "A code used to uniquely identify specific volumes, articles or other identifiable parts of a periodical. It is intended primarily for use by those members of the bibliographic community involved in the use or management of serial titles and their contributions."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:string ;
rdfs:seeAlso <http://www.niso.org/apps/group_public/project/details.php?project_id=75> ;
rdfs:subPropertyOf dcterms:identifier ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasSICI">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:comment xml:lang="en">A code used to uniquely identify specific volumes, articles or other identifiable parts of a periodical. It is intended primarily for use by those members of the bibliographic community involved in the use or management of serial titles and their contributions.</rdfs:comment>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:label xml:lang="en">has Serial Item and Contribution Identifier</rdfs:label>
<rdfs:label xml:lang="en">has SICI</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:seeAlso rdf:resource="http://www.niso.org/apps/group_public/project/details.php?project_id=75"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
fabio:hasSICI '0015-6914(199612)18:12<12:SIAI>2.0.TX;2-B' .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasSICI",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasSICI '0015-6914(199612)18:12<12:SIAI>2.0.TX;2-B' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A code used to uniquely identify specific volumes, articles or other identifiable parts of a periodical. It is intended primarily for use by those members of the bibliographic community involved in the use or management of serial titles and their contributions."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has Serial Item and Contribution Identifier"
},
{
"@language": "en",
"@value": "has SICI"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#seeAlso": [
{
"@id": "http://www.niso.org/apps/group_public/project/details.php?project_id=75"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/identifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasSICI> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasSICI> <http://www.w3.org/2000/01/rdf-schema#comment> "A code used to uniquely identify specific volumes, articles or other identifiable parts of a periodical. It is intended primarily for use by those members of the bibliographic community involved in the use or management of serial titles and their contributions."@en .
<http://purl.org/spar/fabio/hasSICI> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://purl.org/spar/fabio/hasSICI> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasSICI '0015-6914(199612)18:12<12:SIAI>2.0.TX;2-B' .\n " .
<http://purl.org/spar/fabio/hasSICI> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/spar/fabio/hasSICI> <http://www.w3.org/2000/01/rdf-schema#label> "has Serial Item and Contribution Identifier"@en .
<http://purl.org/spar/fabio/hasSICI> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasSICI> <http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.niso.org/apps/group_public/project/details.php?project_id=75> .
<http://purl.org/spar/fabio/hasSICI> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/identifier> .
<http://purl.org/spar/fabio/hasSICI> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasSICI> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://purl.org/spar/fabio/hasSICI> <http://www.w3.org/2000/01/rdf-schema#label> "has SICI"@en .
IRI: http://purl.org/spar/fabio/hasStandardNumber
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasStandardNumber a owl:DatatypeProperty ;
rdfs:label "has standard number"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
fabio:hasStandardNumber 'ISO 9001:2015' .
""" ;
rdfs:comment "The number defining an international standard, for example Z39.96 - 201x, identifying NISO JATS, the Journal Article Tag Suite."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subPropertyOf dcterms:identifier ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasStandardNumber">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">has standard number</rdfs:label>
<rdfs:comment xml:lang="en">The number defining an international standard, for example Z39.96 - 201x, identifying NISO JATS, the Journal Article Tag Suite.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
fabio:hasStandardNumber 'ISO 9001:2015' .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasStandardNumber",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasStandardNumber 'ISO 9001:2015' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The number defining an international standard, for example Z39.96 - 201x, identifying NISO JATS, the Journal Article Tag Suite."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has standard number"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/identifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasStandardNumber> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasStandardNumber> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasStandardNumber> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasStandardNumber> <http://www.w3.org/2000/01/rdf-schema#label> "has standard number"@en .
<http://purl.org/spar/fabio/hasStandardNumber> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/identifier> .
<http://purl.org/spar/fabio/hasStandardNumber> <http://www.w3.org/2000/01/rdf-schema#comment> "The number defining an international standard, for example Z39.96 - 201x, identifying NISO JATS, the Journal Article Tag Suite."@en .
<http://purl.org/spar/fabio/hasStandardNumber> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasStandardNumber 'ISO 9001:2015' .\n " .
IRI: http://prismstandard.org/namespaces/basic/2.0/startingPage
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
prism:startingPage a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has starting page"@en ;
vann:example """
:my-print-object a fabio:PrintObject ;
prism:startingPage '171' .
""" ;
rdfs:comment "The first page of a resource."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy prism: ;
rdfs:subPropertyOf owl:topDataProperty ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://prismstandard.org/namespaces/basic/2.0/startingPage">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topDataProperty"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:label xml:lang="en">has starting page</rdfs:label>
<rdfs:comment xml:lang="en">The first page of a resource.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:isDefinedBy rdf:resource="http://prismstandard.org/namespaces/basic/2.0/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-print-object a fabio:PrintObject ;
prism:startingPage '171' .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/startingPage",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-print-object a fabio:PrintObject ;\n prism:startingPage '171' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The first page of a resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has starting page"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topDataProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://prismstandard.org/namespaces/basic/2.0/startingPage> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://prismstandard.org/namespaces/basic/2.0/startingPage> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://prismstandard.org/namespaces/basic/2.0/startingPage> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://prismstandard.org/namespaces/basic/2.0/startingPage> <http://www.w3.org/2000/01/rdf-schema#label> "has starting page"@en .
<http://prismstandard.org/namespaces/basic/2.0/startingPage> <http://purl.org/vocab/vann/example> "\n :my-print-object a fabio:PrintObject ;\n prism:startingPage '171' .\n " .
<http://prismstandard.org/namespaces/basic/2.0/startingPage> <http://www.w3.org/2000/01/rdf-schema#comment> "The first page of a resource."@en .
<http://prismstandard.org/namespaces/basic/2.0/startingPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://prismstandard.org/namespaces/basic/2.0/startingPage> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://prismstandard.org/namespaces/basic/2.0/startingPage> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://prismstandard.org/namespaces/basic/2.0/> .
IRI: http://purl.org/dc/terms/dateSubmitted
@prefix dcterms: <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 reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
dcterms:dateSubmitted a owl:DatatypeProperty ;
rdfs:label "has submission date"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
dcterms:dateSubmitted '2026-04-28T00:00:00'^^xsd:dateTime .
""" ;
rdfs:comment "The date on which a resource has been submitted."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable ;
skos:note "Examples of resources to which a date submitted may be relevant are a thesis (submitted to a university department), a grant application (submitted to a funding agency) or an article (submitted to a journal)."@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/dateSubmitted">
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:label xml:lang="en">has submission date</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:comment xml:lang="en">The date on which a resource has been submitted.</rdfs:comment>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos:note xml:lang="en">Examples of resources to which a date submitted may be relevant are a thesis (submitted to a university department), a grant application (submitted to a funding agency) or an article (submitted to a journal).</skos:note>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
dcterms:dateSubmitted '2026-04-28T00:00:00'^^xsd:dateTime .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/dateSubmitted",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n dcterms:dateSubmitted '2026-04-28T00:00:00'^^xsd:dateTime .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date on which a resource has been submitted."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has submission date"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "Examples of resources to which a date submitted may be relevant are a thesis (submitted to a university department), a grant application (submitted to a funding agency) or an article (submitted to a journal)."
}
]
}
]<http://purl.org/dc/terms/dateSubmitted> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/dateSubmitted> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/dateSubmitted> <http://www.w3.org/2000/01/rdf-schema#label> "has submission date"@en .
<http://purl.org/dc/terms/dateSubmitted> <http://www.w3.org/2004/02/skos/core#note> "Examples of resources to which a date submitted may be relevant are a thesis (submitted to a university department), a grant application (submitted to a funding agency) or an article (submitted to a journal)."@en .
<http://purl.org/dc/terms/dateSubmitted> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/dateSubmitted> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/dc/terms/dateSubmitted> <http://www.w3.org/2000/01/rdf-schema#comment> "The date on which a resource has been submitted."@en .
<http://purl.org/dc/terms/dateSubmitted> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n dcterms:dateSubmitted '2026-04-28T00:00:00'^^xsd:dateTime .\n " .
<http://purl.org/dc/terms/dateSubmitted> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
IRI: http://purl.org/spar/fabio/hasSubtitle
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasSubtitle a owl:DatatypeProperty ;
rdfs:label "has subtitle"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
fabio:hasSubtitle 'Practical Guide to Ontologies and Linked Data'@en .
""" ;
rdfs:comment "A secondary title that follows the main title of a work."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:string ;
rdfs:subPropertyOf dcterms:title ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasSubtitle">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:comment xml:lang="en">A secondary title that follows the main title of a work.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/title"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">has subtitle</rdfs:label>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
fabio:hasSubtitle 'Practical Guide to Ontologies and Linked Data'@en .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasSubtitle",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasSubtitle 'Practical Guide to Ontologies and Linked Data'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A secondary title that follows the main title of a work."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has subtitle"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#string"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/title"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasSubtitle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasSubtitle> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasSubtitle 'Practical Guide to Ontologies and Linked Data'@en .\n " .
<http://purl.org/spar/fabio/hasSubtitle> <http://www.w3.org/2000/01/rdf-schema#comment> "A secondary title that follows the main title of a work."@en .
<http://purl.org/spar/fabio/hasSubtitle> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/title> .
<http://purl.org/spar/fabio/hasSubtitle> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#string> .
<http://purl.org/spar/fabio/hasSubtitle> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasSubtitle> <http://www.w3.org/2000/01/rdf-schema#label> "has subtitle"@en .
<http://purl.org/spar/fabio/hasSubtitle> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/spar/fabio/hasSubtitle> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/dc/terms/title
@prefix dcterms: <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 reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:title a owl:DatatypeProperty ;
rdfs:label "has title"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
dcterms:title 'OPJK and DILIGENT: ontology modeling in a distributed environment'@en .
""" ;
rdfs:comment "A name given to a resource. Typically, the title will be the name by which the resource is formally known."@en ;
rdfs:isDefinedBy dcterms: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/title">
<rdfs:label xml:lang="en">has title</rdfs:label>
<rdfs:comment xml:lang="en">A name given to a resource. Typically, the title will be the name by which the resource is formally known.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
dcterms:title 'OPJK and DILIGENT: ontology modeling in a distributed environment'@en .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/title",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n dcterms:title 'OPJK and DILIGENT: ontology modeling in a distributed environment'@en .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A name given to a resource. Typically, the title will be the name by which the resource is formally known."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has title"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/title> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/title> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/title> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n dcterms:title 'OPJK and DILIGENT: ontology modeling in a distributed environment'@en .\n " .
<http://purl.org/dc/terms/title> <http://www.w3.org/2000/01/rdf-schema#label> "has title"@en .
<http://purl.org/dc/terms/title> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/title> <http://www.w3.org/2000/01/rdf-schema#comment> "A name given to a resource. Typically, the title will be the name by which the resource is formally known."@en .
IRI: http://purl.org/spar/fabio/hasTranslatedSubtitle
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasTranslatedSubtitle a owl:DatatypeProperty ;
rdfs:label "has translated subtitle"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
fabio:hasTranslatedSubtitle 'Guida pratica alle ontologie e ai Linked Data'@it .
""" ;
rdfs:comment "A version of the subtitle of a resource translated into another language."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subPropertyOf dcterms:title ;
vs:term_status reg:statusStable ;
skos:note """
The language may be specified using the object property `dcterms:language`.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasTranslatedSubtitle">
<rdfs:comment xml:lang="en">A version of the subtitle of a resource translated into another language.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">has translated subtitle</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/title"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
fabio:hasTranslatedSubtitle 'Guida pratica alle ontologie e ai Linked Data'@it .
</vann:example>
<skos:note xml:lang="en">
The language may be specified using the object property `dcterms:language`.
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasTranslatedSubtitle",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasTranslatedSubtitle 'Guida pratica alle ontologie e ai Linked Data'@it .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A version of the subtitle of a resource translated into another language."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has translated subtitle"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/title"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nThe language may be specified using the object property `dcterms:language`.\n "
}
]
}
]<http://purl.org/spar/fabio/hasTranslatedSubtitle> <http://www.w3.org/2000/01/rdf-schema#comment> "A version of the subtitle of a resource translated into another language."@en .
<http://purl.org/spar/fabio/hasTranslatedSubtitle> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasTranslatedSubtitle> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasTranslatedSubtitle> <http://www.w3.org/2004/02/skos/core#note> "\nThe language may be specified using the object property `dcterms:language`.\n "@en .
<http://purl.org/spar/fabio/hasTranslatedSubtitle> <http://www.w3.org/2000/01/rdf-schema#label> "has translated subtitle"@en .
<http://purl.org/spar/fabio/hasTranslatedSubtitle> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/title> .
<http://purl.org/spar/fabio/hasTranslatedSubtitle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasTranslatedSubtitle> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasTranslatedSubtitle 'Guida pratica alle ontologie e ai Linked Data'@it .\n " .
IRI: http://purl.org/spar/fabio/hasTranslatedTitle
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hasTranslatedTitle a owl:DatatypeProperty ;
rdfs:label "has translated title"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
fabio:hasTranslatedTitle 'Il Web Semantico'@it .
""" ;
rdfs:comment "A version of the title of a resource translated into another language."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subPropertyOf dcterms:title ;
vs:term_status reg:statusStable ;
skos:note """
The language may be specified using the object property `dcterms:language`.
"""@en .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasTranslatedTitle">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/title"/>
<rdfs:comment xml:lang="en">A version of the title of a resource translated into another language.</rdfs:comment>
<rdfs:label xml:lang="en">has translated title</rdfs:label>
<skos:note xml:lang="en">
The language may be specified using the object property `dcterms:language`.
</skos:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
fabio:hasTranslatedTitle 'Il Web Semantico'@it .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasTranslatedTitle",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasTranslatedTitle 'Il Web Semantico'@it .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A version of the title of a resource translated into another language."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has translated title"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/title"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2004/02/skos/core#note": [
{
"@language": "en",
"@value": "\nThe language may be specified using the object property `dcterms:language`.\n "
}
]
}
]<http://purl.org/spar/fabio/hasTranslatedTitle> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasTranslatedTitle> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasTranslatedTitle 'Il Web Semantico'@it .\n " .
<http://purl.org/spar/fabio/hasTranslatedTitle> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasTranslatedTitle> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasTranslatedTitle> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/title> .
<http://purl.org/spar/fabio/hasTranslatedTitle> <http://www.w3.org/2000/01/rdf-schema#label> "has translated title"@en .
<http://purl.org/spar/fabio/hasTranslatedTitle> <http://www.w3.org/2000/01/rdf-schema#comment> "A version of the title of a resource translated into another language."@en .
<http://purl.org/spar/fabio/hasTranslatedTitle> <http://www.w3.org/2004/02/skos/core#note> "\nThe language may be specified using the object property `dcterms:language`.\n "@en .
IRI: http://purl.org/spar/fabio/hasURL
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasURL a owl:DatatypeProperty ;
rdfs:label "has URL"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
fabio:hasURL 'https://www.example.org/articles/intro-semantic-web'^^xsd:anyURI .
""" ;
rdfs:comment "An identifier, in form of an HTTP Universal Resource Locator (URL), for a particular resource on the World Wide Web."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:anyURI ;
rdfs:subPropertyOf dcterms:identifier ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasURL">
<rdfs:comment xml:lang="en">An identifier, in form of an HTTP Universal Resource Locator (URL), for a particular resource on the World Wide Web.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#anyURI"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/identifier"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">has URL</rdfs:label>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
fabio:hasURL 'https://www.example.org/articles/intro-semantic-web'^^xsd:anyURI .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasURL",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasURL 'https://www.example.org/articles/intro-semantic-web'^^xsd:anyURI .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An identifier, in form of an HTTP Universal Resource Locator (URL), for a particular resource on the World Wide Web."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has URL"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#anyURI"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/identifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasURL> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasURL> <http://www.w3.org/2000/01/rdf-schema#comment> "An identifier, in form of an HTTP Universal Resource Locator (URL), for a particular resource on the World Wide Web."@en .
<http://purl.org/spar/fabio/hasURL> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n fabio:hasURL 'https://www.example.org/articles/intro-semantic-web'^^xsd:anyURI .\n " .
<http://purl.org/spar/fabio/hasURL> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasURL> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasURL> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/spar/fabio/hasURL> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#anyURI> .
<http://purl.org/spar/fabio/hasURL> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/identifier> .
<http://purl.org/spar/fabio/hasURL> <http://www.w3.org/2000/01/rdf-schema#label> "has URL"@en .
@prefix dcterms: <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 reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
dcterms:valid a owl:DatatypeProperty ;
rdfs:label "has validity date"@en ;
vann:example """
:my-dataset a fabio:Dataset ;
dcterms:valid '2026-04-28T20:00:00/2036-04-28T23:59:59'^^xsd:dateTime .
""" ;
rdfs:comment "The date (often a range) of validity of a resource."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:range xsd:dateTime ;
rdfs:subPropertyOf dcterms:date ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/valid">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTime"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/date"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<rdfs:comment xml:lang="en">The date (often a range) of validity of a resource.</rdfs:comment>
<rdfs:label xml:lang="en">has validity date</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-dataset a fabio:Dataset ;
dcterms:valid '2026-04-28T20:00:00/2036-04-28T23:59:59'^^xsd:dateTime .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/valid",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-dataset a fabio:Dataset ;\n dcterms:valid '2026-04-28T20:00:00/2036-04-28T23:59:59'^^xsd:dateTime .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The date (often a range) of validity of a resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has validity date"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#dateTime"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/date"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/valid> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/dc/terms/valid> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#dateTime> .
<http://purl.org/dc/terms/valid> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/date> .
<http://purl.org/dc/terms/valid> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .
<http://purl.org/dc/terms/valid> <http://www.w3.org/2000/01/rdf-schema#comment> "The date (often a range) of validity of a resource."@en .
<http://purl.org/dc/terms/valid> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/valid> <http://purl.org/vocab/vann/example> "\n :my-dataset a fabio:Dataset ;\n dcterms:valid '2026-04-28T20:00:00/2036-04-28T23:59:59'^^xsd:dateTime .\n " .
<http://purl.org/dc/terms/valid> <http://www.w3.org/2000/01/rdf-schema#label> "has validity date"@en .
IRI: http://prismstandard.org/namespaces/basic/2.0/versionIdentifier
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
prism:versionIdentifier a owl:DatatypeProperty ;
rdfs:label "has version identifier" ;
vann:example """
:my-technical-report a fabio:TechnicalReport ;
prism:versionIdentifier '2.1.4' .
""" ;
rdfs:comment "An identifier for a version of a resource."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy prism: ;
rdfs:subPropertyOf owl:topDataProperty ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://prismstandard.org/namespaces/basic/2.0/versionIdentifier">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:label>has version identifier</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://prismstandard.org/namespaces/basic/2.0/"/>
<rdfs:comment xml:lang="en">An identifier for a version of a resource.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topDataProperty"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-technical-report a fabio:TechnicalReport ;
prism:versionIdentifier '2.1.4' .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/versionIdentifier",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-technical-report a fabio:TechnicalReport ;\n prism:versionIdentifier '2.1.4' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An identifier for a version of a resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "has version identifier"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topDataProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://prismstandard.org/namespaces/basic/2.0/versionIdentifier> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://prismstandard.org/namespaces/basic/2.0/versionIdentifier> <http://purl.org/vocab/vann/example> "\n :my-technical-report a fabio:TechnicalReport ;\n prism:versionIdentifier '2.1.4' .\n " .
<http://prismstandard.org/namespaces/basic/2.0/versionIdentifier> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://prismstandard.org/namespaces/basic/2.0/versionIdentifier> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://prismstandard.org/namespaces/basic/2.0/versionIdentifier> <http://www.w3.org/2000/01/rdf-schema#label> "has version identifier" .
<http://prismstandard.org/namespaces/basic/2.0/versionIdentifier> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://prismstandard.org/namespaces/basic/2.0/> .
<http://prismstandard.org/namespaces/basic/2.0/versionIdentifier> <http://www.w3.org/2000/01/rdf-schema#comment> "An identifier for a version of a resource."@en .
<http://prismstandard.org/namespaces/basic/2.0/versionIdentifier> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
IRI: http://purl.org/spar/fabio/hasVolumeCount
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
fabio:hasVolumeCount a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has volume count"@en ;
vann:example """
:my-book-series a fabio:BookSeries ;
fabio:hasVolumeCount '12'^^xsd:nonNegativeInteger .
""" ;
rdfs:comment "The count of the number of volumes a work includes."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy fabio: ;
rdfs:range xsd:nonNegativeInteger ;
rdfs:subPropertyOf owl:topDataProperty ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hasVolumeCount">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topDataProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#nonNegativeInteger"/>
<rdfs:label xml:lang="en">has volume count</rdfs:label>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:comment xml:lang="en">The count of the number of volumes a work includes.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-book-series a fabio:BookSeries ;
fabio:hasVolumeCount '12'^^xsd:nonNegativeInteger .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hasVolumeCount",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-book-series a fabio:BookSeries ;\n fabio:hasVolumeCount '12'^^xsd:nonNegativeInteger .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The count of the number of volumes a work includes."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has volume count"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#nonNegativeInteger"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topDataProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hasVolumeCount> <http://purl.org/vocab/vann/example> "\n :my-book-series a fabio:BookSeries ;\n fabio:hasVolumeCount '12'^^xsd:nonNegativeInteger .\n " .
<http://purl.org/spar/fabio/hasVolumeCount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/hasVolumeCount> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://purl.org/spar/fabio/hasVolumeCount> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hasVolumeCount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://purl.org/spar/fabio/hasVolumeCount> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .
<http://purl.org/spar/fabio/hasVolumeCount> <http://www.w3.org/2000/01/rdf-schema#label> "has volume count"@en .
<http://purl.org/spar/fabio/hasVolumeCount> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/spar/fabio/hasVolumeCount> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hasVolumeCount> <http://www.w3.org/2000/01/rdf-schema#comment> "The count of the number of volumes a work includes."@en .
IRI: http://prismstandard.org/namespaces/basic/2.0/volume
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
prism:volume a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has volume identifier"@en ;
vann:example """
:my-journal-volume a fabio:JournalVolume ;
prism:volume '15' .
""" ;
rdfs:comment "An identifier for a particular volume of a resource."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy prism: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://prismstandard.org/namespaces/basic/2.0/volume">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:isDefinedBy rdf:resource="http://prismstandard.org/namespaces/basic/2.0/"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdfs:comment xml:lang="en">An identifier for a particular volume of a resource.</rdfs:comment>
<rdfs:label xml:lang="en">has volume identifier</rdfs:label>
<vann:example>
:my-journal-volume a fabio:JournalVolume ;
prism:volume '15' .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/volume",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-volume a fabio:JournalVolume ;\n prism:volume '15' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An identifier for a particular volume of a resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has volume identifier"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://prismstandard.org/namespaces/basic/2.0/volume> <http://purl.org/vocab/vann/example> "\n :my-journal-volume a fabio:JournalVolume ;\n prism:volume '15' .\n " .
<http://prismstandard.org/namespaces/basic/2.0/volume> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://prismstandard.org/namespaces/basic/2.0/volume> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://prismstandard.org/namespaces/basic/2.0/volume> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://prismstandard.org/namespaces/basic/2.0/> .
<http://prismstandard.org/namespaces/basic/2.0/volume> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://prismstandard.org/namespaces/basic/2.0/volume> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://prismstandard.org/namespaces/basic/2.0/volume> <http://www.w3.org/2000/01/rdf-schema#comment> "An identifier for a particular volume of a resource."@en .
<http://prismstandard.org/namespaces/basic/2.0/volume> <http://www.w3.org/2000/01/rdf-schema#label> "has volume identifier"@en .
IRI: http://prismstandard.org/namespaces/basic/2.0/wordCount
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
prism:wordCount a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "has word count"@en ;
vann:example """
:my-journal-article a fabio:JournalArticle ;
prism:wordCount '1250' .
""" ;
rdfs:comment "The count of the number of words in a resource."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy prism: ;
rdfs:range xsd:positiveInteger ;
rdfs:subPropertyOf owl:topDataProperty ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://prismstandard.org/namespaces/basic/2.0/wordCount">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topDataProperty"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#positiveInteger"/>
<rdfs:comment xml:lang="en">The count of the number of words in a resource.</rdfs:comment>
<rdfs:label xml:lang="en">has word count</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://prismstandard.org/namespaces/basic/2.0/"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-journal-article a fabio:JournalArticle ;
prism:wordCount '1250' .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/wordCount",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-journal-article a fabio:JournalArticle ;\n prism:wordCount '1250' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The count of the number of words in a resource."
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://prismstandard.org/namespaces/basic/2.0/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "has word count"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://www.w3.org/2001/XMLSchema#positiveInteger"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topDataProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://prismstandard.org/namespaces/basic/2.0/wordCount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://prismstandard.org/namespaces/basic/2.0/wordCount> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://prismstandard.org/namespaces/basic/2.0/wordCount> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://prismstandard.org/namespaces/basic/2.0/wordCount> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#positiveInteger> .
<http://prismstandard.org/namespaces/basic/2.0/wordCount> <http://www.w3.org/2000/01/rdf-schema#comment> "The count of the number of words in a resource."@en .
<http://prismstandard.org/namespaces/basic/2.0/wordCount> <http://www.w3.org/2000/01/rdf-schema#label> "has word count"@en .
<http://prismstandard.org/namespaces/basic/2.0/wordCount> <http://purl.org/vocab/vann/example> "\n :my-journal-article a fabio:JournalArticle ;\n prism:wordCount '1250' .\n " .
<http://prismstandard.org/namespaces/basic/2.0/wordCount> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://prismstandard.org/namespaces/basic/2.0/> .
<http://prismstandard.org/namespaces/basic/2.0/wordCount> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://prismstandard.org/namespaces/basic/2.0/wordCount> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
owl:topDataProperty a owl:DatatypeProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2002/07/owl#topDataProperty">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2002/07/owl#topDataProperty",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty"
]
}
]<http://www.w3.org/2002/07/owl#topDataProperty> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
IRI: http://purl.org/spar/fabio/usesCalendar
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:usesCalendar a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "uses calendar"@en ;
vann:example """
:my-work a fabio:Work ;
fabio:usesCalendar 'lunar' .
""" ;
rdfs:comment "The calendar system used to specify a date, for example the Chinese, Gregorian, Hebrew, Islamic or Lunar calendar."@en ;
rdfs:isDefinedBy fabio: ;
rdfs:subPropertyOf owl:topDataProperty ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/usesCalendar">
<rdfs:subPropertyOf rdf:resource="http://www.w3.org/2002/07/owl#topDataProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">The calendar system used to specify a date, for example the Chinese, Gregorian, Hebrew, Islamic or Lunar calendar.</rdfs:comment>
<rdfs:label xml:lang="en">uses calendar</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<vann:example>
:my-work a fabio:Work ;
fabio:usesCalendar 'lunar' .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/usesCalendar",
"@type": [
"http://www.w3.org/2002/07/owl#DatatypeProperty",
"http://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-work a fabio:Work ;\n fabio:usesCalendar 'lunar' .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The calendar system used to specify a date, for example the Chinese, Gregorian, Hebrew, Islamic or Lunar calendar."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "uses calendar"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://www.w3.org/2002/07/owl#topDataProperty"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/usesCalendar> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://www.w3.org/2002/07/owl#topDataProperty> .
<http://purl.org/spar/fabio/usesCalendar> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/usesCalendar> <http://www.w3.org/2000/01/rdf-schema#comment> "The calendar system used to specify a date, for example the Chinese, Gregorian, Hebrew, Islamic or Lunar calendar."@en .
<http://purl.org/spar/fabio/usesCalendar> <http://www.w3.org/2000/01/rdf-schema#label> "uses calendar"@en .
<http://purl.org/spar/fabio/usesCalendar> <http://purl.org/vocab/vann/example> "\n :my-work a fabio:Work ;\n fabio:usesCalendar 'lunar' .\n " .
<http://purl.org/spar/fabio/usesCalendar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
<http://purl.org/spar/fabio/usesCalendar> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/usesCalendar> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
IRI: http://purl.org/spar/fabio/analog-magnetic-tape
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:analog-magnetic-tape a fabio:AnalogStorageMedium,
owl:NamedIndividual ;
rdfs:label "analog magnetic tape"@en ;
vann:example """
:my-fabio-item a fabio:Item ;
fabio:isStoredOn fabio:analog-magnetic-tape .
""" ;
rdfs:comment "An analog medium for magnetic recording of audio and video information, made of a thin magnetizable coating on a long, narrow plastic tape, typically wound on a spool."@en ;
rdfs:isDefinedBy fabio: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/analog-magnetic-tape">
<rdfs:label xml:lang="en">analog magnetic tape</rdfs:label>
<rdfs:comment xml:lang="en">An analog medium for magnetic recording of audio and video information, made of a thin magnetizable coating on a long, narrow plastic tape, typically wound on a spool.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/fabio/AnalogStorageMedium"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-fabio-item a fabio:Item ;
fabio:isStoredOn fabio:analog-magnetic-tape .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/analog-magnetic-tape",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/fabio/AnalogStorageMedium"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-fabio-item a fabio:Item ;\n fabio:isStoredOn fabio:analog-magnetic-tape .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An analog medium for magnetic recording of audio and video information, made of a thin magnetizable coating on a long, narrow plastic tape, typically wound on a spool."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "analog magnetic tape"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/analog-magnetic-tape> <http://purl.org/vocab/vann/example> "\n :my-fabio-item a fabio:Item ;\n fabio:isStoredOn fabio:analog-magnetic-tape .\n " .
<http://purl.org/spar/fabio/analog-magnetic-tape> <http://www.w3.org/2000/01/rdf-schema#label> "analog magnetic tape"@en .
<http://purl.org/spar/fabio/analog-magnetic-tape> <http://www.w3.org/2000/01/rdf-schema#comment> "An analog medium for magnetic recording of audio and video information, made of a thin magnetizable coating on a long, narrow plastic tape, typically wound on a spool."@en .
<http://purl.org/spar/fabio/analog-magnetic-tape> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/analog-magnetic-tape> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/fabio/analog-magnetic-tape> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/analog-magnetic-tape> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/AnalogStorageMedium> .
IRI: http://purl.org/spar/fabio/cloud
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:cloud a fabio:DigitalStorageMedium,
owl:NamedIndividual ;
rdfs:label "cloud" ;
vann:example """
:my-fabio-item a fabio:Item ;
fabio:isStoredOn fabio:cloud .
""" ;
rdfs:comment "A distributed and commoditized Internet-based computing resource, whereby shared services, software programs, and information storage facilities are provided to computers and other devices on demand, at locations of which the user may be unaware, like the electricity grid."@en ;
rdfs:isDefinedBy fabio: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/cloud">
<rdf:type rdf:resource="http://purl.org/spar/fabio/DigitalStorageMedium"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label>cloud</rdfs:label>
<rdfs:comment xml:lang="en">A distributed and commoditized Internet-based computing resource, whereby shared services, software programs, and information storage facilities are provided to computers and other devices on demand, at locations of which the user may be unaware, like the electricity grid.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-fabio-item a fabio:Item ;
fabio:isStoredOn fabio:cloud .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/cloud",
"@type": [
"http://purl.org/spar/fabio/DigitalStorageMedium",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-fabio-item a fabio:Item ;\n fabio:isStoredOn fabio:cloud .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A distributed and commoditized Internet-based computing resource, whereby shared services, software programs, and information storage facilities are provided to computers and other devices on demand, at locations of which the user may be unaware, like the electricity grid."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "cloud"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/cloud> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/cloud> <http://purl.org/vocab/vann/example> "\n :my-fabio-item a fabio:Item ;\n fabio:isStoredOn fabio:cloud .\n " .
<http://purl.org/spar/fabio/cloud> <http://www.w3.org/2000/01/rdf-schema#comment> "A distributed and commoditized Internet-based computing resource, whereby shared services, software programs, and information storage facilities are provided to computers and other devices on demand, at locations of which the user may be unaware, like the electricity grid."@en .
<http://purl.org/spar/fabio/cloud> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/DigitalStorageMedium> .
<http://purl.org/spar/fabio/cloud> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/fabio/cloud> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/cloud> <http://www.w3.org/2000/01/rdf-schema#label> "cloud" .
IRI: http://purl.org/spar/fabio/cd
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:cd a fabio:DigitalStorageMedium,
owl:NamedIndividual ;
rdfs:label "CD"@en,
"compact disk"@en ;
vann:example """
:my-fabio-item a fabio:Item ;
fabio:isStoredOn fabio:cd .
""" ;
rdfs:comment "A non-rewritable optical disc used to store digital data."@en ;
rdfs:isDefinedBy fabio: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/cd">
<rdf:type rdf:resource="http://purl.org/spar/fabio/DigitalStorageMedium"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">compact disk</rdfs:label>
<rdfs:label xml:lang="en">CD</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A non-rewritable optical disc used to store digital data.</rdfs:comment>
<vann:example>
:my-fabio-item a fabio:Item ;
fabio:isStoredOn fabio:cd .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/cd",
"@type": [
"http://purl.org/spar/fabio/DigitalStorageMedium",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-fabio-item a fabio:Item ;\n fabio:isStoredOn fabio:cd .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A non-rewritable optical disc used to store digital data."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "compact disk"
},
{
"@language": "en",
"@value": "CD"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/cd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/DigitalStorageMedium> .
<http://purl.org/spar/fabio/cd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/fabio/cd> <http://purl.org/vocab/vann/example> "\n :my-fabio-item a fabio:Item ;\n fabio:isStoredOn fabio:cd .\n " .
<http://purl.org/spar/fabio/cd> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/cd> <http://www.w3.org/2000/01/rdf-schema#label> "compact disk"@en .
<http://purl.org/spar/fabio/cd> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/cd> <http://www.w3.org/2000/01/rdf-schema#label> "CD"@en .
<http://purl.org/spar/fabio/cd> <http://www.w3.org/2000/01/rdf-schema#comment> "A non-rewritable optical disc used to store digital data."@en .
IRI: http://purl.org/spar/fabio/digital-magnetic-tape
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:digital-magnetic-tape a fabio:DigitalStorageMedium,
owl:NamedIndividual ;
rdfs:label "digital magnetic tape"@en ;
vann:example """
:my-fabio-item a fabio:Item ;
fabio:isStoredOn fabio:digital-magnetic-tape .
""" ;
rdfs:comment "A rewritable digital medium for magnetic recording of audio, video and other data, made of a thin magnetizable coating on a long, narrow strip of plastic, usually wound on a spool."@en ;
rdfs:isDefinedBy fabio: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/digital-magnetic-tape">
<rdf:type rdf:resource="http://purl.org/spar/fabio/DigitalStorageMedium"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">A rewritable digital medium for magnetic recording of audio, video and other data, made of a thin magnetizable coating on a long, narrow strip of plastic, usually wound on a spool.</rdfs:comment>
<rdfs:label xml:lang="en">digital magnetic tape</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<vann:example>
:my-fabio-item a fabio:Item ;
fabio:isStoredOn fabio:digital-magnetic-tape .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/digital-magnetic-tape",
"@type": [
"http://purl.org/spar/fabio/DigitalStorageMedium",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-fabio-item a fabio:Item ;\n fabio:isStoredOn fabio:digital-magnetic-tape .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A rewritable digital medium for magnetic recording of audio, video and other data, made of a thin magnetizable coating on a long, narrow strip of plastic, usually wound on a spool."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "digital magnetic tape"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/digital-magnetic-tape> <http://www.w3.org/2000/01/rdf-schema#comment> "A rewritable digital medium for magnetic recording of audio, video and other data, made of a thin magnetizable coating on a long, narrow strip of plastic, usually wound on a spool."@en .
<http://purl.org/spar/fabio/digital-magnetic-tape> <http://purl.org/vocab/vann/example> "\n :my-fabio-item a fabio:Item ;\n fabio:isStoredOn fabio:digital-magnetic-tape .\n " .
<http://purl.org/spar/fabio/digital-magnetic-tape> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/digital-magnetic-tape> <http://www.w3.org/2000/01/rdf-schema#label> "digital magnetic tape"@en .
<http://purl.org/spar/fabio/digital-magnetic-tape> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/DigitalStorageMedium> .
<http://purl.org/spar/fabio/digital-magnetic-tape> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/fabio/digital-magnetic-tape> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/dvd
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:dvd a fabio:DigitalStorageMedium,
owl:NamedIndividual ;
rdfs:label "DVD",
"digital versatile disc"@en,
"digital video disc"@en ;
vann:example """
:my-fabio-item a fabio:Item ;
fabio:isStoredOn fabio:dvd .
""" ;
rdfs:comment "A non-rewritable optical disc storage medium resembling a compact disc (CD), usually used for video and data storage. A DVD has the same physical dimensions as a CD, but is capable of storing more than six times as much data."@en ;
rdfs:isDefinedBy fabio: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/dvd">
<rdfs:label>DVD</rdfs:label>
<rdfs:label xml:lang="en">digital video disc</rdfs:label>
<rdfs:label xml:lang="en">digital versatile disc</rdfs:label>
<rdfs:comment xml:lang="en">A non-rewritable optical disc storage medium resembling a compact disc (CD), usually used for video and data storage. A DVD has the same physical dimensions as a CD, but is capable of storing more than six times as much data.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://purl.org/spar/fabio/DigitalStorageMedium"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<vann:example>
:my-fabio-item a fabio:Item ;
fabio:isStoredOn fabio:dvd .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/dvd",
"@type": [
"http://purl.org/spar/fabio/DigitalStorageMedium",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-fabio-item a fabio:Item ;\n fabio:isStoredOn fabio:dvd .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A non-rewritable optical disc storage medium resembling a compact disc (CD), usually used for video and data storage. A DVD has the same physical dimensions as a CD, but is capable of storing more than six times as much data."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "DVD"
},
{
"@language": "en",
"@value": "digital video disc"
},
{
"@language": "en",
"@value": "digital versatile disc"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/dvd> <http://www.w3.org/2000/01/rdf-schema#label> "DVD" .
<http://purl.org/spar/fabio/dvd> <http://purl.org/vocab/vann/example> "\n :my-fabio-item a fabio:Item ;\n fabio:isStoredOn fabio:dvd .\n " .
<http://purl.org/spar/fabio/dvd> <http://www.w3.org/2000/01/rdf-schema#comment> "A non-rewritable optical disc storage medium resembling a compact disc (CD), usually used for video and data storage. A DVD has the same physical dimensions as a CD, but is capable of storing more than six times as much data."@en .
<http://purl.org/spar/fabio/dvd> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/dvd> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/dvd> <http://www.w3.org/2000/01/rdf-schema#label> "digital versatile disc"@en .
<http://purl.org/spar/fabio/dvd> <http://www.w3.org/2000/01/rdf-schema#label> "digital video disc"@en .
<http://purl.org/spar/fabio/dvd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/DigitalStorageMedium> .
<http://purl.org/spar/fabio/dvd> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
IRI: http://purl.org/spar/fabio/film
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:film a fabio:AnalogStorageMedium,
owl:NamedIndividual ;
rdfs:label "film"@en ;
vann:example """
:my-fabio-item a fabio:Item ;
fabio:isStoredOn fabio:film .
""" ;
rdfs:comment "A thin flexible strip of plastic or other material coated with light-sensitive emulsion upon which images can be recorded, typically using a camera, usually used to record photographic images or motion pictures."@en ;
rdfs:isDefinedBy fabio: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/film">
<rdfs:label xml:lang="en">film</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/fabio/AnalogStorageMedium"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A thin flexible strip of plastic or other material coated with light-sensitive emulsion upon which images can be recorded, typically using a camera, usually used to record photographic images or motion pictures.</rdfs:comment>
<vann:example>
:my-fabio-item a fabio:Item ;
fabio:isStoredOn fabio:film .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/film",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/fabio/AnalogStorageMedium"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-fabio-item a fabio:Item ;\n fabio:isStoredOn fabio:film .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A thin flexible strip of plastic or other material coated with light-sensitive emulsion upon which images can be recorded, typically using a camera, usually used to record photographic images or motion pictures."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "film"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/film> <http://www.w3.org/2000/01/rdf-schema#label> "film"@en .
<http://purl.org/spar/fabio/film> <http://purl.org/vocab/vann/example> "\n :my-fabio-item a fabio:Item ;\n fabio:isStoredOn fabio:film .\n " .
<http://purl.org/spar/fabio/film> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/fabio/film> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/film> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/film> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/AnalogStorageMedium> .
<http://purl.org/spar/fabio/film> <http://www.w3.org/2000/01/rdf-schema#comment> "A thin flexible strip of plastic or other material coated with light-sensitive emulsion upon which images can be recorded, typically using a camera, usually used to record photographic images or motion pictures."@en .
IRI: http://purl.org/spar/fabio/floppy-disk
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:floppy-disk a fabio:DigitalStorageMedium,
owl:NamedIndividual ;
rdfs:label "floppy disk"@en ;
vann:example """
:my-fabio-item a fabio:Item ;
fabio:isStoredOn fabio:floppy-disk .
""" ;
rdfs:comment "A rewritable data storage medium that is composed of a disk of thin, flexible (floppy) magnetic storage medium encased in a square or rectangular plastic shell. Data are encoded magnetically by a read/write head that float on a cushion of air in close proximity to the surface of the rotated disk."@en ;
rdfs:isDefinedBy fabio: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/floppy-disk">
<rdfs:comment xml:lang="en">A rewritable data storage medium that is composed of a disk of thin, flexible (floppy) magnetic storage medium encased in a square or rectangular plastic shell. Data are encoded magnetically by a read/write head that float on a cushion of air in close proximity to the surface of the rotated disk.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://purl.org/spar/fabio/DigitalStorageMedium"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">floppy disk</rdfs:label>
<vann:example>
:my-fabio-item a fabio:Item ;
fabio:isStoredOn fabio:floppy-disk .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/floppy-disk",
"@type": [
"http://purl.org/spar/fabio/DigitalStorageMedium",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-fabio-item a fabio:Item ;\n fabio:isStoredOn fabio:floppy-disk .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A rewritable data storage medium that is composed of a disk of thin, flexible (floppy) magnetic storage medium encased in a square or rectangular plastic shell. Data are encoded magnetically by a read/write head that float on a cushion of air in close proximity to the surface of the rotated disk."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "floppy disk"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/floppy-disk> <http://www.w3.org/2000/01/rdf-schema#comment> "A rewritable data storage medium that is composed of a disk of thin, flexible (floppy) magnetic storage medium encased in a square or rectangular plastic shell. Data are encoded magnetically by a read/write head that float on a cushion of air in close proximity to the surface of the rotated disk."@en .
<http://purl.org/spar/fabio/floppy-disk> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/DigitalStorageMedium> .
<http://purl.org/spar/fabio/floppy-disk> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/fabio/floppy-disk> <http://purl.org/vocab/vann/example> "\n :my-fabio-item a fabio:Item ;\n fabio:isStoredOn fabio:floppy-disk .\n " .
<http://purl.org/spar/fabio/floppy-disk> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/floppy-disk> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/floppy-disk> <http://www.w3.org/2000/01/rdf-schema#label> "floppy disk"@en .
IRI: http://purl.org/spar/fabio/hard-drive
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:hard-drive a fabio:DigitalStorageMedium,
owl:NamedIndividual ;
rdfs:label "HD"@en,
"hard drive"@en ;
vann:example """
:my-fabio-item a fabio:Item ;
fabio:isStoredOn fabio:hard-drive .
""" ;
rdfs:comment "A non-volatile storage device for digital data, composed of one or more rigid discs (platters) mounted side by side on a motor-driven spindle within a metal case. Data are encoded magnetically by read/write heads that float on cushions of air in close proximity to the surfaces of the rotated platters."@en ;
rdfs:isDefinedBy fabio: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/hard-drive">
<rdfs:label xml:lang="en">hard drive</rdfs:label>
<rdfs:label xml:lang="en">HD</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://purl.org/spar/fabio/DigitalStorageMedium"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">A non-volatile storage device for digital data, composed of one or more rigid discs (platters) mounted side by side on a motor-driven spindle within a metal case. Data are encoded magnetically by read/write heads that float on cushions of air in close proximity to the surfaces of the rotated platters.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-fabio-item a fabio:Item ;
fabio:isStoredOn fabio:hard-drive .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/hard-drive",
"@type": [
"http://purl.org/spar/fabio/DigitalStorageMedium",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-fabio-item a fabio:Item ;\n fabio:isStoredOn fabio:hard-drive .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A non-volatile storage device for digital data, composed of one or more rigid discs (platters) mounted side by side on a motor-driven spindle within a metal case. Data are encoded magnetically by read/write heads that float on cushions of air in close proximity to the surfaces of the rotated platters."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "hard drive"
},
{
"@language": "en",
"@value": "HD"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/hard-drive> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/hard-drive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/DigitalStorageMedium> .
<http://purl.org/spar/fabio/hard-drive> <http://www.w3.org/2000/01/rdf-schema#label> "HD"@en .
<http://purl.org/spar/fabio/hard-drive> <http://purl.org/vocab/vann/example> "\n :my-fabio-item a fabio:Item ;\n fabio:isStoredOn fabio:hard-drive .\n " .
<http://purl.org/spar/fabio/hard-drive> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/hard-drive> <http://www.w3.org/2000/01/rdf-schema#label> "hard drive"@en .
<http://purl.org/spar/fabio/hard-drive> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/fabio/hard-drive> <http://www.w3.org/2000/01/rdf-schema#comment> "A non-volatile storage device for digital data, composed of one or more rigid discs (platters) mounted side by side on a motor-driven spindle within a metal case. Data are encoded magnetically by read/write heads that float on cushions of air in close proximity to the surfaces of the rotated platters."@en .
IRI: http://purl.org/spar/fabio/internet
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:internet a fabio:DigitalStorageMedium,
owl:NamedIndividual ;
rdfs:label "internet"@en ;
vann:example """
:my-item a fabio:Item ;
fabio:isStoredOn fabio:internet .
""" ;
rdfs:comment "A global system of interconnected computer networks that uses the standard Internet Protocol Suite (TCP/IP) to serve billions of users worldwide. The internet connects millions of private, public, academic, business and governmental computers, that are individually attached to local networks linked together by a broad array of electronic, radio and optical networking technologies to form the internet."@en ;
rdfs:isDefinedBy fabio: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/internet">
<rdfs:comment xml:lang="en">A global system of interconnected computer networks that uses the standard Internet Protocol Suite (TCP/IP) to serve billions of users worldwide. The internet connects millions of private, public, academic, business and governmental computers, that are individually attached to local networks linked together by a broad array of electronic, radio and optical networking technologies to form the internet.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">internet</rdfs:label>
<rdf:type rdf:resource="http://purl.org/spar/fabio/DigitalStorageMedium"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-item a fabio:Item ;
fabio:isStoredOn fabio:internet .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/internet",
"@type": [
"http://purl.org/spar/fabio/DigitalStorageMedium",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-item a fabio:Item ;\n fabio:isStoredOn fabio:internet .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A global system of interconnected computer networks that uses the standard Internet Protocol Suite (TCP/IP) to serve billions of users worldwide. The internet connects millions of private, public, academic, business and governmental computers, that are individually attached to local networks linked together by a broad array of electronic, radio and optical networking technologies to form the internet."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "internet"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/internet> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/internet> <http://purl.org/vocab/vann/example> "\n :my-item a fabio:Item ;\n fabio:isStoredOn fabio:internet .\n " .
<http://purl.org/spar/fabio/internet> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/internet> <http://www.w3.org/2000/01/rdf-schema#label> "internet"@en .
<http://purl.org/spar/fabio/internet> <http://www.w3.org/2000/01/rdf-schema#comment> "A global system of interconnected computer networks that uses the standard Internet Protocol Suite (TCP/IP) to serve billions of users worldwide. The internet connects millions of private, public, academic, business and governmental computers, that are individually attached to local networks linked together by a broad array of electronic, radio and optical networking technologies to form the internet."@en .
<http://purl.org/spar/fabio/internet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/fabio/internet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/DigitalStorageMedium> .
IRI: http://purl.org/spar/fabio/intranet
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:intranet a fabio:DigitalStorageMedium,
owl:NamedIndividual ;
rdfs:label "intranet" ;
vann:example """
:my-item a fabio:Item ;
fabio:isStoredOn fabio:intranet .
""" ;
rdfs:comment "A private computer network, unconnected to the internet or separated from it by a firewall, that uses a network operating system and Internet Protocol technologies to permit an organization's information to be shared securely within that organization."@en ;
rdfs:isDefinedBy fabio: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/intranet">
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A private computer network, unconnected to the internet or separated from it by a firewall, that uses a network operating system and Internet Protocol technologies to permit an organization's information to be shared securely within that organization.</rdfs:comment>
<rdf:type rdf:resource="http://purl.org/spar/fabio/DigitalStorageMedium"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label>intranet</rdfs:label>
<vann:example>
:my-item a fabio:Item ;
fabio:isStoredOn fabio:intranet .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/intranet",
"@type": [
"http://purl.org/spar/fabio/DigitalStorageMedium",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-item a fabio:Item ;\n fabio:isStoredOn fabio:intranet .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A private computer network, unconnected to the internet or separated from it by a firewall, that uses a network operating system and Internet Protocol technologies to permit an organization's information to be shared securely within that organization."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "intranet"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/intranet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/DigitalStorageMedium> .
<http://purl.org/spar/fabio/intranet> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/fabio/intranet> <http://purl.org/vocab/vann/example> "\n :my-item a fabio:Item ;\n fabio:isStoredOn fabio:intranet .\n " .
<http://purl.org/spar/fabio/intranet> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/intranet> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/intranet> <http://www.w3.org/2000/01/rdf-schema#comment> "A private computer network, unconnected to the internet or separated from it by a firewall, that uses a network operating system and Internet Protocol technologies to permit an organization's information to be shared securely within that organization."@en .
<http://purl.org/spar/fabio/intranet> <http://www.w3.org/2000/01/rdf-schema#label> "intranet" .
IRI: http://purl.org/spar/fabio/paper
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:paper a fabio:AnalogStorageMedium,
owl:NamedIndividual ;
rdfs:label "paper" ;
vann:example """
:my-item a fabio:Item ;
fabio:isStoredOn fabio:paper .
""" ;
rdfs:comment "A thin flat material, typically made from wood pulp, mainly used for writing upon, for printing upon or for packaging."@en ;
rdfs:isDefinedBy fabio: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/paper">
<rdfs:label>paper</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">A thin flat material, typically made from wood pulp, mainly used for writing upon, for printing upon or for packaging.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdf:type rdf:resource="http://purl.org/spar/fabio/AnalogStorageMedium"/>
<vann:example>
:my-item a fabio:Item ;
fabio:isStoredOn fabio:paper .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/paper",
"@type": [
"http://www.w3.org/2002/07/owl#NamedIndividual",
"http://purl.org/spar/fabio/AnalogStorageMedium"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-item a fabio:Item ;\n fabio:isStoredOn fabio:paper .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A thin flat material, typically made from wood pulp, mainly used for writing upon, for printing upon or for packaging."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@value": "paper"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/paper> <http://www.w3.org/2000/01/rdf-schema#label> "paper" .
<http://purl.org/spar/fabio/paper> <http://www.w3.org/2000/01/rdf-schema#comment> "A thin flat material, typically made from wood pulp, mainly used for writing upon, for printing upon or for packaging."@en .
<http://purl.org/spar/fabio/paper> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/paper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/AnalogStorageMedium> .
<http://purl.org/spar/fabio/paper> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/fabio/paper> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/paper> <http://purl.org/vocab/vann/example> "\n :my-item a fabio:Item ;\n fabio:isStoredOn fabio:paper .\n " .
IRI: http://purl.org/spar/fabio/ram
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:ram a fabio:DigitalStorageMedium,
owl:NamedIndividual ;
rdfs:label "RAM"@en,
"random access memory"@en ;
vann:example """
:my-item a fabio:Item ;
fabio:isStoredOn fabio:ram .
""" ;
rdfs:comment "Abbreviation of Random Access Memory. A form of rewritable computer data storage that takes the form of integrated circuits that allow data to be stored and accessed in any order (i.e. at random), thereby achieving greater speed than for access of data stored in linear form on digital magnetic tape."@en ;
rdfs:isDefinedBy fabio: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/ram">
<rdfs:comment xml:lang="en">Abbreviation of Random Access Memory. A form of rewritable computer data storage that takes the form of integrated circuits that allow data to be stored and accessed in any order (i.e. at random), thereby achieving greater speed than for access of data stored in linear form on digital magnetic tape.</rdfs:comment>
<rdfs:label xml:lang="en">random access memory</rdfs:label>
<rdfs:label xml:lang="en">RAM</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://purl.org/spar/fabio/DigitalStorageMedium"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-item a fabio:Item ;
fabio:isStoredOn fabio:ram .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/ram",
"@type": [
"http://purl.org/spar/fabio/DigitalStorageMedium",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-item a fabio:Item ;\n fabio:isStoredOn fabio:ram .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "Abbreviation of Random Access Memory. A form of rewritable computer data storage that takes the form of integrated circuits that allow data to be stored and accessed in any order (i.e. at random), thereby achieving greater speed than for access of data stored in linear form on digital magnetic tape."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "random access memory"
},
{
"@language": "en",
"@value": "RAM"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/ram> <http://www.w3.org/2000/01/rdf-schema#comment> "Abbreviation of Random Access Memory. A form of rewritable computer data storage that takes the form of integrated circuits that allow data to be stored and accessed in any order (i.e. at random), thereby achieving greater speed than for access of data stored in linear form on digital magnetic tape."@en .
<http://purl.org/spar/fabio/ram> <http://purl.org/vocab/vann/example> "\n :my-item a fabio:Item ;\n fabio:isStoredOn fabio:ram .\n " .
<http://purl.org/spar/fabio/ram> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/ram> <http://www.w3.org/2000/01/rdf-schema#label> "random access memory"@en .
<http://purl.org/spar/fabio/ram> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/ram> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/DigitalStorageMedium> .
<http://purl.org/spar/fabio/ram> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/fabio/ram> <http://www.w3.org/2000/01/rdf-schema#label> "RAM"@en .
IRI: http://purl.org/spar/fabio/solid-state-memory
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:solid-state-memory a fabio:DigitalStorageMedium,
owl:NamedIndividual ;
rdfs:label "solid state memory"@en ;
vann:example """
:my-item a fabio:Item ;
fabio:isStoredOn fabio:solid-state-memory .
""" ;
rdfs:comment "A digital storage device built entirely from solid electronic materials with no moving parts, e.g. a USB flash drive."@en ;
rdfs:isDefinedBy fabio: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/solid-state-memory">
<rdfs:label xml:lang="en">solid state memory</rdfs:label>
<rdfs:comment xml:lang="en">A digital storage device built entirely from solid electronic materials with no moving parts, e.g. a USB flash drive.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdf:type rdf:resource="http://purl.org/spar/fabio/DigitalStorageMedium"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-item a fabio:Item ;
fabio:isStoredOn fabio:solid-state-memory .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/solid-state-memory",
"@type": [
"http://purl.org/spar/fabio/DigitalStorageMedium",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-item a fabio:Item ;\n fabio:isStoredOn fabio:solid-state-memory .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A digital storage device built entirely from solid electronic materials with no moving parts, e.g. a USB flash drive."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "solid state memory"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/solid-state-memory> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/solid-state-memory> <http://www.w3.org/2000/01/rdf-schema#label> "solid state memory"@en .
<http://purl.org/spar/fabio/solid-state-memory> <http://purl.org/vocab/vann/example> "\n :my-item a fabio:Item ;\n fabio:isStoredOn fabio:solid-state-memory .\n " .
<http://purl.org/spar/fabio/solid-state-memory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/DigitalStorageMedium> .
<http://purl.org/spar/fabio/solid-state-memory> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/fabio/solid-state-memory> <http://www.w3.org/2000/01/rdf-schema#comment> "A digital storage device built entirely from solid electronic materials with no moving parts, e.g. a USB flash drive."@en .
<http://purl.org/spar/fabio/solid-state-memory> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
IRI: http://purl.org/spar/fabio/vinyl-disk
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:vinyl-disk a fabio:AnalogStorageMedium,
owl:NamedIndividual ;
rdfs:label "vinyl disk"@en ;
vann:example """
:my-item a fabio:Item ;
fabio:isStoredOn fabio:vinyl .
""" ;
rdfs:comment "An analog sound storage medium consisting of a flat disc made of moulded vinyl plastic with an inscribed, modulated spiral groove."@en ;
rdfs:isDefinedBy fabio: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/vinyl-disk">
<rdf:type rdf:resource="http://purl.org/spar/fabio/AnalogStorageMedium"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:label xml:lang="en">vinyl disk</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:comment xml:lang="en">An analog sound storage medium consisting of a flat disc made of moulded vinyl plastic with an inscribed, modulated spiral groove.</rdfs:comment>
<vann:example>
:my-item a fabio:Item ;
fabio:isStoredOn fabio:vinyl .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/vinyl-disk",
"@type": [
"http://purl.org/spar/fabio/AnalogStorageMedium",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-item a fabio:Item ;\n fabio:isStoredOn fabio:vinyl .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An analog sound storage medium consisting of a flat disc made of moulded vinyl plastic with an inscribed, modulated spiral groove."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "vinyl disk"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/vinyl-disk> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/AnalogStorageMedium> .
<http://purl.org/spar/fabio/vinyl-disk> <http://www.w3.org/2000/01/rdf-schema#comment> "An analog sound storage medium consisting of a flat disc made of moulded vinyl plastic with an inscribed, modulated spiral groove."@en .
<http://purl.org/spar/fabio/vinyl-disk> <http://purl.org/vocab/vann/example> "\n :my-item a fabio:Item ;\n fabio:isStoredOn fabio:vinyl .\n " .
<http://purl.org/spar/fabio/vinyl-disk> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/fabio/vinyl-disk> <http://www.w3.org/2000/01/rdf-schema#label> "vinyl disk"@en .
<http://purl.org/spar/fabio/vinyl-disk> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/vinyl-disk> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/spar/fabio/web
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
fabio:web a fabio:DigitalStorageMedium,
owl:NamedIndividual ;
rdfs:label "World Wide Web"@en ;
vann:example """
:my-item a fabio:Item ;
fabio:isStoredOn fabio:web .
""" ;
rdfs:comment "A system of interlinked hypertext documents written in HTML and accessed using the HTTP protocol via the Internet."@en ;
rdfs:isDefinedBy fabio: ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/spar/fabio/web">
<rdf:type rdf:resource="http://purl.org/spar/fabio/DigitalStorageMedium"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#NamedIndividual"/>
<rdfs:comment xml:lang="en">A system of interlinked hypertext documents written in HTML and accessed using the HTTP protocol via the Internet.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/spar/fabio/"/>
<rdfs:label xml:lang="en">World Wide Web</rdfs:label>
<vann:example>
:my-item a fabio:Item ;
fabio:isStoredOn fabio:web .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/spar/fabio/web",
"@type": [
"http://purl.org/spar/fabio/DigitalStorageMedium",
"http://www.w3.org/2002/07/owl#NamedIndividual"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-item a fabio:Item ;\n fabio:isStoredOn fabio:web .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A system of interlinked hypertext documents written in HTML and accessed using the HTTP protocol via the Internet."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/spar/fabio/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "World Wide Web"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/spar/fabio/web> <http://purl.org/vocab/vann/example> "\n :my-item a fabio:Item ;\n fabio:isStoredOn fabio:web .\n " .
<http://purl.org/spar/fabio/web> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/DigitalStorageMedium> .
<http://purl.org/spar/fabio/web> <http://www.w3.org/2000/01/rdf-schema#comment> "A system of interlinked hypertext documents written in HTML and accessed using the HTTP protocol via the Internet."@en .
<http://purl.org/spar/fabio/web> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#NamedIndividual> .
<http://purl.org/spar/fabio/web> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/spar/fabio/web> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/spar/fabio/> .
<http://purl.org/spar/fabio/web> <http://www.w3.org/2000/01/rdf-schema#label> "World Wide Web"@en .
Jump to:
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dcterms:bibliographicCitation a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/bibliographicCitation">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/bibliographicCitation",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/terms/bibliographicCitation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix schema: <https://schema.org/> .
schema:codeRepository a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="https://schema.org/codeRepository">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/codeRepository",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<https://schema.org/codeRepository> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
rdfs:comment a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#comment">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2000/01/rdf-schema#comment",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2000/01/rdf-schema#comment> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:contributor a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/contributor">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/contributor",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/contributor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:creator a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/creator">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/creator",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/creator> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:date a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/date">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/date",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/date> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:description a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/description">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/description",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dcterms:description a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/description">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/description",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/terms/description> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
bibo:doi a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/ontology/bibo/doi">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/ontology/bibo/doi",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/ontology/bibo/doi> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:editorialNote a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#editorialNote">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#editorialNote",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2004/02/skos/core#editorialNote> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
vann:example a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/vann/example">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/vann/example",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/vocab/vann/example> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: https://schema.org/image
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix schema: <https://schema.org/> .
schema:includedInDataCatalog a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="https://schema.org/includedInDataCatalog">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://schema.org/includedInDataCatalog",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<https://schema.org/includedInDataCatalog> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: https://schema.org/keywords
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
rdfs:label a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#label">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2000/01/rdf-schema#label",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2000/01/rdf-schema#label> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
foaf:logo a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://xmlns.com/foaf/0.1/logo">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://xmlns.com/foaf/0.1/logo",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://xmlns.com/foaf/0.1/logo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
skos:note a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2004/02/skos/core#note">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2004/02/skos/core#note",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2004/02/skos/core#note> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
vann:preferredNamespacePrefix a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/vann/preferredNamespacePrefix">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/vann/preferredNamespacePrefix",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/vocab/vann/preferredNamespacePrefix> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix vann: <http://purl.org/vocab/vann/> .
vann:preferredNamespaceUri a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/vocab/vann/preferredNamespaceUri">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/vann/preferredNamespaceUri",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/vocab/vann/preferredNamespaceUri> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
vaem:rationale a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.linkedmodel.org/schema/vaem#rationale">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.linkedmodel.org/schema/vaem#rationale",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.linkedmodel.org/schema/vaem#rationale> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:rights a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/rights">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/rights",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/rights> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
rdfs:seeAlso a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2000/01/rdf-schema#seeAlso">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2000/01/rdf-schema#seeAlso> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dcterms:source a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/source">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/source",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/terms/source> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: http://purl.org/ontology/bibo/status
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
vs:term_status a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2003/06/sw-vocab-status/ns#term_status">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2003/06/sw-vocab-status/ns#term_status",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
dc:title a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/elements/1.1/title">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/elements/1.1/title",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://purl.org/dc/elements/1.1/title> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
owl:versionInfo a owl:AnnotationProperty .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="http://www.w3.org/2002/07/owl#versionInfo">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AnnotationProperty"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://www.w3.org/2002/07/owl#versionInfo",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2002/07/owl#versionInfo> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .