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> .