Tore Christiansen

Testing out new namespaces

......@@ -236,6 +236,11 @@ ILAP:Contract
rdfs:label "Contract"^^xsd:string ;
rdfs:subClassOf owl:Thing , <http://posccaesar.org/rdl/RDS7953078> .
ILAP:Contractor
rdf:type owl:Class ;
rdfs:label "Contractor"^^xsd:string ;
rdfs:subClassOf ILAP:ResponsibleOrganization .
ILAP:ControlSchedule
rdf:type owl:Class ;
rdfs:label "Control schedule"^^xsd:string ;
......@@ -470,6 +475,11 @@ ILAP:OperationStatus
rdfs:label "Operation status"^^xsd:string ;
rdfs:subClassOf ILAP:Status .
ILAP:Operator
rdf:type owl:Class ;
rdfs:label "Operator"^^xsd:string ;
rdfs:subClassOf ILAP:ResponsibleOrganization .
ILAP:Phase
rdf:type owl:Class ;
rdfs:label "Phase"^^xsd:string ;
......@@ -1014,7 +1024,7 @@ ILAP:hasActivityContractor
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity contractor"^^xsd:string ;
rdfs:range BRREG:Contractor ;
rdfs:range ILAP:Contractor ;
rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
ILAP:hasActivityDiscipline
......@@ -1048,6 +1058,13 @@ ILAP:hasActivityLocation
rdfs:label "has location"^^xsd:string ;
rdfs:range ILAP:Location .
ILAP:hasActivityOperator
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
rdfs:label "has activity operator"^^xsd:string ;
rdfs:range ILAP:Operator ;
rdfs:subPropertyOf ILAP:hasActivityResponsibleOrganization .
ILAP:hasActivityPartActivity
rdf:type owl:ObjectProperty ;
rdfs:domain ILAP:PlannedActivity ;
......
......@@ -441,6 +441,11 @@ ILAP:hasWBSphase
ILAP:hasWorkTaskResponsible
rdfs:range ILAP:ResponsiblePerson .
<http://data.posccaesar.org/npd/ontology/OperatingCompany>
rdf:type owl:Class ;
rdfs:label "Operating company"^^xsd:string ;
rdfs:subClassOf ILAP:Operator .
<http://data.posccaesar.org/npd/ontology/ilap-interface/Facility>
rdf:type owl:Class ;
rdfs:label "Facility"^^xsd:string ;
......
......@@ -12,4 +12,10 @@ UC1: rdf:type owl:Ontology ;
owl:imports <http://data.posccaesar.org/NCS_PLANNING/> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
UC1:PlannedActivity_1
rdf:type ILAP:PlannedActivity ;
rdfs:label "Planned activity 1"^^xsd:string ;
ILAP:hasActivityContractor
<http://data.posccaesar.org/brreg/R-5db3751d-41d9-4516-a8e9-2b73a7df656b> ;
ILAP:hasActivityOperator
<http://data.posccaesar.org/brreg/R-6f42196e-7757-4915-bfe0-636ba9185a26> .
......