@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://brt.basisregistraties.overheid.nl/def/top10nl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://brt.basisregistraties.overheid.nl/def/> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns2: <http://brt.basisregistraties.overheid.nl/id/begrip/> . @prefix ns3: <http://brt.basisregistraties.overheid.nl/id/structuur/> . @prefix ns4: <http://www.w3.org/ns/shacl#> . ns0:aantalinwoners dct:subject ns2:Aantalinwoners ; a owl:DatatypeProperty ; rdfs:isDefinedBy ns1:top10nl ; rdfs:label "aantalinwoners" . ns3:Plaats_aantalinwoners ns4:path ns0:aantalinwoners .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://brt.basisregistraties.overheid.nl/def/top10nl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://brt.basisregistraties.overheid.nl/def/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns2: <http://brt.basisregistraties.overheid.nl/id/begrip/> .
@prefix ns3: <http://brt.basisregistraties.overheid.nl/id/structuur/> .
@prefix ns4: <http://www.w3.org/ns/shacl#> .

ns0:aantalinwoners
    dct:subject ns2:Aantalinwoners ;
    a owl:DatatypeProperty ;
    rdfs:isDefinedBy ns1:top10nl ;
    rdfs:label "aantalinwoners" .

ns3:Plaats_aantalinwoners
    ns4:path ns0:aantalinwoners .