Tore Christiansen

Changed lci: classes from rdfs:Class to owl:Class

......@@ -439,7 +439,7 @@
:ActivityPriority
rdf:type owl:Class ;
rdfs:comment "A Class of Activity that indicates the importance of and/or focus on (one or more) activities."^^xsd:string ;
rdfs:label "ActivityPriority"^^xsd:string ;
rdfs:label "Activity Priority"^^xsd:string ;
rdfs:subClassOf :ClassOfActivity ;
.
:ActivityRiskFactor
......@@ -451,7 +451,7 @@
:ActivityStaffTime
rdf:type owl:Class ;
rdfs:comment "A Class of Activity that is executed by consuming work (manhours) by staff members of participating organizations."^^xsd:string ;
rdfs:label "Activity staff time"^^xsd:string ;
rdfs:label "Activity Staff Time"^^xsd:string ;
rdfs:subClassOf :ClassOfActivity ;
.
:ActivityStatus
......@@ -803,62 +803,62 @@
rdfs:subClassOf :OperationalActivity ;
.
:ClassOfActivity
rdf:type rdfs:Class ;
rdfs:comment "This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdf:type owl:Class ;
rdfs:comment "A Class of Individual whose members are Activities. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Activity"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
:ClassOfAsset
rdf:type rdfs:Class ;
rdf:type owl:Class ;
rdfs:comment "A Class of Individual that is an Asset."^^xsd:string ;
rdfs:label "Class of Asset"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
:ClassOfClassOfActivity
rdf:type rdfs:Class ;
rdfs:comment "This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdf:type owl:Class ;
rdfs:comment "A Class whose memebrs are ClassOfActivity. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Class of Activity"^^xsd:string ;
rdfs:subClassOf owl:Class ;
.
:ClassOfEvent
rdf:type rdfs:Class ;
rdfs:comment "This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdf:type owl:Class ;
rdfs:comment "A Class of Individual whose members are Events. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Event"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
:ClassOfFunctionalObject
rdf:type rdfs:Class ;
rdfs:comment "A ClassOfIndividual that indicates the function or purpose of an object."^^xsd:string ;
rdf:type owl:Class ;
rdfs:comment "A ClassOfIndividual that indicates the function or purpose of an object. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Functional Object"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
:ClassOfIndividual
rdf:type rdfs:Class ;
rdfs:comment "This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdf:type owl:Class ;
rdfs:comment "A Class whose members are Individuals. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Individual"^^xsd:string ;
rdfs:subClassOf owl:Class ;
.
:ClassOfOrganization
rdf:type rdfs:Class ;
rdfs:comment "A Class of Individual whose members are Organizations."^^xsd:string ;
rdf:type owl:Class ;
rdfs:comment "A Class of Individual whose members are Organizations. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Organization"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
:ClassOfPeriodInTime
rdf:type rdfs:Class ;
rdfs:comment "This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdf:type owl:Class ;
rdfs:comment "A Class of Individual whose members are period in Time. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Period in Time"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
:ClassOfPerson
rdf:type rdfs:Class ;
rdfs:comment "AClassOfIndividual whose members are Persons."^^xsd:string ;
rdf:type owl:Class ;
rdfs:comment "AClassOfIndividual whose members are Persons. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Person"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
:ClassOfPhysicalObject
rdf:type rdfs:Class ;
rdfs:comment "This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdf:type owl:Class ;
rdfs:comment "A Class of Individual whose members are PhysicalObjects. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Class of Physical Object"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
......@@ -869,19 +869,19 @@
rdfs:subClassOf :ClassOfClassOfActivity ;
.
:ClassOfResource
rdf:type rdfs:Class ;
rdf:type owl:Class ;
rdfs:comment "AClassOfIndividual whose members are Resources."^^xsd:string ;
rdfs:label "Class of Resource"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
:ClassOfResult
rdf:type rdfs:Class ;
rdf:type owl:Class ;
rdfs:comment "AClassOfIndividual whose members are Results."^^xsd:string ;
rdfs:label "Class of result"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
:ClassOfSpatialLocation
rdf:type rdfs:Class ;
rdf:type owl:Class ;
rdfs:comment "A ClassOfIndividual whose members are instances of PointInSpace and RegionInSpace."^^xsd:string ;
rdfs:label "Class of Spatial Location"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
......@@ -1965,7 +1965,7 @@
NOTE 1 A Plan for Activity is defined by criteria. An actual activity carried out in accordance with the plan is intended to meet these criteria.
NOTE 2 A Plan for Activity can define a number of part activities which are related by Constraints, and which form an \"activity network.\"
"""^^xsd:string ;
rdfs:label "Plan for activity"^^xsd:string ;
rdfs:label "Plan for Activity"^^xsd:string ;
rdfs:subClassOf :ClassOfActivity ;
.
:PlanForILAP
......@@ -2526,7 +2526,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
:ProjectType
rdf:type owl:Class ;
rdfs:comment "A Class of Actvity that is a Project carried out in a given phase of the asset lifecycle."^^xsd:string ;
rdfs:label "Plan project type"^^xsd:string ;
rdfs:label "Project Type"^^xsd:string ;
rdfs:subClassOf :ClassOfActivity ;
.
:RamexProject
......@@ -3085,8 +3085,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:subClassOf :ClassOfActivity ;
.
:SinglePropertyDimension
rdf:type rdfs:Class ;
rdfs:comment "A PropertySpace that is a single and complete continuum of properties each of which maps to a single number."^^xsd:string ;
rdf:type owl:Class ;
rdfs:comment "A PropertySpace that is a single and complete continuum of properties each of which maps to a single number. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Single Prpoerty Dimension"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
......@@ -3130,8 +3130,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:subClassOf :OperationalActivity ;
.
:Status
rdf:type rdfs:Class ;
rdfs:comment "AClassOfIndividual whose members are Persons."^^xsd:string ;
rdf:type owl:Class ;
rdfs:comment "AClassOfIndividual whose members are Persons. This is a placeholder for a class in the lci: ontology (ISO 15926 Part 12)."^^xsd:string ;
rdfs:label "Status"^^xsd:string ;
rdfs:subClassOf :ClassOfIndividual ;
.
......