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 .