@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/ontology/ecpo#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:hasBegin a owl:DatatypeProperty ; rdfs:comment "Super-property to all properties of the beginning group"@en ; rdfs:domain ns0:Chronology ; rdfs:label "has begin"@en . ns0:hasBeginIssueCaption rdfs:subPropertyOf ns0:hasBegin . ns0:hasBeginIssueExtension rdfs:subPropertyOf ns0:hasBegin . ns0:hasBeginIssueNumbering rdfs:subPropertyOf ns0:hasBegin . ns0:hasBeginTemporal rdfs:subPropertyOf ns0:hasBegin . ns0:hasBeginTemporalExtension rdfs:subPropertyOf ns0:hasBegin . ns0:hasBeginVolumeCaption rdfs:subPropertyOf ns0:hasBegin . ns0:hasBeginVolumeExtension rdfs:subPropertyOf ns0:hasBegin . ns0:hasBeginVolumeNumbering rdfs:subPropertyOf ns0:hasBegin .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/ontology/ecpo#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:hasBegin
    a owl:DatatypeProperty ;
    rdfs:comment "Super-property to all properties of the beginning group"@en ;
    rdfs:domain ns0:Chronology ;
    rdfs:label "has begin"@en .

ns0:hasBeginIssueCaption
    rdfs:subPropertyOf ns0:hasBegin .

ns0:hasBeginIssueExtension
    rdfs:subPropertyOf ns0:hasBegin .

ns0:hasBeginIssueNumbering
    rdfs:subPropertyOf ns0:hasBegin .

ns0:hasBeginTemporal
    rdfs:subPropertyOf ns0:hasBegin .

ns0:hasBeginTemporalExtension
    rdfs:subPropertyOf ns0:hasBegin .

ns0:hasBeginVolumeCaption
    rdfs:subPropertyOf ns0:hasBegin .

ns0:hasBeginVolumeExtension
    rdfs:subPropertyOf ns0:hasBegin .

ns0:hasBeginVolumeNumbering
    rdfs:subPropertyOf ns0:hasBegin .