@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://d-nb.info/standards/elementset/gnd#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns1: <https://d-nb.info/standards/elementset/agrelon#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns1:hasBeginDate rdfs:subPropertyOf ns0:associatedDate . ns1:hasEndDate rdfs:subPropertyOf ns0:associatedDate . ns0:associatedDate a owl:DatatypeProperty .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://d-nb.info/standards/elementset/gnd#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <https://d-nb.info/standards/elementset/agrelon#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns1:hasBeginDate
    rdfs:subPropertyOf ns0:associatedDate .

ns1:hasEndDate
    rdfs:subPropertyOf ns0:associatedDate .

ns0:associatedDate
    a owl:DatatypeProperty .