Showing
1 changed file
with
7 additions
and
2 deletions
| ... | @@ -170,7 +170,7 @@ | ... | @@ -170,7 +170,7 @@ |
| 170 | rdf:type owl:Restriction ; | 170 | rdf:type owl:Restriction ; |
| 171 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; | 171 | owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ; |
| 172 | owl:onClass userfield:SourceSpecifiedUserField ; | 172 | owl:onClass userfield:SourceSpecifiedUserField ; |
| 173 | - owl:onProperty :hasSpecifiedUserField ; | 173 | + owl:onProperty :hasSourceSpecifiedUserField ; |
| 174 | ] ; | 174 | ] ; |
| 175 | rdfs:subClassOf [ | 175 | rdfs:subClassOf [ |
| 176 | rdf:type owl:Restriction ; | 176 | rdf:type owl:Restriction ; |
| ... | @@ -2549,6 +2549,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -2549,6 +2549,8 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 2549 | . | 2549 | . |
| 2550 | :SpecifiedUserfield1forActivity101inPlanVersion2forProjectP | 2550 | :SpecifiedUserfield1forActivity101inPlanVersion2forProjectP |
| 2551 | rdf:type userfield:SpecifiedUserField ; | 2551 | rdf:type userfield:SpecifiedUserField ; |
| 2552 | + userfield:hasContractor <http://data.posccaesar.org/brreg/R-41682c54-0a71-40f9-8763-97c506514866> ; | ||
| 2553 | + userfield:hasSource <http://data.posccaesar.org/brreg/R-ec3fc61d-e9ae-4128-afa3-5b2f2fa59ae8> ; | ||
| 2552 | userfield:hasVessel :FreeField1Value1forActivity101inPlanVersion2inProjectP ; | 2554 | userfield:hasVessel :FreeField1Value1forActivity101inPlanVersion2inProjectP ; |
| 2553 | rdfs:label "Specified User Field 1 for Activity 101 in Plan Version 2 for Project P"^^xsd:string ; | 2555 | rdfs:label "Specified User Field 1 for Activity 101 in Plan Version 2 for Project P"^^xsd:string ; |
| 2554 | . | 2556 | . |
| ... | @@ -3113,6 +3115,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -3113,6 +3115,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 3113 | . | 3115 | . |
| 3114 | :hasCompletelyFreeField | 3116 | :hasCompletelyFreeField |
| 3115 | rdf:type owl:ObjectProperty ; | 3117 | rdf:type owl:ObjectProperty ; |
| 3118 | + rdfs:comment "A relationship between an Activity and a Completely Free Field."^^xsd:string ; | ||
| 3116 | rdfs:label "has Completely Free Field"^^xsd:string ; | 3119 | rdfs:label "has Completely Free Field"^^xsd:string ; |
| 3117 | . | 3120 | . |
| 3118 | :hasCompletelyFreeFieldDefinition | 3121 | :hasCompletelyFreeFieldDefinition |
| ... | @@ -3713,7 +3716,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -3713,7 +3716,7 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
| 3713 | rdfs:comment "A property that gives the source of data about a planning object."^^xsd:string ; | 3716 | rdfs:comment "A property that gives the source of data about a planning object."^^xsd:string ; |
| 3714 | rdfs:label "has Source"^^xsd:string ; | 3717 | rdfs:label "has Source"^^xsd:string ; |
| 3715 | . | 3718 | . |
| 3716 | -:hasSourceSpecifiedUserfield | 3719 | +:hasSourceSpecifiedUserField |
| 3717 | rdf:type owl:ObjectProperty ; | 3720 | rdf:type owl:ObjectProperty ; |
| 3718 | rdfs:comment "A relationship between a planning object and a user specified field from a specified source."^^xsd:string ; | 3721 | rdfs:comment "A relationship between a planning object and a user specified field from a specified source."^^xsd:string ; |
| 3719 | rdfs:label "has Source Specified User Field"^^xsd:string ; | 3722 | rdfs:label "has Source Specified User Field"^^xsd:string ; |
| ... | @@ -4171,6 +4174,8 @@ userfield:SpecifiedUserField | ... | @@ -4171,6 +4174,8 @@ userfield:SpecifiedUserField |
| 4171 | . | 4174 | . |
| 4172 | userfield:hasFreeFieldForSpecifiedUserField | 4175 | userfield:hasFreeFieldForSpecifiedUserField |
| 4173 | rdf:type owl:ObjectProperty ; | 4176 | rdf:type owl:ObjectProperty ; |
| 4177 | + rdfs:comment "A relationship between Specified User Filed and a Free Field."^^xsd:string ; | ||
| 4178 | + rdfs:label "has Free Field for Specified User Field"^^xsd:string ; | ||
| 4174 | . | 4179 | . |
| 4175 | userfield:hasProjectCode | 4180 | userfield:hasProjectCode |
| 4176 | rdfs:label "has Project Code"^^xsd:string ; | 4181 | rdfs:label "has Project Code"^^xsd:string ; | ... | ... |
-
Please register or login to post a comment