@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix dct: <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 dc: <http://purl.org/dc/elements/1.1/> . @prefix dcat: <http://www.w3.org/ns/dcat#> . dct:isPartOf dct:description "This property is intended to be used with non-literal values. This property is an inverse property of Has Part."@en ; dct:issued "2000-07-11"^^<http://www.w3.org/2001/XMLSchema#date> ; a owl:AnnotationProperty, owl:NamedIndividual ; rdfs:comment "A related resource in which the described resource is physically or logically included."@en ; rdfs:isDefinedBy <http://purl.org/dc/terms/> ; rdfs:label "Is Part Of"@en ; rdfs:subPropertyOf dc:relation, dct:relation . dcat:inSeries rdfs:subPropertyOf dct:isPartOf .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dct: <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 dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .

dct:isPartOf
    dct:description "This property is intended to be used with non-literal values. This property is an inverse property of Has Part."@en ;
    dct:issued "2000-07-11"^^<http://www.w3.org/2001/XMLSchema#date> ;
    a owl:AnnotationProperty, owl:NamedIndividual ;
    rdfs:comment "A related resource in which the described resource is physically or logically included."@en ;
    rdfs:isDefinedBy <http://purl.org/dc/terms/> ;
    rdfs:label "Is Part Of"@en ;
    rdfs:subPropertyOf dc:relation, dct:relation .

dcat:inSeries
    rdfs:subPropertyOf dct:isPartOf .