Tore Christiansen

Correct error in update

Showing 1 changed file with 4 additions and 4 deletions
...@@ -11,10 +11,6 @@ ptrn: ...@@ -11,10 +11,6 @@ ptrn:
11 rdf:type owl:Ontology ; 11 rdf:type owl:Ontology ;
12 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 12 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
13 13
14 -<http://data.posccaesar.org/ptrn/2Days>
15 - rdf:type ptrn:ISO15926-4PeriodInTime ;
16 - rdfs:label "Days"^^xsd:string .
17 -
18 ptrn:Acceleration 14 ptrn:Acceleration
19 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> , owl:Class ; 15 rdf:type <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#SinglePropertyDimension> , owl:Class ;
20 rdfs:label "Acceleration"^^xsd:string ; 16 rdfs:label "Acceleration"^^xsd:string ;
...@@ -1264,6 +1260,10 @@ ptrn:InletFluidStreamClass ...@@ -1264,6 +1260,10 @@ ptrn:InletFluidStreamClass
1264 rdfs:label "Inlet fluid stream class"^^xsd:string ; 1260 rdfs:label "Inlet fluid stream class"^^xsd:string ;
1265 rdfs:subClassOf ptrn:ISO15926-4ClassOfClassOfIndividual . 1261 rdfs:subClassOf ptrn:ISO15926-4ClassOfClassOfIndividual .
1266 1262
1263 +ptrn:Lag2Days
1264 + rdf:type ptrn:ISO15926-4PeriodInTime ;
1265 + rdfs:label "Lag 2 Days"^^xsd:string .
1266 +
1267 ptrn:LifecycleWholePart 1267 ptrn:LifecycleWholePart
1268 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ; 1268 rdf:type owl:Class , <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndividual> ;
1269 rdfs:label "Lifecycle whole part"^^xsd:string ; 1269 rdfs:label "Lifecycle whole part"^^xsd:string ;
......