IRI: http://purl.org/dc/terms/isPartOf
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix reg: <http://purl.org/linked-data/registry#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
dcterms:isPartOf a owl:ObjectProperty,
owl:TransitiveProperty ;
rdfs:label "is part of"@en ;
vann:example """
:my-acknowledgements a deo:Acknowledgements ;
dcterms:isPartOf :my-paper .
""" ;
rdfs:comment "A related resource in which the described resource is physically or logically included."@en ;
rdfs:isDefinedBy dcterms: ;
rdfs:subPropertyOf dcterms:relation ;
vs:term_status reg:statusStable .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:vs="http://www.w3.org/2003/06/sw-vocab-status/ns#"
>
<rdf:Description rdf:about="http://purl.org/dc/terms/isPartOf">
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#TransitiveProperty"/>
<rdfs:subPropertyOf rdf:resource="http://purl.org/dc/terms/relation"/>
<rdfs:comment xml:lang="en">A related resource in which the described resource is physically or logically included.</rdfs:comment>
<rdfs:label xml:lang="en">is part of</rdfs:label>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dc/terms/"/>
<vs:term_status rdf:resource="http://purl.org/linked-data/registry#statusStable"/>
<vann:example>
:my-acknowledgements a deo:Acknowledgements ;
dcterms:isPartOf :my-paper .
</vann:example>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "http://purl.org/dc/terms/isPartOf",
"@type": [
"http://www.w3.org/2002/07/owl#ObjectProperty",
"http://www.w3.org/2002/07/owl#TransitiveProperty"
],
"http://purl.org/vocab/vann/example": [
{
"@value": "\n :my-acknowledgements a deo:Acknowledgements ;\n dcterms:isPartOf :my-paper .\n "
}
],
"http://www.w3.org/2000/01/rdf-schema#comment": [
{
"@language": "en",
"@value": "A related resource in which the described resource is physically or logically included."
}
],
"http://www.w3.org/2000/01/rdf-schema#isDefinedBy": [
{
"@id": "http://purl.org/dc/terms/"
}
],
"http://www.w3.org/2000/01/rdf-schema#label": [
{
"@language": "en",
"@value": "is part of"
}
],
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf": [
{
"@id": "http://purl.org/dc/terms/relation"
}
],
"http://www.w3.org/2003/06/sw-vocab-status/ns#term_status": [
{
"@id": "http://purl.org/linked-data/registry#statusStable"
}
]
}
]<http://purl.org/dc/terms/isPartOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
<http://purl.org/dc/terms/isPartOf> <http://www.w3.org/2003/06/sw-vocab-status/ns#term_status> <http://purl.org/linked-data/registry#statusStable> .
<http://purl.org/dc/terms/isPartOf> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> <http://purl.org/dc/terms/relation> .
<http://purl.org/dc/terms/isPartOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A related resource in which the described resource is physically or logically included."@en .
<http://purl.org/dc/terms/isPartOf> <http://purl.org/vocab/vann/example> "\n :my-acknowledgements a deo:Acknowledgements ;\n dcterms:isPartOf :my-paper .\n " .
<http://purl.org/dc/terms/isPartOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#TransitiveProperty> .
<http://purl.org/dc/terms/isPartOf> <http://www.w3.org/2000/01/rdf-schema#label> "is part of"@en .
<http://purl.org/dc/terms/isPartOf> <http://www.w3.org/2000/01/rdf-schema#isDefinedBy> <http://purl.org/dc/terms/> .