Showing
4 changed files
with
156 additions
and
10 deletions
1 | # baseURI: http://data.posccaesar.org/ilap/ | 1 | # baseURI: http://data.posccaesar.org/ilap/ |
2 | +# imports: file:/Users/havardottestad/TBCMEWorkspace2/ilap/rdl%20and%20p12/corerdl.ttl | ||
2 | # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/ | 3 | # imports: http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/ |
3 | # imports: http://data.posccaesar.org/ilap/userfields/ | 4 | # imports: http://data.posccaesar.org/ilap/userfields/ |
4 | 5 | ||
5 | -# c14n-version: 3 | ||
6 | @prefix : <http://data.posccaesar.org/ilap/> . | 6 | @prefix : <http://data.posccaesar.org/ilap/> . |
7 | @prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/> . | 7 | @prefix SCCS: <http://data.posccaesar.org/ilap/refdata/NORSOK/Z-014/SCCSCoding/> . |
8 | @prefix lci: <http://standards.iso.org/iso/15926/tech/ontology/> . | 8 | @prefix lci: <http://standards.iso.org/iso/15926/tech/ontology/> . |
9 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 9 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
10 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 10 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
11 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 11 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
12 | +@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
12 | @prefix userfield: <http://data.posccaesar.org/ilap/userfields/> . | 13 | @prefix userfield: <http://data.posccaesar.org/ilap/userfields/> . |
13 | @prefix xml: <http://www.w3.org/XML/1998/namespace> . | 14 | @prefix xml: <http://www.w3.org/XML/1998/namespace> . |
14 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 15 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
16 | + | ||
15 | <http://data.posccaesar.org/brreg/> | 17 | <http://data.posccaesar.org/brreg/> |
16 | rdf:type owl:Class ; | 18 | rdf:type owl:Class ; |
17 | rdfs:subClassOf :Organization ; | 19 | rdfs:subClassOf :Organization ; |
18 | . | 20 | . |
19 | : | 21 | : |
20 | rdf:type owl:Ontology ; | 22 | rdf:type owl:Ontology ; |
23 | + owl:imports <file:/Users/havardottestad/TBCMEWorkspace2/ilap/rdl%20and%20p12/corerdl.ttl> ; | ||
21 | owl:imports SCCS: ; | 24 | owl:imports SCCS: ; |
22 | owl:imports userfield: ; | 25 | owl:imports userfield: ; |
23 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; | 26 | owl:versionInfo "Created with TopBraid Composer"^^xsd:string ; |
... | @@ -660,8 +663,7 @@ | ... | @@ -660,8 +663,7 @@ |
660 | rdfs:label "Automation"^^xsd:string ; | 663 | rdfs:label "Automation"^^xsd:string ; |
661 | rdfs:subClassOf :ILAPresource ; | 664 | rdfs:subClassOf :ILAPresource ; |
662 | rdfs:subClassOf SCCS:COR_K ; | 665 | rdfs:subClassOf SCCS:COR_K ; |
663 | - <http://www.w3.org/2004/02/skos/core#notation> "KI"^^xsd:string ; | 666 | + skos:notation "KI"^^xsd:string ; |
664 | - | ||
665 | . | 667 | . |
666 | :COR_KK | 668 | :COR_KK |
667 | rdf:type :Discipline ; | 669 | rdf:type :Discipline ; |
... | @@ -671,8 +673,7 @@ | ... | @@ -671,8 +673,7 @@ |
671 | rdfs:label "Maintenance"^^xsd:string ; | 673 | rdfs:label "Maintenance"^^xsd:string ; |
672 | rdfs:subClassOf :ILAPresource ; | 674 | rdfs:subClassOf :ILAPresource ; |
673 | rdfs:subClassOf SCCS:COR_K ; | 675 | rdfs:subClassOf SCCS:COR_K ; |
674 | - <http://www.w3.org/2004/02/skos/core#notation> "KK"^^xsd:string ; | 676 | + skos:notation "KK"^^xsd:string ; |
675 | - | ||
676 | . | 677 | . |
677 | :COR_KX | 678 | :COR_KX |
678 | rdf:type :Discipline ; | 679 | rdf:type :Discipline ; |
... | @@ -682,8 +683,7 @@ | ... | @@ -682,8 +683,7 @@ |
682 | rdfs:label "LCI"^^xsd:string ; | 683 | rdfs:label "LCI"^^xsd:string ; |
683 | rdfs:subClassOf :ILAPresource ; | 684 | rdfs:subClassOf :ILAPresource ; |
684 | rdfs:subClassOf SCCS:COR_K ; | 685 | rdfs:subClassOf SCCS:COR_K ; |
685 | - <http://www.w3.org/2004/02/skos/core#notation> "KX"^^xsd:string ; | 686 | + skos:notation "KX"^^xsd:string ; |
686 | - | ||
687 | . | 687 | . |
688 | :Calendar | 688 | :Calendar |
689 | rdf:type owl:Class ; | 689 | rdf:type owl:Class ; |
... | @@ -3132,7 +3132,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -3132,7 +3132,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
3132 | owl:onClass :ScheduleForILAP ; | 3132 | owl:onClass :ScheduleForILAP ; |
3133 | owl:onProperty :hasPreviousScheduleForPlan ; | 3133 | owl:onProperty :hasPreviousScheduleForPlan ; |
3134 | ] ; | 3134 | ] ; |
3135 | - | ||
3136 | owl:disjointWith :ScheduleForActivityInPlan ; | 3135 | owl:disjointWith :ScheduleForActivityInPlan ; |
3137 | . | 3136 | . |
3138 | :ScheduleForPlan | 3137 | :ScheduleForPlan |
... | @@ -3832,7 +3831,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -3832,7 +3831,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
3832 | rdfs:label "has Baseline Schedule"^^xsd:string ; | 3831 | rdfs:label "has Baseline Schedule"^^xsd:string ; |
3833 | rdfs:subPropertyOf :hasSchedule ; | 3832 | rdfs:subPropertyOf :hasSchedule ; |
3834 | . | 3833 | . |
3835 | - | ||
3836 | :hasCalendar | 3834 | :hasCalendar |
3837 | rdf:type owl:ObjectProperty ; | 3835 | rdf:type owl:ObjectProperty ; |
3838 | rdfs:comment "A relationship between a planning object and a calendar."^^xsd:string ; | 3836 | rdfs:comment "A relationship between a planning object and a calendar."^^xsd:string ; |
... | @@ -4144,7 +4142,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel | ... | @@ -4144,7 +4142,6 @@ NOTE 2 A Plan for Activity can define a number of part activities which are rel |
4144 | rdfs:range :PersonOrOrganization ; | 4142 | rdfs:range :PersonOrOrganization ; |
4145 | rdfs:subPropertyOf :hasResponsible ; | 4143 | rdfs:subPropertyOf :hasResponsible ; |
4146 | . | 4144 | . |
4147 | - | ||
4148 | :hasMaterialOrderStatus | 4145 | :hasMaterialOrderStatus |
4149 | rdf:type owl:ObjectProperty ; | 4146 | rdf:type owl:ObjectProperty ; |
4150 | rdfs:comment "A relationship between a planning object and the status of material on order."^^xsd:string ; | 4147 | rdfs:comment "A relationship between a planning object and the status of material on order."^^xsd:string ; | ... | ... |
rdl and p12/corerdl.ttl
0 → 100644
This diff could not be displayed because it is too large.
rdl and p12/mergedFile.ttl
0 → 100644
This diff could not be displayed because it is too large.
rdl and p12/topLevelClassID.ttl
0 → 100644
1 | +@prefix p2: <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#> . | ||
2 | +@prefix std: <http://data.posccaesar.org/std/> . | ||
3 | +@prefix stirdl: <http://sti.data.posccaesar.org/rdl/> . | ||
4 | +@prefix rprj: <http://data.posccaesar.org/rprj/> . | ||
5 | +@prefix skosxl: <http://www.w3.org/2008/05/skos-xl#> . | ||
6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
7 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
8 | +@prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . | ||
9 | +@prefix skos: <http://www.w3.org/2004/02/skos/core#> . | ||
10 | +@prefix prj: <http://data.posccaesar.org/prj/> . | ||
11 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
12 | +@prefix stdprf: <http://data.posccaesar.org/stdprf/> . | ||
13 | +@prefix lci: <http://data.posccaesar.org/dm/> . | ||
14 | +@prefix dct: <http://purl.org/dc/terms/> . | ||
15 | +@prefix ptrn: <http://data.posccaesar.org/ptrn/> . | ||
16 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
17 | +@prefix lcm: <http://data.posccaesar.org/dm/metadata/> . | ||
18 | +@prefix oldrdl: <http://rds.posccaesar.org/2008/06/OWL/RDL#> . | ||
19 | +@prefix rdl: <http://data.posccaesar.org/rdl/> . | ||
20 | +@prefix pn: <http://www.w3.org/2005/xpath-functions#> . | ||
21 | +@prefix dc: <http://purl.org/dc/elements/1.1/> . | ||
22 | + | ||
23 | +lci:WholeLifeIndividual | ||
24 | + rdl:defaultRdsId "R84691198760"^^xsd:string ; | ||
25 | + rdl:hasIdPCA "RDS436809821"^^xsd:string ; | ||
26 | + owl:sameAs <http://posccaesar.org/rdl/RDS436809821> . | ||
27 | + | ||
28 | +lci:PhysicalRepresentationType | ||
29 | + rdl:defaultRdsId "R17808552718"^^xsd:string ; | ||
30 | + rdl:hasIdPCA "RDS327124471"^^xsd:string ; | ||
31 | + owl:sameAs <http://posccaesar.org/rdl/RDS327124471> . | ||
32 | + | ||
33 | +lci:Organism rdl:defaultRdsId "R67239622442"^^xsd:string ; | ||
34 | + rdl:hasIdPCA "RDS324681491"^^xsd:string ; | ||
35 | + owl:sameAs <http://posccaesar.org/rdl/RDS324681491> . | ||
36 | + | ||
37 | +lci:RegionInSpace rdl:defaultRdsId "R50641622129"^^xsd:string ; | ||
38 | + rdl:hasIdPCA "RDS436813841"^^xsd:string ; | ||
39 | + owl:sameAs <http://posccaesar.org/rdl/RDS436813841> . | ||
40 | + | ||
41 | +lci:ClassOfActivity rdl:defaultRdsId "RDS10012097710"^^xsd:string ; | ||
42 | + rdl:hasIdPCA "RDS10012097710"^^xsd:string ; | ||
43 | + owl:sameAs <http://posccaesar.org/rdl/RDS10012097710> . | ||
44 | + | ||
45 | +lci:ClassOfArrangedIndividual | ||
46 | + rdl:defaultRdsId "RDS1001209771"^^xsd:string ; | ||
47 | + rdl:hasIdPCA "RDS1001209771"^^xsd:string ; | ||
48 | + owl:sameAs <http://posccaesar.org/rdl/RDS1001209771> . | ||
49 | + | ||
50 | +lci:QuantityKind rdl:defaultRdsId "R19441169180"^^xsd:string ; | ||
51 | + rdl:hasIdPCA "RDS7275639"^^xsd:string ; | ||
52 | + owl:sameAs <http://posccaesar.org/rdl/RDS7275639> . | ||
53 | + | ||
54 | +lci:ArrangedIndividual | ||
55 | + rdl:defaultRdsId "R17654958250"^^xsd:string ; | ||
56 | + rdl:hasIdPCA "RDS436990091"^^xsd:string ; | ||
57 | + owl:sameAs <http://posccaesar.org/rdl/RDS436990091> . | ||
58 | + | ||
59 | +lci:Compound rdl:defaultRdsId "R22811785219"^^xsd:string ; | ||
60 | + rdl:hasIdPCA "RDS483569"^^xsd:string ; | ||
61 | + owl:sameAs <http://posccaesar.org/rdl/RDS483569> . | ||
62 | + | ||
63 | +lci:Person rdl:defaultRdsId "R34283274738"^^xsd:string ; | ||
64 | + rdl:hasIdPCA "RDS413954"^^xsd:string ; | ||
65 | + owl:sameAs <http://posccaesar.org/rdl/RDS413954> . | ||
66 | + | ||
67 | +lci:SubAtomicParticle | ||
68 | + rdl:defaultRdsId "R55765287969"^^xsd:string ; | ||
69 | + rdl:hasIdPCA "RDS14377750"^^xsd:string ; | ||
70 | + owl:sameAs <http://posccaesar.org/rdl/RDS14377750> . | ||
71 | + | ||
72 | +lci:InanimatePhysicalObject | ||
73 | + rdl:defaultRdsId "R15335088502"^^xsd:string ; | ||
74 | + rdl:hasIdPCA "RDS892484261"^^xsd:string ; | ||
75 | + owl:sameAs <http://posccaesar.org/rdl/RDS892484261> . | ||
76 | + | ||
77 | +lci:CompositeMaterial | ||
78 | + rdl:defaultRdsId "R81133193354"^^xsd:string ; | ||
79 | + rdl:hasIdPCA "RDS5667046"^^xsd:string ; | ||
80 | + owl:sameAs <http://posccaesar.org/rdl/RDS5667046> . | ||
81 | + | ||
82 | +lci:ClassOfIndividual | ||
83 | + rdl:defaultRdsId "R82407290725"^^xsd:string ; | ||
84 | + rdl:hasIdPCA "RDS13318199"^^xsd:string ; | ||
85 | + owl:sameAs <http://posccaesar.org/rdl/RDS13318199> . | ||
86 | + | ||
87 | +lci:PeriodInTime rdl:defaultRdsId "R11049706529"^^xsd:string ; | ||
88 | + rdl:hasIdPCA "RDS356215271"^^xsd:string ; | ||
89 | + owl:sameAs <http://posccaesar.org/rdl/RDS356215271> . | ||
90 | + | ||
91 | +lci:Stream rdl:defaultRdsId "R24303158504"^^xsd:string , "R94736743852"^^xsd:string ; | ||
92 | + rdl:hasIdPCA "RDS436813371"^^xsd:string , "RDS13026796"^^xsd:string ; | ||
93 | + owl:sameAs <http://posccaesar.org/rdl/RDS436813371> , <http://posccaesar.org/rdl/RDS13026796> . | ||
94 | + | ||
95 | +lci:Activity rdl:defaultRdsId "R75808559523"^^xsd:string ; | ||
96 | + rdl:hasIdPCA "RDS3149"^^xsd:string ; | ||
97 | + owl:sameAs <http://posccaesar.org/rdl/RDS3149> . | ||
98 | + | ||
99 | +lci:Feature rdl:defaultRdsId "R77399879515"^^xsd:string ; | ||
100 | + rdl:hasIdPCA "RDS5924620"^^xsd:string ; | ||
101 | + owl:sameAs <http://posccaesar.org/rdl/RDS5924620> . | ||
102 | + | ||
103 | +lci:Atom rdl:defaultRdsId "R80676148641"^^xsd:string ; | ||
104 | + rdl:hasIdPCA "RDS478259"^^xsd:string ; | ||
105 | + owl:sameAs <http://posccaesar.org/rdl/RDS478259> . | ||
106 | + | ||
107 | +lci:BiologicalMatter rdl:defaultRdsId "R38819741167"^^xsd:string ; | ||
108 | + rdl:hasIdPCA "RDS13314800"^^xsd:string ; | ||
109 | + owl:sameAs <http://posccaesar.org/rdl/RDS13314800> . | ||
110 | + | ||
111 | +lci:Organization rdl:defaultRdsId "R79634201095"^^xsd:string ; | ||
112 | + rdl:hasIdPCA "RDS282149"^^xsd:string ; | ||
113 | + owl:sameAs <http://posccaesar.org/rdl/RDS282149> . | ||
114 | + | ||
115 | +lci:Event rdl:defaultRdsId "R36019878536"^^xsd:string ; | ||
116 | + rdl:hasIdPCA "RDS7275909"^^xsd:string ; | ||
117 | + owl:sameAs <http://posccaesar.org/rdl/RDS7275909> . | ||
118 | + | ||
119 | +lci:PhysicalObject rdl:defaultRdsId "R35802804974"^^xsd:string ; | ||
120 | + rdl:hasIdPCA "RDS17059080"^^xsd:string ; | ||
121 | + owl:sameAs <http://posccaesar.org/rdl/RDS17059080> . | ||
122 | + | ||
123 | +lci:QuantityKindRange | ||
124 | + rdl:defaultRdsId "R10809152534"^^xsd:string ; | ||
125 | + rdl:hasIdPCA "RDS16804340"^^xsd:string ; | ||
126 | + owl:sameAs <http://posccaesar.org/rdl/RDS16804340> . | ||
127 | + | ||
128 | +lci:ParticulateMaterial | ||
129 | + rdl:defaultRdsId "R36693678916"^^xsd:string ; | ||
130 | + rdl:hasIdPCA "RDS14457881"^^xsd:string ; | ||
131 | + owl:sameAs <http://posccaesar.org/rdl/RDS14457881> . | ||
132 | + | ||
133 | +lci:PossibleIndividual | ||
134 | + rdl:defaultRdsId "R99781532089"^^xsd:string ; | ||
135 | + rdl:hasIdPCA "RDS8645837"^^xsd:string ; | ||
136 | + owl:sameAs <http://posccaesar.org/rdl/RDS8645837> . | ||
137 | + | ||
138 | +lci:ActualIndividual rdl:defaultRdsId "R62213320815"^^xsd:string ; | ||
139 | + rdl:hasIdPCA "RDS436807881"^^xsd:string ; | ||
140 | + owl:sameAs <http://posccaesar.org/rdl/RDS436807881> . | ||
141 | + | ||
142 | +lci:Molecule rdl:defaultRdsId "R23793923423"^^xsd:string ; | ||
143 | + rdl:hasIdPCA "RDS890729"^^xsd:string ; | ||
144 | + owl:sameAs <http://posccaesar.org/rdl/RDS890729> . | ||
145 | + | ||
146 | +lci:InformationObject | ||
147 | + rdl:defaultRdsId "R31445690812"^^xsd:string ; | ||
148 | + rdl:hasIdPCA "RDS329669"^^xsd:string ; | ||
149 | + owl:sameAs <http://posccaesar.org/rdl/RDS329669> . |
-
Please register or login to post a comment