Tore Christiansen

Added BRREG and ILAP Standard values to Reinertsen to Statoil 1.8

This diff is collapsed. Click to expand it.
...@@ -499,6 +499,11 @@ USERFIELDS:hasContractType ...@@ -499,6 +499,11 @@ USERFIELDS:hasContractType
499 rdfs:label "Contract type" ; 499 rdfs:label "Contract type" ;
500 rdfs:range USERFIELDS:FreeTextField . 500 rdfs:range USERFIELDS:FreeTextField .
501 501
502 +USERFIELDS:hasContractor
503 + rdf:type owl:ObjectProperty ;
504 + rdfs:domain USERFIELDS:UserField ;
505 + rdfs:label "has contractor"^^xsd:string .
506 +
502 USERFIELDS:hasCostBreakdownStructure 507 USERFIELDS:hasCostBreakdownStructure
503 rdf:type owl:ObjectProperty ; 508 rdf:type owl:ObjectProperty ;
504 rdfs:domain USERFIELDS:UserField ; 509 rdfs:domain USERFIELDS:UserField ;
...@@ -604,6 +609,11 @@ USERFIELDS:hasMechanicalCompletionPackage ...@@ -604,6 +609,11 @@ USERFIELDS:hasMechanicalCompletionPackage
604 rdfs:label "Mechanical Completion package" ; 609 rdfs:label "Mechanical Completion package" ;
605 rdfs:range USERFIELDS:FreeTextField . 610 rdfs:range USERFIELDS:FreeTextField .
606 611
612 +USERFIELDS:hasMilestone
613 + rdf:type owl:ObjectProperty ;
614 + rdfs:domain USERFIELDS:UserField ;
615 + rdfs:label "has milestone"^^xsd:string .
616 +
607 USERFIELDS:hasModificationPackage 617 USERFIELDS:hasModificationPackage
608 rdf:type owl:ObjectProperty ; 618 rdf:type owl:ObjectProperty ;
609 rdfs:domain USERFIELDS:UserField ; 619 rdfs:domain USERFIELDS:UserField ;
......