Merge branch 'master' of github.com:TopQuadrant/EPIM-Ontologies
Showing
16 changed files
with
122 additions
and
64 deletions
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
1 | -# baseURI: http://www.reportinghub.no/ep/transform/transform-helper-schema | 1 | +# baseURI: http://www.reportinghub.no/ep/transform/transform-helper-schema |
2 | -# imports: http://www.epim.no/schemas/mprml/1 | 2 | +# imports: http://www.epim.no/schemas/mprml/1 |
3 | -# imports: http://www.reportinghub.no/ep/schema/1.0/activity | 3 | +# imports: http://www.reportinghub.no/ep/schema/1.0/activity |
4 | - | 4 | + |
5 | -@prefix owl: <http://www.w3.org/2002/07/owl#> . | 5 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . |
6 | -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 6 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
7 | -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 7 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
8 | -@prefix transhelp: <http://www.reportinghub.no/ep/transform/transform-helper-schema#> . | 8 | +@prefix transhelp: <http://www.reportinghub.no/ep/transform/transform-helper-schema#> . |
9 | -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 9 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . |
10 | - | 10 | + |
11 | -<http://www.reportinghub.no/ep/transform/transform-helper-schema> | 11 | +<http://www.reportinghub.no/ep/transform/transform-helper-schema> |
12 | - rdf:type owl:Ontology ; | 12 | + rdf:type owl:Ontology ; |
13 | - rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ; | 13 | + rdfs:comment "The Transform Helper Schema is the set of properties and classes used for the creation of temporary data used as part of the ERH transformations. All instances of classes and uses of these properties is deleted before the triples are stored in the RDF database."^^xsd:string ; |
14 | - owl:imports <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/activity> ; | 14 | + owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.epim.no/schemas/mprml/1> ; |
15 | - owl:versionInfo "Created with TopBraid Composer"^^xsd:string . | 15 | + owl:versionInfo "Created with TopBraid Composer"^^xsd:string . |
16 | - | 16 | + |
17 | -transhelp:derivedFrom | 17 | +transhelp:derivedFrom |
18 | - rdf:type owl:ObjectProperty . | 18 | + rdf:type owl:ObjectProperty . |
19 | - | 19 | + |
20 | -transhelp:facilityIdentifier | 20 | +transhelp:facilityIdentifier |
21 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 21 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
22 | - | 22 | + |
23 | -transhelp:forComment | 23 | +transhelp:forComment |
24 | - rdf:type owl:ObjectProperty ; | 24 | + rdf:type owl:ObjectProperty ; |
25 | - rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ; | 25 | + rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ; |
26 | - rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; | 26 | + rdfs:domain <http://www.reportinghub.no/ep/schema/activity#Activity> ; |
27 | - rdfs:label "for comment"^^xsd:string . | 27 | + rdfs:label "for comment"^^xsd:string . |
28 | - | 28 | + |
29 | -transhelp:hasDerivedText | 29 | +transhelp:hasDerivedText |
30 | - rdf:type owl:DatatypeProperty . | 30 | + rdf:type owl:DatatypeProperty . |
31 | - | 31 | + |
32 | -transhelp:intervalEnd | 32 | +transhelp:interval |
33 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 33 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
34 | - | 34 | + |
35 | -transhelp:intervalIdentifier | 35 | +transhelp:intervalEnd |
36 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 36 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
37 | - | 37 | + |
38 | -transhelp:intervalStart | 38 | +transhelp:intervalIdentifier |
39 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 39 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
40 | - | 40 | + |
41 | -transhelp:label | 41 | +transhelp:intervalStart |
42 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 42 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
43 | - | 43 | + |
44 | -transhelp:mapsTo | 44 | +transhelp:label |
45 | - rdf:type rdf:Property . | 45 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
46 | - | 46 | + |
47 | -transhelp:materialClassMapsToMPREnumeration | 47 | +transhelp:mapsTo |
48 | - rdf:type owl:FunctionalProperty , owl:InverseFunctionalProperty , owl:ObjectProperty ; | 48 | + rdf:type rdf:Property . |
49 | - rdfs:label "material class maps to MPR enumeration"^^xsd:string ; | 49 | + |
50 | - rdfs:subPropertyOf transhelp:mapsTo . | 50 | +transhelp:materialClassMapsToMPREnumeration |
51 | - | 51 | + rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty , owl:FunctionalProperty ; |
52 | -transhelp:nominalInstant | 52 | + rdfs:label "material class maps to MPR enumeration"^^xsd:string ; |
53 | - rdf:type owl:DatatypeProperty , owl:FunctionalProperty . | 53 | + rdfs:subPropertyOf transhelp:mapsTo . |
54 | - | 54 | + |
55 | -transhelp:standardTempPres | 55 | +transhelp:nominalInstant |
56 | - rdf:type rdf:Property ; | 56 | + rdf:type owl:FunctionalProperty , owl:DatatypeProperty . |
57 | - rdfs:range <http://www.epim.no/schemas/mprml/1#StandardTempPress> . | 57 | + |
58 | - | 58 | +transhelp:standardTempPres |
59 | -transhelp:typeOfPartCommentedOn | 59 | + rdf:type rdf:Property ; |
60 | - rdf:type owl:ObjectProperty ; | 60 | + rdfs:range <http://www.epim.no/schemas/mprml/1#StandardTempPress> . |
61 | - rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ; | 61 | + |
62 | - rdfs:domain owl:Class ; | 62 | +transhelp:typeOfPartCommentedOn |
63 | - rdfs:label "type of part commented on"^^xsd:string . | 63 | + rdf:type owl:ObjectProperty ; |
64 | + rdfs:comment "Used to pass an argument to Cs_datedComment"^^xsd:string ; | ||
65 | + rdfs:domain owl:Class ; | ||
66 | + rdfs:label "type of part commented on"^^xsd:string . | ... | ... |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
3 | 3 | ||
4 | @prefix : <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> . | 4 | @prefix : <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> . |
5 | @prefix owl: <http://www.w3.org/2002/07/owl#> . | 5 | @prefix owl: <http://www.w3.org/2002/07/owl#> . |
6 | -@prefix pca-rdl: <http://rds.posccaesar.org/2008/06/OWL/RDL#> . | 6 | +@prefix pca-rdl: <http://posccaesar.org/rdl/> . |
7 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | 7 | @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . |
8 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | 8 | @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . |
9 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | 9 | @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ... | ... |
1 | +SELECT DISTINCT ?RDLDesignation ?RDLDefinition ?EntityType ?RDLSuperclass ?ERHLocalname ?ERHOntology | ||
2 | +WHERE { | ||
3 | + ?s pca-rdl:hasDesignation ?RDLDesignation . | ||
4 | + ?s pca-rdl:hasDefinition ?RDLDefinition . | ||
5 | + ?s rdf:type ?p2 . | ||
6 | + BIND (afn:localname(?p2) AS ?EntityType ) | ||
7 | + OPTIONAL { | ||
8 | + ?spec ISO-15926-2_2003:hasSubclass ?s . | ||
9 | + ?spec ISO-15926-2_2003:hasSuperclass ?sup . | ||
10 | + ?sup pca-rdl:hasDesignation ?RDLSuperclass . | ||
11 | + } | ||
12 | + | ||
13 | + ?erh owl:sameAs ?s . | ||
14 | + BIND (afn:localname(?erh) AS ?ERHLocalname ) | ||
15 | + BIND (afn:namespace(?erh) AS ?ERHOntology ) | ||
16 | +} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
This diff is collapsed. Click to expand it.
1 | +# baseURI: null | ||
2 | + | ||
3 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
4 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
5 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
7 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
9 | +@prefix visual: <http://topbraid.org/visual#> . | ||
10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
11 | + | ||
12 | +[] rdf:type inference:Configuration ; | ||
13 | + composite:child | ||
14 | + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
15 | + <http://spinrdf.org/spin#topSPINOptions> | ||
16 | + "singlePass" ; | ||
17 | + composite:index "0"^^xsd:int | ||
18 | + ] . |
This diff is collapsed. Click to expand it.
1 | +# baseURI: null | ||
2 | + | ||
3 | +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . | ||
4 | +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . | ||
5 | +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . | ||
6 | +@prefix owl: <http://www.w3.org/2002/07/owl#> . | ||
7 | +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
8 | +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
9 | +@prefix visual: <http://topbraid.org/visual#> . | ||
10 | +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
11 | + | ||
12 | +<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndirectProperty> | ||
13 | + forms:keyProperties (rdfs:label rdfs:comment <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasPossessor>) . | ||
14 | + | ||
15 | +[] rdf:type inference:Configuration ; | ||
16 | + composite:child | ||
17 | + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; | ||
18 | + <http://spinrdf.org/spin#topSPINOptions> | ||
19 | + "singlePass" ; | ||
20 | + composite:index "0"^^xsd:int | ||
21 | + ] . |
-
Please register or login to post a comment