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