@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:Concept a owl:Class ;
rdfs:label "concept"@en ;
vann:example """
:my-concept a frbr:Concept ;
frbr:subjectOf :my-work .
""" ;
rdfs:comment """An abstract notion or idea.
"""@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subClassOf frbr:Subject ;
vs:term_status reg:statusStable ;
skos1:note """
The entity defined as concept encompasses a comprehensive range of abstractions that may be the subject of a work: fields of knowledge, disciplines, schools of thought (philosophies, religions, political ideologies, etc.), theories, processes, techniques, practices, etc.
A concept may be broad in nature or narrowly defined and precise.
"""@en .
[] a owl:AllDisjointClasses ;
owl:members ( frbr:Concept frbr:Event frbr:Object frbr:Place ) .
<?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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b122">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Event"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b123"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b123">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Object"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b124"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#Concept">
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:subClassOf rdf:resource="http://purl.org/vocab/frbr/core#Subject"/>
<rdfs:comment xml:lang="en">An abstract notion or idea.
</rdfs:comment>
<rdfs:label xml:lang="en">concept</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vann:example>
:my-concept a frbr:Concept ;
frbr:subjectOf :my-work .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos1:note xml:lang="en">
The entity defined as concept encompasses a comprehensive range of abstractions that may be the subject of a work: fields of knowledge, disciplines, schools of thought (philosophies, religions, political ideologies, etc.), theories, processes, techniques, practices, etc.
A concept may be broad in nature or narrowly defined and precise.
</skos1:note>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b124">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Place"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b121">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Concept"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b122"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b120">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b121"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b120",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#Concept"
},
{
"@id": "http://purl.org/vocab/frbr/core#Event"
},
{
"@id": "http://purl.org/vocab/frbr/core#Object"
},
{
"@id": "http://purl.org/vocab/frbr/core#Place"
}
]
}
]
},
{
"@id": "http://purl.org/vocab/frbr/core#Concept",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-concept a frbr:Concept ;\n frbr:subjectOf :my-work .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An abstract notion or idea.\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": "concept"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/vocab/frbr/core#Subject"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nThe entity defined as concept encompasses a comprehensive range of abstractions that may be the subject of a work: fields of knowledge, disciplines, schools of thought (philosophies, religions, political ideologies, etc.), theories, processes, techniques, practices, etc. \nA concept may be broad in nature or narrowly defined and precise. \n "
}
]
}
]_:n4a594ec2b6714efca9755f3c1a5a1a61b122 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Event> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b123 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Object> .
<http://purl.org/vocab/frbr/core#Concept> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b124 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b121 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Concept> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b122 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b123 .
<http://purl.org/vocab/frbr/core#Concept> <http://www.w3.org/2000/01/rdf-schema#comment> "An abstract notion or idea.\n"@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b120 <http://www.w3.org/2002/07/owl#members> _:n4a594ec2b6714efca9755f3c1a5a1a61b121 .
<http://purl.org/vocab/frbr/core#Concept> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b120 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
<http://purl.org/vocab/frbr/core#Concept> <http://www.w3.org/2008/05/skos#note> "\nThe entity defined as concept encompasses a comprehensive range of abstractions that may be the subject of a work: fields of knowledge, disciplines, schools of thought (philosophies, religions, political ideologies, etc.), theories, processes, techniques, practices, etc. \nA concept may be broad in nature or narrowly defined and precise. \n "@en .
<http://purl.org/vocab/frbr/core#Concept> <http://purl.org/vocab/vann/example> "\n :my-concept a frbr:Concept ;\n frbr:subjectOf :my-work .\n " .
<http://purl.org/vocab/frbr/core#Concept> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/vocab/frbr/core#Subject> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b123 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b124 .
<http://purl.org/vocab/frbr/core#Concept> <http://www.w3.org/2000/01/rdf-schema#label> "concept"@en .
<http://purl.org/vocab/frbr/core#Concept> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b124 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Place> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b121 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b122 .
IRI: http://purl.org/vocab/frbr/core#CorporateBody
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:CorporateBody a owl:Class ;
rdfs:label "corporate body"@en ;
vann:example """
:my-manifestation a frbr:Manifestation ;
frbr:producer :my-corporate-body .
:my-corporate-body a frbr:CorporateBody .
""" ;
rdfs:comment """An organization or group of individuals and/or organizations acting as a unit.
"""@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subClassOf frbr:ResponsibleEntity ;
owl:disjointWith frbr:Person ;
vs:term_status reg:statusStable ;
skos1:note """
The entity defined as corporate body encompasses organizations and groups of individuals and/or organizations that are identified by a particular name, including occasional groups and groups that are constituted as meetings, conferences, congresses, expeditions, exhibitions, festivals, fairs, etc.
"""@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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="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#CorporateBody">
<rdfs:comment xml:lang="en">An organization or group of individuals and/or organizations acting as a unit.
</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<owl:disjointWith rdf:resource="http://purl.org/vocab/frbr/core#Person"/>
<rdfs:subClassOf rdf:resource="http://purl.org/vocab/frbr/core#ResponsibleEntity"/>
<rdfs:label xml:lang="en">corporate body</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"/>
<skos1:note xml:lang="en">
The entity defined as corporate body encompasses organizations and groups of individuals and/or organizations that are identified by a particular name, including occasional groups and groups that are constituted as meetings, conferences, congresses, expeditions, exhibitions, festivals, fairs, etc.
</skos1:note>
<vann:example>
:my-manifestation a frbr:Manifestation ;
frbr:producer :my-corporate-body .
:my-corporate-body a frbr:CorporateBody .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#CorporateBody",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-manifestation a frbr:Manifestation ;\n frbr:producer :my-corporate-body .\n\n :my-corporate-body a frbr:CorporateBody .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An organization or group of individuals and/or organizations acting as a unit.\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": "corporate body"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/vocab/frbr/core#ResponsibleEntity"
}
],
"http://www.w3.org/2002/07/owl#disjointWith": [
{
"@id": "http://purl.org/vocab/frbr/core#Person"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nThe entity defined as corporate body encompasses organizations and groups of individuals and/or organizations that are identified by a particular name, including occasional groups and groups that are constituted as meetings, conferences, congresses, expeditions, exhibitions, festivals, fairs, etc.\n "
}
]
}
]<http://purl.org/vocab/frbr/core#CorporateBody> <http://www.w3.org/2000/01/rdf-schema#comment> "An organization or group of individuals and/or organizations acting as a unit.\n"@en .
<http://purl.org/vocab/frbr/core#CorporateBody> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#CorporateBody> <http://www.w3.org/2002/07/owl#disjointWith> <http://purl.org/vocab/frbr/core#Person> .
<http://purl.org/vocab/frbr/core#CorporateBody> <http://purl.org/vocab/vann/example> "\n :my-manifestation a frbr:Manifestation ;\n frbr:producer :my-corporate-body .\n\n :my-corporate-body a frbr:CorporateBody .\n " .
<http://purl.org/vocab/frbr/core#CorporateBody> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/vocab/frbr/core#ResponsibleEntity> .
<http://purl.org/vocab/frbr/core#CorporateBody> <http://www.w3.org/2008/05/skos#note> "\nThe entity defined as corporate body encompasses organizations and groups of individuals and/or organizations that are identified by a particular name, including occasional groups and groups that are constituted as meetings, conferences, congresses, expeditions, exhibitions, festivals, fairs, etc.\n "@en .
<http://purl.org/vocab/frbr/core#CorporateBody> <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#CorporateBody> <http://www.w3.org/2000/01/rdf-schema#label> "corporate body"@en .
<http://purl.org/vocab/frbr/core#CorporateBody> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
@prefix openwemi: <https://ns.dublincore.org/openwemi/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
openwemi:Endeavor a owl:Class ;
rdfs:label "endeavor"@en ;
rdfs:comment "A creation."@en ;
rdfs:isDefinedBy openwemi: .
<?xml version="1.0" encoding="utf-8"?>
<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="https://ns.dublincore.org/openwemi/Endeavor">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">endeavor</rdfs:label>
<rdfs:comment xml:lang="en">A creation.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://ns.dublincore.org/openwemi/"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://ns.dublincore.org/openwemi/Endeavor",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A creation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://ns.dublincore.org/openwemi/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "endeavor"
}
]
}
]<https://ns.dublincore.org/openwemi/Endeavor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://ns.dublincore.org/openwemi/Endeavor> <http://www.w3.org/2000/01/rdf-schema#label> "endeavor"@en .
<https://ns.dublincore.org/openwemi/Endeavor> <http://www.w3.org/2000/01/rdf-schema#comment> "A creation."@en .
<https://ns.dublincore.org/openwemi/Endeavor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://ns.dublincore.org/openwemi/> .
IRI: http://purl.org/vocab/frbr/core#Endeavour
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix openwemi: <https://ns.dublincore.org/openwemi/> .
@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#> .
frbr:Endeavour a owl:Class ;
rdfs:label "endeavour"@en ;
vann:example """
:my-endeavour a frbr:Endeavour .
""" ;
rdfs:comment "The set of different aspects of user interests in a product of intellectual or artistic artifact."@en ;
rdfs:isDefinedBy frbr: ;
owl:equivalentClass [ a owl:Class ;
owl:unionOf ( frbr:Expression frbr:Item frbr:Manifestation frbr:Work ) ],
openwemi:Endeavor ;
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="n4a594ec2b6714efca9755f3c1a5a1a61b65">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Item"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b66"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#Endeavour">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">endeavour</rdfs:label>
<rdfs:comment xml:lang="en">The set of different aspects of user interests in a product of intellectual or artistic artifact.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<owl:equivalentClass rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b63"/>
<owl:equivalentClass rdf:resource="https://ns.dublincore.org/openwemi/Endeavor"/>
<vann:example>
:my-endeavour a frbr:Endeavour .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b63">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b64"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b64">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b65"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b67">
<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="n4a594ec2b6714efca9755f3c1a5a1a61b66">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Manifestation"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b67"/>
</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-endeavour 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 a product 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": "_:n4a594ec2b6714efca9755f3c1a5a1a61b63"
},
{
"@id": "https://ns.dublincore.org/openwemi/Endeavor"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b63",
"@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"
}
]
}
]
}
]_:n4a594ec2b6714efca9755f3c1a5a1a61b65 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b66 .
<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> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b63 <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/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b64 <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://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#Endeavour> <http://www.w3.org/2002/07/owl#equivalentClass> _:n4a594ec2b6714efca9755f3c1a5a1a61b63 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b63 <http://www.w3.org/2002/07/owl#unionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b64 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b65 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Item> .
<http://purl.org/vocab/frbr/core#Endeavour> <http://purl.org/vocab/vann/example> "\n :my-endeavour a frbr:Endeavour .\n " .
_:n4a594ec2b6714efca9755f3c1a5a1a61b67 <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/vocab/frbr/core#Endeavour> <http://www.w3.org/2000/01/rdf-schema#label> "endeavour"@en .
<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 a product of intellectual or artistic artifact."@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b64 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b65 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Manifestation> .
<http://purl.org/vocab/frbr/core#Endeavour> <http://www.w3.org/2002/07/owl#equivalentClass> <https://ns.dublincore.org/openwemi/Endeavor> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b67 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Work> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b67 .
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:Event a owl:Class ;
rdfs:label "event"@en ;
vann:example """
:my-work a frbr:Work ;
frbr:subject :my-event .
:my-event a frbr:Event .
""" ;
rdfs:comment """An action or occurrence.
"""@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subClassOf frbr:Subject ;
vs:term_status reg:statusStable ;
skos1:note """
The entity defined as event encompasses a comprehensive range of actions and occurrences that may be the subject of a work: historical events, epochs, periods of time, etc.
"""@en .
[] a owl:AllDisjointClasses ;
owl:members ( frbr:Concept frbr:Event frbr:Object frbr:Place ) .
<?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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b122">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Event"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b123"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b123">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Object"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b124"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b124">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Place"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b121">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Concept"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b122"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#Event">
<rdfs:subClassOf rdf:resource="http://purl.org/vocab/frbr/core#Subject"/>
<rdfs:comment xml:lang="en">An action or occurrence.
</rdfs:comment>
<rdfs:label xml:lang="en">event</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<vann:example>
:my-work a frbr:Work ;
frbr:subject :my-event .
:my-event a frbr:Event .
</vann:example>
<skos1:note xml:lang="en">
The entity defined as event encompasses a comprehensive range of actions and occurrences that may be the subject of a work: historical events, epochs, periods of time, etc.
</skos1:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b120">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b121"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#Event",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-work a frbr:Work ;\n frbr:subject :my-event .\n\n :my-event a frbr:Event .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An action or occurrence.\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": "event"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/vocab/frbr/core#Subject"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nThe entity defined as event encompasses a comprehensive range of actions and occurrences that may be the subject of a work: historical events, epochs, periods of time, etc.\n "
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b120",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#Concept"
},
{
"@id": "http://purl.org/vocab/frbr/core#Event"
},
{
"@id": "http://purl.org/vocab/frbr/core#Object"
},
{
"@id": "http://purl.org/vocab/frbr/core#Place"
}
]
}
]
}
]_:n4a594ec2b6714efca9755f3c1a5a1a61b122 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Event> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b123 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Object> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b124 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b121 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Concept> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b122 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b123 .
<http://purl.org/vocab/frbr/core#Event> <http://www.w3.org/2008/05/skos#note> "\nThe entity defined as event encompasses a comprehensive range of actions and occurrences that may be the subject of a work: historical events, epochs, periods of time, etc.\n "@en .
<http://purl.org/vocab/frbr/core#Event> <http://www.w3.org/2000/01/rdf-schema#comment> "An action or occurrence.\n"@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b120 <http://www.w3.org/2002/07/owl#members> _:n4a594ec2b6714efca9755f3c1a5a1a61b121 .
<http://purl.org/vocab/frbr/core#Event> <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#Event> <http://purl.org/vocab/vann/example> "\n :my-work a frbr:Work ;\n frbr:subject :my-event .\n\n :my-event a frbr:Event .\n " .
<http://purl.org/vocab/frbr/core#Event> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b120 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
<http://purl.org/vocab/frbr/core#Event> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/vocab/frbr/core#Subject> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b123 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b124 .
<http://purl.org/vocab/frbr/core#Event> <http://www.w3.org/2000/01/rdf-schema#label> "event"@en .
<http://purl.org/vocab/frbr/core#Event> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b124 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Place> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b121 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b122 .
@prefix openwemi: <https://ns.dublincore.org/openwemi/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
openwemi:Expression a owl:Class ;
rdfs:label "expression"@en ;
rdfs:comment "A perceivable form of the creation."@en ;
rdfs:isDefinedBy openwemi: ;
rdfs:subClassOf openwemi:Endeavor .
<?xml version="1.0" encoding="utf-8"?>
<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="https://ns.dublincore.org/openwemi/Expression">
<rdfs:label xml:lang="en">expression</rdfs:label>
<rdfs:comment xml:lang="en">A perceivable form of the creation.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="https://ns.dublincore.org/openwemi/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="https://ns.dublincore.org/openwemi/Endeavor"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://ns.dublincore.org/openwemi/Expression",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A perceivable form of the creation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://ns.dublincore.org/openwemi/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "expression"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "https://ns.dublincore.org/openwemi/Endeavor"
}
]
}
]<https://ns.dublincore.org/openwemi/Expression> <http://www.w3.org/2000/01/rdf-schema#comment> "A perceivable form of the creation."@en .
<https://ns.dublincore.org/openwemi/Expression> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://ns.dublincore.org/openwemi/> .
<https://ns.dublincore.org/openwemi/Expression> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://ns.dublincore.org/openwemi/Expression> <http://www.w3.org/2000/01/rdf-schema#label> "expression"@en .
<https://ns.dublincore.org/openwemi/Expression> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://ns.dublincore.org/openwemi/Endeavor> .
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 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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:Expression a owl:Class ;
rdfs:label "expression"@en ;
vann:example """
:my-expression a frbr:Expression ;
frbr:realizationOf :my-work ;
frbr:embodiment :my-manifestation ;
frbr:part :my-other-expression .
:my-work a frbr:Work .
:my-manifestation a frbr:Manifestation .
:my-other-expression a frbr:Expression .
""" ;
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.
"""@en ;
rdfs:isDefinedBy frbr: ;
owl:disjointWith frbr:Item,
frbr:Manifestation,
frbr:Work ;
owl:equivalentClass [ a owl:Class ;
owl:intersectionOf ( frbr:Endeavour [ a owl:Restriction ;
owl:allValuesFrom frbr:Expression ;
owl:onProperty frbr:part ] [ a owl:Restriction ;
owl:allValuesFrom frbr:Expression ;
owl:onProperty frbr:partOf ] ) ],
[ a owl:Class ;
owl:intersectionOf ( frbr:Endeavour [ a owl:Restriction ;
owl:onProperty frbr:embodiment ;
owl:someValuesFrom frbr:Manifestation ] [ a owl:Restriction ;
owl:onProperty frbr:realizationOf ;
owl:someValuesFrom frbr:Work ] ) ] ;
vs:term_status reg:statusStable ;
skos1:note """
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 .
<?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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="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#Expression">
<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.
</rdfs:comment>
<rdfs:label xml:lang="en">expression</rdfs:label>
<owl:disjointWith rdf:resource="http://purl.org/vocab/frbr/core#Manifestation"/>
<owl:disjointWith rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
<owl:disjointWith rdf:resource="http://purl.org/vocab/frbr/core#Item"/>
<owl:equivalentClass rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b96"/>
<owl:equivalentClass rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b90"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos1:note xml:lang="en">
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.
</skos1:note>
<vann:example>
:my-expression a frbr:Expression ;
frbr:realizationOf :my-work ;
frbr:embodiment :my-manifestation ;
frbr:part :my-other-expression .
:my-work a frbr:Work .
:my-manifestation a frbr:Manifestation .
:my-other-expression a frbr:Expression .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b95">
<rdf:first rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b92"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b96">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:intersectionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b99"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b101">
<rdf:first rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b98"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b93">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b94"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b92">
<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:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b99">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b100"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b98">
<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/vocab/frbr/core#Work"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b94">
<rdf:first rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b91"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b95"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b90">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:intersectionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b93"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b91">
<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="n4a594ec2b6714efca9755f3c1a5a1a61b97">
<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/vocab/frbr/core#Manifestation"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b100">
<rdf:first rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b97"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b101"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#Expression",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-expression a frbr:Expression ;\n frbr:realizationOf :my-work ;\n frbr:embodiment :my-manifestation ;\n frbr:part :my-other-expression .\n \n :my-work a frbr:Work .\n\n :my-manifestation a frbr:Manifestation .\n\n :my-other-expression a frbr:Expression .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "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.\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://www.w3.org/2002/07/owl#disjointWith": [
{
"@id": "http://purl.org/vocab/frbr/core#Manifestation"
},
{
"@id": "http://purl.org/vocab/frbr/core#Work"
},
{
"@id": "http://purl.org/vocab/frbr/core#Item"
}
],
"http://www.w3.org/2002/07/owl#equivalentClass": [
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b96"
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b90"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\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 "
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b96",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#intersectionOf": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b97"
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b98"
}
]
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b97",
"@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/vocab/frbr/core#Manifestation"
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b98",
"@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/vocab/frbr/core#Work"
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b90",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#intersectionOf": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b91"
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b92"
}
]
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b91",
"@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": "_:n4a594ec2b6714efca9755f3c1a5a1a61b92",
"@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"
}
]
}
]<http://purl.org/vocab/frbr/core#Expression> <http://www.w3.org/2000/01/rdf-schema#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.\n"@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b95 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b96 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b101 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b93 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/vocab/frbr/core#Expression> <http://www.w3.org/2002/07/owl#disjointWith> <http://purl.org/vocab/frbr/core#Item> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b92 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b93 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b94 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b99 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Endeavour> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b95 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n4a594ec2b6714efca9755f3c1a5a1a61b92 .
<http://purl.org/vocab/frbr/core#Expression> <http://www.w3.org/2002/07/owl#disjointWith> <http://purl.org/vocab/frbr/core#Work> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b98 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/vocab/frbr/core#Work> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b94 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n4a594ec2b6714efca9755f3c1a5a1a61b91 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b90 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b91 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b101 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n4a594ec2b6714efca9755f3c1a5a1a61b98 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b92 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/vocab/frbr/core#Expression> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b97 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#embodiment> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b98 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b91 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
<http://purl.org/vocab/frbr/core#Expression> <http://www.w3.org/2002/07/owl#equivalentClass> _:n4a594ec2b6714efca9755f3c1a5a1a61b96 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b100 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n4a594ec2b6714efca9755f3c1a5a1a61b97 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b94 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b95 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b97 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/vocab/frbr/core#Expression> <http://www.w3.org/2008/05/skos#note> "\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 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b92 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
<http://purl.org/vocab/frbr/core#Expression> <http://www.w3.org/2000/01/rdf-schema#label> "expression"@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b90 <http://www.w3.org/2002/07/owl#intersectionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b93 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b98 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realizationOf> .
<http://purl.org/vocab/frbr/core#Expression> <http://www.w3.org/2002/07/owl#disjointWith> <http://purl.org/vocab/frbr/core#Manifestation> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b99 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b100 .
<http://purl.org/vocab/frbr/core#Expression> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b91 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#Expression> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b97 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/vocab/frbr/core#Manifestation> .
<http://purl.org/vocab/frbr/core#Expression> <http://purl.org/vocab/vann/example> "\n :my-expression a frbr:Expression ;\n frbr:realizationOf :my-work ;\n frbr:embodiment :my-manifestation ;\n frbr:part :my-other-expression .\n \n :my-work a frbr:Work .\n\n :my-manifestation a frbr:Manifestation .\n\n :my-other-expression a frbr:Expression .\n " .
<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> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b96 <http://www.w3.org/2002/07/owl#intersectionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b99 .
<http://purl.org/vocab/frbr/core#Expression> <http://www.w3.org/2002/07/owl#equivalentClass> _:n4a594ec2b6714efca9755f3c1a5a1a61b90 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b100 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b101 .
@prefix openwemi: <https://ns.dublincore.org/openwemi/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
openwemi:Item a owl:Class ;
rdfs:label "item"@en ;
rdfs:comment "An exemplar of a creation."@en ;
rdfs:isDefinedBy openwemi: ;
rdfs:subClassOf openwemi:Endeavor .
<?xml version="1.0" encoding="utf-8"?>
<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="https://ns.dublincore.org/openwemi/Item">
<rdfs:isDefinedBy rdf:resource="https://ns.dublincore.org/openwemi/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="https://ns.dublincore.org/openwemi/Endeavor"/>
<rdfs:label xml:lang="en">item</rdfs:label>
<rdfs:comment xml:lang="en">An exemplar of a creation.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://ns.dublincore.org/openwemi/Item",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An exemplar of a creation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://ns.dublincore.org/openwemi/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "item"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "https://ns.dublincore.org/openwemi/Endeavor"
}
]
}
]<https://ns.dublincore.org/openwemi/Item> <http://www.w3.org/2000/01/rdf-schema#label> "item"@en .
<https://ns.dublincore.org/openwemi/Item> <http://www.w3.org/2000/01/rdf-schema#comment> "An exemplar of a creation."@en .
<https://ns.dublincore.org/openwemi/Item> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://ns.dublincore.org/openwemi/> .
<https://ns.dublincore.org/openwemi/Item> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://ns.dublincore.org/openwemi/Item> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://ns.dublincore.org/openwemi/Endeavor> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix openwemi: <https://ns.dublincore.org/openwemi/> .
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:Item a owl:Class ;
rdfs:label "item"@en ;
vann:example """
:my-item a frbr:Item ;
frbr:exemplarOf :my-manifestation ;
frbr:part :my-other-item .
:my-manifestation a frbr:Manifestation .
:my-other-item a frbr:Item .
""" ;
rdfs:comment """A single exemplar of a manifestation.
"""@en ;
rdfs:isDefinedBy frbr: ;
owl:disjointWith frbr:Manifestation,
frbr:Work ;
owl:equivalentClass [ a owl:Class ;
owl:intersectionOf ( frbr:Endeavour [ a owl:Restriction ;
owl:allValuesFrom frbr:Item ;
owl:onProperty frbr:part ] [ a owl:Restriction ;
owl:allValuesFrom frbr:Item ;
owl:onProperty frbr:partOf ] ) ],
[ a owl:Class ;
owl:intersectionOf ( frbr:Endeavour [ a owl:Restriction ;
owl:onProperty frbr:exemplarOf ;
owl:someValuesFrom frbr:Manifestation ] ) ],
openwemi:Item ;
vs:term_status reg:statusStable ;
skos1:note """
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 .
<?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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="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#Item">
<owl:disjointWith rdf:resource="http://purl.org/vocab/frbr/core#Manifestation"/>
<owl:disjointWith rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
<owl:equivalentClass rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b59"/>
<owl:equivalentClass rdf:resource="https://ns.dublincore.org/openwemi/Item"/>
<owl:equivalentClass rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b53"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">A single exemplar of a manifestation.
</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:label xml:lang="en">item</rdfs:label>
<vann:example>
:my-item a frbr:Item ;
frbr:exemplarOf :my-manifestation ;
frbr:part :my-other-item .
:my-manifestation a frbr:Manifestation .
:my-other-item a frbr:Item .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos1:note xml:lang="en">
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.).
</skos1:note>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b56">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b57"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b57">
<rdf:first rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b54"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b58"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b53">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:intersectionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b56"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b61">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b62"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b59">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:intersectionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b61"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b55">
<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:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b62">
<rdf:first rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b60"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b60">
<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/vocab/frbr/core#Manifestation"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b54">
<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="n4a594ec2b6714efca9755f3c1a5a1a61b58">
<rdf:first rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b55"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#Item",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-item a frbr:Item ;\n frbr:exemplarOf :my-manifestation ;\n frbr:part :my-other-item .\n\n :my-manifestation a frbr:Manifestation .\n\n :my-other-item a frbr:Item .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A single exemplar of a manifestation.\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://www.w3.org/2002/07/owl#disjointWith": [
{
"@id": "http://purl.org/vocab/frbr/core#Manifestation"
},
{
"@id": "http://purl.org/vocab/frbr/core#Work"
}
],
"http://www.w3.org/2002/07/owl#equivalentClass": [
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b59"
},
{
"@id": "https://ns.dublincore.org/openwemi/Item"
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b53"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nThe entity defined as item is a concrete entity. \nIt 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 "
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b59",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#intersectionOf": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b60"
}
]
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b60",
"@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/vocab/frbr/core#Manifestation"
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b53",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#intersectionOf": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b54"
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b55"
}
]
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b54",
"@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": "_:n4a594ec2b6714efca9755f3c1a5a1a61b55",
"@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/vocab/frbr/core#Item> <http://www.w3.org/2002/07/owl#disjointWith> <http://purl.org/vocab/frbr/core#Manifestation> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b56 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b57 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b57 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n4a594ec2b6714efca9755f3c1a5a1a61b54 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b53 <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/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#comment> "A single exemplar of a manifestation.\n"@en .
<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/2002/07/owl#equivalentClass> _:n4a594ec2b6714efca9755f3c1a5a1a61b59 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b61 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/vocab/frbr/core#Item> <http://purl.org/vocab/vann/example> "\n :my-item a frbr:Item ;\n frbr:exemplarOf :my-manifestation ;\n frbr:part :my-other-item .\n\n :my-manifestation a frbr:Manifestation .\n\n :my-other-item a frbr:Item .\n " .
_:n4a594ec2b6714efca9755f3c1a5a1a61b59 <http://www.w3.org/2002/07/owl#intersectionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b61 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b55 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b62 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b60 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/vocab/frbr/core#Manifestation> .
<http://purl.org/vocab/frbr/core#Item> <http://www.w3.org/2002/07/owl#equivalentClass> _:n4a594ec2b6714efca9755f3c1a5a1a61b53 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b59 <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/2002/07/owl#equivalentClass> <https://ns.dublincore.org/openwemi/Item> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b54 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
<http://purl.org/vocab/frbr/core#Item> <http://www.w3.org/2002/07/owl#disjointWith> <http://purl.org/vocab/frbr/core#Work> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b60 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#exemplarOf> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b61 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b62 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b55 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b53 <http://www.w3.org/2002/07/owl#intersectionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b56 .
<http://purl.org/vocab/frbr/core#Item> <http://www.w3.org/2000/01/rdf-schema#label> "item"@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b57 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b58 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b54 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/vocab/frbr/core#Item> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b54 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b62 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n4a594ec2b6714efca9755f3c1a5a1a61b60 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b56 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Endeavour> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n4a594ec2b6714efca9755f3c1a5a1a61b55 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b55 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/vocab/frbr/core#Item> .
<http://purl.org/vocab/frbr/core#Item> <http://www.w3.org/2008/05/skos#note> "\nThe entity defined as item is a concrete entity. \nIt 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 .
<http://purl.org/vocab/frbr/core#Item> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b60 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
IRI: https://ns.dublincore.org/openwemi/Manifestation
@prefix openwemi: <https://ns.dublincore.org/openwemi/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
openwemi:Manifestation a owl:Class ;
rdfs:label "manifestation"@en ;
rdfs:comment "The physical embodiment of a creation."@en ;
rdfs:isDefinedBy openwemi: ;
rdfs:subClassOf openwemi:Endeavor .
<?xml version="1.0" encoding="utf-8"?>
<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="https://ns.dublincore.org/openwemi/Manifestation">
<rdfs:subClassOf rdf:resource="https://ns.dublincore.org/openwemi/Endeavor"/>
<rdfs:label xml:lang="en">manifestation</rdfs:label>
<rdfs:isDefinedBy rdf:resource="https://ns.dublincore.org/openwemi/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">The physical embodiment of a creation.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://ns.dublincore.org/openwemi/Manifestation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The physical embodiment of a creation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://ns.dublincore.org/openwemi/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "manifestation"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "https://ns.dublincore.org/openwemi/Endeavor"
}
]
}
]<https://ns.dublincore.org/openwemi/Manifestation> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://ns.dublincore.org/openwemi/Endeavor> .
<https://ns.dublincore.org/openwemi/Manifestation> <http://www.w3.org/2000/01/rdf-schema#label> "manifestation"@en .
<https://ns.dublincore.org/openwemi/Manifestation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://ns.dublincore.org/openwemi/> .
<https://ns.dublincore.org/openwemi/Manifestation> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://ns.dublincore.org/openwemi/Manifestation> <http://www.w3.org/2000/01/rdf-schema#comment> "The physical embodiment of a creation."@en .
IRI: http://purl.org/vocab/frbr/core#Manifestation
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix openwemi: <https://ns.dublincore.org/openwemi/> .
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:Manifestation a owl:Class ;
rdfs:label "manifestation"@en ;
vann:example """
:my-manifestation a frbr:Manifestation ;
frbr:embodimentOf :my-expression ;
frbr:exemplar :my-item ;
frbr:part :my-other-manifestation .
:my-expression a frbr:Expression .
:my-item a frbr:Item .
:my-other-manifestation a frbr:Manifestation .
""" ;
rdfs:comment """The physical embodiment of an expression of a work.
"""@en ;
rdfs:isDefinedBy frbr: ;
owl:disjointWith frbr:Work ;
owl:equivalentClass [ a owl:Class ;
owl:intersectionOf ( frbr:Endeavour [ a owl:Restriction ;
owl:allValuesFrom frbr:Manifestation ;
owl:onProperty frbr:part ] [ a owl:Restriction ;
owl:allValuesFrom frbr:Manifestation ;
owl:onProperty frbr:partOf ] ) ],
[ a owl:Class ;
owl:intersectionOf ( frbr:Endeavour [ a owl:Restriction ;
owl:onProperty frbr:embodimentOf ;
owl:someValuesFrom frbr:Expression ] [ a owl:Restriction ;
owl:onProperty frbr:exemplar ;
owl:someValuesFrom frbr:Item ] ) ],
openwemi:Manifestation ;
vs:term_status reg:statusStable ;
skos1:note """
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 .
<?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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b72">
<rdf:first rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b69"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b73"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b76">
<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/vocab/frbr/core#Item"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b70">
<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="n4a594ec2b6714efca9755f3c1a5a1a61b74">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:intersectionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b77"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b73">
<rdf:first rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b70"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b69">
<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="n4a594ec2b6714efca9755f3c1a5a1a61b79">
<rdf:first rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b76"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#Manifestation">
<rdfs:label xml:lang="en">manifestation</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">The physical embodiment of an expression of a work.
</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<owl:equivalentClass rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b74"/>
<owl:equivalentClass rdf:resource="https://ns.dublincore.org/openwemi/Manifestation"/>
<owl:equivalentClass rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b68"/>
<owl:disjointWith rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
<vann:example>
:my-manifestation a frbr:Manifestation ;
frbr:embodimentOf :my-expression ;
frbr:exemplar :my-item ;
frbr:part :my-other-manifestation .
:my-expression a frbr:Expression .
:my-item a frbr:Item .
:my-other-manifestation a frbr:Manifestation .
</vann:example>
<skos1:note xml:lang="en">
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.
</skos1:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b75">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#embodimentOf"/>
<owl:someValuesFrom rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b68">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:intersectionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b71"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b78">
<rdf:first rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b75"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b79"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b71">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b72"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b77">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b78"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#Manifestation",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-manifestation a frbr:Manifestation ;\n frbr:embodimentOf :my-expression ;\n frbr:exemplar :my-item ;\n frbr:part :my-other-manifestation .\n\n :my-expression a frbr:Expression .\n\n :my-item a frbr:Item .\n\n :my-other-manifestation a frbr:Manifestation .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The physical embodiment of an expression of a 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": "manifestation"
}
],
"http://www.w3.org/2002/07/owl#disjointWith": [
{
"@id": "http://purl.org/vocab/frbr/core#Work"
}
],
"http://www.w3.org/2002/07/owl#equivalentClass": [
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b74"
},
{
"@id": "https://ns.dublincore.org/openwemi/Manifestation"
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b68"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nThe entity defined as manifestation encompasses a wide range of materials and formats. \nAs an entity, manifestation represents all the physical objects that bear the same characteristics, in respect to both intellectual content and physical form. \n "
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b74",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#intersectionOf": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b75"
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b76"
}
]
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b75",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#embodimentOf"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b76",
"@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/vocab/frbr/core#Item"
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b68",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#intersectionOf": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b69"
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b70"
}
]
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b69",
"@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": "_:n4a594ec2b6714efca9755f3c1a5a1a61b70",
"@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"
}
]
}
]_:n4a594ec2b6714efca9755f3c1a5a1a61b72 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n4a594ec2b6714efca9755f3c1a5a1a61b69 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b76 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b70 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/vocab/frbr/core#Manifestation> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b74 <http://www.w3.org/2002/07/owl#intersectionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b77 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b73 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b73 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n4a594ec2b6714efca9755f3c1a5a1a61b70 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b69 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/vocab/frbr/core#Manifestation> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b79 <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/vocab/frbr/core#Manifestation> <http://www.w3.org/2008/05/skos#note> "\nThe entity defined as manifestation encompasses a wide range of materials and formats. \nAs an entity, manifestation represents all the physical objects that bear the same characteristics, in respect to both intellectual content and physical form. \n "@en .
<http://purl.org/vocab/frbr/core#Manifestation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b79 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n4a594ec2b6714efca9755f3c1a5a1a61b76 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b70 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b72 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b73 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b74 <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/2002/07/owl#equivalentClass> <https://ns.dublincore.org/openwemi/Manifestation> .
<http://purl.org/vocab/frbr/core#Manifestation> <http://www.w3.org/2002/07/owl#equivalentClass> _:n4a594ec2b6714efca9755f3c1a5a1a61b68 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b75 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/vocab/frbr/core#Expression> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b76 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/vocab/frbr/core#Item> .
<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/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#comment> "The physical embodiment of an expression of a work.\n"@en .
<http://purl.org/vocab/frbr/core#Manifestation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b68 <http://www.w3.org/2002/07/owl#intersectionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b71 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b75 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#embodimentOf> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b69 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b78 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n4a594ec2b6714efca9755f3c1a5a1a61b75 .
<http://purl.org/vocab/frbr/core#Manifestation> <http://www.w3.org/2002/07/owl#equivalentClass> _:n4a594ec2b6714efca9755f3c1a5a1a61b74 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b71 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Endeavour> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b77 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Endeavour> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b75 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b78 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b79 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b77 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b78 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b69 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b76 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#exemplar> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b71 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b72 .
<http://purl.org/vocab/frbr/core#Manifestation> <http://purl.org/vocab/vann/example> "\n :my-manifestation a frbr:Manifestation ;\n frbr:embodimentOf :my-expression ;\n frbr:exemplar :my-item ;\n frbr:part :my-other-manifestation .\n\n :my-expression a frbr:Expression .\n\n :my-item a frbr:Item .\n\n :my-other-manifestation a frbr:Manifestation .\n " .
_:n4a594ec2b6714efca9755f3c1a5a1a61b70 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b68 <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/2002/07/owl#disjointWith> <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 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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:Object a owl:Class ;
rdfs:label "object"@en ;
vann:example """
:my-work a frbr:Work ;
frbr:subject :my-object .
:my-object a frbr:Object .
""" ;
rdfs:comment """A material thing.
"""@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subClassOf frbr:Subject ;
vs:term_status reg:statusStable ;
skos1:note """
The entity defined as object encompasses a comprehensive range of material things that may be the subject of a work: animate and inanimate objects occurring in nature; fixed, movable, and moving objects that are the product of human creation; objects that no longer exist.
"""@en .
[] a owl:AllDisjointClasses ;
owl:members ( frbr:Concept frbr:Event frbr:Object frbr:Place ) .
<?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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b122">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Event"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b123"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b123">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Object"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b124"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#Object">
<rdfs:comment xml:lang="en">A material thing.
</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:label xml:lang="en">object</rdfs:label>
<rdfs:subClassOf rdf:resource="http://purl.org/vocab/frbr/core#Subject"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<skos1:note xml:lang="en">
The entity defined as object encompasses a comprehensive range of material things that may be the subject of a work: animate and inanimate objects occurring in nature; fixed, movable, and moving objects that are the product of human creation; objects that no longer exist.
</skos1:note>
<vann:example>
:my-work a frbr:Work ;
frbr:subject :my-object .
:my-object a frbr:Object .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b124">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Place"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b121">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Concept"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b122"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b120">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b121"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#Object",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-work a frbr:Work ;\n frbr:subject :my-object .\n\n :my-object a frbr:Object .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A material thing.\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": "object"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/vocab/frbr/core#Subject"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nThe entity defined as object encompasses a comprehensive range of material things that may be the subject of a work: animate and inanimate objects occurring in nature; fixed, movable, and moving objects that are the product of human creation; objects that no longer exist.\n "
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b120",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#Concept"
},
{
"@id": "http://purl.org/vocab/frbr/core#Event"
},
{
"@id": "http://purl.org/vocab/frbr/core#Object"
},
{
"@id": "http://purl.org/vocab/frbr/core#Place"
}
]
}
]
}
]_:n4a594ec2b6714efca9755f3c1a5a1a61b122 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Event> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b123 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Object> .
<http://purl.org/vocab/frbr/core#Object> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b124 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b121 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Concept> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b122 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b123 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b120 <http://www.w3.org/2002/07/owl#members> _:n4a594ec2b6714efca9755f3c1a5a1a61b121 .
<http://purl.org/vocab/frbr/core#Object> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b120 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
<http://purl.org/vocab/frbr/core#Object> <http://www.w3.org/2000/01/rdf-schema#comment> "A material thing.\n"@en .
<http://purl.org/vocab/frbr/core#Object> <http://purl.org/vocab/vann/example> "\n :my-work a frbr:Work ;\n frbr:subject :my-object .\n\n :my-object a frbr:Object .\n " .
<http://purl.org/vocab/frbr/core#Object> <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#Object> <http://www.w3.org/2000/01/rdf-schema#label> "object"@en .
<http://purl.org/vocab/frbr/core#Object> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/vocab/frbr/core#Subject> .
<http://purl.org/vocab/frbr/core#Object> <http://www.w3.org/2008/05/skos#note> "\nThe entity defined as object encompasses a comprehensive range of material things that may be the subject of a work: animate and inanimate objects occurring in nature; fixed, movable, and moving objects that are the product of human creation; objects that no longer exist.\n "@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b123 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b124 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b124 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Place> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b121 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b122 .
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:Person a owl:Class ;
rdfs:label "person"@en ;
vann:example """
:my-person a frbr:Person ;
frbr:creatorOf :my-work .
""" ;
rdfs:comment "An individual."@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subClassOf frbr:ResponsibleEntity ;
vs:term_status reg:statusStable ;
skos1:note """
The entity defined as person encompasses individuals that are deceased as well as those that are living.
"""@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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="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#Person">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:comment xml:lang="en">An individual.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:subClassOf rdf:resource="http://purl.org/vocab/frbr/core#ResponsibleEntity"/>
<rdfs:label xml:lang="en">person</rdfs:label>
<skos1:note xml:lang="en">
The entity defined as person encompasses individuals that are deceased as well as those that are living.
</skos1:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-person a frbr:Person ;
frbr:creatorOf :my-work .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#Person",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person a frbr:Person ;\n frbr:creatorOf :my-work .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An individual."
}
],
"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": "person"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/vocab/frbr/core#ResponsibleEntity"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\n The entity defined as person encompasses individuals that are deceased as well as those that are living.\n "
}
]
}
]<http://purl.org/vocab/frbr/core#Person> <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#Person> <http://www.w3.org/2000/01/rdf-schema#comment> "An individual."@en .
<http://purl.org/vocab/frbr/core#Person> <http://www.w3.org/2008/05/skos#note> "\n The entity defined as person encompasses individuals that are deceased as well as those that are living.\n "@en .
<http://purl.org/vocab/frbr/core#Person> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#Person> <http://purl.org/vocab/vann/example> "\n :my-person a frbr:Person ;\n frbr:creatorOf :my-work .\n " .
<http://purl.org/vocab/frbr/core#Person> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/vocab/frbr/core#ResponsibleEntity> .
<http://purl.org/vocab/frbr/core#Person> <http://www.w3.org/2000/01/rdf-schema#label> "person"@en .
<http://purl.org/vocab/frbr/core#Person> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:Place a owl:Class ;
rdfs:label "place"@en ;
vann:example """
:my-work a frbr:Work ;
frbr:subject :my-place .
:my-place a frbr:Place .
""" ;
rdfs:comment """A location.
"""@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subClassOf frbr:Subject ;
vs:term_status reg:statusStable ;
skos1:note """
The entity defined as place encompasses a comprehensive range of locations: terrestrial and extra-terrestrial; historical and contemporary; geographic features and geo-political jurisdictions.
"""@en .
[] a owl:AllDisjointClasses ;
owl:members ( frbr:Concept frbr:Event frbr:Object frbr:Place ) .
<?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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b122">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Event"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b123"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b123">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Object"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b124"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#Place">
<rdfs:label xml:lang="en">place</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:subClassOf rdf:resource="http://purl.org/vocab/frbr/core#Subject"/>
<rdfs:comment xml:lang="en">A location.
</rdfs:comment>
<vann:example>
:my-work a frbr:Work ;
frbr:subject :my-place .
:my-place a frbr:Place .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos1:note xml:lang="en">
The entity defined as place encompasses a comprehensive range of locations: terrestrial and extra-terrestrial; historical and contemporary; geographic features and geo-political jurisdictions.
</skos1:note>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b124">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Place"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b121">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Concept"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b122"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b120">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b121"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b120",
"@type": [
"http://www.w3.org/2002/07/owl#AllDisjointClasses"
],
"http://www.w3.org/2002/07/owl#members": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#Concept"
},
{
"@id": "http://purl.org/vocab/frbr/core#Event"
},
{
"@id": "http://purl.org/vocab/frbr/core#Object"
},
{
"@id": "http://purl.org/vocab/frbr/core#Place"
}
]
}
]
},
{
"@id": "http://purl.org/vocab/frbr/core#Place",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-work a frbr:Work ;\n frbr:subject :my-place .\n\n :my-place a frbr:Place .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A 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://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "http://purl.org/vocab/frbr/core#Subject"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nThe entity defined as place encompasses a comprehensive range of locations: terrestrial and extra-terrestrial; historical and contemporary; geographic features and geo-political jurisdictions.\n "
}
]
}
]_:n4a594ec2b6714efca9755f3c1a5a1a61b122 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Event> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b123 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Object> .
<http://purl.org/vocab/frbr/core#Place> <http://www.w3.org/2008/05/skos#note> "\nThe entity defined as place encompasses a comprehensive range of locations: terrestrial and extra-terrestrial; historical and contemporary; geographic features and geo-political jurisdictions.\n "@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b124 <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/vocab/frbr/core#Place> <http://www.w3.org/2000/01/rdf-schema#label> "place"@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b121 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Concept> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b122 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b123 .
<http://purl.org/vocab/frbr/core#Place> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b120 <http://www.w3.org/2002/07/owl#members> _:n4a594ec2b6714efca9755f3c1a5a1a61b121 .
<http://purl.org/vocab/frbr/core#Place> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://purl.org/vocab/frbr/core#Subject> .
<http://purl.org/vocab/frbr/core#Place> <http://www.w3.org/2000/01/rdf-schema#comment> "A location.\n"@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b120 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AllDisjointClasses> .
<http://purl.org/vocab/frbr/core#Place> <http://purl.org/vocab/vann/example> "\n :my-work a frbr:Work ;\n frbr:subject :my-place .\n\n :my-place a frbr:Place .\n " .
<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> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b123 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b124 .
<http://purl.org/vocab/frbr/core#Place> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b124 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Place> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b121 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b122 .
IRI: http://purl.org/vocab/frbr/core#ResponsibleEntity
@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:ResponsibleEntity a owl:Class ;
rdfs:label "responsible entity"@en ;
vann:example """
:my-work a frbr:Work ;
frbr:responsibleEntity :my-responsible-entity .
:my-responsible-entity a frbr:ResponsibleEntity .
""" ;
rdfs:comment "An agent responsible for the intellectual or artistic content, the physical production and dissemination, or the custodianship of any endeavour."@en ;
rdfs:isDefinedBy frbr: ;
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#ResponsibleEntity">
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:label xml:lang="en">responsible entity</rdfs:label>
<rdfs:comment xml:lang="en">An agent responsible for the intellectual or artistic content, the physical production and dissemination, or the custodianship of any endeavour.</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-work a frbr:Work ;
frbr:responsibleEntity :my-responsible-entity .
:my-responsible-entity a frbr:ResponsibleEntity .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#ResponsibleEntity",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-work a frbr:Work ;\n frbr:responsibleEntity :my-responsible-entity .\n\n :my-responsible-entity a frbr:ResponsibleEntity .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An agent responsible for the intellectual or artistic content, the physical production and dissemination, or the custodianship of any 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": "responsible entity"
}
],
"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#ResponsibleEntity> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#ResponsibleEntity> <http://purl.org/vocab/vann/example> "\n :my-work a frbr:Work ;\n frbr:responsibleEntity :my-responsible-entity .\n\n :my-responsible-entity a frbr:ResponsibleEntity .\n " .
<http://purl.org/vocab/frbr/core#ResponsibleEntity> <http://www.w3.org/2000/01/rdf-schema#label> "responsible entity"@en .
<http://purl.org/vocab/frbr/core#ResponsibleEntity> <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#ResponsibleEntity> <http://www.w3.org/2000/01/rdf-schema#comment> "An agent responsible for the intellectual or artistic content, the physical production and dissemination, or the custodianship of any endeavour."@en .
<http://purl.org/vocab/frbr/core#ResponsibleEntity> <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#Subject
@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:Subject a owl:Class ;
rdfs:label "subject"@en ;
vann:example """
:my-work a frbr:Work ;
frbr:subject :my-subject .
:my-subject a frbr:Subject .
""" ;
rdfs:comment "An additional set of entities that serve as the subjects of works."@en ;
rdfs:isDefinedBy frbr: ;
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#Subject">
<rdfs:comment xml:lang="en">An additional set of entities that serve as the subjects of works.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:label xml:lang="en">subject</rdfs:label>
<vann:example>
:my-work a frbr:Work ;
frbr:subject :my-subject .
:my-subject a frbr:Subject .
</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#Subject",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-work a frbr:Work ;\n frbr:subject :my-subject .\n \n :my-subject a frbr:Subject .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An additional set of entities that serve as the subjects of works."
}
],
"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": "subject"
}
],
"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#Subject> <http://www.w3.org/2000/01/rdf-schema#comment> "An additional set of entities that serve as the subjects of works."@en .
<http://purl.org/vocab/frbr/core#Subject> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#Subject> <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#Subject> <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#Subject> <http://www.w3.org/2000/01/rdf-schema#label> "subject"@en .
<http://purl.org/vocab/frbr/core#Subject> <http://purl.org/vocab/vann/example> "\n :my-work a frbr:Work ;\n frbr:subject :my-subject .\n \n :my-subject a frbr:Subject .\n " .
IRI: https://ns.dublincore.org/openwemi/Work
@prefix openwemi: <https://ns.dublincore.org/openwemi/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
openwemi:Work a owl:Class ;
rdfs:label "work"@en ;
rdfs:comment "An abstract notion of an artistic or intellectual creation."@en ;
rdfs:isDefinedBy openwemi: ;
rdfs:subClassOf openwemi:Endeavor .
<?xml version="1.0" encoding="utf-8"?>
<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="https://ns.dublincore.org/openwemi/Work">
<rdfs:isDefinedBy rdf:resource="https://ns.dublincore.org/openwemi/"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:subClassOf rdf:resource="https://ns.dublincore.org/openwemi/Endeavor"/>
<rdfs:label xml:lang="en">work</rdfs:label>
<rdfs:comment xml:lang="en">An abstract notion of an artistic or intellectual creation.</rdfs:comment>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://ns.dublincore.org/openwemi/Work",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "An abstract notion of an artistic or intellectual creation."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "https://ns.dublincore.org/openwemi/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "work"
}
],
"http://www.w3.org/2000/01/rdf-schema#subClassOf": [
{
"@id": "https://ns.dublincore.org/openwemi/Endeavor"
}
]
}
]<https://ns.dublincore.org/openwemi/Work> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <https://ns.dublincore.org/openwemi/> .
<https://ns.dublincore.org/openwemi/Work> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://ns.dublincore.org/openwemi/Work> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <https://ns.dublincore.org/openwemi/Endeavor> .
<https://ns.dublincore.org/openwemi/Work> <http://www.w3.org/2000/01/rdf-schema#label> "work"@en .
<https://ns.dublincore.org/openwemi/Work> <http://www.w3.org/2000/01/rdf-schema#comment> "An abstract notion of an artistic or intellectual creation."@en .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix openwemi: <https://ns.dublincore.org/openwemi/> .
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:Work a owl:Class ;
rdfs:label "work"@en ;
vann:example """
:my-work a frbr:Work ;
frbr:realization :my-expression ;
frbr:part :my-other-work .
:my-expression a frbr:Expression .
:my-other-work a frbr:Work .
""" ;
rdfs:comment """A distinct intellectual or artistic creation.
"""@en ;
rdfs:isDefinedBy frbr: ;
owl:equivalentClass [ a owl:Class ;
owl:intersectionOf ( frbr:Endeavour [ a owl:Restriction ;
owl:onProperty frbr:realization ;
owl:someValuesFrom frbr:Expression ] ) ],
[ a owl:Class ;
owl:intersectionOf ( frbr:Endeavour [ a owl:Restriction ;
owl:allValuesFrom frbr:Work ;
owl:onProperty frbr:part ] [ a owl:Restriction ;
owl:allValuesFrom frbr:Work ;
owl:onProperty frbr:partOf ] ) ],
openwemi:Work ;
vs:term_status reg:statusStable ;
skos1:note """
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 .
<?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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="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#Work">
<owl:equivalentClass rdf:resource="https://ns.dublincore.org/openwemi/Work"/>
<owl:equivalentClass rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b84"/>
<owl:equivalentClass rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b80"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<rdfs:label xml:lang="en">work</rdfs:label>
<rdfs:comment xml:lang="en">A distinct intellectual or artistic creation.
</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<vann:example>
:my-work a frbr:Work ;
frbr:realization :my-expression ;
frbr:part :my-other-work .
:my-expression a frbr:Expression .
:my-other-work a frbr:Work .
</vann:example>
<skos1:note xml:lang="en">
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.
</skos1:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b86">
<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="n4a594ec2b6714efca9755f3c1a5a1a61b85">
<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:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b81">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Restriction"/>
<owl:onProperty rdf:resource="http://purl.org/vocab/frbr/core#realization"/>
<owl:someValuesFrom rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b88">
<rdf:first rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b85"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b89"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b89">
<rdf:first rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b86"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b87">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b88"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b82">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b83"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b83">
<rdf:first rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b81"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b84">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:intersectionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b87"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b80">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:intersectionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b82"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#Work",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-work a frbr:Work ;\n frbr:realization :my-expression ;\n frbr:part :my-other-work .\n\n :my-expression a frbr:Expression .\n\n :my-other-work a frbr:Work .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A distinct intellectual or artistic creation.\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://www.w3.org/2002/07/owl#equivalentClass": [
{
"@id": "https://ns.dublincore.org/openwemi/Work"
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b84"
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b80"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nA work is an abstract entity; there is no single material object one can point to as the work. \nWe 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. \nWhen 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 "
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b84",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#intersectionOf": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b85"
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b86"
}
]
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b85",
"@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": "_:n4a594ec2b6714efca9755f3c1a5a1a61b86",
"@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"
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b80",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#intersectionOf": [
{
"@list": [
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b81"
}
]
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b81",
"@type": [
"http://www.w3.org/2002/07/owl#Restriction"
],
"http://www.w3.org/2002/07/owl#onProperty": [
{
"@id": "http://purl.org/vocab/frbr/core#realization"
}
],
"http://www.w3.org/2002/07/owl#someValuesFrom": [
{
"@id": "http://purl.org/vocab/frbr/core#Expression"
}
]
}
]<http://purl.org/vocab/frbr/core#Work> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b86 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b85 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b81 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#Work> <http://purl.org/vocab/vann/example> "\n :my-work a frbr:Work ;\n frbr:realization :my-expression ;\n frbr:part :my-other-work .\n\n :my-expression a frbr:Expression .\n\n :my-other-work a frbr:Work .\n " .
_:n4a594ec2b6714efca9755f3c1a5a1a61b88 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n4a594ec2b6714efca9755f3c1a5a1a61b85 .
<http://purl.org/vocab/frbr/core#Work> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b89 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n4a594ec2b6714efca9755f3c1a5a1a61b86 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b86 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/vocab/frbr/core#Work> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b85 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#part> .
<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> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b89 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b81 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#realization> .
<http://purl.org/vocab/frbr/core#Work> <http://www.w3.org/2000/01/rdf-schema#label> "work"@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b85 <http://www.w3.org/2002/07/owl#allValuesFrom> <http://purl.org/vocab/frbr/core#Work> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b87 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b88 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b87 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Endeavour> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b81 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b88 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b89 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b82 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b83 .
<http://purl.org/vocab/frbr/core#Work> <http://www.w3.org/2002/07/owl#equivalentClass> <https://ns.dublincore.org/openwemi/Work> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b83 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> _:n4a594ec2b6714efca9755f3c1a5a1a61b81 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b82 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Endeavour> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b86 <http://www.w3.org/2002/07/owl#onProperty> <http://purl.org/vocab/frbr/core#partOf> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b84 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b84 <http://www.w3.org/2002/07/owl#intersectionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b87 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b80 <http://www.w3.org/2002/07/owl#intersectionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b82 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b80 <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/2002/07/owl#equivalentClass> _:n4a594ec2b6714efca9755f3c1a5a1a61b84 .
<http://purl.org/vocab/frbr/core#Work> <http://www.w3.org/2002/07/owl#equivalentClass> _:n4a594ec2b6714efca9755f3c1a5a1a61b80 .
<http://purl.org/vocab/frbr/core#Work> <http://www.w3.org/2008/05/skos#note> "\nA work is an abstract entity; there is no single material object one can point to as the work. \nWe 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. \nWhen 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#comment> "A distinct intellectual or artistic creation.\n"@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b83 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
Jump to:
IRI: http://purl.org/vocab/frbr/core#abridgement
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:abridgement a owl:ObjectProperty ;
rdfs:label "has abridgement"@en ;
vann:example """
:my-expression a frbr:Expression ;
frbr:abridgement :my-other-expression .
:my-other-expression a frbr:Expression .
""" ;
rdfs:comment """A relation in which an expression is abridged in another one.
"""@en ;
rdfs:domain frbr:Expression ;
rdfs:isDefinedBy frbr: ;
rdfs:range frbr:Expression ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf frbr:abridgementOf ;
vs:term_status reg:statusStable ;
skos1:note """
In the abridged expression some content of the previous expression is removed, but the result does not alter the content to the extent that it becomes a new work. The expressions resulting from such modification are generally autonomous in nature (i.e., they do not normally require reference to the prior expression in order to be used or understood).
"""@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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="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#abridgement">
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#abridgementOf"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdfs:label xml:lang="en">has abridgement</rdfs:label>
<rdfs:comment xml:lang="en">A relation in which an expression is abridged in another one.
</rdfs:comment>
<skos1:note xml:lang="en">
In the abridged expression some content of the previous expression is removed, but the result does not alter the content to the extent that it becomes a new work. The expressions resulting from such modification are generally autonomous in nature (i.e., they do not normally require reference to the prior expression in order to be used or understood).
</skos1:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-expression a frbr:Expression ;
frbr:abridgement :my-other-expression .
:my-other-expression a frbr:Expression .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#abridgement",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-expression a frbr:Expression ;\n frbr:abridgement :my-other-expression .\n\n :my-other-expression a frbr:Expression .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation in which an expression is abridged in another one.\n"
}
],
"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 abridgement"
}
],
"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#inverseOf": [
{
"@id": "http://purl.org/vocab/frbr/core#abridgementOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nIn the abridged expression some content of the previous expression is removed, but the result does not alter the content to the extent that it becomes a new work. The expressions resulting from such modification are generally autonomous in nature (i.e., they do not normally require reference to the prior expression in order to be used or understood).\n "
}
]
}
]<http://purl.org/vocab/frbr/core#abridgement> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#abridgement> <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#abridgement> <http://www.w3.org/2008/05/skos#note> "\nIn the abridged expression some content of the previous expression is removed, but the result does not alter the content to the extent that it becomes a new work. The expressions resulting from such modification are generally autonomous in nature (i.e., they do not normally require reference to the prior expression in order to be used or understood).\n "@en .
<http://purl.org/vocab/frbr/core#abridgement> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#abridgementOf> .
<http://purl.org/vocab/frbr/core#abridgement> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#abridgement> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#abridgement> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#abridgement> <http://purl.org/vocab/vann/example> "\n :my-expression a frbr:Expression ;\n frbr:abridgement :my-other-expression .\n\n :my-other-expression a frbr:Expression .\n " .
<http://purl.org/vocab/frbr/core#abridgement> <http://www.w3.org/2000/01/rdf-schema#label> "has abridgement"@en .
<http://purl.org/vocab/frbr/core#abridgement> <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#abridgement> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation in which an expression is abridged in another one.\n"@en .
IRI: http://purl.org/vocab/frbr/core#adaption
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:adaption a owl:ObjectProperty ;
rdfs:label "has adaption"@en ;
vann:example """
:my-expression a frbr:Expression ;
frbr:adaption :my-other-expression .
:my-other-expression a frbr:Expression .
""" ;
rdfs:comment """A relation in which a work or expression is adapted in another one.
"""@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( frbr:Expression frbr:Work ) ] ;
rdfs:isDefinedBy frbr: ;
rdfs:range [ a owl:Class ;
owl:unionOf ( frbr:Expression frbr:Work ) ] ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf frbr:adaptionOf ;
vs:term_status reg:statusStable ;
skos1:note """
This property describe the modification of an original work that is sufficient in degree to warrant their being considered as new works, rather than simply different expressions of the same work.
If there exists a relation of this kind among two different expressions, they always refer to different works.
"""@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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b14">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b15"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#adaption">
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#adaptionOf"/>
<rdfs:domain rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b11"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">has adaption</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:comment xml:lang="en">A relation in which a work or expression is adapted in another one.
</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:range rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b14"/>
<skos1:note xml:lang="en">
This property describe the modification of an original work that is sufficient in degree to warrant their being considered as new works, rather than simply different expressions of the same work.
If there exists a relation of this kind among two different expressions, they always refer to different works.
</skos1:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-expression a frbr:Expression ;
frbr:adaption :my-other-expression .
:my-other-expression a frbr:Expression .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b15">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b16"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b16">
<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="n4a594ec2b6714efca9755f3c1a5a1a61b11">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b12"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b12">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b13"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b13">
<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:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#adaption",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-expression a frbr:Expression ;\n frbr:adaption :my-other-expression .\n\n :my-other-expression a frbr:Expression . \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation in which a work or expression is adapted in another one.\n"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b11"
}
],
"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 adaption"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b14"
}
],
"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/vocab/frbr/core#adaptionOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nThis property describe the modification of an original work that is sufficient in degree to warrant their being considered as new works, rather than simply different expressions of the same work. \nIf there exists a relation of this kind among two different expressions, they always refer to different works.\n "
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b11",
"@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#Work"
}
]
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b14",
"@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#Work"
}
]
}
]
}
]_:n4a594ec2b6714efca9755f3c1a5a1a61b14 <http://www.w3.org/2002/07/owl#unionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b15 .
<http://purl.org/vocab/frbr/core#adaption> <http://www.w3.org/2008/05/skos#note> "\nThis property describe the modification of an original work that is sufficient in degree to warrant their being considered as new works, rather than simply different expressions of the same work. \nIf there exists a relation of this kind among two different expressions, they always refer to different works.\n "@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b16 .
<http://purl.org/vocab/frbr/core#adaption> <http://www.w3.org/2000/01/rdf-schema#domain> _:n4a594ec2b6714efca9755f3c1a5a1a61b11 .
<http://purl.org/vocab/frbr/core#adaption> <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#adaption> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b11 <http://www.w3.org/2002/07/owl#unionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b12 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b13 .
<http://purl.org/vocab/frbr/core#adaption> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Work> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#adaption> <http://www.w3.org/2000/01/rdf-schema#range> _:n4a594ec2b6714efca9755f3c1a5a1a61b14 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b14 <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#adaption> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#adaptionOf> .
<http://purl.org/vocab/frbr/core#adaption> <http://purl.org/vocab/vann/example> "\n :my-expression a frbr:Expression ;\n frbr:adaption :my-other-expression .\n\n :my-other-expression a frbr:Expression . \n " .
<http://purl.org/vocab/frbr/core#adaption> <http://www.w3.org/2000/01/rdf-schema#label> "has adaption"@en .
<http://purl.org/vocab/frbr/core#adaption> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#adaption> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation in which a work or expression is adapted in another one.\n"@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Work> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Expression> .
IRI: http://purl.org/vocab/frbr/core#alternate
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:alternate a owl:ObjectProperty ;
rdfs:label "has alternate"@en ;
vann:example """
:my-manifestation a frbr:Manifestation ;
frbr:alternate :my-other-manifestation .
;my-other-manifestation a frbr:Manifestation .
""" ;
rdfs:comment """The relation in which a manifestation has another one as alternate.
"""@en ;
rdfs:domain frbr:Manifestation ;
rdfs:isDefinedBy frbr: ;
rdfs:range frbr:Manifestation ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf frbr:alternateOf ;
vs:term_status reg:statusStable ;
skos1:note """
The alternate relationship involves manifestations that effectively serve as alternates for each other.
The alternate relationship obtains, for example, when a publication, sound recording, video, etc. is issued in more than one format or when it is released simultaneously by different publishers in different countries.
"""@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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="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#alternate">
<rdfs:comment xml:lang="en">The relation in which a manifestation has another one as alternate.
</rdfs:comment>
<rdfs:label xml:lang="en">has alternate</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Manifestation"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Manifestation"/>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#alternateOf"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-manifestation a frbr:Manifestation ;
frbr:alternate :my-other-manifestation .
;my-other-manifestation a frbr:Manifestation .
</vann:example>
<skos1:note xml:lang="en">
The alternate relationship involves manifestations that effectively serve as alternates for each other.
The alternate relationship obtains, for example, when a publication, sound recording, video, etc. is issued in more than one format or when it is released simultaneously by different publishers in different countries.
</skos1:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#alternate",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-manifestation a frbr:Manifestation ;\n frbr:alternate :my-other-manifestation .\n\n ;my-other-manifestation a frbr:Manifestation .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation in which a manifestation has another one as alternate.\n"
}
],
"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 alternate"
}
],
"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/vocab/frbr/core#alternateOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nThe alternate relationship involves manifestations that effectively serve as alternates for each other. \nThe alternate relationship obtains, for example, when a publication, sound recording, video, etc. is issued in more than one format or when it is released simultaneously by different publishers in different countries.\n "
}
]
}
]<http://purl.org/vocab/frbr/core#alternate> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation in which a manifestation has another one as alternate.\n"@en .
<http://purl.org/vocab/frbr/core#alternate> <http://www.w3.org/2000/01/rdf-schema#label> "has alternate"@en .
<http://purl.org/vocab/frbr/core#alternate> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Manifestation> .
<http://purl.org/vocab/frbr/core#alternate> <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#alternate> <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#alternate> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Manifestation> .
<http://purl.org/vocab/frbr/core#alternate> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#alternateOf> .
<http://purl.org/vocab/frbr/core#alternate> <http://www.w3.org/2008/05/skos#note> "\nThe alternate relationship involves manifestations that effectively serve as alternates for each other. \nThe alternate relationship obtains, for example, when a publication, sound recording, video, etc. is issued in more than one format or when it is released simultaneously by different publishers in different countries.\n "@en .
<http://purl.org/vocab/frbr/core#alternate> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#alternate> <http://purl.org/vocab/vann/example> "\n :my-manifestation a frbr:Manifestation ;\n frbr:alternate :my-other-manifestation .\n\n ;my-other-manifestation a frbr:Manifestation .\n " .
<http://purl.org/vocab/frbr/core#alternate> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
IRI: http://purl.org/vocab/frbr/core#arrangement
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:arrangement a owl:ObjectProperty ;
rdfs:label "has arrangement"@en ;
vann:example """
:my-expression a frbr:Expression ;
frbr:arrangement :my-other-expression .
:my-other-expression a frbr:Expression .
""" ;
rdfs:comment """A relation in which an expression is arranged in another one.
"""@en ;
rdfs:domain frbr:Expression ;
rdfs:isDefinedBy frbr: ;
rdfs:range frbr:Expression ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf frbr:arrangementOf ;
vs:term_status reg:statusStable ;
skos1:note """
In the arranged expression some content of the previous expression is changed in some way, but the result does not alter the content to the extent that it becomes a new work.
The expressions resulting from such modification are generally autonomous in nature (i.e., they do not normally require reference to the prior expression in order to be used or understood).
"""@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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="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#arrangement">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#arrangementOf"/>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdfs:comment xml:lang="en">A relation in which an expression is arranged in another one.
</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:label xml:lang="en">has arrangement</rdfs:label>
<skos1:note xml:lang="en">
In the arranged expression some content of the previous expression is changed in some way, but the result does not alter the content to the extent that it becomes a new work.
The expressions resulting from such modification are generally autonomous in nature (i.e., they do not normally require reference to the prior expression in order to be used or understood).
</skos1:note>
<vann:example>
:my-expression a frbr:Expression ;
frbr:arrangement :my-other-expression .
:my-other-expression a frbr:Expression .
</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#arrangement",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-expression a frbr:Expression ;\n frbr:arrangement :my-other-expression .\n\n :my-other-expression a frbr:Expression . \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation in which an expression is arranged in another one.\n"
}
],
"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 arrangement"
}
],
"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#inverseOf": [
{
"@id": "http://purl.org/vocab/frbr/core#arrangementOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nIn the arranged expression some content of the previous expression is changed in some way, but the result does not alter the content to the extent that it becomes a new work. \nThe expressions resulting from such modification are generally autonomous in nature (i.e., they do not normally require reference to the prior expression in order to be used or understood).\n "
}
]
}
]<http://purl.org/vocab/frbr/core#arrangement> <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#arrangement> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#arrangementOf> .
<http://purl.org/vocab/frbr/core#arrangement> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#arrangement> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#arrangement> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation in which an expression is arranged in another one.\n"@en .
<http://purl.org/vocab/frbr/core#arrangement> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#arrangement> <http://purl.org/vocab/vann/example> "\n :my-expression a frbr:Expression ;\n frbr:arrangement :my-other-expression .\n\n :my-other-expression a frbr:Expression . \n " .
<http://purl.org/vocab/frbr/core#arrangement> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#arrangement> <http://www.w3.org/2000/01/rdf-schema#label> "has arrangement"@en .
<http://purl.org/vocab/frbr/core#arrangement> <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#arrangement> <http://www.w3.org/2008/05/skos#note> "\nIn the arranged expression some content of the previous expression is changed in some way, but the result does not alter the content to the extent that it becomes a new work. \nThe expressions resulting from such modification are generally autonomous in nature (i.e., they do not normally require reference to the prior expression in order to be used or understood).\n "@en .
IRI: http://purl.org/vocab/frbr/core#complement
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:complement a owl:ObjectProperty ;
rdfs:label "has complement"@en ;
vann:example """
:my-expression a frbr:Expression ;
frbr:complement :my-other-expression .
:my-other-expression a frbr:Expression .
""" ;
rdfs:comment """A relation in which a work or expression has another one as complement.
"""@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( frbr:Expression frbr:Work ) ] ;
rdfs:isDefinedBy frbr: ;
rdfs:range [ a owl:Class ;
owl:unionOf ( frbr:Expression frbr:Work ) ] ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf frbr:complementOf ;
vs:term_status reg:statusStable ;
skos1:note """
This property describes works that are intended to be combined with or inserted into the related work.
In other words, they are intended to be integrated in some way with the other work, but were not part of the original conception of that prior work.
If there exists a relation of this kind among two different expressions, then they always refer to different works.
"""@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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b18">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b19"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b21">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b22"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#complement">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">has complement</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:domain rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b17"/>
<rdfs:comment xml:lang="en">A relation in which a work or expression has another one as complement.
</rdfs:comment>
<rdfs:range rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b20"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#complementOf"/>
<skos1:note xml:lang="en">
This property describes works that are intended to be combined with or inserted into the related work.
In other words, they are intended to be integrated in some way with the other work, but were not part of the original conception of that prior work.
If there exists a relation of this kind among two different expressions, then they always refer to different works.
</skos1:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-expression a frbr:Expression ;
frbr:complement :my-other-expression .
:my-other-expression a frbr:Expression .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b17">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b18"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b22">
<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="n4a594ec2b6714efca9755f3c1a5a1a61b20">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b21"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b19">
<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:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#complement",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-expression a frbr:Expression ;\n frbr:complement :my-other-expression .\n\n :my-other-expression a frbr:Expression . \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation in which a work or expression has another one as complement.\n"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b17"
}
],
"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 complement"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b20"
}
],
"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/vocab/frbr/core#complementOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nThis property describes works that are intended to be combined with or inserted into the related work. \nIn other words, they are intended to be integrated in some way with the other work, but were not part of the original conception of that prior work. \nIf there exists a relation of this kind among two different expressions, then they always refer to different works.\n "
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b17",
"@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#Work"
}
]
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b20",
"@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#Work"
}
]
}
]
}
]_:n4a594ec2b6714efca9755f3c1a5a1a61b18 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b19 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b21 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#complement> <http://www.w3.org/2000/01/rdf-schema#label> "has complement"@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b17 <http://www.w3.org/2002/07/owl#unionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b18 .
<http://purl.org/vocab/frbr/core#complement> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation in which a work or expression has another one as complement.\n"@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b21 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b22 .
<http://purl.org/vocab/frbr/core#complement> <http://www.w3.org/2000/01/rdf-schema#range> _:n4a594ec2b6714efca9755f3c1a5a1a61b20 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b22 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b20 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b19 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Work> .
<http://purl.org/vocab/frbr/core#complement> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#complementOf> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b20 <http://www.w3.org/2002/07/owl#unionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b21 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b18 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#complement> <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#complement> <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#complement> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#complement> <http://www.w3.org/2000/01/rdf-schema#domain> _:n4a594ec2b6714efca9755f3c1a5a1a61b17 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b17 <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#complement> <http://purl.org/vocab/vann/example> "\n :my-expression a frbr:Expression ;\n frbr:complement :my-other-expression .\n\n :my-other-expression a frbr:Expression . \n " .
_:n4a594ec2b6714efca9755f3c1a5a1a61b19 <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/vocab/frbr/core#complement> <http://www.w3.org/2008/05/skos#note> "\nThis property describes works that are intended to be combined with or inserted into the related work. \nIn other words, they are intended to be integrated in some way with the other work, but were not part of the original conception of that prior work. \nIf there exists a relation of this kind among two different expressions, then they always refer to different works.\n "@en .
<http://purl.org/vocab/frbr/core#complement> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b22 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <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#> .
@prefix reg: <http://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:creator a owl:ObjectProperty ;
rdfs:label "has creator"@en ;
vann:example """
:my-work a frbr:Work ;
frbr:creator :my-person .
""" ;
rdfs:comment "The relation between a work and its creator."@en ;
rdfs:domain frbr:Work ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:responsibleEntity ;
owl:inverseOf frbr:creatorOf ;
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#creator">
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#responsibleEntity"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
<rdfs:comment xml:lang="en">The relation between a work and its creator.</rdfs:comment>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#creatorOf"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">has creator</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<vann:example>
:my-work a frbr:Work ;
frbr:creator :my-person .
</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#creator",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-work a frbr:Work ;\n frbr:creator :my-person .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a work and its creator."
}
],
"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 creator"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#responsibleEntity"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/vocab/frbr/core#creatorOf"
}
],
"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#creator> <http://purl.org/vocab/vann/example> "\n :my-work a frbr:Work ;\n frbr:creator :my-person .\n " .
<http://purl.org/vocab/frbr/core#creator> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#responsibleEntity> .
<http://purl.org/vocab/frbr/core#creator> <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#creator> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Work> .
<http://purl.org/vocab/frbr/core#creator> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a work and its creator."@en .
<http://purl.org/vocab/frbr/core#creator> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#creatorOf> .
<http://purl.org/vocab/frbr/core#creator> <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#creator> <http://www.w3.org/2000/01/rdf-schema#label> "has creator"@en .
<http://purl.org/vocab/frbr/core#creator> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
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-expression a frbr:Expression ;
frbr:embodiment :my-manifestation .
:my-manifestation a frbr:Manifestation .
""" ;
rdfs:comment "A relation in which an expression is embodied in a manifestation."@en ;
rdfs:domain frbr:Expression ;
rdfs:isDefinedBy frbr: ;
rdfs:range frbr:Manifestation ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf frbr:embodimentOf ;
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#embodiment">
<rdfs:comment xml:lang="en">A relation in which an expression is embodied in a manifestation.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdfs:label xml:lang="en">has embodiment</rdfs:label>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#embodimentOf"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Manifestation"/>
<vann:example>
:my-expression a frbr:Expression ;
frbr:embodiment :my-manifestation .
:my-manifestation a frbr:Manifestation .
</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#embodiment",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-expression a frbr:Expression ;\n frbr:embodiment :my-manifestation .\n\n :my-manifestation a frbr:Manifestation .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation in which an expression is embodied in a manifestation."
}
],
"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/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/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://purl.org/vocab/frbr/core#embodiment> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation in which an expression is embodied in a manifestation."@en .
<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#label> "has embodiment"@en .
<http://purl.org/vocab/frbr/core#embodiment> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#embodimentOf> .
<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://purl.org/vocab/vann/example> "\n :my-expression a frbr:Expression ;\n frbr:embodiment :my-manifestation .\n\n :my-manifestation a frbr:Manifestation .\n " .
<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#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#embodiment> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Manifestation> .
IRI: http://purl.org/vocab/frbr/core#exemplar
@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-manifestation a frbr:Manifestation ;
frbr:exemplar :my-item .
:my-item a frbr:Item .
""" ;
rdfs:comment "A relation in which a manifestation is exemplified in an item."@en ;
rdfs:domain frbr:Manifestation ;
rdfs:isDefinedBy frbr: ;
rdfs:range frbr:Item ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf frbr:exemplarOf ;
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#exemplar">
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#exemplarOf"/>
<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: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">has exemplar</rdfs:label>
<rdfs:comment xml:lang="en">A relation in which a manifestation is exemplified in an item.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-manifestation a frbr:Manifestation ;
frbr:exemplar :my-item .
:my-item a frbr:Item .
</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-manifestation a frbr:Manifestation ;\n frbr:exemplar :my-item .\n\n :my-item a frbr:Item .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation in which a manifestation is exemplified in an item."
}
],
"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/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/vocab/frbr/core#exemplarOf"
}
],
"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://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#exemplarOf> .
<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://purl.org/vocab/vann/example> "\n :my-manifestation a frbr:Manifestation ;\n frbr:exemplar :my-item .\n\n :my-item a frbr:Item .\n " .
<http://purl.org/vocab/frbr/core#exemplar> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<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 .
<http://purl.org/vocab/frbr/core#exemplar> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation in which a manifestation is exemplified in an item."@en .
IRI: http://purl.org/vocab/frbr/core#imitation
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:imitation a owl:ObjectProperty ;
rdfs:label "has imitation"@en ;
vann:example """
:my-expression a frbr:Expression ;
frbr:imitation :my-other-expression .
:my-other-expression a frbr:Expression .
""" ;
rdfs:comment """A relation in which a work or expression is imitated in another one.
"""@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( frbr:Expression frbr:Work ) ] ;
rdfs:isDefinedBy frbr: ;
rdfs:range [ a owl:Class ;
owl:unionOf ( frbr:Expression frbr:Work ) ] ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf frbr:imitationOf ;
vs:term_status reg:statusStable ;
skos1:note """
This property describes works that are intended to be an imitation another original work that is sufficient in degree to warrant their being considered as new works, rather than simply different expressions of the same work.
If there exists a relation of this kind among two different expressions, then they always refer to different works.
"""@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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="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#imitation">
<rdfs:range rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b26"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#imitationOf"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:comment xml:lang="en">A relation in which a work or expression is imitated in another one.
</rdfs:comment>
<rdfs:domain rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b23"/>
<rdfs:label xml:lang="en">has imitation</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vann:example>
:my-expression a frbr:Expression ;
frbr:imitation :my-other-expression .
:my-other-expression a frbr:Expression .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos1:note xml:lang="en">
This property describes works that are intended to be an imitation another original work that is sufficient in degree to warrant their being considered as new works, rather than simply different expressions of the same work.
If there exists a relation of this kind among two different expressions, then they always refer to different works.
</skos1:note>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b23">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b24"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b25">
<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="n4a594ec2b6714efca9755f3c1a5a1a61b27">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b28"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b24">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b25"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b26">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b27"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b28">
<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:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#imitation",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-expression a frbr:Expression ;\n frbr:imitation :my-other-expression .\n\n :my-other-expression a frbr:Expression . \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation in which a work or expression is imitated in another one.\n"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b23"
}
],
"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 imitation"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b26"
}
],
"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/vocab/frbr/core#imitationOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nThis property describes works that are intended to be an imitation another original work that is sufficient in degree to warrant their being considered as new works, rather than simply different expressions of the same work. \nIf there exists a relation of this kind among two different expressions, then they always refer to different works.\n "
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b26",
"@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#Work"
}
]
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b23",
"@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#Work"
}
]
}
]
}
]<http://purl.org/vocab/frbr/core#imitation> <http://www.w3.org/2000/01/rdf-schema#range> _:n4a594ec2b6714efca9755f3c1a5a1a61b26 .
<http://purl.org/vocab/frbr/core#imitation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b23 <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#imitation> <http://www.w3.org/2000/01/rdf-schema#label> "has imitation"@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b25 <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/vocab/frbr/core#imitation> <http://purl.org/vocab/vann/example> "\n :my-expression a frbr:Expression ;\n frbr:imitation :my-other-expression .\n\n :my-other-expression a frbr:Expression . \n " .
_:n4a594ec2b6714efca9755f3c1a5a1a61b27 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b28 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b24 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b25 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b24 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#imitation> <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#imitation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b23 <http://www.w3.org/2002/07/owl#unionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b24 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b26 <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#imitation> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#imitationOf> .
<http://purl.org/vocab/frbr/core#imitation> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#imitation> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation in which a work or expression is imitated in another one.\n"@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b27 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Expression> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b28 <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/vocab/frbr/core#imitation> <http://www.w3.org/2000/01/rdf-schema#domain> _:n4a594ec2b6714efca9755f3c1a5a1a61b23 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b26 <http://www.w3.org/2002/07/owl#unionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b27 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b25 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Work> .
<http://purl.org/vocab/frbr/core#imitation> <http://www.w3.org/2008/05/skos#note> "\nThis property describes works that are intended to be an imitation another original work that is sufficient in degree to warrant their being considered as new works, rather than simply different expressions of the same work. \nIf there exists a relation of this kind among two different expressions, then they always refer to different works.\n "@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b28 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <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#> .
@prefix reg: <http://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:owner a owl:ObjectProperty ;
rdfs:label "has owner"@en ;
vann:example """
:my-item a frbr:Item ;
frbr:owner :my-person .
""" ;
rdfs:comment "The relation between an item and its owner."@en ;
rdfs:domain frbr:Item ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:responsibleEntity ;
owl:inverseOf frbr:ownerOf ;
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#owner">
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Item"/>
<rdfs:comment xml:lang="en">The relation between an item and its owner.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:label xml:lang="en">has owner</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#responsibleEntity"/>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#ownerOf"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-item a frbr:Item ;
frbr:owner :my-person .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#owner",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-item a frbr:Item ;\n frbr:owner :my-person .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between an item and its owner."
}
],
"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": "has owner"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#responsibleEntity"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/vocab/frbr/core#ownerOf"
}
],
"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#owner> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Item> .
<http://purl.org/vocab/frbr/core#owner> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between an item and its owner."@en .
<http://purl.org/vocab/frbr/core#owner> <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#owner> <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#owner> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#owner> <http://www.w3.org/2000/01/rdf-schema#label> "has owner"@en .
<http://purl.org/vocab/frbr/core#owner> <http://purl.org/vocab/vann/example> "\n :my-item a frbr:Item ;\n frbr:owner :my-person .\n " .
<http://purl.org/vocab/frbr/core#owner> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#responsibleEntity> .
<http://purl.org/vocab/frbr/core#owner> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#ownerOf> .
IRI: http://purl.org/vocab/frbr/core#part
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:part a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "has part"@en ;
vann:example """
:my-work a frbr:Work ;
frbr:part :my-other-work .
:my-other-work a frbr:Work .
""" ;
rdfs:comment "A relation that identifies a part of an endeavour."@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf frbr:partOf ;
vs:term_status reg:statusStable ;
skos1:note "Unlike the FRBR version in RDF http://vocab.org/frbr/core.html the present version defines partonomy relationships transitive."@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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="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">
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#partOf"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">has part</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:comment xml:lang="en">A relation that identifies a part of an endeavour.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos1:note xml:lang="en">Unlike the FRBR version in RDF http://vocab.org/frbr/core.html the present version defines partonomy relationships transitive.</skos1:note>
<vann:example>
:my-work a frbr:Work ;
frbr:part :my-other-work .
:my-other-work a frbr:Work .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#part",
"@type": [
"http://www.w3.org/2002/07/owl#TransitiveProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-work a frbr:Work ;\n frbr:part :my-other-work .\n\n :my-other-work a frbr:Work .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation that identifies a part of an 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 part"
}
],
"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/vocab/frbr/core#partOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "Unlike the FRBR version in RDF http://vocab.org/frbr/core.html the present version defines partonomy relationships transitive."
}
]
}
]<http://purl.org/vocab/frbr/core#part> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#partOf> .
<http://purl.org/vocab/frbr/core#part> <http://www.w3.org/2008/05/skos#note> "Unlike the FRBR version in RDF http://vocab.org/frbr/core.html the present version defines partonomy relationships transitive."@en .
<http://purl.org/vocab/frbr/core#part> <http://purl.org/vocab/vann/example> "\n :my-work a frbr:Work ;\n frbr:part :my-other-work .\n\n :my-other-work a frbr:Work .\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/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#TransitiveProperty> .
<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#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#part> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation that identifies a part of an endeavour."@en .
<http://purl.org/vocab/frbr/core#part> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
IRI: http://purl.org/vocab/frbr/core#producer
@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:producer a owl:ObjectProperty ;
rdfs:label "has producer"@en ;
vann:example """
:my-manifestation a frbr:Manifestation ;
frbr:producer :my-person .
""" ;
rdfs:comment "The relation between a manifestation and its producer."@en ;
rdfs:domain frbr:Manifestation ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:responsibleEntity ;
owl:inverseOf frbr:producerOf ;
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#producer">
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#responsibleEntity"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Manifestation"/>
<rdfs:comment xml:lang="en">The relation between a manifestation and its producer.</rdfs:comment>
<rdfs:label xml:lang="en">has producer</rdfs:label>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#producerOf"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-manifestation a frbr:Manifestation ;
frbr:producer :my-person .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#producer",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-manifestation a frbr:Manifestation ;\n frbr:producer :my-person .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a manifestation and its producer."
}
],
"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 producer"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#responsibleEntity"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/vocab/frbr/core#producerOf"
}
],
"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#producer> <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#producer> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#responsibleEntity> .
<http://purl.org/vocab/frbr/core#producer> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#producer> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Manifestation> .
<http://purl.org/vocab/frbr/core#producer> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a manifestation and its producer."@en .
<http://purl.org/vocab/frbr/core#producer> <http://www.w3.org/2000/01/rdf-schema#label> "has producer"@en .
<http://purl.org/vocab/frbr/core#producer> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#producerOf> .
<http://purl.org/vocab/frbr/core#producer> <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#producer> <http://purl.org/vocab/vann/example> "\n :my-manifestation a frbr:Manifestation ;\n frbr:producer :my-person .\n " .
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-work a frbr:Work ;
frbr:realization :my-expression .
:my-expression a frbr:Expression .
""" ;
rdfs:comment "A relation in which a work is realized through an expression."@en ;
rdfs:domain frbr:Work ;
rdfs:isDefinedBy frbr: ;
rdfs:range frbr:Expression ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf frbr:realizationOf ;
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#realization">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A relation in which a work is realized through an expression.</rdfs:comment>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdfs:label xml:lang="en">has realization</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#realizationOf"/>
<vann:example>
:my-work a frbr:Work ;
frbr:realization :my-expression .
:my-expression a frbr:Expression .
</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-work a frbr:Work ;\n frbr:realization :my-expression .\n\n :my-expression a frbr:Expression .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation in which a work is realized through an expression."
}
],
"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/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/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://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#comment> "A relation in which a work is realized through an expression."@en .
<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#range> <http://purl.org/vocab/frbr/core#Expression> .
<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://purl.org/vocab/vann/example> "\n :my-work a frbr:Work ;\n frbr:realization :my-expression .\n\n :my-expression a frbr:Expression .\n " .
<http://purl.org/vocab/frbr/core#realization> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#realization> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#realizationOf> .
IRI: http://purl.org/vocab/frbr/core#realizer
@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:realizer a owl:ObjectProperty ;
rdfs:label "has realizer"@en ;
vann:example """
:my-expression a frbr:Expression ;
frbr:realizer :my-person .
""" ;
rdfs:comment "The relation between an expression and its realizer."@en ;
rdfs:domain frbr:Expression ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:responsibleEntity ;
owl:inverseOf frbr:realizerOf ;
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#realizer">
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#realizerOf"/>
<rdfs:label xml:lang="en">has realizer</rdfs:label>
<rdfs:comment xml:lang="en">The relation between an expression and its realizer.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#responsibleEntity"/>
<vann:example>
:my-expression a frbr:Expression ;
frbr:realizer :my-person .
</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#realizer",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-expression a frbr:Expression ;\n frbr:realizer :my-person .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between an expression and its realizer."
}
],
"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 realizer"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#responsibleEntity"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/vocab/frbr/core#realizerOf"
}
],
"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#realizer> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#realizer> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#realizerOf> .
<http://purl.org/vocab/frbr/core#realizer> <http://www.w3.org/2000/01/rdf-schema#label> "has realizer"@en .
<http://purl.org/vocab/frbr/core#realizer> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between an expression and its realizer."@en .
<http://purl.org/vocab/frbr/core#realizer> <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#realizer> <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#realizer> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#realizer> <http://purl.org/vocab/vann/example> "\n :my-expression a frbr:Expression ;\n frbr:realizer :my-person .\n " .
<http://purl.org/vocab/frbr/core#realizer> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#responsibleEntity> .
IRI: http://purl.org/vocab/frbr/core#reconfiguration
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:reconfiguration a owl:ObjectProperty ;
rdfs:label "has reconfiguration"@en ;
vann:example """
:my-item a frbr:Item ;
frbr:reconfiguration :my-other-item .
:my-other-item a frbr:Item .
""" ;
rdfs:comment """A relation in which an item is reconfigured in another one.
"""@en ;
rdfs:domain frbr:Item ;
rdfs:isDefinedBy frbr: ;
rdfs:range frbr:Item ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf frbr:reconfigurationOf ;
vs:term_status reg:statusStable ;
skos1:note """
The reconfiguration relationship is one in which one or more items are changed in such a way that a new item or items result.
Most commonly, an item of one manifestation is bound with an item of a different manifestation to make a new item.
"""@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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="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#reconfiguration">
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Item"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#reconfigurationOf"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A relation in which an item is reconfigured in another one.
</rdfs:comment>
<rdfs:label xml:lang="en">has reconfiguration</rdfs:label>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Item"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-item a frbr:Item ;
frbr:reconfiguration :my-other-item .
:my-other-item a frbr:Item .
</vann:example>
<skos1:note xml:lang="en">
The reconfiguration relationship is one in which one or more items are changed in such a way that a new item or items result.
Most commonly, an item of one manifestation is bound with an item of a different manifestation to make a new item.
</skos1:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#reconfiguration",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-item a frbr:Item ;\n frbr:reconfiguration :my-other-item .\n\n :my-other-item a frbr:Item .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation in which an item is reconfigured in another one.\n"
}
],
"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": "has reconfiguration"
}
],
"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/vocab/frbr/core#reconfigurationOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nThe reconfiguration relationship is one in which one or more items are changed in such a way that a new item or items result. \nMost commonly, an item of one manifestation is bound with an item of a different manifestation to make a new item.\n "
}
]
}
]<http://purl.org/vocab/frbr/core#reconfiguration> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#reconfiguration> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Item> .
<http://purl.org/vocab/frbr/core#reconfiguration> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#reconfigurationOf> .
<http://purl.org/vocab/frbr/core#reconfiguration> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#reconfiguration> <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#reconfiguration> <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#reconfiguration> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation in which an item is reconfigured in another one.\n"@en .
<http://purl.org/vocab/frbr/core#reconfiguration> <http://www.w3.org/2000/01/rdf-schema#label> "has reconfiguration"@en .
<http://purl.org/vocab/frbr/core#reconfiguration> <http://purl.org/vocab/vann/example> "\n :my-item a frbr:Item ;\n frbr:reconfiguration :my-other-item .\n\n :my-other-item a frbr:Item .\n " .
<http://purl.org/vocab/frbr/core#reconfiguration> <http://www.w3.org/2008/05/skos#note> "\nThe reconfiguration relationship is one in which one or more items are changed in such a way that a new item or items result. \nMost commonly, an item of one manifestation is bound with an item of a different manifestation to make a new item.\n "@en .
<http://purl.org/vocab/frbr/core#reconfiguration> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Item> .
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 vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:relatedEndeavour a owl:ObjectProperty ;
rdfs:label "has related endeavour"@en ;
vann:example """
:my endeavour a frbr:Endeavour ;
frbr:relatedEndeavour :my-other-endeavour .
:my-other-endeavour a frbr:Endeavour .
""" ;
rdfs:comment "A generic relation between two endeavours."@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:vann="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#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">A generic relation between two endeavours.</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#"/>
<vann:example>
:my endeavour a frbr:Endeavour ;
frbr:relatedEndeavour :my-other-endeavour .
:my-other-endeavour a frbr:Endeavour .
</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#relatedEndeavour",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my endeavour a frbr:Endeavour ;\n frbr:relatedEndeavour :my-other-endeavour .\n\n :my-other-endeavour a frbr:Endeavour .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A generic relation between two endeavours."
}
],
"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/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#comment> "A generic relation between two endeavours."@en .
<http://purl.org/vocab/frbr/core#relatedEndeavour> <http://purl.org/vocab/vann/example> "\n :my endeavour a frbr:Endeavour ;\n frbr:relatedEndeavour :my-other-endeavour .\n\n :my-other-endeavour a frbr:Endeavour .\n " .
<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#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#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
IRI: http://purl.org/vocab/frbr/core#reproduction
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:reproduction a owl:ObjectProperty ;
rdfs:label "has reproduction"@en ;
vann:example """
:my-item a frbr:Item ;
frbr:reproduction :my-other-item .
:my-other-item a frbr:Item .
""" ;
rdfs:comment """A relation in which a manifestation or item is reproduced in another one.
"""@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( frbr:Item frbr:Manifestation ) ] ;
rdfs:isDefinedBy frbr: ;
rdfs:range [ a owl:Class ;
owl:unionOf ( frbr:Item frbr:Manifestation ) ] ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf frbr:reproductionOf ;
vs:term_status reg:statusStable ;
skos1:note """
A reproduction indicates the relationship as it would be drawn from the first manifestation/item in the relationship to the second manifestation/item in the relationship.
"""@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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b6">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Manifestation"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#reproduction">
<rdfs:range rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b4"/>
<rdfs:comment xml:lang="en">A relation in which a manifestation or item is reproduced in another one.
</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:label xml:lang="en">has reproduction</rdfs:label>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#reproductionOf"/>
<rdfs:domain rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b1"/>
<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"/>
<skos1:note xml:lang="en">
A reproduction indicates the relationship as it would be drawn from the first manifestation/item in the relationship to the second manifestation/item in the relationship.
</skos1:note>
<vann:example>
:my-item a frbr:Item ;
frbr:reproduction :my-other-item .
:my-other-item a frbr:Item .
</vann:example>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b4">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b5"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b3">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Manifestation"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b5">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Item"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b6"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b1">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b2"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b2">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Item"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b3"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#reproduction",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-item a frbr:Item ;\n frbr:reproduction :my-other-item .\n\n :my-other-item a frbr:Item .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation in which a manifestation or item is reproduced in another one.\n"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b1"
}
],
"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 reproduction"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b4"
}
],
"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/vocab/frbr/core#reproductionOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nA reproduction indicates the relationship as it would be drawn from the first manifestation/item in the relationship to the second manifestation/item in the relationship.\n "
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b4",
"@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#Item"
},
{
"@id": "http://purl.org/vocab/frbr/core#Manifestation"
}
]
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b1",
"@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#Item"
},
{
"@id": "http://purl.org/vocab/frbr/core#Manifestation"
}
]
}
]
}
]_:n4a594ec2b6714efca9755f3c1a5a1a61b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Manifestation> .
<http://purl.org/vocab/frbr/core#reproduction> <http://www.w3.org/2000/01/rdf-schema#range> _:n4a594ec2b6714efca9755f3c1a5a1a61b4 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b4 <http://www.w3.org/2002/07/owl#unionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b5 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Item> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b6 .
<http://purl.org/vocab/frbr/core#reproduction> <http://purl.org/vocab/vann/example> "\n :my-item a frbr:Item ;\n frbr:reproduction :my-other-item .\n\n :my-other-item a frbr:Item .\n " .
<http://purl.org/vocab/frbr/core#reproduction> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#reproductionOf> .
<http://purl.org/vocab/frbr/core#reproduction> <http://www.w3.org/2000/01/rdf-schema#domain> _:n4a594ec2b6714efca9755f3c1a5a1a61b1 .
<http://purl.org/vocab/frbr/core#reproduction> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#reproduction> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation in which a manifestation or item is reproduced in another one.\n"@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Manifestation> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b4 <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#reproduction> <http://www.w3.org/2008/05/skos#note> "\nA reproduction indicates the relationship as it would be drawn from the first manifestation/item in the relationship to the second manifestation/item in the relationship.\n "@en .
<http://purl.org/vocab/frbr/core#reproduction> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Item> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b3 .
<http://purl.org/vocab/frbr/core#reproduction> <http://www.w3.org/2000/01/rdf-schema#label> "has reproduction"@en .
<http://purl.org/vocab/frbr/core#reproduction> <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#reproduction> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b1 <http://www.w3.org/2002/07/owl#unionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b2 .
IRI: http://purl.org/vocab/frbr/core#responsibleEntity
@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:responsibleEntity a owl:ObjectProperty ;
rdfs:label "has responsible entity"@en ;
vann:example """
:my-work a frbr:Work ;
frbr:responsibleEntity :my-responsible-entity .
:my-responsible-entity a frbr:ResponsibleEntity .
""" ;
rdfs:comment "A relation between any endeavour and a particular entity that is responsible of it."@en ;
rdfs:domain frbr:Endeavour ;
rdfs:isDefinedBy frbr: ;
rdfs:range frbr:ResponsibleEntity ;
owl:inverseOf frbr:responsibleEntityOf ;
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#responsibleEntity">
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#ResponsibleEntity"/>
<rdfs:label xml:lang="en">has responsible entity</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#responsibleEntityOf"/>
<rdfs:comment xml:lang="en">A relation between any endeavour and a particular entity that is responsible of it.</rdfs:comment>
<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-work a frbr:Work ;
frbr:responsibleEntity :my-responsible-entity .
:my-responsible-entity a frbr:ResponsibleEntity .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#responsibleEntity",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-work a frbr:Work ;\n frbr:responsibleEntity :my-responsible-entity .\n\n :my-responsible-entity a frbr:ResponsibleEntity .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation between any endeavour and a particular entity that is responsible of it."
}
],
"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 responsible entity"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "http://purl.org/vocab/frbr/core#ResponsibleEntity"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/vocab/frbr/core#responsibleEntityOf"
}
],
"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#responsibleEntity> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#responsibleEntity> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#ResponsibleEntity> .
<http://purl.org/vocab/frbr/core#responsibleEntity> <http://www.w3.org/2000/01/rdf-schema#label> "has responsible entity"@en .
<http://purl.org/vocab/frbr/core#responsibleEntity> <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#responsibleEntity> <http://purl.org/vocab/vann/example> "\n :my-work a frbr:Work ;\n frbr:responsibleEntity :my-responsible-entity .\n\n :my-responsible-entity a frbr:ResponsibleEntity .\n " .
<http://purl.org/vocab/frbr/core#responsibleEntity> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#responsibleEntityOf> .
<http://purl.org/vocab/frbr/core#responsibleEntity> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between any endeavour and a particular entity that is responsible of it."@en .
<http://purl.org/vocab/frbr/core#responsibleEntity> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Endeavour> .
<http://purl.org/vocab/frbr/core#responsibleEntity> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/vocab/frbr/core#revision
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:revision a owl:ObjectProperty ;
rdfs:label "has revision"@en ;
vann:example """
:my-expression a frbr:Expression ;
frbr:imitation :my-other-expression .
:my-other-expression a frbr:Expression .
""" ;
rdfs:comment """A relation in which an expression is revised in another one.
"""@en ;
rdfs:domain frbr:Expression ;
rdfs:isDefinedBy frbr: ;
rdfs:range frbr:Expression ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf frbr:revisionOf ;
vs:term_status reg:statusStable ;
skos1:note """
A revision has the intent to alter or update the content of the prior expression, but without changing the content so much that it becomes a new work.
"""@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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="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#revision">
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#revisionOf"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdfs:label xml:lang="en">has revision</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:comment xml:lang="en">A relation in which an expression is revised in another one.
</rdfs:comment>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<vann:example>
:my-expression a frbr:Expression ;
frbr:imitation :my-other-expression .
:my-other-expression a frbr:Expression .
</vann:example>
<skos1:note xml:lang="en">
A revision has the intent to alter or update the content of the prior expression, but without changing the content so much that it becomes a new work.
</skos1:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#revision",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-expression a frbr:Expression ;\n frbr:imitation :my-other-expression .\n\n :my-other-expression a frbr:Expression . \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation in which an expression is revised in another one.\n"
}
],
"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 revision"
}
],
"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#inverseOf": [
{
"@id": "http://purl.org/vocab/frbr/core#revisionOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nA revision has the intent to alter or update the content of the prior expression, but without changing the content so much that it becomes a new work.\n "
}
]
}
]<http://purl.org/vocab/frbr/core#revision> <http://purl.org/vocab/vann/example> "\n :my-expression a frbr:Expression ;\n frbr:imitation :my-other-expression .\n\n :my-other-expression a frbr:Expression . \n " .
<http://purl.org/vocab/frbr/core#revision> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#revisionOf> .
<http://purl.org/vocab/frbr/core#revision> <http://www.w3.org/2008/05/skos#note> "\nA revision has the intent to alter or update the content of the prior expression, but without changing the content so much that it becomes a new work.\n "@en .
<http://purl.org/vocab/frbr/core#revision> <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#revision> <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#revision> <http://www.w3.org/2000/01/rdf-schema#label> "has revision"@en .
<http://purl.org/vocab/frbr/core#revision> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#revision> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#revision> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#revision> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation in which an expression is revised in another one.\n"@en .
<http://purl.org/vocab/frbr/core#revision> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Expression> .
IRI: http://purl.org/vocab/frbr/core#subject
@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#> .
frbr:subject a owl:ObjectProperty ;
rdfs:label "has subject"@en ;
vann:example """
:my-work a frbr:Work ;
frbr:subject
:my-organization ,
:my-subject ,
:my-other-work .
""" ;
rdfs:comment "The relation between a work and a particular subject it is talking about."@en ;
rdfs:domain frbr:Work ;
rdfs:isDefinedBy frbr: ;
rdfs:range [ a owl:Class ;
owl:unionOf ( frbr:CorporateBody frbr:Endeavour frbr:Subject ) ] ;
owl:inverseOf frbr:subjectOf ;
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#subject">
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:range rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b7"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Work"/>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#subjectOf"/>
<rdfs:label xml:lang="en">has subject</rdfs:label>
<rdfs:comment xml:lang="en">The relation between a work and a particular subject it is talking about.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vann:example>
:my-work a frbr:Work ;
frbr:subject
:my-organization ,
:my-subject ,
:my-other-work .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b10">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Subject"/>
<rdf:rest rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#nil"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b9">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Endeavour"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b10"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b8">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#CorporateBody"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b9"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b7">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b8"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#subject",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-work a frbr:Work ;\n frbr:subject\n :my-organization ,\n :my-subject ,\n :my-other-work .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a work and a particular subject it is talking about."
}
],
"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 subject"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b7"
}
],
"http://www.w3.org/2002/07/owl#inverseOf": [
{
"@id": "http://purl.org/vocab/frbr/core#subjectOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b7",
"@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#CorporateBody"
},
{
"@id": "http://purl.org/vocab/frbr/core#Endeavour"
},
{
"@id": "http://purl.org/vocab/frbr/core#Subject"
}
]
}
]
}
]<http://purl.org/vocab/frbr/core#subject> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Work> .
<http://purl.org/vocab/frbr/core#subject> <http://purl.org/vocab/vann/example> "\n :my-work a frbr:Work ;\n frbr:subject\n :my-organization ,\n :my-subject ,\n :my-other-work .\n " .
_:n4a594ec2b6714efca9755f3c1a5a1a61b10 <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/vocab/frbr/core#subject> <http://www.w3.org/2000/01/rdf-schema#label> "has subject"@en .
<http://purl.org/vocab/frbr/core#subject> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a work and a particular subject it is talking about."@en .
<http://purl.org/vocab/frbr/core#subject> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#subject> <http://www.w3.org/2000/01/rdf-schema#range> _:n4a594ec2b6714efca9755f3c1a5a1a61b7 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Endeavour> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b10 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Subject> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#CorporateBody> .
<http://purl.org/vocab/frbr/core#subject> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#subjectOf> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b7 <http://www.w3.org/2002/07/owl#unionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b8 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b9 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b7 <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#subject> <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#subject> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/vocab/frbr/core#successor
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:successor a owl:ObjectProperty ;
rdfs:label "has successor"@en ;
vann:example """
:my-expression a frbr:Expression ;
frbr:successor :my-other-expression .
:my-other-expression a frbr:Expression .
""" ;
rdfs:comment """A relation in which a work or expression has another one as successor.
"""@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( frbr:Expression frbr:Work ) ] ;
rdfs:isDefinedBy frbr: ;
rdfs:range [ a owl:Class ;
owl:unionOf ( frbr:Expression frbr:Work ) ] ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf frbr:successorOf ;
vs:term_status reg:statusStable ;
skos1:note """
The successor type of relationship involves a kind of linear progression of content from one work/expression to the other.
In some cases, the content of the successor may be closely connected to the content of the preceding work, which would result in a work that is referential.
In others, such as with loosely connected parts of a trilogy, the successor will be autonomous.
Serial publications that result from the merger or split of their predecessors and stand on their own without requiring reference to the predecessor are also examples of autonomous works that fall within the successor relationship type.
If there exists a relation of this kind among two different expressions, then they always refer to different works.
"""@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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="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#successor">
<rdfs:comment xml:lang="en">A relation in which a work or expression has another one as successor.
</rdfs:comment>
<rdfs:domain rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b29"/>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#successorOf"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:label xml:lang="en">has successor</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:range rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b32"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-expression a frbr:Expression ;
frbr:successor :my-other-expression .
:my-other-expression a frbr:Expression .
</vann:example>
<skos1:note xml:lang="en">
The successor type of relationship involves a kind of linear progression of content from one work/expression to the other.
In some cases, the content of the successor may be closely connected to the content of the preceding work, which would result in a work that is referential.
In others, such as with loosely connected parts of a trilogy, the successor will be autonomous.
Serial publications that result from the merger or split of their predecessors and stand on their own without requiring reference to the predecessor are also examples of autonomous works that fall within the successor relationship type.
If there exists a relation of this kind among two different expressions, then they always refer to different works.
</skos1:note>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b30">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b31"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b34">
<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="n4a594ec2b6714efca9755f3c1a5a1a61b31">
<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="n4a594ec2b6714efca9755f3c1a5a1a61b32">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b33"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b29">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b30"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b33">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b34"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#successor",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-expression a frbr:Expression ;\n frbr:successor :my-other-expression .\n\n :my-other-expression a frbr:Expression . \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation in which a work or expression has another one as successor.\n"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b29"
}
],
"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 successor"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b32"
}
],
"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/vocab/frbr/core#successorOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nThe successor type of relationship involves a kind of linear progression of content from one work/expression to the other. \nIn some cases, the content of the successor may be closely connected to the content of the preceding work, which would result in a work that is referential. \nIn others, such as with loosely connected parts of a trilogy, the successor will be autonomous. \nSerial publications that result from the merger or split of their predecessors and stand on their own without requiring reference to the predecessor are also examples of autonomous works that fall within the successor relationship type. \nIf there exists a relation of this kind among two different expressions, then they always refer to different works.\n "
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b29",
"@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#Work"
}
]
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b32",
"@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#Work"
}
]
}
]
}
]<http://purl.org/vocab/frbr/core#successor> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation in which a work or expression has another one as successor.\n"@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b30 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b31 .
<http://purl.org/vocab/frbr/core#successor> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#successorOf> .
<http://purl.org/vocab/frbr/core#successor> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b34 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Work> .
<http://purl.org/vocab/frbr/core#successor> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b31 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Work> .
<http://purl.org/vocab/frbr/core#successor> <http://www.w3.org/2000/01/rdf-schema#label> "has successor"@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b31 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b32 <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#successor> <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#successor> <http://purl.org/vocab/vann/example> "\n :my-expression a frbr:Expression ;\n frbr:successor :my-other-expression .\n\n :my-other-expression a frbr:Expression . \n " .
_:n4a594ec2b6714efca9755f3c1a5a1a61b29 <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#successor> <http://www.w3.org/2008/05/skos#note> "\nThe successor type of relationship involves a kind of linear progression of content from one work/expression to the other. \nIn some cases, the content of the successor may be closely connected to the content of the preceding work, which would result in a work that is referential. \nIn others, such as with loosely connected parts of a trilogy, the successor will be autonomous. \nSerial publications that result from the merger or split of their predecessors and stand on their own without requiring reference to the predecessor are also examples of autonomous works that fall within the successor relationship type. \nIf there exists a relation of this kind among two different expressions, then they always refer to different works.\n "@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b29 <http://www.w3.org/2002/07/owl#unionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b30 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b33 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#successor> <http://www.w3.org/2000/01/rdf-schema#domain> _:n4a594ec2b6714efca9755f3c1a5a1a61b29 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b32 <http://www.w3.org/2002/07/owl#unionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b33 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b30 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Expression> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b33 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b34 .
<http://purl.org/vocab/frbr/core#successor> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#successor> <http://www.w3.org/2000/01/rdf-schema#range> _:n4a594ec2b6714efca9755f3c1a5a1a61b32 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b34 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
IRI: http://purl.org/vocab/frbr/core#summarization
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:summarization a owl:ObjectProperty ;
rdfs:label "has summarization"@en ;
vann:example """
:my-expression a frbr:Expression ;
frbr:summarization :my-other-expression .
:my-other-expression a frbr:Expression .
""" ;
rdfs:comment """A relation in which a work or expression is summarized in another one.
"""@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( frbr:Expression frbr:Work ) ] ;
rdfs:isDefinedBy frbr: ;
rdfs:range [ a owl:Class ;
owl:unionOf ( frbr:Expression frbr:Work ) ] ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf frbr:summarizationOf ;
vs:term_status reg:statusStable ;
skos1:note """
This property describes the summarization of an original work that is sufficient in degree to warrant their being considered as new works, rather than simply different expressions of the same work.
If there exists a relation of this kind among two different expressions, they always refer to different works.
"""@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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b37">
<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="n4a594ec2b6714efca9755f3c1a5a1a61b39">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b40"/>
</rdf:Description>
<rdf:Description rdf:about="http://purl.org/vocab/frbr/core#summarization">
<rdfs:label xml:lang="en">has summarization</rdfs:label>
<rdfs:comment xml:lang="en">A relation in which a work or expression is summarized in another one.
</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b38"/>
<rdfs:domain rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b35"/>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#summarizationOf"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<vann:example>
:my-expression a frbr:Expression ;
frbr:summarization :my-other-expression .
:my-other-expression a frbr:Expression .
</vann:example>
<skos1:note xml:lang="en">
This property describes the summarization of an original work that is sufficient in degree to warrant their being considered as new works, rather than simply different expressions of the same work.
If there exists a relation of this kind among two different expressions, they always refer to different works.
</skos1:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b38">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b39"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b40">
<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="n4a594ec2b6714efca9755f3c1a5a1a61b36">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b37"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b35">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b36"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#summarization",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-expression a frbr:Expression ;\n frbr:summarization :my-other-expression .\n\n :my-other-expression a frbr:Expression . \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation in which a work or expression is summarized in another one.\n"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b35"
}
],
"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 summarization"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b38"
}
],
"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/vocab/frbr/core#summarizationOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nThis property describes the summarization of an original work that is sufficient in degree to warrant their being considered as new works, rather than simply different expressions of the same work. \nIf there exists a relation of this kind among two different expressions, they always refer to different works.\n "
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b38",
"@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#Work"
}
]
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b35",
"@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#Work"
}
]
}
]
}
]_:n4a594ec2b6714efca9755f3c1a5a1a61b37 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Work> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b39 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b40 .
<http://purl.org/vocab/frbr/core#summarization> <http://www.w3.org/2008/05/skos#note> "\nThis property describes the summarization of an original work that is sufficient in degree to warrant their being considered as new works, rather than simply different expressions of the same work. \nIf there exists a relation of this kind among two different expressions, they always refer to different works.\n "@en .
<http://purl.org/vocab/frbr/core#summarization> <http://www.w3.org/2000/01/rdf-schema#label> "has summarization"@en .
<http://purl.org/vocab/frbr/core#summarization> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation in which a work or expression is summarized in another one.\n"@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b38 <http://www.w3.org/2002/07/owl#unionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b39 .
<http://purl.org/vocab/frbr/core#summarization> <http://www.w3.org/2000/01/rdf-schema#domain> _:n4a594ec2b6714efca9755f3c1a5a1a61b35 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b40 <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/vocab/frbr/core#summarization> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b36 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b37 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b35 <http://www.w3.org/2002/07/owl#unionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b36 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b36 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Expression> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b37 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b40 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Work> .
<http://purl.org/vocab/frbr/core#summarization> <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#summarization> <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#summarization> <http://www.w3.org/2000/01/rdf-schema#range> _:n4a594ec2b6714efca9755f3c1a5a1a61b38 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b38 <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#summarization> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#summarizationOf> .
<http://purl.org/vocab/frbr/core#summarization> <http://purl.org/vocab/vann/example> "\n :my-expression a frbr:Expression ;\n frbr:summarization :my-other-expression .\n\n :my-other-expression a frbr:Expression . \n " .
_:n4a594ec2b6714efca9755f3c1a5a1a61b39 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Expression> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b35 <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#summarization> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
IRI: http://purl.org/vocab/frbr/core#supplement
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:supplement a owl:ObjectProperty ;
rdfs:label "has supplement"@en ;
vann:example """
:my-expression a frbr:Expression ;
frbr:supplement :my-other-expression .
:my-other-expression a frbr:Expression .
""" ;
rdfs:comment """A relation in which a work or expression has another one as supplement.
"""@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( frbr:Expression frbr:Work ) ] ;
rdfs:isDefinedBy frbr: ;
rdfs:range [ a owl:Class ;
owl:unionOf ( frbr:Expression frbr:Work ) ] ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf frbr:supplementOf ;
vs:term_status reg:statusStable ;
skos1:note """
The supplement relationship type involves works/expressions that are intended to be used in conjunction with another work/expression.
Some of these, such as indices, concordances, teachers' guides, glosses, and instruction manuals for electronic resources will be so closely associated with the content of the related work/expression that they are useless without the other work/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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="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#supplement">
<rdfs:domain rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b41"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:label xml:lang="en">has supplement</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:range rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b44"/>
<rdfs:comment xml:lang="en">A relation in which a work or expression has another one as supplement.
</rdfs:comment>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#supplementOf"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-expression a frbr:Expression ;
frbr:supplement :my-other-expression .
:my-other-expression a frbr:Expression .
</vann:example>
<skos1:note xml:lang="en">
The supplement relationship type involves works/expressions that are intended to be used in conjunction with another work/expression.
Some of these, such as indices, concordances, teachers' guides, glosses, and instruction manuals for electronic resources will be so closely associated with the content of the related work/expression that they are useless without the other work/expression.
</skos1:note>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b43">
<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="n4a594ec2b6714efca9755f3c1a5a1a61b44">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b45"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b46">
<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="n4a594ec2b6714efca9755f3c1a5a1a61b41">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b42"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b42">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b43"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b45">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b46"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#supplement",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-expression a frbr:Expression ;\n frbr:supplement :my-other-expression .\n\n :my-other-expression a frbr:Expression . \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation in which a work or expression has another one as supplement.\n"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b41"
}
],
"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 supplement"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b44"
}
],
"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/vocab/frbr/core#supplementOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nThe supplement relationship type involves works/expressions that are intended to be used in conjunction with another work/expression. \nSome of these, such as indices, concordances, teachers' guides, glosses, and instruction manuals for electronic resources will be so closely associated with the content of the related work/expression that they are useless without the other work/expression.\n "
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b41",
"@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#Work"
}
]
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b44",
"@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#Work"
}
]
}
]
}
]<http://purl.org/vocab/frbr/core#supplement> <http://www.w3.org/2000/01/rdf-schema#domain> _:n4a594ec2b6714efca9755f3c1a5a1a61b41 .
<http://purl.org/vocab/frbr/core#supplement> <http://www.w3.org/2008/05/skos#note> "\nThe supplement relationship type involves works/expressions that are intended to be used in conjunction with another work/expression. \nSome of these, such as indices, concordances, teachers' guides, glosses, and instruction manuals for electronic resources will be so closely associated with the content of the related work/expression that they are useless without the other work/expression.\n "@en .
<http://purl.org/vocab/frbr/core#supplement> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b43 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b44 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b46 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b41 <http://www.w3.org/2002/07/owl#unionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b42 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b41 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b42 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Expression> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b45 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Expression> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b45 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b46 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b43 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Work> .
<http://purl.org/vocab/frbr/core#supplement> <http://purl.org/vocab/vann/example> "\n :my-expression a frbr:Expression ;\n frbr:supplement :my-other-expression .\n\n :my-other-expression a frbr:Expression . \n " .
<http://purl.org/vocab/frbr/core#supplement> <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#supplement> <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#supplement> <http://www.w3.org/2000/01/rdf-schema#label> "has supplement"@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b44 <http://www.w3.org/2002/07/owl#unionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b45 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b42 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b43 .
<http://purl.org/vocab/frbr/core#supplement> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#supplement> <http://www.w3.org/2000/01/rdf-schema#range> _:n4a594ec2b6714efca9755f3c1a5a1a61b44 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b46 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Work> .
<http://purl.org/vocab/frbr/core#supplement> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation in which a work or expression has another one as supplement.\n"@en .
<http://purl.org/vocab/frbr/core#supplement> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#supplementOf> .
IRI: http://purl.org/vocab/frbr/core#transformation
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:transformation a owl:ObjectProperty ;
rdfs:label "has transformation"@en ;
vann:example """
:my-expression a frbr:Expression ;
frbr:transformation :my-other-expression .
:my-other-expression a frbr:Expression .
""" ;
rdfs:comment """A relation in which a work or expression is transformed in another one.
"""@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( frbr:Expression frbr:Work ) ] ;
rdfs:isDefinedBy frbr: ;
rdfs:range [ a owl:Class ;
owl:unionOf ( frbr:Expression frbr:Work ) ] ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf frbr:transformationOf ;
vs:term_status reg:statusStable ;
skos1:note """
This property describes the transformation of an original work or expression into another work or expression that is sufficiently different in degree to warrant the product of the transformation being considered as a new work or expression, rather than simply a different expression of the original work.
If there exists a frbr:transformation relation between two different expressions, then they always relate to different works.
"""@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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="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#transformation">
<rdfs:domain rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b47"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:label xml:lang="en">has transformation</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:range rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b50"/>
<rdfs:comment xml:lang="en">A relation in which a work or expression is transformed in another one.
</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#transformationOf"/>
<skos1:note xml:lang="en">
This property describes the transformation of an original work or expression into another work or expression that is sufficiently different in degree to warrant the product of the transformation being considered as a new work or expression, rather than simply a different expression of the original work.
If there exists a frbr:transformation relation between two different expressions, then they always relate to different works.
</skos1:note>
<vann:example>
:my-expression a frbr:Expression ;
frbr:transformation :my-other-expression .
:my-other-expression a frbr:Expression .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b49">
<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="n4a594ec2b6714efca9755f3c1a5a1a61b50">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b51"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b52">
<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="n4a594ec2b6714efca9755f3c1a5a1a61b51">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b52"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b48">
<rdf:first rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdf:rest rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b49"/>
</rdf:Description>
<rdf:Description rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b47">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
<owl:unionOf rdf:nodeID="n4a594ec2b6714efca9755f3c1a5a1a61b48"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#transformation",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-expression a frbr:Expression ;\n frbr:transformation :my-other-expression .\n\n :my-other-expression a frbr:Expression . \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation in which a work or expression is transformed in another one.\n"
}
],
"http://www.w3.org/2000/01/rdf-schema#domain": [
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b47"
}
],
"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 transformation"
}
],
"http://www.w3.org/2000/01/rdf-schema#range": [
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b50"
}
],
"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/vocab/frbr/core#transformationOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nThis property describes the transformation of an original work or expression into another work or expression that is sufficiently different in degree to warrant the product of the transformation being considered as a new work or expression, rather than simply a different expression of the original work. \nIf there exists a frbr:transformation relation between two different expressions, then they always relate to different works.\n "
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b47",
"@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#Work"
}
]
}
]
},
{
"@id": "_:n4a594ec2b6714efca9755f3c1a5a1a61b50",
"@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#Work"
}
]
}
]
}
]<http://purl.org/vocab/frbr/core#transformation> <http://www.w3.org/2008/05/skos#note> "\nThis property describes the transformation of an original work or expression into another work or expression that is sufficiently different in degree to warrant the product of the transformation being considered as a new work or expression, rather than simply a different expression of the original work. \nIf there exists a frbr:transformation relation between two different expressions, then they always relate to different works.\n "@en .
<http://purl.org/vocab/frbr/core#transformation> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b49 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Work> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b49 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b50 <http://www.w3.org/2002/07/owl#unionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b51 .
<http://purl.org/vocab/frbr/core#transformation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b52 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Work> .
<http://purl.org/vocab/frbr/core#transformation> <http://www.w3.org/2000/01/rdf-schema#range> _:n4a594ec2b6714efca9755f3c1a5a1a61b50 .
<http://purl.org/vocab/frbr/core#transformation> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation in which a work or expression is transformed in another one.\n"@en .
<http://purl.org/vocab/frbr/core#transformation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b51 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b52 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b51 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Expression> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b48 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:n4a594ec2b6714efca9755f3c1a5a1a61b49 .
<http://purl.org/vocab/frbr/core#transformation> <http://www.w3.org/2000/01/rdf-schema#domain> _:n4a594ec2b6714efca9755f3c1a5a1a61b47 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b50 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b48 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#transformation> <http://www.w3.org/2000/01/rdf-schema#label> "has transformation"@en .
_:n4a594ec2b6714efca9755f3c1a5a1a61b47 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
_:n4a594ec2b6714efca9755f3c1a5a1a61b47 <http://www.w3.org/2002/07/owl#unionOf> _:n4a594ec2b6714efca9755f3c1a5a1a61b48 .
_:n4a594ec2b6714efca9755f3c1a5a1a61b52 <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/vocab/frbr/core#transformation> <http://purl.org/vocab/vann/example> "\n :my-expression a frbr:Expression ;\n frbr:transformation :my-other-expression .\n\n :my-other-expression a frbr:Expression . \n " .
<http://purl.org/vocab/frbr/core#transformation> <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#transformation> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#transformationOf> .
IRI: http://purl.org/vocab/frbr/core#translation
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:translation a owl:ObjectProperty ;
rdfs:label "has translation"@en ;
vann:example """
:my-expression a frbr:Expression ;
frbr:translation :my-other-expression .
:my-other-expression a frbr:Expression .
""" ;
rdfs:comment """A relation in which an expression is translated in another one.
"""@en ;
rdfs:domain frbr:Expression ;
rdfs:isDefinedBy frbr: ;
rdfs:range frbr:Expression ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
owl:inverseOf frbr:translationOf ;
vs:term_status reg:statusStable ;
skos1:note """
It allows to refer to a literal translation, in which the intent is to render the intellectual content of the previous expression as accurately as possible.
"""@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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="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#translation">
<rdfs:label xml:lang="en">has translation</rdfs:label>
<rdfs:comment xml:lang="en">A relation in which an expression is translated in another one.
</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:range rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<owl:inverseOf rdf:resource="http://purl.org/vocab/frbr/core#translationOf"/>
<rdfs:domain rdf:resource="http://purl.org/vocab/frbr/core#Expression"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<vann:example>
:my-expression a frbr:Expression ;
frbr:translation :my-other-expression .
:my-other-expression a frbr:Expression .
</vann:example>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<skos1:note xml:lang="en">
It allows to refer to a literal translation, in which the intent is to render the intellectual content of the previous expression as accurately as possible.
</skos1:note>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#translation",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-expression a frbr:Expression ;\n frbr:translation :my-other-expression .\n\n :my-other-expression a frbr:Expression . \n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation in which an expression is translated in another one.\n"
}
],
"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 translation"
}
],
"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#inverseOf": [
{
"@id": "http://purl.org/vocab/frbr/core#translationOf"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "\nIt allows to refer to a literal translation, in which the intent is to render the intellectual content of the previous expression as accurately as possible.\n "
}
]
}
]<http://purl.org/vocab/frbr/core#translation> <http://www.w3.org/2000/01/rdf-schema#label> "has translation"@en .
<http://purl.org/vocab/frbr/core#translation> <http://www.w3.org/2008/05/skos#note> "\nIt allows to refer to a literal translation, in which the intent is to render the intellectual content of the previous expression as accurately as possible.\n "@en .
<http://purl.org/vocab/frbr/core#translation> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation in which an expression is translated in another one.\n"@en .
<http://purl.org/vocab/frbr/core#translation> <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#translation> <http://www.w3.org/2000/01/rdf-schema#range> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#translation> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#translation> <http://purl.org/vocab/vann/example> "\n :my-expression a frbr:Expression ;\n frbr:translation :my-other-expression .\n\n :my-other-expression a frbr:Expression . \n " .
<http://purl.org/vocab/frbr/core#translation> <http://www.w3.org/2002/07/owl#inverseOf> <http://purl.org/vocab/frbr/core#translationOf> .
<http://purl.org/vocab/frbr/core#translation> <http://www.w3.org/2000/01/rdf-schema#domain> <http://purl.org/vocab/frbr/core#Expression> .
<http://purl.org/vocab/frbr/core#translation> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#translation> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/vocab/frbr/core#abridgementOf
@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:abridgementOf a owl:ObjectProperty ;
rdfs:label "is abridgement of"@en ;
vann:example """
:my-other-expression a frbr:Expression ;
frbr:abridgementOf :my-expression .
:my-expression a frbr:Expression .
""" ;
rdfs:comment "A relation that identifies the entire expression of an abridged one."@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
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#abridgementOf">
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:comment xml:lang="en">A relation that identifies the entire expression of an abridged one.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">is abridgement of</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<vann:example>
:my-other-expression a frbr:Expression ;
frbr:abridgementOf :my-expression .
:my-expression a frbr:Expression .
</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#abridgementOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-other-expression a frbr:Expression ;\n frbr:abridgementOf :my-expression .\n\n :my-expression a frbr:Expression .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation that identifies the entire expression of an abridged one."
}
],
"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 abridgement of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"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#abridgementOf> <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#abridgementOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#abridgementOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#abridgementOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation that identifies the entire expression of an abridged one."@en .
<http://purl.org/vocab/frbr/core#abridgementOf> <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#abridgementOf> <http://www.w3.org/2000/01/rdf-schema#label> "is abridgement of"@en .
<http://purl.org/vocab/frbr/core#abridgementOf> <http://purl.org/vocab/vann/example> "\n :my-other-expression a frbr:Expression ;\n frbr:abridgementOf :my-expression .\n\n :my-expression a frbr:Expression .\n " .
IRI: http://purl.org/vocab/frbr/core#adaptionOf
@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:adaptionOf a owl:ObjectProperty ;
rdfs:label "is adaption of"@en ;
vann:example """
:my-other-expression a frbr:Expression ;
frbr:adaptionOf :my-expression .
:my-expression a frbr:Expression .
""" ;
rdfs:comment "A relation that identifies the work/expression of an adapted one."@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
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#adaptionOf">
<rdfs:label xml:lang="en">is adaption of</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A relation that identifies the work/expression of an adapted one.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<vann:example>
:my-other-expression a frbr:Expression ;
frbr:adaptionOf :my-expression .
:my-expression a frbr:Expression .
</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#adaptionOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-other-expression a frbr:Expression ;\n frbr:adaptionOf :my-expression .\n\n :my-expression a frbr:Expression .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation that identifies the work/expression of an adapted one."
}
],
"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 adaption of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"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#adaptionOf> <http://www.w3.org/2000/01/rdf-schema#label> "is adaption of"@en .
<http://purl.org/vocab/frbr/core#adaptionOf> <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#adaptionOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation that identifies the work/expression of an adapted one."@en .
<http://purl.org/vocab/frbr/core#adaptionOf> <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#adaptionOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#adaptionOf> <http://purl.org/vocab/vann/example> "\n :my-other-expression a frbr:Expression ;\n frbr:adaptionOf :my-expression .\n\n :my-expression a frbr:Expression .\n " .
<http://purl.org/vocab/frbr/core#adaptionOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
IRI: http://purl.org/vocab/frbr/core#alternateOf
@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:alternateOf a owl:ObjectProperty ;
rdfs:label "is alternate of"@en ;
vann:example """
:my-other-manifestation a frbr:Manifestation ;
frbr:alternateOf :my-manifestation .
:my-manifestation a frbr:Manifestation .
""" ;
rdfs:comment "A relation that identifies the manifestation of an alternative one."@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
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#alternateOf">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">is alternate of</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:comment xml:lang="en">A relation that identifies the manifestation of an alternative one.</rdfs:comment>
<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-other-manifestation a frbr:Manifestation ;
frbr:alternateOf :my-manifestation .
:my-manifestation a frbr:Manifestation .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#alternateOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-other-manifestation a frbr:Manifestation ;\n frbr:alternateOf :my-manifestation .\n\n :my-manifestation a frbr:Manifestation .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation that identifies the manifestation of an alternative one."
}
],
"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 alternate of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"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#alternateOf> <http://www.w3.org/2000/01/rdf-schema#label> "is alternate of"@en .
<http://purl.org/vocab/frbr/core#alternateOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#alternateOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation that identifies the manifestation of an alternative one."@en .
<http://purl.org/vocab/frbr/core#alternateOf> <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#alternateOf> <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#alternateOf> <http://purl.org/vocab/vann/example> "\n :my-other-manifestation a frbr:Manifestation ;\n frbr:alternateOf :my-manifestation .\n\n :my-manifestation a frbr:Manifestation .\n " .
<http://purl.org/vocab/frbr/core#alternateOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
IRI: http://purl.org/vocab/frbr/core#arrangementOf
@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:arrangementOf a owl:ObjectProperty ;
rdfs:label "is arrangement of"@en ;
vann:example """
:my-other-expression a frbr:Expression ;
frbr:arrangementOf :my-expression .
:my-expression a frbr:Expression .
""" ;
rdfs:comment "A relation that identifies the original expression of an arranged one."@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
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#arrangementOf">
<rdfs:label xml:lang="en">is arrangement of</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:comment xml:lang="en">A relation that identifies the original expression of an arranged one.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<vann:example>
:my-other-expression a frbr:Expression ;
frbr:arrangementOf :my-expression .
:my-expression a frbr:Expression .
</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#arrangementOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-other-expression a frbr:Expression ;\n frbr:arrangementOf :my-expression .\n\n :my-expression a frbr:Expression .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation that identifies the original expression of an arranged one."
}
],
"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 arrangement of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"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#arrangementOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#arrangementOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation that identifies the original expression of an arranged one."@en .
<http://purl.org/vocab/frbr/core#arrangementOf> <http://www.w3.org/2000/01/rdf-schema#label> "is arrangement of"@en .
<http://purl.org/vocab/frbr/core#arrangementOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#arrangementOf> <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#arrangementOf> <http://purl.org/vocab/vann/example> "\n :my-other-expression a frbr:Expression ;\n frbr:arrangementOf :my-expression .\n\n :my-expression a frbr:Expression .\n " .
<http://purl.org/vocab/frbr/core#arrangementOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/vocab/frbr/core#complementOf
@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:complementOf a owl:ObjectProperty ;
rdfs:label "is complement of"@en ;
vann:example """
:my-other-expression a frbr:Expression ;
frbr:complementOf :my-expression .
:my-expression a frbr:Expression .
""" ;
rdfs:comment "A relation that identifies the work or expression that is a complement of another one."@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
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#complementOf">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:label xml:lang="en">is complement of</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:comment xml:lang="en">A relation that identifies the work or expression that is a complement of another one.</rdfs:comment>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-other-expression a frbr:Expression ;
frbr:complementOf :my-expression .
:my-expression a frbr:Expression .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#complementOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-other-expression a frbr:Expression ;\n frbr:complementOf :my-expression .\n\n :my-expression a frbr:Expression .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation that identifies the work or expression that is a complement of another one."
}
],
"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 complement of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"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#complementOf> <http://www.w3.org/2000/01/rdf-schema#label> "is complement of"@en .
<http://purl.org/vocab/frbr/core#complementOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#complementOf> <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#complementOf> <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#complementOf> <http://purl.org/vocab/vann/example> "\n :my-other-expression a frbr:Expression ;\n frbr:complementOf :my-expression .\n\n :my-expression a frbr:Expression .\n " .
<http://purl.org/vocab/frbr/core#complementOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation that identifies the work or expression that is a complement of another one."@en .
<http://purl.org/vocab/frbr/core#complementOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
IRI: http://purl.org/vocab/frbr/core#creatorOf
@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:creatorOf a owl:ObjectProperty ;
rdfs:label "is creator of"@en ;
vann:example """
:my-person
frbr:creatorOf :my-work .
:my-work a frbr:Work .
""" ;
rdfs:comment "The relation between the creator of a particular work and that work."@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:responsibleEntityOf ;
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#creatorOf">
<rdfs:label xml:lang="en">is creator of</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The relation between the creator of a particular work and that work.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#responsibleEntityOf"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<vann:example>
:my-person
frbr:creatorOf :my-work .
:my-work a frbr:Work .
</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#creatorOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person\n frbr:creatorOf :my-work .\n \n :my-work a frbr:Work .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between the creator of a particular work and that 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": "is creator of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#responsibleEntityOf"
}
],
"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#creatorOf> <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#creatorOf> <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#creatorOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#creatorOf> <http://www.w3.org/2000/01/rdf-schema#label> "is creator of"@en .
<http://purl.org/vocab/frbr/core#creatorOf> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between the creator of a particular work and that work."@en .
<http://purl.org/vocab/frbr/core#creatorOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#responsibleEntityOf> .
<http://purl.org/vocab/frbr/core#creatorOf> <http://purl.org/vocab/vann/example> "\n :my-person\n frbr:creatorOf :my-work .\n \n :my-work a frbr:Work .\n " .
IRI: http://purl.org/vocab/frbr/core#embodimentOf
@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-manifestation a frbr:Manifestation ;
frbr:embodimentOf :my-expression .
:my-expression a frbr:Expression .
""" ;
rdfs:comment "A relation that identifies a manifestation that embodies an expression."@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
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#embodimentOf">
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:label xml:lang="en">is embodiment of</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:comment xml:lang="en">A relation that identifies a manifestation that embodies an expression.</rdfs:comment>
<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-manifestation a frbr:Manifestation ;
frbr:embodimentOf :my-expression .
:my-expression a frbr: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-manifestation a frbr:Manifestation ;\n frbr:embodimentOf :my-expression .\n\n :my-expression a frbr:Expression .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation that identifies a manifestation that embodies an 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": "is embodiment of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"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#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<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#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#embodimentOf> <http://purl.org/vocab/vann/example> "\n :my-manifestation a frbr:Manifestation ;\n frbr:embodimentOf :my-expression .\n\n :my-expression a frbr: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/2000/01/rdf-schema#comment> "A relation that identifies a manifestation that embodies an expression."@en .
<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> .
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:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "is exemplar of"@en ;
vann:example """
:my-item a frbr:Item ;
frbr:exemplarOf :my-manifestation .
:my-manifestation a frbr:Manifestation .
""" ;
rdfs:comment "A relation that identifies an item that exemplifies a manifestation."@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
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#exemplarOf">
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:label xml:lang="en">is exemplar of</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdfs:comment xml:lang="en">A relation that identifies an item that exemplifies a manifestation.</rdfs:comment>
<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 frbr:Item ;
frbr:exemplarOf :my-manifestation .
:my-manifestation a frbr: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://www.w3.org/2002/07/owl#FunctionalProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-item a frbr:Item ;\n frbr:exemplarOf :my-manifestation .\n\n :my-manifestation a frbr:Manifestation .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation that identifies an item that exemplifies a 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": "is exemplar of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"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/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<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/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#comment> "A relation that identifies an item that exemplifies a manifestation."@en .
<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://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://purl.org/vocab/frbr/core#exemplarOf> <http://purl.org/vocab/vann/example> "\n :my-item a frbr:Item ;\n frbr:exemplarOf :my-manifestation .\n\n :my-manifestation a frbr:Manifestation .\n " .
IRI: http://purl.org/vocab/frbr/core#imitationOf
@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:imitationOf a owl:ObjectProperty ;
rdfs:label "is imitation of"@en ;
vann:example """
:my-other-expression a frbr:Expression ;
frbr:imitationOf :my-expression .
:my-expression a frbr:Expression .
""" ;
rdfs:comment "A relation that identifies the work or expression of an imitated one."@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
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#imitationOf">
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:label xml:lang="en">is imitation of</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A relation that identifies the work or expression of an imitated one.</rdfs:comment>
<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-other-expression a frbr:Expression ;
frbr:imitationOf :my-expression .
:my-expression a frbr:Expression .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#imitationOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-other-expression a frbr:Expression ;\n frbr:imitationOf :my-expression .\n\n :my-expression a frbr:Expression .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation that identifies the work or expression of an imitated one."
}
],
"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 imitation of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"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#imitationOf> <http://purl.org/vocab/vann/example> "\n :my-other-expression a frbr:Expression ;\n frbr:imitationOf :my-expression .\n\n :my-expression a frbr:Expression .\n " .
<http://purl.org/vocab/frbr/core#imitationOf> <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#imitationOf> <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#imitationOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#imitationOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation that identifies the work or expression of an imitated one."@en .
<http://purl.org/vocab/frbr/core#imitationOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#imitationOf> <http://www.w3.org/2000/01/rdf-schema#label> "is imitation of"@en .
IRI: http://purl.org/vocab/frbr/core#ownerOf
@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:ownerOf a owl:ObjectProperty ;
rdfs:label "is owner of"@en ;
vann:example """
:my-person
frbr:ownerOf :my-item .
:my-item a frbr:Item .
""" ;
rdfs:comment "The relation between the owner of a particular item and that item."@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:responsibleEntityOf ;
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#ownerOf">
<rdfs:label xml:lang="en">is owner of</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#responsibleEntityOf"/>
<rdfs:comment xml:lang="en">The relation between the owner of a particular item and that item.</rdfs:comment>
<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-person
frbr:ownerOf :my-item .
:my-item a frbr:Item .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#ownerOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person\n frbr:ownerOf :my-item .\n\n :my-item a frbr:Item .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between the owner of a particular item and that 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 owner of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#responsibleEntityOf"
}
],
"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#ownerOf> <http://www.w3.org/2000/01/rdf-schema#label> "is owner of"@en .
<http://purl.org/vocab/frbr/core#ownerOf> <http://purl.org/vocab/vann/example> "\n :my-person\n frbr:ownerOf :my-item .\n\n :my-item a frbr:Item .\n " .
<http://purl.org/vocab/frbr/core#ownerOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#ownerOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#responsibleEntityOf> .
<http://purl.org/vocab/frbr/core#ownerOf> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between the owner of a particular item and that item."@en .
<http://purl.org/vocab/frbr/core#ownerOf> <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#ownerOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/vocab/frbr/core#partOf
@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 skos1: <http://www.w3.org/2008/05/skos#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
frbr:partOf a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "is part of"@en ;
vann:example """
:my-other-work a frbr:Work ;
frbr:partOf :my-work .
:my-work a frbr:Work .
""" ;
rdfs:comment "A relation that identifies an endeavour incorporating another endeavour."@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
vs:term_status reg:statusStable ;
skos1:note "Unlike the FRBR version in RDF http://vocab.org/frbr/core.html the present version defines partonomy relationships transitive."@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:skos1="http://www.w3.org/2008/05/skos#"
xmlns:vann="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:label xml:lang="en">is part of</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:comment xml:lang="en">A relation that identifies an endeavour incorporating another endeavour.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<skos1:note xml:lang="en">Unlike the FRBR version in RDF http://vocab.org/frbr/core.html the present version defines partonomy relationships transitive.</skos1:note>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-other-work a frbr:Work ;
frbr:partOf :my-work .
:my-work a frbr:Work .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#partOf",
"@type": [
"http://www.w3.org/2002/07/owl#TransitiveProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-other-work a frbr:Work ;\n frbr:partOf :my-work .\n\n :my-work a frbr:Work .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation that identifies an endeavour incorporating another 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": "is part of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
],
"http://www.w3.org/2008/05/skos#note": [
{
"@language": "en",
"@value": "Unlike the FRBR version in RDF http://vocab.org/frbr/core.html the present version defines partonomy relationships transitive."
}
]
}
]<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#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<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/2008/05/skos#note> "Unlike the FRBR version in RDF http://vocab.org/frbr/core.html the present version defines partonomy relationships transitive."@en .
<http://purl.org/vocab/frbr/core#partOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation that identifies an endeavour incorporating another endeavour."@en .
<http://purl.org/vocab/frbr/core#partOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<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#TransitiveProperty> .
<http://purl.org/vocab/frbr/core#partOf> <http://purl.org/vocab/vann/example> "\n :my-other-work a frbr:Work ;\n frbr:partOf :my-work .\n\n :my-work a frbr:Work .\n " .
<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> .
IRI: http://purl.org/vocab/frbr/core#producerOf
@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:producerOf a owl:ObjectProperty ;
rdfs:label "is producer of"@en ;
vann:example """
:my-person
frbr:producerOf :my-manifestation .
:my-manifestation a frbr:Manifestation .
""" ;
rdfs:comment "The relation between the producer of a particular manifestation and that manifestation."@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:responsibleEntityOf ;
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#producerOf">
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#responsibleEntityOf"/>
<rdfs:label xml:lang="en">is producer of</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:comment xml:lang="en">The relation between the producer of a particular manifestation and that manifestation.</rdfs:comment>
<vann:example>
:my-person
frbr:producerOf :my-manifestation .
:my-manifestation a frbr:Manifestation .
</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#producerOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person\n frbr:producerOf :my-manifestation .\n \n :my-manifestation a frbr:Manifestation .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between the producer of a particular manifestation and that 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": "is producer of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#responsibleEntityOf"
}
],
"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#producerOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#producerOf> <http://purl.org/vocab/vann/example> "\n :my-person\n frbr:producerOf :my-manifestation .\n \n :my-manifestation a frbr:Manifestation .\n " .
<http://purl.org/vocab/frbr/core#producerOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#responsibleEntityOf> .
<http://purl.org/vocab/frbr/core#producerOf> <http://www.w3.org/2000/01/rdf-schema#label> "is producer of"@en .
<http://purl.org/vocab/frbr/core#producerOf> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between the producer of a particular manifestation and that manifestation."@en .
<http://purl.org/vocab/frbr/core#producerOf> <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#producerOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/vocab/frbr/core#realizationOf
@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:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "is realization of"@en ;
vann:example """
:my-expression a frbr:Expression ;
frbr:realizationOf :my-work .
:my-work a frbr:Work .
""" ;
rdfs:comment "A relation that identifies an expression that realizes a work."@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
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#realizationOf">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#FunctionalProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">A relation that identifies an expression that realizes a work.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<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-expression a frbr:Expression ;
frbr:realizationOf :my-work .
:my-work a frbr:Work .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#realizationOf",
"@type": [
"http://www.w3.org/2002/07/owl#FunctionalProperty",
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-expression a frbr:Expression ;\n frbr:realizationOf :my-work .\n \n :my-work a frbr:Work .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation that identifies an expression that realizes a 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": "is realization of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"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/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#FunctionalProperty> .
<http://purl.org/vocab/frbr/core#realizationOf> <http://purl.org/vocab/vann/example> "\n :my-expression a frbr:Expression ;\n frbr:realizationOf :my-work .\n \n :my-work a frbr:Work .\n " .
<http://purl.org/vocab/frbr/core#realizationOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation that identifies an expression that realizes a work."@en .
<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://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#realizationOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#realizationOf> <http://www.w3.org/2000/01/rdf-schema#label> "is realization of"@en .
IRI: http://purl.org/vocab/frbr/core#realizerOf
@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:realizerOf a owl:ObjectProperty ;
rdfs:label "is realizer of"@en ;
vann:example """
:my-person
frbr:realizerOf :my-expression .
:my-expression a frbr:Expression .
""" ;
rdfs:comment "The relation between the realizer of a particular expression and that expression."@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:responsibleEntityOf ;
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#realizerOf">
<rdfs:label xml:lang="en">is realizer of</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The relation between the realizer of a particular expression and that expression.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#responsibleEntityOf"/>
<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-person
frbr:realizerOf :my-expression .
:my-expression a frbr:Expression .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#realizerOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-person\n frbr:realizerOf :my-expression .\n\n :my-expression a frbr:Expression .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between the realizer of a particular expression and that 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": "is realizer of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#responsibleEntityOf"
}
],
"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#realizerOf> <http://purl.org/vocab/vann/example> "\n :my-person\n frbr:realizerOf :my-expression .\n\n :my-expression a frbr:Expression .\n " .
<http://purl.org/vocab/frbr/core#realizerOf> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between the realizer of a particular expression and that expression."@en .
<http://purl.org/vocab/frbr/core#realizerOf> <http://www.w3.org/2000/01/rdf-schema#label> "is realizer of"@en .
<http://purl.org/vocab/frbr/core#realizerOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#responsibleEntityOf> .
<http://purl.org/vocab/frbr/core#realizerOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#realizerOf> <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#realizerOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/vocab/frbr/core#reconfigurationOf
@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:reconfigurationOf a owl:ObjectProperty ;
rdfs:label "is reconfiguration of"@en ;
vann:example """
:my-other-item a frbr:Item ;
frbr:reconfigurationOf :my-item .
:my-item a frbr:Item .
""" ;
rdfs:comment "A relation that identifies the item of a reconfigured one."@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
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#reconfigurationOf">
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:comment xml:lang="en">A relation that identifies the item of a reconfigured one.</rdfs:comment>
<rdfs:label xml:lang="en">is reconfiguration of</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<vann:example>
:my-other-item a frbr:Item ;
frbr:reconfigurationOf :my-item .
:my-item a frbr:Item .
</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#reconfigurationOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-other-item a frbr:Item ;\n frbr:reconfigurationOf :my-item .\n\n :my-item a frbr:Item .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation that identifies the item of a reconfigured one."
}
],
"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 reconfiguration of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"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#reconfigurationOf> <http://purl.org/vocab/vann/example> "\n :my-other-item a frbr:Item ;\n frbr:reconfigurationOf :my-item .\n\n :my-item a frbr:Item .\n " .
<http://purl.org/vocab/frbr/core#reconfigurationOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#reconfigurationOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#reconfigurationOf> <http://www.w3.org/2000/01/rdf-schema#label> "is reconfiguration of"@en .
<http://purl.org/vocab/frbr/core#reconfigurationOf> <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#reconfigurationOf> <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#reconfigurationOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation that identifies the item of a reconfigured one."@en .
IRI: http://purl.org/vocab/frbr/core#reproductionOf
@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:reproductionOf a owl:ObjectProperty ;
rdfs:label "is reproduction of"@en ;
vann:example """
:my-other-item a frbr:Item ;
frbr:reproductionOf :my-item .
:my-item a frbr:Item .
""" ;
rdfs:comment "A relation that identifies the manifestation or item of a reproduced one."@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
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#reproductionOf">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:label xml:lang="en">is reproduction of</rdfs:label>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:comment xml:lang="en">A relation that identifies the manifestation or item of a reproduced one.</rdfs:comment>
<vann:example>
:my-other-item a frbr:Item ;
frbr:reproductionOf :my-item .
:my-item a frbr:Item .
</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#reproductionOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-other-item a frbr:Item ;\n frbr:reproductionOf :my-item .\n\n :my-item a frbr:Item .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation that identifies the manifestation or item of a reproduced one."
}
],
"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 reproduction of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"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#reproductionOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#reproductionOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#reproductionOf> <http://purl.org/vocab/vann/example> "\n :my-other-item a frbr:Item ;\n frbr:reproductionOf :my-item .\n\n :my-item a frbr:Item .\n " .
<http://purl.org/vocab/frbr/core#reproductionOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation that identifies the manifestation or item of a reproduced one."@en .
<http://purl.org/vocab/frbr/core#reproductionOf> <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#reproductionOf> <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#reproductionOf> <http://www.w3.org/2000/01/rdf-schema#label> "is reproduction of"@en .
IRI: http://purl.org/vocab/frbr/core#responsibleEntityOf
@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:responsibleEntityOf a owl:ObjectProperty ;
rdfs:label "is responsible entity of"@en ;
vann:example """
:my-responsible-entity a frbr:ResponsibleEntity ;
frbr:responsibleEntityOf :my-work .
:my-work a frbr:Work .
""" ;
rdfs:comment "A relation that identifies an entity that is resposible for a particular endeavour."@en ;
rdfs:isDefinedBy frbr: ;
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#responsibleEntityOf">
<rdfs:label xml:lang="en">is responsible entity of</rdfs:label>
<rdfs:comment xml:lang="en">A relation that identifies an entity that is resposible for a particular endeavour.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<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-responsible-entity a frbr:ResponsibleEntity ;
frbr:responsibleEntityOf :my-work .
:my-work a frbr:Work .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#responsibleEntityOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-responsible-entity a frbr:ResponsibleEntity ;\n frbr:responsibleEntityOf :my-work .\n\n :my-work a frbr:Work .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation that identifies an entity that is resposible for a particular 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": "is responsible entity of"
}
],
"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#responsibleEntityOf> <http://purl.org/vocab/vann/example> "\n :my-responsible-entity a frbr:ResponsibleEntity ;\n frbr:responsibleEntityOf :my-work .\n\n :my-work a frbr:Work .\n " .
<http://purl.org/vocab/frbr/core#responsibleEntityOf> <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#responsibleEntityOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#responsibleEntityOf> <http://www.w3.org/2000/01/rdf-schema#label> "is responsible entity of"@en .
<http://purl.org/vocab/frbr/core#responsibleEntityOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation that identifies an entity that is resposible for a particular endeavour."@en .
<http://purl.org/vocab/frbr/core#responsibleEntityOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://purl.org/vocab/frbr/core#revisionOf
@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:revisionOf a owl:ObjectProperty ;
rdfs:label "is revision of"@en ;
vann:example """
:my-other-expression a frbr:Expression ;
frbr:revisionOf :my-expression .
:my-expression a frbr:Expression .
""" ;
rdfs:comment "A relation that identifies the previous expression of a revised one."@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
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#revisionOf">
<rdfs:label xml:lang="en">is revision of</rdfs:label>
<rdfs:comment xml:lang="en">A relation that identifies the previous expression of a revised one.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-other-expression a frbr:Expression ;
frbr:revisionOf :my-expression .
:my-expression a frbr:Expression .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#revisionOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-other-expression a frbr:Expression ;\n frbr:revisionOf :my-expression .\n\n :my-expression a frbr:Expression .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation that identifies the previous expression of a revised one."
}
],
"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 revision of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"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#revisionOf> <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#revisionOf> <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#revisionOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#revisionOf> <http://purl.org/vocab/vann/example> "\n :my-other-expression a frbr:Expression ;\n frbr:revisionOf :my-expression .\n\n :my-expression a frbr:Expression .\n " .
<http://purl.org/vocab/frbr/core#revisionOf> <http://www.w3.org/2000/01/rdf-schema#label> "is revision of"@en .
<http://purl.org/vocab/frbr/core#revisionOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation that identifies the previous expression of a revised one."@en .
<http://purl.org/vocab/frbr/core#revisionOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
IRI: http://purl.org/vocab/frbr/core#subjectOf
@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:subjectOf a owl:ObjectProperty ;
rdfs:label "is subject of"@en ;
vann:example """
:my-concept
frbr:subjectOf :my-work .
:my-work a frbr:Work .
""" ;
rdfs:comment "The relation between a subject a work talks about and that work."@en ;
rdfs:isDefinedBy frbr: ;
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#subjectOf">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:comment xml:lang="en">The relation between a subject a work talks about and that work.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:label xml:lang="en">is subject of</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-concept
frbr:subjectOf :my-work .
:my-work a frbr:Work .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#subjectOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-concept\n frbr:subjectOf :my-work .\n\n :my-work a frbr:Work .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "The relation between a subject a work talks about and that 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": "is subject of"
}
],
"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#subjectOf> <http://www.w3.org/2000/01/rdf-schema#label> "is subject of"@en .
<http://purl.org/vocab/frbr/core#subjectOf> <http://purl.org/vocab/vann/example> "\n :my-concept\n frbr:subjectOf :my-work .\n\n :my-work a frbr:Work .\n " .
<http://purl.org/vocab/frbr/core#subjectOf> <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#subjectOf> <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#subjectOf> <http://www.w3.org/2000/01/rdf-schema#comment> "The relation between a subject a work talks about and that work."@en .
<http://purl.org/vocab/frbr/core#subjectOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
IRI: http://purl.org/vocab/frbr/core#successorOf
@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:successorOf a owl:ObjectProperty ;
rdfs:label "is successor of"@en ;
vann:example """
:my-other-expression a frbr:Expression ;
frbr:successorOf :my-expression .
:my-expression a frbr:Expression .
""" ;
rdfs:comment "A relation that identifies the previous work/expression of a succeeded one."@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
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#successorOf">
<rdfs:comment xml:lang="en">A relation that identifies the previous work/expression of a succeeded one.</rdfs:comment>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:label xml:lang="en">is successor of</rdfs:label>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<vann:example>
:my-other-expression a frbr:Expression ;
frbr:successorOf :my-expression .
:my-expression a frbr:Expression .
</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#successorOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-other-expression a frbr:Expression ;\n frbr:successorOf :my-expression .\n\n :my-expression a frbr:Expression .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation that identifies the previous work/expression of a succeeded one."
}
],
"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 successor of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"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#successorOf> <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#successorOf> <http://purl.org/vocab/vann/example> "\n :my-other-expression a frbr:Expression ;\n frbr:successorOf :my-expression .\n\n :my-expression a frbr:Expression .\n " .
<http://purl.org/vocab/frbr/core#successorOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#successorOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation that identifies the previous work/expression of a succeeded one."@en .
<http://purl.org/vocab/frbr/core#successorOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#successorOf> <http://www.w3.org/2000/01/rdf-schema#label> "is successor of"@en .
<http://purl.org/vocab/frbr/core#successorOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
IRI: http://purl.org/vocab/frbr/core#summarizationOf
@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:summarizationOf a owl:ObjectProperty ;
rdfs:label "is summarization of"@en ;
vann:example """
:my-other-expression a frbr:Expression ;
frbr:summarizationOf :my-expression .
:my-expression a frbr:Expression .
""" ;
rdfs:comment "A relation that identifies the original work/expression of a summarized one."@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
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#summarizationOf">
<rdfs:comment xml:lang="en">A relation that identifies the original work/expression of a summarized one.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:label xml:lang="en">is summarization of</rdfs:label>
<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-other-expression a frbr:Expression ;
frbr:summarizationOf :my-expression .
:my-expression a frbr:Expression .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#summarizationOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-other-expression a frbr:Expression ;\n frbr:summarizationOf :my-expression .\n\n :my-expression a frbr:Expression .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation that identifies the original work/expression of a summarized one."
}
],
"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 summarization of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"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#summarizationOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#summarizationOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#summarizationOf> <http://purl.org/vocab/vann/example> "\n :my-other-expression a frbr:Expression ;\n frbr:summarizationOf :my-expression .\n\n :my-expression a frbr:Expression .\n " .
<http://purl.org/vocab/frbr/core#summarizationOf> <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#summarizationOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation that identifies the original work/expression of a summarized one."@en .
<http://purl.org/vocab/frbr/core#summarizationOf> <http://www.w3.org/2000/01/rdf-schema#label> "is summarization of"@en .
<http://purl.org/vocab/frbr/core#summarizationOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
IRI: http://purl.org/vocab/frbr/core#supplementOf
@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:supplementOf a owl:ObjectProperty ;
rdfs:label "is supplement of"@en ;
vann:example """
:my-other-expression a frbr:Expression ;
frbr:supplementOf :my-expression .
:my-expression a frbr:Expression .
""" ;
rdfs:comment "A relation that identifies the work/expression of a particular supplement of it."@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
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#supplementOf">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:comment xml:lang="en">A relation that identifies the work/expression of a particular supplement of it.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:label xml:lang="en">is supplement of</rdfs:label>
<vann:example>
:my-other-expression a frbr:Expression ;
frbr:supplementOf :my-expression .
:my-expression a frbr:Expression .
</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#supplementOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-other-expression a frbr:Expression ;\n frbr:supplementOf :my-expression .\n\n :my-expression a frbr:Expression .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation that identifies the work/expression of a particular supplement of it."
}
],
"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 supplement of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"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#supplementOf> <http://www.w3.org/2000/01/rdf-schema#label> "is supplement of"@en .
<http://purl.org/vocab/frbr/core#supplementOf> <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#supplementOf> <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#supplementOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
<http://purl.org/vocab/frbr/core#supplementOf> <http://purl.org/vocab/vann/example> "\n :my-other-expression a frbr:Expression ;\n frbr:supplementOf :my-expression .\n\n :my-expression a frbr:Expression .\n " .
<http://purl.org/vocab/frbr/core#supplementOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#supplementOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation that identifies the work/expression of a particular supplement of it."@en .
IRI: http://purl.org/vocab/frbr/core#transformationOf
@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:transformationOf a owl:ObjectProperty ;
rdfs:label "is transformation of"@en ;
vann:example """
:my-other-expression a frbr:Expression ;
frbr:transformationOf :my-expression .
:my-expression a frbr:Expression .
""" ;
rdfs:comment "A relation that identifies the original work or expression of a trasformed one."@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
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#transformationOf">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:comment xml:lang="en">A relation that identifies the original work or expression of a trasformed one.</rdfs:comment>
<rdfs:label xml:lang="en">is transformation of</rdfs:label>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-other-expression a frbr:Expression ;
frbr:transformationOf :my-expression .
:my-expression a frbr:Expression .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/vocab/frbr/core#transformationOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-other-expression a frbr:Expression ;\n frbr:transformationOf :my-expression .\n\n :my-expression a frbr:Expression .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation that identifies the original work or expression of a trasformed one."
}
],
"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 transformation of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"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#transformationOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#transformationOf> <http://www.w3.org/2000/01/rdf-schema#label> "is transformation of"@en .
<http://purl.org/vocab/frbr/core#transformationOf> <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#transformationOf> <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#transformationOf> <http://purl.org/vocab/vann/example> "\n :my-other-expression a frbr:Expression ;\n frbr:transformationOf :my-expression .\n\n :my-expression a frbr:Expression .\n " .
<http://purl.org/vocab/frbr/core#transformationOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation that identifies the original work or expression of a trasformed one."@en .
<http://purl.org/vocab/frbr/core#transformationOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
IRI: http://purl.org/vocab/frbr/core#translationOf
@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:translationOf a owl:ObjectProperty ;
rdfs:label "is translation of"@en ;
vann:example """
:my-other-expression a frbr:Expression ;
frbr:translationOf :my-expression .
:my-expression a frbr:Expression .
""" ;
rdfs:comment "A relation that identifies the original expression of a translated one."@en ;
rdfs:isDefinedBy frbr: ;
rdfs:subPropertyOf frbr:relatedEndeavour ;
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#translationOf">
<rdfs:comment xml:lang="en">A relation that identifies the original expression of a translated one.</rdfs:comment>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdfs:isDefinedBy rdf:resource="http://purl.org/vocab/frbr/core#"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/vocab/frbr/core#relatedEndeavour"/>
<rdfs:label xml:lang="en">is translation of</rdfs:label>
<vann:example>
:my-other-expression a frbr:Expression ;
frbr:translationOf :my-expression .
:my-expression a frbr:Expression .
</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#translationOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-other-expression a frbr:Expression ;\n frbr:translationOf :my-expression .\n\n :my-expression a frbr:Expression .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A relation that identifies the original expression of a translated one."
}
],
"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 translation of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/vocab/frbr/core#relatedEndeavour"
}
],
"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#translationOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/vocab/frbr/core#relatedEndeavour> .
<http://purl.org/vocab/frbr/core#translationOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation that identifies the original expression of a translated one."@en .
<http://purl.org/vocab/frbr/core#translationOf> <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#translationOf> <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#translationOf> <http://www.w3.org/2000/01/rdf-schema#label> "is translation of"@en .
<http://purl.org/vocab/frbr/core#translationOf> <http://purl.org/vocab/vann/example> "\n :my-other-expression a frbr:Expression ;\n frbr:translationOf :my-expression .\n\n :my-expression a frbr:Expression .\n " .
<http://purl.org/vocab/frbr/core#translationOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/vocab/frbr/core#> .
Jump to:
IRI: http://purl.org/dc/terms/bibliographicCitation
IRI: http://purl.org/vocab/vann/changes
IRI: https://schema.org/codeRepository
@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> .
IRI: http://purl.org/dc/terms/created
@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> .
IRI: http://purl.org/ontology/bibo/doi
IRI: http://purl.org/vocab/vann/example
IRI: https://schema.org/image
IRI: https://schema.org/includedInDataCatalog
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
rdfs:isDefinedBy 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#isDefinedBy">
<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#isDefinedBy",
"@type": [
"http://www.w3.org/2002/07/owl#AnnotationProperty"
]
}
]<http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#AnnotationProperty> .
IRI: http://purl.org/dc/terms/issued
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> .
IRI: http://purl.org/dc/terms/license
IRI: http://xmlns.com/foaf/0.1/logo
IRI: http://purl.org/dc/terms/modified
IRI: http://www.w3.org/2008/05/skos#note
IRI: http://purl.org/vocab/vann/preferredNamespacePrefix
IRI: http://purl.org/vocab/vann/preferredNamespaceUri
IRI: http://purl.org/dc/terms/publisher
@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> .
IRI: http://purl.org/dc/terms/source
IRI: http://purl.org/ontology/bibo/status
IRI: http://www.w3.org/2003/06/sw-vocab-status/ns#term_status
@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> .