Tore Christiansen

Corrections of examples, and adding Standarized User Fields

......@@ -170,7 +170,7 @@
rdf:type owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass userfield:SourceSpecifiedUserField ;
owl:onProperty :hasSpecifiedUserField ;
owl:onProperty :hasSourceSpecifiedUserField ;
] ;
rdfs:subClassOf [
rdf:type owl:Restriction ;
......@@ -2549,6 +2549,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:SpecifiedUserfield1forActivity101inPlanVersion2forProjectP
rdf:type userfield:SpecifiedUserField ;
userfield:hasContractor <http://data.posccaesar.org/brreg/R-41682c54-0a71-40f9-8763-97c506514866> ;
userfield:hasSource <http://data.posccaesar.org/brreg/R-ec3fc61d-e9ae-4128-afa3-5b2f2fa59ae8> ;
userfield:hasVessel :FreeField1Value1forActivity101inPlanVersion2inProjectP ;
rdfs:label "Specified User Field 1 for Activity 101 in Plan Version 2 for Project P"^^xsd:string ;
.
......@@ -3113,6 +3115,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
.
:hasCompletelyFreeField
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between an Activity and a Completely Free Field."^^xsd:string ;
rdfs:label "has Completely Free Field"^^xsd:string ;
.
:hasCompletelyFreeFieldDefinition
......@@ -3713,7 +3716,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel
rdfs:comment "A property that gives the source of data about a planning object."^^xsd:string ;
rdfs:label "has Source"^^xsd:string ;
.
:hasSourceSpecifiedUserfield
:hasSourceSpecifiedUserField
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between a planning object and a user specified field from a specified source."^^xsd:string ;
rdfs:label "has Source Specified User Field"^^xsd:string ;
......@@ -4171,6 +4174,8 @@ userfield:SpecifiedUserField
.
userfield:hasFreeFieldForSpecifiedUserField
rdf:type owl:ObjectProperty ;
rdfs:comment "A relationship between Specified User Filed and a Free Field."^^xsd:string ;
rdfs:label "has Free Field for Specified User Field"^^xsd:string ;
.
userfield:hasProjectCode
rdfs:label "has Project Code"^^xsd:string ;
......