@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns2:   <http://purl.org/dc/terms/> .
@prefix ns3:   <http://www.w3.org/ns/shacl#> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#adresvoorstelling.gemeentenaam>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:datatype      <http://www.w3.org/2001/XMLSchema#string> ;
        ns3:description   "De gemeentenaam."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Gemeentenaam"@nl ;
        ns3:nodeKind      ns3:Literal ;
        ns3:path          <http://www.w3.org/ns/locn#postName> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#code.broader>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:description   "Een codelijst kan een hierarchische structuur hebben. Een code kan een parent code hebben."@nl ;
        ns3:name          "Parent"@nl ;
        ns3:node          <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#code> ;
        ns3:path          <http://www.w3.org/2004/02/skos/core#broader> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitant>
        a                 ns3:NodeShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        rdfs:label        "Exploitant"@nl ;
        ns2:description   "Een exploitant is een natuurlijke of rechtspersoon die (juridisch) aansprakelijk is voor de activiteiten en installaties op zijn locaties."@nl ;
        ns3:class         <https://data.cbb.omgeving.vlaanderen.be/ns/cbb#Exploitant> ;
        ns3:node          <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#organisatie> ;
        ns3:nodeKind      ns3:IRI ;
        ns3:property      <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitant.rechtspersoonlijkheid> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitant.stringidentificator> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitant.rechtsvorm> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitant.naam> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitant.toestand> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitant.hasSite> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitant.label> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitant.naam>
        a                 ns3:PropertyShape ;
        rdfs:comment      "Is dit de wettelijk geregistreerde naam vd organisatie?\nskos:prefLabel, rov:legalName"@nl ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:datatype      rdf:langString ;
        ns3:description   "De (wettelijk geregistreerde) naam van de exploitant."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:minCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Naam"@nl ;
        ns3:nodeKind      ns3:Literal ;
        ns3:path          ns2:title .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitant.hasSite>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:description   "Een vestiging/site van de exploitant."@nl ;
        ns3:name          "Vestiging"@nl ;
        ns3:node          <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitatie> ;
        ns3:path          <http://www.w3.org/ns/org#hasSite> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#code.notatie>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:datatype      <http://www.w3.org/2001/XMLSchema#string> ;
        ns3:description   "Een unieke string notatie voor de code in de codelijst. Dit is de eigenlijke code."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:minCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Notatie"@nl ;
        ns3:nodeKind      ns3:Literal ;
        ns3:path          <http://www.w3.org/2004/02/skos/core#notation> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitatie.label>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:datatype      rdf:langString ;
        ns3:description   "Een label van de exploitatie. Dit wordt als hyperlink text gebruikt in de LOD html fiches."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:minCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Label"@nl ;
        ns3:nodeKind      ns3:Literal ;
        ns3:path          rdfs:label .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#organisatie>
        a                 ns3:NodeShape ;
        rdfs:comment      "In CBB gebruiken we een meer specifieke subklasse exploitant"@nl ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        rdfs:label        "Geregistreerde organisatie"@nl ;
        ns2:description   "Een geregistreerde organisatie."@nl ;
        ns3:class         <http://www.w3.org/ns/regorg#RegisteredOrganization> ;
        ns3:nodeKind      ns3:IRI .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#adresvoorstelling.straatnaam>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:datatype      <http://www.w3.org/2001/XMLSchema#string> ;
        ns3:description   "De straatnaam."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Straatnaam"@nl ;
        ns3:nodeKind      ns3:Literal ;
        ns3:path          <http://www.w3.org/ns/locn#thoroughfare> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitant.rechtsvorm>
        a                 ns3:PropertyShape ;
        rdfs:comment      "Gebruik de CBB codelijst van rechtsvormen: Conceptschema https://data.cbb.omgeving.vlaanderen.be/id/conceptscheme/orgrechtsvorm)"@nl ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:description   "De rechtsvorm of het juridisch statuut van de exploitant. bvb NV, VZW, Stad/Gemeente, OCMW etc."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:minCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Rechtsvorm"@nl ;
        ns3:node          <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#code> ;
        ns3:path          <http://www.w3.org/ns/regorg#orgType> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitatie>
        a                 ns3:NodeShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        rdfs:label        "Exploitatie"@nl ;
        ns2:description   "Een exploitatie is de uitbating van een geheel van activiteiten en installaties (al dan niet vergunningsplichtig) door een welbepaalde exploitant en op een welbepaalde locatie."@nl ;
        ns3:class         <https://data.cbb.omgeving.vlaanderen.be/ns/cbb#Exploitatie> ;
        ns3:node          <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#site> ;
        ns3:nodeKind      ns3:IRI ;
        ns3:property      <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitatie.label> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitatie.adres> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitatie.exploitant> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitatie.lambert72x> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitatie.toestand> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitatie.geolocatie> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitatie.lengtegraad> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitatie.stringidentificator> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitatie.lambert72y> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitatie.breedtegraad> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitatie.naam> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitatie.lambert72y>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:datatype      <http://www.w3.org/2001/XMLSchema#string> ;
        ns3:description   "De Lambert 72 y-coordinaat van de exploitatie (punt) locatie."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Lambert72 y"@nl ;
        ns3:nodeKind      ns3:Literal ;
        ns3:path          <https://id.milieuinfo.be/def#lambert72_y> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#adresvoorstelling.titel>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:datatype      rdf:langString ;
        ns3:description   "Een naam van het adres."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:minCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Naam"@nl ;
        ns3:nodeKind      ns3:Literal ;
        ns3:path          ns2:title .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#site>
        a                 ns3:NodeShape ;
        rdfs:comment      "In CBB gebruiken we een meer specifieke subklasse exploitatie"@nl ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        rdfs:label        "Site"@nl ;
        ns2:description   "Een fysieke of virtuele locatie van een organisatie"@nl ;
        ns3:class         <http://www.w3.org/ns/org#Site> ;
        ns3:nodeKind      ns3:IRI .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitatie.lambert72x>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:datatype      <http://www.w3.org/2001/XMLSchema#string> ;
        ns3:description   "De Lambert 72 x-coordinaat van de exploitatie (punt) locatie."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Lambert72 x"@nl ;
        ns3:nodeKind      ns3:Literal ;
        ns3:path          <https://id.milieuinfo.be/def#lambert72_x> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#adresvoorstelling.label>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:datatype      rdf:langString ;
        ns3:description   "Een label van het adres. Dit wordt als hyperlink text gebruikt in de LOD html fiches."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:minCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Label"@nl ;
        ns3:nodeKind      ns3:Literal ;
        ns3:path          rdfs:label .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitatie.lengtegraad>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:datatype      <http://www.w3.org/2001/XMLSchema#string> ;
        ns3:description   "De WGS 84 lengtegraad van de exploitatie (punt) locatie."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Lengtegraad"@nl ;
        ns3:nodeKind      ns3:Literal ;
        ns3:path          <http://www.w3.org/2003/01/geo/wgs84_pos#long> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#codelijst.titel>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:datatype      rdf:langString ;
        ns3:description   "De naam of titel van de codelijst."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:minCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Titel"@nl ;
        ns3:nodeKind      ns3:Literal ;
        ns3:path          ns2:title .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitant.rechtspersoonlijkheid>
        a                 ns3:PropertyShape ;
        rdfs:comment      "Gebruik de CBB codelijst van entiteit types: Conceptschema https://data.cbb.omgeving.vlaanderen.be/id/conceptscheme/orgrechtspersoonlijkheid"@nl ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:description   "Geeft aan of de rechtspersoonlijkheid van de geregistreerde organisatie deze is van een natuurlijk persoon of van een rechtspersoon"@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:minCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Rechtspersoonlijkheid"@nl ;
        ns3:node          <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#code> ;
        ns3:path          <organisatie:rechtspersoonlijkheid> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitatie.geolocatie>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:datatype      <http://www.opengis.net/ont/geosparql#wktLiteral> ;
        ns3:description   "Een wkt literal in default CRS84 coordinaten referentie systeem die de locatie of geometrie van de locatie weergeeft."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Geo locatie"@nl ;
        ns3:nodeKind      ns3:Literal ;
        ns3:path          <http://www.w3.org/ns/locn#geometry> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#link>
        a                 ns3:NodeShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        rdfs:label        "Link"@nl ;
        ns2:description   "Een link naar een externe resource."@nl ;
        ns3:class         rdfs:Resource ;
        ns3:nodeKind      ns3:IRI .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitatie.toestand>
        a                 ns3:PropertyShape ;
        rdfs:comment      "Gebruik de CBB codelijst van rechtstoestanden: Conceptschema https://data.cbb.omgeving.vlaanderen.be/id/conceptscheme/orgrechtstoestand"@nl ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:minCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "toestand"@nl ;
        ns3:node          <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#code> ;
        ns3:path          <http://www.w3.org/ns/adms#status> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#adresvoorstelling.huisnummer>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:datatype      <http://www.w3.org/2001/XMLSchema#string> ;
        ns3:description   "Het huisnummer."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Huisnummer"@nl ;
        ns3:nodeKind      ns3:Literal ;
        ns3:path          <https://data.vlaanderen.be/ns/adres#Adresvoorstelling.huisnummer> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitatie.exploitant>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:description   "De exploitant."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:minCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Exploitant"@nl ;
        ns3:node          <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitant> ;
        ns3:path          <http://www.w3.org/ns/org#siteOf> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitatie.naam>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:datatype      rdf:langString ;
        ns3:description   "De naam van de exploitatie."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:minCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Naam"@nl ;
        ns3:nodeKind      ns3:Literal ;
        ns3:path          ns2:title .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#code.codelijst>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:description   "De codelijst waartoe de code behoort."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:minCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Codelijst"@nl ;
        ns3:node          <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#codelijst> ;
        ns3:path          <http://www.w3.org/2004/02/skos/core#inScheme> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#codelijst.topconcept>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:description   "Een codelijst kan een hierarchische structuur hebben. De toplevel codes zijn de codes op het hoogste niveau. Dit zijn m.a.w. al de codes zonder een broader relatie naar een parent code. Indien de codelijst een platte lijst, zonder hierarchie, voorstelt zijn al de codes toplevel codes."@nl ;
        ns3:minCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Toplevel code"@nl ;
        ns3:node          <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#code> ;
        ns3:path          <http://www.w3.org/2004/02/skos/core#hasTopConcept> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitant.toestand>
        a                 ns3:PropertyShape ;
        rdfs:comment      "Gebruik de CBB codelijst van rechtstoestanden: Conceptschema https://data.cbb.omgeving.vlaanderen.be/id/conceptscheme/orgrechtstoestand"@nl ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:description   "De status of rechtstoestand van de exploitant. bvb normale toestand, gerechtelijk akkoord, opening faillissement etc."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:minCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Rechtstoestand"@nl ;
        ns3:node          <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#code> ;
        ns3:path          <http://www.w3.org/ns/regorg#orgStatus> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#code.prefLabel>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:datatype      rdf:langString ;
        ns3:description   "Een unieke naam of uniek label voor de code in de codelijst."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:minCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Voorkeurslabel"@nl ;
        ns3:nodeKind      ns3:Literal ;
        ns3:path          <http://www.w3.org/2004/02/skos/core#prefLabel> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#codelijst.label>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:datatype      rdf:langString ;
        ns3:description   "Een label voor de codelijst."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:minCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Label"@nl ;
        ns3:nodeKind      ns3:Literal ;
        ns3:path          rdfs:label .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitatie.breedtegraad>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:datatype      <http://www.w3.org/2001/XMLSchema#string> ;
        ns3:description   "De WGS 84 breedtegraad van de exploitatie (punt) locatie."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Breedtegraad"@nl ;
        ns3:nodeKind      ns3:Literal ;
        ns3:path          <http://www.w3.org/2003/01/geo/wgs84_pos#lat> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#code>
        a                 ns3:NodeShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        rdfs:label        "Code"@nl ;
        ns2:description   "Een code uit een gekende codelijst."@nl ;
        ns3:class         <http://www.w3.org/2004/02/skos/core#Concept> ;
        ns3:nodeKind      ns3:IRI ;
        ns3:property      <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#code.notatie> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#code.codelijst> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#code.broader> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#code.prefLabel> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitant.label>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:datatype      rdf:langString ;
        ns3:description   "Een label van de exploitant. Dit wordt als hyperlink text gebruikt in de LOD html fiches."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:minCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Label"@nl ;
        ns3:nodeKind      ns3:Literal ;
        ns3:path          rdfs:label .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#adresvoorstelling.niscode>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:datatype      <http://www.w3.org/2001/XMLSchema#string> ;
        ns3:description   "De NIS code."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Nis code"@nl ;
        ns3:nodeKind      ns3:Literal ;
        ns3:path          <http://dbpedia.org/ontology/nisCode> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitatie.adres>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:description   "Het adres (beter een adresvoorstelling) van de exploitatie."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:minCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Adres"@nl ;
        ns3:node          <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#adresvoorstelling> ;
        ns3:path          <http://www.w3.org/ns/locn#address> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitatie.stringidentificator>
        a                 ns3:PropertyShape ;
        rdfs:comment      "Lokale identificator in CBB database"@nl ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:datatype      <http://www.w3.org/2001/XMLSchema#string> ;
        ns3:description   "Een string die de exploitatie uniek identificeert in CBB database."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:minCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Exploitatie nummer"@nl ;
        ns3:nodeKind      ns3:Literal ;
        ns3:path          <http://purl.org/dc/elements/1.1/identifier> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#exploitant.stringidentificator>
        a                 ns3:PropertyShape ;
        rdfs:comment      "Lokale identificator in CBB database"@nl ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:datatype      <http://www.w3.org/2001/XMLSchema#string> ;
        ns3:description   "String die de exploitant uniek identificeert in CBB database"@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:minCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Identificator"@nl ;
        ns3:nodeKind      ns3:Literal ;
        ns3:path          <http://purl.org/dc/elements/1.1/identifier> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#adresvoorstelling>
        a                 ns3:NodeShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        rdfs:label        "Adresvoorstelling"@nl ;
        ns2:description   "Een gedenormaliseerde vorm of voorstelling van een adres."@nl ;
        ns3:class         <http://www.w3.org/ns/locn#Address> ;
        ns3:nodeKind      ns3:IRI ;
        ns3:property      <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#adresvoorstelling.huisnummer> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#adresvoorstelling.niscode> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#adresvoorstelling.label> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#adresvoorstelling.postcode> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#adresvoorstelling.straatnaam> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#adresvoorstelling.titel> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#adresvoorstelling.gemeentenaam> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#adresvoorstelling.postcode>
        a                 ns3:PropertyShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        ns3:datatype      <http://www.w3.org/2001/XMLSchema#string> ;
        ns3:description   "De postcode."@nl ;
        ns3:maxCount      "1"^^<http://www.w3.org/2001/XMLSchema#int> ;
        ns3:name          "Postcode"@nl ;
        ns3:nodeKind      ns3:Literal ;
        ns3:path          <http://www.w3.org/ns/locn#postCode> .

<https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#codelijst>
        a                 ns3:NodeShape ;
        rdfs:isDefinedBy  <https://data.cbb.omgeving.vlaanderen.be/id/ontology/cbb-ap-constraints> ;
        rdfs:label        "Codelijst"@nl ;
        ns2:description   "Een codelijst."@nl ;
        ns3:class         <http://www.w3.org/2004/02/skos/core#ConceptScheme> ;
        ns3:nodeKind      ns3:IRI ;
        ns3:property      <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#codelijst.label> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#codelijst.topconcept> , <https://data.cbb.omgeving.vlaanderen.be/ns/cbb-ap-constraints#codelijst.titel> .
