Holger Knublauch

Merge branch 'master' of github.com:TopQuadrant/EPIM-Ontologies

......@@ -50,7 +50,9 @@ ep-core:Compressibility
ep-core:Density
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "density"^^xsd:string ;
rdfs:subClassOf owl:Class , ep-core:MeasureOfDensityOfMaterial .
rdfs:subClassOf owl:Class , ep-core:MeasureOfDensityOfMaterial ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS358874"^^xsd:string .
ep-core:DensityAt0degC1atm
rdf:type rdfs:Class , ep-core:PropertySpace ;
......@@ -99,7 +101,9 @@ ep-core:Illuminance
ep-core:Length
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "length"^^xsd:string ;
rdfs:subClassOf owl:Class .
rdfs:subClassOf owl:Class ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS373094"^^xsd:string .
ep-core:LengthPerLength
rdf:type rdfs:Class ;
......@@ -117,7 +121,9 @@ ep-core:MagneticFieldStrength
ep-core:Mass
rdf:type rdfs:Class , ep-core:PropertySpace ;
rdfs:label "mass"^^xsd:string ;
rdfs:subClassOf owl:Class , ep-core:MeasureOfAmountOfMaterial .
rdfs:subClassOf owl:Class , ep-core:MeasureOfAmountOfMaterial ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS353339"^^xsd:string .
ep-core:MassConcentration
rdf:type rdfs:Class ;
......@@ -1183,7 +1189,7 @@ ep-core:dm_s-1
"http://posccaesar.org/rdl/RDS17251917"^^xsd:string .
ep-core:domain
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:label "domain"^^xsd:string ;
rdfs:range owl:Class .
......@@ -1287,7 +1293,7 @@ ep-core:femtometre
"http://posccaesar.org/rdl/RDS17272735"^^xsd:string .
ep-core:firstOfPair
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:domain ep-core:Pair ;
rdfs:label "first of pair"^^xsd:string ;
rdfs:range owl:Thing .
......@@ -1675,7 +1681,7 @@ ep-core:grain_100ft-3
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:label "grain per 100 cubic feet"^^xsd:string ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS1325654"^^xsd:string , "http://posccaesar.org/rdl/RDS1325699"^^xsd:string .
"http://posccaesar.org/rdl/RDS1325699"^^xsd:string , "http://posccaesar.org/rdl/RDS1325654"^^xsd:string .
ep-core:grain_ft-3_1
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
......@@ -1753,7 +1759,7 @@ ep-core:hasCompositionOfAllPartsOfDefinedType
ep-core:hasFeature
rdf:type owl:ObjectProperty ;
rdfs:domain ep-core:PhysicalThing ;
rdfs:label "has part"^^xsd:string ;
rdfs:label "has feature"^^xsd:string ;
rdfs:range ep-core:PhysicalFeature .
ep-core:hasPart
......@@ -1959,14 +1965,14 @@ ep-core:inchUS
rdfs:label "inch (US survey)"^^xsd:string .
ep-core:inch_16-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:Length ;
rdfs:label "sixteenth of an inch"^^xsd:string ;
ep-core:seeReferenceData
"http://posccaesar.org/rdl/RDS17255877"^^xsd:string .
ep-core:inch_64-1
rdf:type ep-core:Scale , owl:DatatypeProperty , owl:FunctionalProperty ;
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:domain ep-core:Length ;
rdfs:label "sixty fourth of an Inch"^^xsd:string ;
ep-core:seeReferenceData
......@@ -3885,7 +3891,7 @@ ep-core:radian_s-1
"http://posccaesar.org/rdl/RDS1061887000"^^xsd:string .
ep-core:range
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
rdfs:label "range"^^xsd:string ;
rdfs:range owl:Class .
......@@ -4546,6 +4552,12 @@ ep-core:us_mi2
rdfs:comment "According to everything I can find, there is no difference between this an mi2"^^xsd:string ;
rdfs:label "square miles (US)"^^xsd:string .
ep-core:versionOf
rdf:type owl:ObjectProperty ;
rdfs:domain ep-core:PhysicalThing ;
rdfs:label "version of"^^xsd:string ;
rdfs:range ep-core:PhysicalThing .
ep-core:volt
rdf:type owl:FunctionalProperty , owl:DatatypeProperty , ep-core:Scale ;
rdfs:label "Volt"^^xsd:string ;
......
......@@ -11,14 +11,14 @@
<http://www.reportinghub.no/ep/transform/transform-helper-schema>
rdf:type owl:Ontology ;
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 ;
owl:imports <http://www.epim.no/schemas/mprml/1> , <http://www.reportinghub.no/ep/schema/1.0/activity> ;
owl:imports <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.epim.no/schemas/mprml/1> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
transhelp:derivedFrom
rdf:type owl:ObjectProperty .
transhelp:facilityIdentifier
rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
transhelp:forComment
rdf:type owl:ObjectProperty ;
......@@ -29,28 +29,31 @@ transhelp:forComment
transhelp:hasDerivedText
rdf:type owl:DatatypeProperty .
transhelp:interval
rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
transhelp:intervalEnd
rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
transhelp:intervalIdentifier
rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
transhelp:intervalStart
rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
transhelp:label
rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
transhelp:mapsTo
rdf:type rdf:Property .
transhelp:materialClassMapsToMPREnumeration
rdf:type owl:FunctionalProperty , owl:InverseFunctionalProperty , owl:ObjectProperty ;
rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty , owl:FunctionalProperty ;
rdfs:label "material class maps to MPR enumeration"^^xsd:string ;
rdfs:subPropertyOf transhelp:mapsTo .
transhelp:nominalInstant
rdf:type owl:DatatypeProperty , owl:FunctionalProperty .
rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
transhelp:standardTempPres
rdf:type rdf:Property ;
......
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 @@
@prefix : <http://rds.posccaesar.org/2008/06/OWL/RDL-annotations#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pca-rdl: <http://rds.posccaesar.org/2008/06/OWL/RDL#> .
@prefix pca-rdl: <http://posccaesar.org/rdl/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
......
SELECT DISTINCT ?RDLDesignation ?RDLDefinition ?EntityType ?RDLSuperclass ?ERHLocalname ?ERHOntology
WHERE {
?s pca-rdl:hasDesignation ?RDLDesignation .
?s pca-rdl:hasDefinition ?RDLDefinition .
?s rdf:type ?p2 .
BIND (afn:localname(?p2) AS ?EntityType )
OPTIONAL {
?spec ISO-15926-2_2003:hasSubclass ?s .
?spec ISO-15926-2_2003:hasSuperclass ?sup .
?sup pca-rdl:hasDesignation ?RDLSuperclass .
}
?erh owl:sameAs ?s .
BIND (afn:localname(?erh) AS ?ERHLocalname )
BIND (afn:namespace(?erh) AS ?ERHOntology )
}
\ No newline at end of file
This diff is collapsed. Click to expand it.
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix visual: <http://topbraid.org/visual#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
[] rdf:type inference:Configuration ;
composite:child
[ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
<http://spinrdf.org/spin#topSPINOptions>
"singlePass" ;
composite:index "0"^^xsd:int
] .
This diff is collapsed. Click to expand it.
# baseURI: null
@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix visual: <http://topbraid.org/visual#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#ClassOfIndirectProperty>
forms:keyProperties (rdfs:label rdfs:comment <http://rds.posccaesar.org/2008/02/OWL/ISO-15926-2_2003#hasPossessor>) .
[] rdf:type inference:Configuration ;
composite:child
[ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
<http://spinrdf.org/spin#topSPINOptions>
"singlePass" ;
composite:index "0"^^xsd:int
] .