General Actions:
The CB-NL Core model contains:
# baseURI: http://ont.cbnl.org/cb/def/ # imports: http://ont.cbnl.org/top/def/ @prefix cbnlcore: <http://ont.cbnl.org/cb/def/> . @prefix cbnltop: <http://ont.cbnl.org/top/def/> . @prefix dcterms: <http://purl.org/dc/terms/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . cbnlcore: rdf:type owl:Ontology ; rdfs:comment "some comment"^^xsd:string ; owl:imports cbnltop: ; owl:versionInfo "CBNL model prototype 18/8/2014"@nl-nl . cbnlcore:Brug rdf:type owl:Class ; rdfs:label "Brug"@nl-nl ; rdfs:subClassOf cbnltop:PhysicalObject ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty cbnlcore:hasApplication ; owl:someValuesFrom cbnlcore:Water ] ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty cbnlcore:hasFunction ; owl:someValuesFrom cbnlcore:Overbruggen ] ; cbnlcore:status <http://ont.cbnl.org/cb/id/status/Approved> ; dcterms:created "2014-06-17"^^xsd:date ; dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ; dcterms:modified "2014-08-18"^^xsd:date ; dcterms:rightsHolder <http://ont.cbnl.org/cb/id/agent/CBNL> ; dcterms:source "CHEOBS110203853"^^xsd:string ; dcterms:subject <http://ont.cbnl.org/cb/id/collection/Kunstwerk> ; skos:definition "Een verbinding over water of wegen."@nl-nl ; skos:prefLabel "Brug"@nl-nl . cbnlcore:Collection rdf:type owl:Class ; rdfs:label "Verzameling"@nl-nl , "Collection "@en-gb ; rdfs:subClassOf cbnlcore:EnumerationValue ; dcterms:created "2014-06-17"^^xsd:date ; dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ; dcterms:modified "2014-08-18"^^xsd:date ; dcterms:rightsHolder <http://ont.cbnl.org/cb/id/agent/CBNL> ; skos:prefLabel "Collection "@en-gb , "Verzameling"@nl-nl . cbnlcore:Doorlaathoogte rdf:type owl:Class ; rdfs:label "Doorlaathoogte"@nl-nl ; rdfs:subClassOf cbnltop:LocationProperty ; dcterms:created "2014-06-17"^^xsd:date ; dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ; dcterms:modified "2014-08-18"^^xsd:date ; dcterms:rightsHolder <http://ont.cbnl.org/cb/id/agent/CBNL> ; skos:prefLabel "Doorlaathoogte"@nl-nl . cbnlcore:EnumerationValue rdf:type owl:Class ; rdfs:label "Enumeration value "@en-gb , "Lijst waarde"@nl-nl ; rdfs:subClassOf owl:Thing ; dcterms:created "2014-06-06"^^xsd:date ; dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ; dcterms:modified "2014-08-18"^^xsd:date ; dcterms:rightsHolder <http://ont.cbnl.org/cb/id/agent/CBNL> ; owl:disjointWith cbnltop:Activity , cbnltop:Property , cbnltop:Object ; skos:prefLabel "Lijst waarde"@nl-nl , "Enumeration value"@en-gb . cbnlcore:Metaal rdf:type owl:Class ; rdfs:label "Metaal "@en-gb ; rdfs:subClassOf cbnltop:Material ; cbnlcore:status <http://ont.cbnl.org/cb/id/status/Approved> ; dcterms:created "2014-06-17"^^xsd:date ; dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ; dcterms:modified "2014-08-18"^^xsd:date ; dcterms:rightsHolder <http://ont.cbnl.org/cb/id/agent/CBNL> ; skos:prefLabel "Metaal "@en-gb . cbnlcore:Overbruggen rdf:type owl:Class ; rdfs:label "Overbruggen"@nl-nl ; rdfs:subClassOf cbnltop:FunctionalProperty ; cbnlcore:status <http://ont.cbnl.org/cb/id/status/Approved> ; dcterms:created "2014-06-17"^^xsd:date ; dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ; dcterms:modified "2014-08-18"^^xsd:date ; dcterms:rightsHolder <http://ont.cbnl.org/cb/id/agent/CBNL> ; skos:prefLabel "Overbruggen"@nl-nl . cbnlcore:Status rdf:type owl:Class ; rdfs:label "Status "@en-gb , "Status"@nl-nl ; rdfs:subClassOf cbnlcore:EnumerationValue ; dcterms:created "2014-06-17"^^xsd:date ; dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ; dcterms:modified "2014-08-18"^^xsd:date ; dcterms:rightsHolder <http://ont.cbnl.org/cb/id/agent/CBNL> ; owl:oneOf (<http://ont.cbnl.org/cb/id/status/Draft> <http://ont.cbnl.org/cb/id/status/Checked> <http://ont.cbnl.org/cb/id/status/Approved> <http://ont.cbnl.org/cb/id/status/Invalid> <http://ont.cbnl.org/cb/id/status/Transferred>) ; skos:prefLabel "Status"@nl-nl , "Status "@en-gb . cbnlcore:Vast rdf:type owl:Class ; rdfs:label "Vast"@nl-nl ; rdfs:subClassOf cbnltop:CompositionalProperty ; dcterms:created "2014-06-17"^^xsd:date ; dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ; dcterms:modified "2014-08-18"^^xsd:date ; dcterms:rightsHolder <http://ont.cbnl.org/cb/id/agent/CBNL> ; skos:prefLabel "Vast"@nl-nl . cbnlcore:VasteBrug rdf:type owl:Class ; rdfs:label "Vaste brug"@nl-nl ; rdfs:subClassOf cbnlcore:Brug ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty cbnlcore:hasAppearance ; owl:someValuesFrom cbnlcore:Vast ] ; rdfs:subClassOf [ rdf:type owl:Restriction ; owl:onProperty cbnlcore:hasApplication ; owl:someValuesFrom cbnlcore:Doorlaathoogte ] ; cbnlcore:status <http://ont.cbnl.org/cb/id/status/Approved> ; dcterms:created "2014-05-16"^^xsd:date ; dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ; dcterms:modified "2014-08-18"^^xsd:date ; dcterms:rightsHolder <http://ont.cbnl.org/cb/id/agent/CBNL> ; skos:prefLabel "Vaste brug"@nl-nl . cbnlcore:Water rdf:type owl:Class ; rdfs:label "Water"@nl-nl ; rdfs:subClassOf cbnltop:Material ; dcterms:created "2014-06-17"^^xsd:date ; dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ; dcterms:modified "2014-08-18"^^xsd:date ; dcterms:rightsHolder <http://ont.cbnl.org/cb/id/agent/CBNL> ; skos:prefLabel "Water"@nl-nl . cbnlcore:hasAppearance rdf:type owl:ObjectProperty ; rdfs:label "Verschijningsvorm"@nl-nl , "Appearance"@en-gb ; dcterms:created "2014-06-17"^^xsd:date ; dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ; dcterms:modified "2014-08-18"^^xsd:date ; dcterms:rightsHolder <http://ont.cbnl.org/cb/id/agent/CBNL> ; skos:prefLabel "Appearance"@en-gb , "Verschijningsvorm"@nl-nl . cbnlcore:hasApplication rdf:type owl:ObjectProperty ; rdfs:label "Toepassing"@nl-nl , "Application"@en-gb ; dcterms:created "2014-06-17"^^xsd:date ; dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ; dcterms:modified "2014-08-18"^^xsd:date ; dcterms:rightsHolder <http://ont.cbnl.org/cb/id/agent/CBNL> ; skos:prefLabel "Toepassing"@nl-nl , "Application"@en-gb . cbnlcore:hasFunction rdf:type owl:ObjectProperty ; rdfs:label "Doel-Functie"@nl-nl , "Function"@en-gb ; dcterms:created "2014-06-17"^^xsd:date ; dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ; dcterms:modified "2014-07-04"^^xsd:date ; dcterms:rightsHolder <http://ont.cbnl.org/cb/id/agent/CBNL> ; skos:prefLabel "Function"@en-gb , "Doel-Functie"@nl-nl . cbnlcore:hasTechnology rdf:type owl:ObjectProperty ; rdfs:label "Technology"@en-gb , "Technologie"@nl-nl ; dcterms:created "2014-06-17"^^xsd:date ; dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ; dcterms:modified "2014-07-03"^^xsd:date ; dcterms:rightsHolder <http://ont.cbnl.org/cb/id/agent/CBNL> ; skos:prefLabel "Technologie"@nl-nl , "Technology"@en-gb . cbnlcore:status rdf:type owl:AnnotationProperty ; rdfs:label "Status"@nl-nl , "Status"@en-gb ; dcterms:created "2014-06-17"^^xsd:date ; dcterms:creator <http://ont.cbnl.org/cb/id/agent/CBNL> ; dcterms:modified "2014-08-18"^^xsd:date ; dcterms:rightsHolder <http://ont.cbnl.org/cb/id/agent/CBNL> ; skos:prefLabel "Status"@en-gb , "Status"@nl-nl . dcterms:Agent rdf:type rdfs:Class ; rdfs:label "Agent"@nl-nl , "Agent "@en-gb ; skos:prefLabel "Agent"@nl-nl , "Agent"@en-us , "Agent "@en-gb . dcterms:created rdf:type owl:AnnotationProperty ; rdfs:label "Created"@en-gb , "Datum aanmaak"@nl-nl ; skos:prefLabel "Created"@en-gb , "Datum aanmaak"@nl-nl . dcterms:creator rdf:type owl:AnnotationProperty ; rdfs:label "Aangemaakt door"@nl-nl , "Creator"@en-gb ; skos:prefLabel "Creator"@en-gb , "Aangemaakt door"@nl-nl . dcterms:modified rdf:type owl:AnnotationProperty ; rdfs:label "Modified"@en-gb , "Gewijzigd"@nl-nl ; skos:prefLabel "Modified"@en-gb , "Gewijzigd"@nl-nl . dcterms:rightsHolder rdf:type owl:AnnotationProperty ; rdfs:label "Eigenaar"@nl-nl , "Rights holder"@en-gb ; skos:prefLabel "Rights holder"@en-gb , "Eigenaar"@nl-nl . dcterms:source rdf:type owl:AnnotationProperty ; rdfs:label "Bron"@nl-nl , "Source"@en-gb ; skos:prefLabel "Bron"@nl-nl , "Source"@en-gb . dcterms:subject rdf:type owl:AnnotationProperty ; rdfs:label "Collection"@en-gb , "Collectie"@nl-nl ; skos:prefLabel "Collectie"@nl-nl , "Collection"@en-gb . skos:altLabel rdf:type owl:AnnotationProperty ; rdfs:label "Alternatieve naam"@nl-nl , "Alternative label"@en-gb ; skos:prefLabel "Alternative label"@en-gb , "Alternatieve naam"@nl-nl . skos:definition rdf:type owl:AnnotationProperty ; rdfs:label "Definition"@en-gb , "Definitie"@nl-nl ; skos:prefLabel "Definition"@en-gb , "Definitie"@nl-nl . skos:prefLabel rdf:type owl:AnnotationProperty ; rdfs:label "Preferred label"@en-gb , "Voorkeursterm"@nl-nl ; rdfs:subPropertyOf rdfs:label ; skos:prefLabel "Preferred label"@en-gb , "Voorkeursterm"@nl-nl .