David Leal
# baseURI: http://www.reportinghub.no/ep/spin/ddr-constraints
# imports: http://spinrdf.org/spin
# imports: http://topbraid.org/sxml
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
......@@ -9,10 +10,14 @@
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/np/schema/1.0/npd
# imports: http://www.reportinghub.no/spin/rh
# imports: http://www.topbraid.org/2007/05/composite.owl
@prefix : <http://www.reportinghub.no/ep/spin/ddr-constraints#> .
@prefix arg: <http://spinrdf.org/arg#> .
@prefix ddr: <http://www.reportinghub.no/ep/schema/ddr#> .
@prefix fn: <http://www.w3.org/2005/xpath-functions#> .
@prefix normalization: <http://www.reportinghub.no/ep/transform/1.1/normalization#> .
@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#> .
......@@ -20,6 +25,7 @@
@prefix sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix witsml: <http://www.witsml.org/schemas/1series#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
ddr:Obj_drillReport
......@@ -39,86 +45,136 @@ ddr:Obj_drillReport
sp:subject _:b1
]) ;
sp:where ([ sp:object _:b3 ;
sp:predicate ddr:nameWell ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject spin:_this
] [ rdf:type sp:NamedGraph ;
sp:elements ([ rdf:type sp:NotExists ;
sp:elements ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type rhspin:wellByName ;
sp:arg1 _:b3
] ;
sp:variable _:b4
] [ sp:object <http://www.reportinghub.no/ep/schema/well#Well> ;
sp:predicate rdf:type ;
sp:subject _:b4
])
]) ;
sp:graphNameNode <http://www.reportinghub.no/np/data/npd>
] [ sp:object witsml:nameWell ;
sp:predicate rdf:type ;
sp:subject _:b3
] [ sp:object _:b4 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b3
] [ sp:object _:b5 ;
sp:predicate <http://topbraid.org/sxml#text> ;
sp:subject _:b4
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type rhspin:wellByName ;
arg:wellName _:b5
] ;
sp:variable _:b6
] [ rdf:type sp:Filter ;
sp:expression
[ rdf:type sp:not ;
sp:arg1 [ rdf:type rhspin:npdTripleExists ;
sp:arg1 _:b6 ;
sp:arg2 rdf:type ;
sp:arg3 <http://www.reportinghub.no/ep/schema/well#Well>
]
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type fn:concat ;
sp:arg1 "Unregistered well name " ;
sp:arg2 _:b3
sp:arg2 _:b5
] ;
sp:variable _:b2
])
] ;
spin:constraint
[ rdf:type sp:Ask ;
rdfs:comment "DDRs can only be submitted if a user is logged in"^^xsd:string ;
sp:where ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type rhspin:companyName
] ;
sp:variable _:b7
] [ rdf:type sp:Filter ;
sp:expression
[ rdf:type sp:not ;
sp:arg1 [ rdf:type sp:bound ;
sp:arg1 _:b7
]
]
])
] ;
spin:constraint
[ rdf:type sp:Construct ;
sp:templates ([ sp:object spin:ConstraintViolation ;
sp:predicate rdf:type ;
sp:subject _:b5
sp:subject _:b8
] [ sp:object spin:_this ;
sp:predicate spin:violationRoot ;
sp:subject _:b5
sp:subject _:b8
] [ sp:object ddr:nameWellbore ;
sp:predicate spin:violationPath ;
sp:subject _:b5
] [ sp:object _:b6 ;
sp:subject _:b8
] [ sp:object _:b9 ;
sp:predicate rdfs:label ;
sp:subject _:b5
sp:subject _:b8
]) ;
sp:where ([ sp:object _:b7 ;
sp:predicate ddr:nameWellbore ;
sp:where ([ sp:object _:b10 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject spin:_this
] [ sp:object witsml:nameWellbore ;
sp:predicate rdf:type ;
sp:subject _:b10
] [ sp:object _:b11 ;
sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
sp:subject _:b10
] [ sp:object _:b12 ;
sp:predicate <http://topbraid.org/sxml#text> ;
sp:subject _:b11
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type rhspin:wellBoreByName ;
sp:arg1 _:b7
arg:wellBoreName _:b12
] ;
sp:variable _:b8
sp:variable _:b13
] [ rdf:type sp:Filter ;
sp:expression
[ rdf:type sp:not ;
sp:arg1 [ rdf:type sp:bound ;
sp:arg1 _:b8
sp:arg1 _:b13
]
]
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type fn:concat ;
sp:arg1 "Unregistered well bore name " ;
sp:arg2 _:b7
sp:arg2 _:b12
] ;
sp:variable _:b6
sp:variable _:b9
])
] .
<http://www.reportinghub.no/ep/spin/ddr-constraints>
rdf:type owl:Ontology ;
rdfs:comment "Constraints that need to be executed immediately after SXML import, i.e. not on the inferred triples."^^xsd:string ;
owl:imports <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://spinrdf.org/spin> ;
owl:imports <http://www.reportinghub.no/np/schema/1.0/npd> , <http://topbraid.org/sxml> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/spin/rh> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.topbraid.org/2007/05/composite.owl> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://spinrdf.org/spin> ;
owl:versionInfo "0.1.0"^^xsd:string .
_:b7 sp:varName "companyName"^^xsd:string .
_:b2 sp:varName "message"^^xsd:string .
_:b4 sp:varName "well"^^xsd:string .
_:b6 sp:varName "well"^^xsd:string .
_:b5 sp:varName "wellName"^^xsd:string .
_:b4 sp:varName "cc"^^xsd:string .
_:b3 sp:varName "child"^^xsd:string .
_:b9 sp:varName "message"^^xsd:string .
_:b3 sp:varName "nameWell"^^xsd:string .
_:b13
sp:varName "wellBore"^^xsd:string .
_:b6 sp:varName "message"^^xsd:string .
_:b12
sp:varName "wellBoreName"^^xsd:string .
_:b8 sp:varName "wellBore"^^xsd:string .
_:b11
sp:varName "cc"^^xsd:string .
_:b7 sp:varName "nameWellbore"^^xsd:string .
_:b10
sp:varName "child"^^xsd:string .
......
# baseURI: http://www.reportinghub.no/ep/spin/report-constraints
# imports: http://spinrdf.org/spin
# imports: http://www.reportinghub.no/ep/schema/1.0/activity
# imports: http://www.reportinghub.no/ep/schema/1.0/core
# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
# imports: http://www.reportinghub.no/ep/schema/1.0/facility
# imports: http://www.reportinghub.no/ep/schema/1.0/organization
# imports: http://www.reportinghub.no/ep/schema/1.0/report
# imports: http://www.reportinghub.no/ep/schema/1.0/well
# imports: http://www.reportinghub.no/np/schema/1.0/npd
# imports: http://www.reportinghub.no/spin/rh
@prefix : <http://www.reportinghub.no/ep/spin/report-constraints#> .
@prefix arg: <http://spinrdf.org/arg#> .
@prefix ddr: <http://www.reportinghub.no/ep/schema/ddr#> .
@prefix fn: <http://www.w3.org/2005/xpath-functions#> .
@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 rhspin: <http://www.reportinghub.no/spin/rh#> .
@prefix sp: <http://spinrdf.org/sp#> .
@prefix spin: <http://spinrdf.org/spin#> .
@prefix spl: <http://spinrdf.org/spl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.reportinghub.no/ep/schema/report#DailyDrillingReport>
spin:constraint
[ rdf:type sp:Construct ;
sp:templates ([ sp:object spin:ConstraintViolation ;
sp:predicate rdf:type ;
sp:subject _:b1
] [ sp:object spin:_this ;
sp:predicate spin:violationRoot ;
sp:subject _:b1
] [ sp:object _:b2 ;
sp:predicate rdfs:label ;
sp:subject _:b1
]) ;
sp:where ([ rdf:type sp:TriplePath ;
sp:object _:b3 ;
sp:path [ rdf:type sp:SeqPath ;
sp:path1
[ rdf:type sp:SeqPath ;
sp:path1 <http://www.reportinghub.no/ep/schema/activity#reportOn> ;
sp:path2 <http://www.reportinghub.no/ep/schema/activity#onWellBore>
] ;
sp:path2 <http://www.reportinghub.no/ep/schema/core#temporalPartOf>
] ;
sp:subject spin:_this
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type rhspin:companyName
] ;
sp:variable _:b4
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type rhspin:companyWithName ;
arg:name _:b4
] ;
sp:variable _:b5
] [ rdf:type sp:Filter ;
sp:expression
[ rdf:type sp:bound ;
sp:arg1 _:b5
]
] [ rdf:type sp:NotExists ;
sp:elements ([ sp:object _:b3 ;
sp:predicate rhspin:companyHasLicenceForWellBore ;
sp:subject _:b5
])
] [ rdf:type sp:Bind ;
sp:expression
[ rdf:type fn:concat ;
sp:arg1 "Your company (" ;
sp:arg2 _:b4 ;
sp:arg3 ") does not hold a licence for well bore " ;
sp:arg4 [ rdf:type rhspin:npdName ;
arg:resource _:b3
]
] ;
sp:variable _:b2
])
] .
<http://www.reportinghub.no/ep/spin/report-constraints>
rdf:type owl:Ontology ;
rdfs:comment "Constraints that need to be executed after ep-report:Report generation (without SXML triples)."^^xsd:string ;
owl:imports <http://www.reportinghub.no/spin/rh> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/facility> , <http://www.reportinghub.no/np/schema/1.0/npd> , <http://www.reportinghub.no/ep/schema/1.0/organization> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/ddr> ;
owl:versionInfo "0.1.0"^^xsd:string .
_:b2 sp:varName "message"^^xsd:string .
_:b3 sp:varName "wellBore"^^xsd:string .
_:b4 sp:varName "companyName"^^xsd:string .
_:b5 sp:varName "company"^^xsd:string .
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY rdl "http://rdl.example.org/sampleReferenceData#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
<!ENTITY p7tm "http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm#" >
<!ENTITY dm "http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#" >
<!ENTITY p7tpl "http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#" >
<!ENTITY meta "http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/metadata#" >
]>
<rdf:RDF xmlns="http://rdl.example.org/sampleReferenceData#"
xml:base="http://rdl.example.org/sampleReferenceData"
xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
xmlns:p7tm="http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm#"
xmlns:p7tpl="http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#"
xmlns:rdl="http://rdl.example.org/sampleReferenceData#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:dm="http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#"
xmlns:meta="http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/metadata#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#">
<owl:Ontology rdf:about="">
<rdfs:comment
>This ontology contains examples of how a Reference Data Library can be represented using the OWL native Part 8 format.</rdfs:comment>
<owl:imports rdf:resource="http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model"/>
<owl:imports rdf:resource="http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/metadata"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#Activity -->
<owl:Class rdf:about="&dm;Activity"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#ArrangedIndividual -->
<owl:Class rdf:about="&dm;ArrangedIndividual"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#AssemblyOfIndividual -->
<owl:Class rdf:about="&dm;AssemblyOfIndividual"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#PossibleIndividual -->
<owl:Class rdf:about="&dm;PossibleIndividual"/>
<!-- http://rdl.example.org/sampleReferenceData#Driving -->
<owl:Class rdf:about="#Driving">
<meta:annUniqueName>Driving</meta:annUniqueName>
<rdfs:subClassOf rdf:resource="&dm;Activity"/>
</owl:Class>
<!-- http://rdl.example.org/sampleReferenceData#Equipment -->
<owl:Class rdf:about="#Equipment">
<rdfs:subClassOf rdf:resource="&dm;ArrangedIndividual"/>
<rdfs:comment
>Sample class for AssemblyRelation example.</rdfs:comment>
</owl:Class>
<!-- http://rdl.example.org/sampleReferenceData#EquipmentHasNozzle -->
<owl:Class rdf:about="#EquipmentHasNozzle">
<rdfs:subClassOf rdf:resource="&dm;AssemblyOfIndividual"/>
<rdfs:comment
>Sample class for AssemblyRelation example.</rdfs:comment>
</owl:Class>
<!-- http://rdl.example.org/sampleReferenceData#HardWork -->
<owl:Class rdf:about="#HardWork">
<meta:annUniqueName>HardWork</meta:annUniqueName>
<rdfs:subClassOf rdf:resource="&dm;Activity"/>
</owl:Class>
<!-- http://rdl.example.org/sampleReferenceData#Nozzle -->
<owl:Class rdf:about="#Nozzle">
<rdfs:subClassOf rdf:resource="&dm;PossibleIndividual"/>
<rdfs:comment
>Sample class for AssemblyRelation example.</rdfs:comment>
</owl:Class>
<!-- http://rdl.example.org/sampleReferenceData#Person -->
<owl:Class rdf:about="#Person">
<meta:annUniqueName>Person</meta:annUniqueName>
<rdfs:subClassOf rdf:resource="&dm;PossibleIndividual"/>
</owl:Class>
<!-- http://rdl.example.org/sampleReferenceData#PipingNetworkSegment -->
<owl:Class rdf:about="#PipingNetworkSegment">
<meta:annUniqueName
>PipingNetworkSegment</meta:annUniqueName>
<rdfs:subClassOf rdf:resource="&dm;PossibleIndividual"/>
<rdfs:comment
>Sample class for AssemblyRelation example.</rdfs:comment>
</owl:Class>
<!-- http://rdl.example.org/sampleReferenceData#PipingNetworkSystem -->
<owl:Class rdf:about="#PipingNetworkSystem">
<meta:annUniqueName
>PipingNetworkSystem</meta:annUniqueName>
<rdfs:subClassOf rdf:resource="&dm;ArrangedIndividual"/>
<rdfs:comment
>Sample class for AssemblyRelation example.</rdfs:comment>
</owl:Class>
<!-- http://rdl.example.org/sampleReferenceData#PipingNetworkSystemHasSegment -->
<owl:Class rdf:about="#PipingNetworkSystemHasSegment">
<meta:annUniqueName
>PipingNetworkSystemHasSegment</meta:annUniqueName>
<rdfs:subClassOf rdf:resource="&dm;AssemblyOfIndividual"/>
<rdfs:comment
>Sample class for AssemblyRelation example.</rdfs:comment>
</owl:Class>
<!-- http://www.w3.org/2002/07/owl#Thing -->
<owl:Class rdf:about="&owl;Thing"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Individuals
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://rdl.example.org/sampleReferenceData#Person -->
<owl:Thing rdf:about="#Person"/>
<!-- http://rdl.example.org/sampleReferenceData#PipingNetworkSegment -->
<owl:Thing rdf:about="#PipingNetworkSegment"/>
<!-- http://rdl.example.org/sampleReferenceData#PipingNetworkSystem -->
<owl:Thing rdf:about="#PipingNetworkSystem"/>
<!-- http://rdl.example.org/sampleReferenceData#PipingNetworkSystemHasSegment -->
<owl:Thing rdf:about="#PipingNetworkSystemHasSegment"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 2.2.1.1138) http://owlapi.sourceforge.net -->
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY tpl "http://rdl.example.org/sampleTemplates#" >
<!ENTITY RDL "http://rdl.example.org/sampleReferenceData#" >
<!ENTITY inst "http://data.mycompany.com/sampleInstances#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
<!ENTITY sampleInstances "http://data.mycompany.com/sampleInstances#" >
<!ENTITY p7tm "http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm#" >
<!ENTITY dm "http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#" >
<!ENTITY p7tpl "http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#" >
<!ENTITY meta "http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/metadata#" >
]>
<rdf:RDF xmlns="http://data.mycompany.com/sampleInstances#"
xml:base="http://data.mycompany.com/sampleInstances"
xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
xmlns:p7tm="http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm#"
xmlns:p7tpl="http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#"
xmlns:sampleInstances="http://data.mycompany.com/sampleInstances#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:dm="http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#"
xmlns:meta="http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/metadata#"
xmlns:tpl="http://rdl.example.org/sampleTemplates#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:RDL="http://rdl.example.org/sampleReferenceData#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<owl:Ontology rdf:about="">
<rdfs:comment
>This ontology is for collecting various example instantiations of Part 8 classes. This ontology should *not* contain any class or property (relation) definitions.</rdfs:comment>
<owl:imports rdf:resource="http://rdl.example.org/sampleTemplates"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://rdl.example.org/sampleTemplates#hasAssemblyType -->
<owl:ObjectProperty rdf:about="&tpl;hasAssemblyType"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#hasClassOfPart -->
<owl:ObjectProperty rdf:about="&p7tpl;hasClassOfPart"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#hasClassOfWhole -->
<owl:ObjectProperty rdf:about="&p7tpl;hasClassOfWhole"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#hasPart -->
<owl:ObjectProperty rdf:about="&p7tpl;hasPart"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#hasWhole -->
<owl:ObjectProperty rdf:about="&p7tpl;hasWhole"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://rdl.example.org/sampleTemplates#valMaximumCardinalityOfPart -->
<owl:DatatypeProperty rdf:about="&tpl;valMaximumCardinalityOfPart"/>
<!-- http://rdl.example.org/sampleTemplates#valMaximumCardinalityOfWhole -->
<owl:DatatypeProperty rdf:about="&tpl;valMaximumCardinalityOfWhole"/>
<!-- http://rdl.example.org/sampleTemplates#valMinimumCardinalityOfPart -->
<owl:DatatypeProperty rdf:about="&tpl;valMinimumCardinalityOfPart"/>
<!-- http://rdl.example.org/sampleTemplates#valMinimumCardinalityOfWhole -->
<owl:DatatypeProperty rdf:about="&tpl;valMinimumCardinalityOfWhole"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#valStartTime -->
<owl:DatatypeProperty rdf:about="&p7tpl;valStartTime"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://rdl.example.org/sampleReferenceData#Driving -->
<owl:Class rdf:about="&RDL;Driving"/>
<!-- http://rdl.example.org/sampleReferenceData#Person -->
<owl:Class rdf:about="&RDL;Person"/>
<!-- http://rdl.example.org/sampleReferenceData#PipingNetworkSegment -->
<owl:Class rdf:about="&RDL;PipingNetworkSegment"/>
<!-- http://rdl.example.org/sampleReferenceData#PipingNetworkSystem -->
<owl:Class rdf:about="&RDL;PipingNetworkSystem"/>
<!-- http://rdl.example.org/sampleTemplates#AssemblyRelation -->
<owl:Class rdf:about="&tpl;AssemblyRelation"/>
<!-- http://rdl.example.org/sampleTemplates#BeginningOfPerson_dateAsEventObject -->
<owl:Class rdf:about="&tpl;BeginningOfPerson_dateAsEventObject"/>
<!-- http://rdl.example.org/sampleTemplates#BeginningOfPerson_dateAsXsdTime -->
<owl:Class rdf:about="&tpl;BeginningOfPerson_dateAsXsdTime"/>
<!-- http://rdl.example.org/sampleTemplates#PipingNetworkSystemHasSegment -->
<owl:Class rdf:about="&tpl;PipingNetworkSystemHasSegment"/>
<!-- http://www.w3.org/2002/07/owl#Thing -->
<owl:Class rdf:about="&owl;Thing"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Individuals
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://data.mycompany.com/sampleInstances#BZ-001 -->
<RDL:PipingNetworkSystem rdf:about="#1-BZ-001">
<rdf:type rdf:resource="&owl;Thing"/>
<rdfs:label>1-BZ-001</rdfs:label>
<rdfs:comment
>An individual for the &quot;AssemblyRelation&quot; example.</rdfs:comment>
</RDL:PipingNetworkSystem>
<!-- http://data.mycompany.com/sampleInstances#BZ-001-01 -->
<RDL:PipingNetworkSegment rdf:about="#1-BZ-001-01">
<rdf:type rdf:resource="&owl;Thing"/>
<rdfs:label>1-BZ-001-01</rdfs:label>
</RDL:PipingNetworkSegment>
<!-- http://data.mycompany.com/sampleInstances#BZ-001-02 -->
<owl:Thing rdf:about="#1-BZ-001-02">
<rdf:type rdf:resource="&RDL;PipingNetworkSegment"/>
<rdfs:label>1-BZ-001-02</rdfs:label>
</owl:Thing>
<!-- http://data.mycompany.com/sampleInstances#BZ-001-03 -->
<RDL:PipingNetworkSegment rdf:about="#1-BZ-001-03">
<rdf:type rdf:resource="&owl;Thing"/>
<rdfs:label>1-BZ-001-03</rdfs:label>
</RDL:PipingNetworkSegment>
<!-- http://data.mycompany.com/sampleInstances#WG-002 -->
<owl:Thing rdf:about="#1-WG-002">
<rdf:type rdf:resource="&RDL;PipingNetworkSystem"/>
<rdfs:label>1-WG-002</rdfs:label>
<rdfs:comment
>An individual for the &quot;AssemblyRelation&quot; example.</rdfs:comment>
</owl:Thing>
<!-- http://data.mycompany.com/sampleInstances#WG-002-01 -->
<RDL:PipingNetworkSegment rdf:about="#1-WG-002-01">
<rdf:type rdf:resource="&owl;Thing"/>
<rdfs:label>1-WG-002-01</rdfs:label>
</RDL:PipingNetworkSegment>
<!-- http://data.mycompany.com/sampleInstances#WG-002-02 -->
<owl:Thing rdf:about="#1-WG-002-02">
<rdf:type rdf:resource="&RDL;PipingNetworkSegment"/>
<rdfs:label>1-WG-002-02</rdfs:label>
</owl:Thing>
<!-- http://data.mycompany.com/sampleInstances#Alfred -->
<owl:Thing rdf:about="#Alfred">
<rdf:type rdf:resource="&RDL;Person"/>
<rdfs:label>Alfred</rdfs:label>
</owl:Thing>
<!-- http://data.mycompany.com/sampleInstances#Beginning_of_Alfred_statement_datestamp -->
<owl:Thing rdf:about="#Beginning_of_Alfred_statement_datestamp">
<rdf:type rdf:resource="&tpl;BeginningOfPerson_dateAsXsdTime"/>
<p7tpl:valStartTime rdf:datatype="&xsd;dateTime">1970-01-01T00:00:00</p7tpl:valStartTime>
<p7tpl:hasWhole rdf:resource="#Alfred"/>
</owl:Thing>
<!-- http://data.mycompany.com/sampleInstances#Beginning_of_Alfred_statement_event -->
<owl:Thing rdf:about="#Beginning_of_Alfred_statement_event">
<rdf:type rdf:resource="&tpl;BeginningOfPerson_dateAsEventObject"/>
<p7tpl:hasWhole rdf:resource="#Alfred"/>
<p7tpl:hasPart rdf:resource="#_1970-01-01"/>
</owl:Thing>
<!-- http://data.mycompany.com/sampleInstances#MyDrive -->
<RDL:Driving rdf:about="#MyDrive">
<rdf:type rdf:resource="&owl;Thing"/>
<rdfs:label>MyDrive</rdfs:label>
</RDL:Driving>
<!-- http://data.mycompany.com/sampleInstances#RxL-001x -->
<owl:Thing rdf:about="#RxL-001x">
<rdf:type rdf:resource="&RDL;PipingNetworkSystem"/>
<rdfs:label>RxL-001x</rdfs:label>
<rdfs:comment
>An individual for the &quot;AssemblyRelation&quot; example.</rdfs:comment>
</owl:Thing>
<!-- http://data.mycompany.com/sampleInstances#RxS-001x -->
<owl:Thing rdf:about="#RxS-001x">
<rdf:type rdf:resource="&RDL;PipingNetworkSegment"/>
<rdfs:label>RxS-001x</rdfs:label>
</owl:Thing>
<!-- http://data.mycompany.com/sampleInstances#RxS-002x -->
<RDL:PipingNetworkSegment rdf:about="#RxS-002x">
<rdf:type rdf:resource="&owl;Thing"/>
<rdfs:label>RxS-002x</rdfs:label>
</RDL:PipingNetworkSegment>
<!-- http://data.mycompany.com/sampleInstances#_1970-01-01 -->
<owl:Thing rdf:about="#_1970-01-01">
<rdfs:label
>This individual represents the event/the point in time 1970-01-01, as an individual (not as a &quot;data&quot; value).</rdfs:label>
</owl:Thing>
<!-- http://data.mycompany.com/sampleInstances#sample_statement_AssemblyRelation_Nozzle -->
<tpl:AssemblyRelation rdf:about="#sample_statement_AssemblyRelation_Nozzle">
<rdf:type rdf:resource="&owl;Thing"/>
<rdfs:label
>PipingSegment_statement</rdfs:label>
<tpl:valMinimumCardinalityOfPart rdf:datatype="&xsd;double">1</tpl:valMinimumCardinalityOfPart>
<tpl:valMinimumCardinalityOfWhole rdf:datatype="&xsd;double">1</tpl:valMinimumCardinalityOfWhole>
<tpl:valMaximumCardinalityOfWhole rdf:datatype="&xsd;double">1</tpl:valMaximumCardinalityOfWhole>
<tpl:valMaximumCardinalityOfPart rdf:datatype="&xsd;double">INF</tpl:valMaximumCardinalityOfPart>
<p7tpl:hasClassOfWhole rdf:resource="&RDL;Equipment"/>
<tpl:hasAssemblyType rdf:resource="&RDL;EquipmentHasNozzles"/>
<p7tpl:hasClassOfPart rdf:resource="&RDL;Nozzle"/>
</tpl:AssemblyRelation>
<!-- http://data.mycompany.com/sampleInstances#sample_statement_AssemblyRelation_PipingSegment -->
<tpl:AssemblyRelation rdf:about="#sample_statement_AssemblyRelation_PipingSegment">
<rdf:type rdf:resource="&owl;Thing"/>
<rdfs:label
>PipingSegment_statement</rdfs:label>
<tpl:valMinimumCardinalityOfPart rdf:datatype="&xsd;double">1</tpl:valMinimumCardinalityOfPart>
<tpl:valMinimumCardinalityOfWhole rdf:datatype="&xsd;double">1</tpl:valMinimumCardinalityOfWhole>
<tpl:valMaximumCardinalityOfWhole rdf:datatype="&xsd;double">1</tpl:valMaximumCardinalityOfWhole>
<tpl:valMaximumCardinalityOfPart rdf:datatype="&xsd;double">INF</tpl:valMaximumCardinalityOfPart>
<p7tpl:hasClassOfPart rdf:resource="&RDL;PipingNetworkSegment"/>
<p7tpl:hasClassOfWhole rdf:resource="&RDL;PipingNetworkSystem"/>
<tpl:hasAssemblyType rdf:resource="&RDL;PipingNetworkSystemHasSegment"/>
</tpl:AssemblyRelation>
<!-- http://data.mycompany.com/sampleInstances#sample_statement_PipingNetworkHasSegment_001 -->
<owl:Thing rdf:about="#sample_statement_PipingNetworkHasSegment_001">
<rdf:type rdf:resource="&tpl;PipingNetworkSystemHasSegment"/>
<rdfs:label
>sample_statement_PipingNetworkHasSegments_001</rdfs:label>
<rdfs:comment
>Example taken from AssemblyRelation.ppt, slide 10.</rdfs:comment>
<p7tpl:hasWhole rdf:resource="#RxL-001x"/>
<p7tpl:hasPart rdf:resource="#RxS-001x"/>
<tpl:hasAssemblyType rdf:resource="&RDL;PipingNetworkSystemHasSegment"/>
</owl:Thing>
<!-- http://data.mycompany.com/sampleInstances#sample_statement_PipingNetworkHasSegment_002 -->
<owl:Thing rdf:about="#sample_statement_PipingNetworkHasSegment_002">
<rdf:type rdf:resource="&tpl;PipingNetworkSystemHasSegment"/>
<rdfs:label
>sample_statement_PipingNetworkHasSegments_002</rdfs:label>
<rdfs:comment
>Example taken from AssemblyRelation.ppt, slide 10.</rdfs:comment>
<p7tpl:hasWhole rdf:resource="#RxL-001x"/>
<p7tpl:hasPart rdf:resource="#RxS-002x"/>
<tpl:hasAssemblyType rdf:resource="&RDL;PipingNetworkSystemHasSegment"/>
</owl:Thing>
<!-- http://data.mycompany.com/sampleInstances#sample_statement_PipingNetworkHasSegment_003 -->
<tpl:PipingNetworkSystemHasSegment rdf:about="#sample_statement_PipingNetworkHasSegment_003">
<rdf:type rdf:resource="&owl;Thing"/>
<rdfs:label
>sample_statement_PipingNetworkHasSegments_003</rdfs:label>
<rdfs:comment
>Example taken from AssemblyRelation.ppt, slide 10.</rdfs:comment>
<p7tpl:hasWhole rdf:resource="#1-BZ-001"/>
<p7tpl:hasPart rdf:resource="#1-BZ-001-01"/>
<tpl:hasAssemblyType rdf:resource="&RDL;PipingNetworkSystemHasSegment"/>
</tpl:PipingNetworkSystemHasSegment>
<!-- http://data.mycompany.com/sampleInstances#sample_statement_PipingNetworkHasSegment_004 -->
<tpl:PipingNetworkSystemHasSegment rdf:about="#sample_statement_PipingNetworkHasSegment_004">
<rdf:type rdf:resource="&owl;Thing"/>
<rdfs:label
>sample_statement_PipingNetworkHasSegments_004</rdfs:label>
<rdfs:comment
>Example taken from AssemblyRelation.ppt, slide 10.</rdfs:comment>
<p7tpl:hasWhole rdf:resource="#1-BZ-001"/>
<p7tpl:hasPart rdf:resource="#1-BZ-001-02"/>
<tpl:hasAssemblyType rdf:resource="&RDL;PipingNetworkSystemHasSegment"/>
</tpl:PipingNetworkSystemHasSegment>
<!-- http://data.mycompany.com/sampleInstances#sample_statement_PipingNetworkHasSegment_005 -->
<tpl:PipingNetworkSystemHasSegment rdf:about="#sample_statement_PipingNetworkHasSegment_005">
<rdf:type rdf:resource="&owl;Thing"/>
<rdfs:label
>sample_statement_PipingNetworkHasSegments_005</rdfs:label>
<rdfs:comment
>Example taken from AssemblyRelation.ppt, slide 10.</rdfs:comment>
<p7tpl:hasWhole rdf:resource="#1-BZ-001"/>
<p7tpl:hasPart rdf:resource="#1-BZ-001-03"/>
<tpl:hasAssemblyType rdf:resource="&RDL;PipingNetworkSystemHasSegment"/>
</tpl:PipingNetworkSystemHasSegment>
<!-- http://data.mycompany.com/sampleInstances#sample_statement_PipingNetworkHasSegment_006 -->
<tpl:PipingNetworkSystemHasSegment rdf:about="#sample_statement_PipingNetworkHasSegment_006">
<rdf:type rdf:resource="&owl;Thing"/>
<rdfs:label
>sample_statement_PipingNetworkHasSegments_006</rdfs:label>
<rdfs:comment
>Example taken from AssemblyRelation.ppt, slide 10.</rdfs:comment>
<p7tpl:hasWhole rdf:resource="#1-WG-002"/>
<p7tpl:hasPart rdf:resource="#1-WG-002-01"/>
<tpl:hasAssemblyType rdf:resource="&RDL;PipingNetworkSystemHasSegment"/>
</tpl:PipingNetworkSystemHasSegment>
<!-- http://data.mycompany.com/sampleInstances#sample_statement_PipingNetworkHasSegment_007 -->
<owl:Thing rdf:about="#sample_statement_PipingNetworkHasSegment_007">
<rdf:type rdf:resource="&tpl;PipingNetworkSystemHasSegment"/>
<rdfs:label
>sample_statement_PipingNetworkHasSegments_007</rdfs:label>
<rdfs:comment
>Example taken from AssemblyRelation.ppt, slide 10.</rdfs:comment>
<p7tpl:hasWhole rdf:resource="#1-WG-002"/>
<p7tpl:hasPart rdf:resource="#1-WG-002-02"/>
<tpl:hasAssemblyType rdf:resource="&RDL;PipingNetworkSystemHasSegment"/>
</owl:Thing>
<!-- http://rdl.example.org/sampleReferenceData#Equipment -->
<owl:Thing rdf:about="&RDL;Equipment"/>
<!-- http://rdl.example.org/sampleReferenceData#EquipmentHasNozzles -->
<owl:Thing rdf:about="&RDL;EquipmentHasNozzles"/>
<!-- http://rdl.example.org/sampleReferenceData#Nozzle -->
<owl:Thing rdf:about="&RDL;Nozzle"/>
<!-- http://rdl.example.org/sampleReferenceData#PipingNetworkSegment -->
<owl:Thing rdf:about="&RDL;PipingNetworkSegment"/>
<!-- http://rdl.example.org/sampleReferenceData#PipingNetworkSystem -->
<owl:Thing rdf:about="&RDL;PipingNetworkSystem"/>
<!-- http://rdl.example.org/sampleReferenceData#PipingNetworkSystemHasSegment -->
<owl:Thing rdf:about="&RDL;PipingNetworkSystemHasSegment"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 2.2.1.1138) http://owlapi.sourceforge.net -->
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY owl2xml "http://www.w3.org/2006/12/owl2-xml#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY tpl "http://rdl.example.org/sampleTemplates#" >
<!ENTITY RDL "http://rdl.example.org/sampleReferenceData#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
<!ENTITY p7tm "http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm#" >
<!ENTITY dm "http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#" >
<!ENTITY p7tpl "http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#" >
]>
<rdf:RDF xmlns="http://rdl.example.org/sampleTemplates#"
xml:base="http://rdl.example.org/sampleTemplates"
xmlns:owl2xml="http://www.w3.org/2006/12/owl2-xml#"
xmlns:p7tm="http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm#"
xmlns:p7tpl="http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:dm="http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#"
xmlns:tpl="http://rdl.example.org/sampleTemplates#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:RDL="http://rdl.example.org/sampleReferenceData#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:owl="http://www.w3.org/2002/07/owl#">
<owl:Ontology rdf:about="">
<rdfs:comment
>This ontology contains examples of template signatures.</rdfs:comment>
<owl:imports rdf:resource="http://rdl.example.org/sampleReferenceData"/>
<owl:imports rdf:resource="http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm#hasRole -->
<owl:ObjectProperty rdf:about="&p7tm;hasRole"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm#hasRoleFillerType -->
<owl:ObjectProperty rdf:about="&p7tm;hasRoleFillerType"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm#hasSubTemplate -->
<owl:ObjectProperty rdf:about="&p7tm;hasSubTemplate"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm#hasSuperTemplate -->
<owl:ObjectProperty rdf:about="&p7tm;hasSuperTemplate"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm#hasTemplate -->
<owl:ObjectProperty rdf:about="&p7tm;hasTemplate"/>
<!-- http://rdl.example.org/sampleTemplates#hasAssemblyType -->
<owl:ObjectProperty rdf:about="#hasAssemblyType">
<rdfs:label>hasAssemblyType</rdfs:label>
<rdfs:subPropertyOf rdf:resource="&p7tpl;hasRelation"/>
</owl:ObjectProperty>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#hasClassOfPart -->
<owl:ObjectProperty rdf:about="&p7tpl;hasClassOfPart"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#hasClassOfWhole -->
<owl:ObjectProperty rdf:about="&p7tpl;hasClassOfWhole"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#hasIndividual -->
<owl:ObjectProperty rdf:about="&p7tpl;hasIndividual"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#hasPart -->
<owl:ObjectProperty rdf:about="&p7tpl;hasPart"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#hasRelation -->
<owl:ObjectProperty rdf:about="&p7tpl;hasRelation"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#hasWhole -->
<owl:ObjectProperty rdf:about="&p7tpl;hasWhole"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm#valNumberOfRoles -->
<owl:DatatypeProperty rdf:about="&p7tm;valNumberOfRoles"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm#valRoleIndex -->
<owl:DatatypeProperty rdf:about="&p7tm;valRoleIndex"/>
<!-- http://rdl.example.org/sampleTemplates#valMaximumCardinalityOfPart -->
<owl:DatatypeProperty rdf:about="#valMaximumCardinalityOfPart">
<rdfs:label
>valMaximumCardinalityOfPart</rdfs:label>
<rdfs:subPropertyOf rdf:resource="&p7tpl;valMaximumCardinality"/>
</owl:DatatypeProperty>
<!-- http://rdl.example.org/sampleTemplates#valMaximumCardinalityOfWhole -->
<owl:DatatypeProperty rdf:about="#valMaximumCardinalityOfWhole">
<rdfs:label
>valMaximumCardinalityOfWhole</rdfs:label>
<rdfs:subPropertyOf rdf:resource="&p7tpl;valMaximumCardinality"/>
</owl:DatatypeProperty>
<!-- http://rdl.example.org/sampleTemplates#valMinimumCardinalityOfPart -->
<owl:DatatypeProperty rdf:about="#valMinimumCardinalityOfPart">
<rdfs:label
>valMinimumCardinalityOfPart</rdfs:label>
<rdfs:subPropertyOf rdf:resource="&p7tpl;valMinimumCardinality"/>
</owl:DatatypeProperty>
<!-- http://rdl.example.org/sampleTemplates#valMinimumCardinalityOfWhole -->
<owl:DatatypeProperty rdf:about="#valMinimumCardinalityOfWhole">
<rdfs:label
>valMinimumCardinalityOfWhole</rdfs:label>
<rdfs:subPropertyOf rdf:resource="&p7tpl;valMinimumCardinality"/>
</owl:DatatypeProperty>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#valMaximumCardinality -->
<owl:DatatypeProperty rdf:about="&p7tpl;valMaximumCardinality"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#valMinimumCardinality -->
<owl:DatatypeProperty rdf:about="&p7tpl;valMinimumCardinality"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#valStartTime -->
<owl:DatatypeProperty rdf:about="&p7tpl;valStartTime"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#ArrangedIndividual -->
<owl:Class rdf:about="&dm;ArrangedIndividual"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#ClassOfArrangedIndividual -->
<owl:Class rdf:about="&dm;ClassOfArrangedIndividual"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#ClassOfAssemblyOfIndividual -->
<owl:Class rdf:about="&dm;ClassOfAssemblyOfIndividual"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#ClassOfIndividual -->
<owl:Class rdf:about="&dm;ClassOfIndividual"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#PossibleIndividual -->
<owl:Class rdf:about="&dm;PossibleIndividual"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm#BaseTemplateStatement -->
<owl:Class rdf:about="&p7tm;BaseTemplateStatement"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm#RDLcoreTemplateStatement -->
<owl:Class rdf:about="&p7tm;RDLcoreTemplateStatement"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm#RDLindustryTemplateStatement -->
<owl:Class rdf:about="&p7tm;RDLindustryTemplateStatement"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm#Template -->
<owl:Class rdf:about="&p7tm;Template"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm#TemplateDescription -->
<owl:Class rdf:about="&p7tm;TemplateDescription"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm#TemplateRole -->
<owl:Class rdf:about="&p7tm;TemplateRole"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm#TemplateRoleDescription -->
<owl:Class rdf:about="&p7tm;TemplateRoleDescription"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm#TemplateSpecialization -->
<owl:Class rdf:about="&p7tm;TemplateSpecialization"/>
<!-- http://rdl.example.org/sampleReferenceData#Person -->
<owl:Class rdf:about="&RDL;Person"/>
<!-- http://rdl.example.org/sampleReferenceData#PipingNetworkSegment -->
<owl:Class rdf:about="&RDL;PipingNetworkSegment"/>
<!-- http://rdl.example.org/sampleReferenceData#PipingNetworkSystem -->
<owl:Class rdf:about="&RDL;PipingNetworkSystem"/>
<!-- http://rdl.example.org/sampleTemplates#AssemblyRelation -->
<owl:Class rdf:about="#AssemblyRelation">
<rdfs:label
>AssemblyRelation</rdfs:label>
<rdfs:subClassOf rdf:resource="&p7tm;BaseTemplateStatement"/>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="#valMaximumCardinalityOfPart"/>
<owl:allValuesFrom rdf:resource="&xsd;double"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="#valMaximumCardinalityOfPart"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="&xsd;double"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="#valMaximumCardinalityOfWhole"/>
<owl:allValuesFrom rdf:resource="&xsd;double"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="#valMaximumCardinalityOfWhole"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="&xsd;double"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="&p7tpl;hasClassOfPart"/>
<owl:allValuesFrom rdf:resource="&dm;ClassOfIndividual"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="&p7tpl;hasClassOfPart"/>
<owl:onClass rdf:resource="&dm;ClassOfIndividual"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="#valMinimumCardinalityOfWhole"/>
<owl:allValuesFrom rdf:resource="&xsd;double"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="#valMinimumCardinalityOfWhole"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="&xsd;double"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="#valMinimumCardinalityOfPart"/>
<owl:allValuesFrom rdf:resource="&xsd;double"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="#valMinimumCardinalityOfPart"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="&xsd;double"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="&p7tpl;hasClassOfWhole"/>
<owl:allValuesFrom rdf:resource="&dm;ClassOfArrangedIndividual"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="&p7tpl;hasClassOfWhole"/>
<owl:onClass rdf:resource="&dm;ClassOfArrangedIndividual"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="#hasAssemblyType"/>
<owl:allValuesFrom rdf:resource="&dm;ClassOfAssemblyOfIndividual"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="#hasAssemblyType"/>
<owl:onClass rdf:resource="&dm;ClassOfAssemblyOfIndividual"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment
>Template axiom:
AssemblyRelation( x1, x2, x3, x4, x5, x6, x7 ) &lt;-&gt;
ClassOfIndividual( x1 ) &amp;
ClassOfArrangedIndividual( x2 ) &amp;
ClassOfAssemblyOfIndividual( x3 ) &amp;
INTEGER( x4 ) &amp;
INTEGER( x5 ) &amp;
INTEGER( x6 ) &amp;
INTEGER( x7 ) &amp;
ClassOfAssemblyOfIndividualTriple( x3, x1, x2 ) &amp;
CardinalityEnd1MinMax( x3, x4, x5 ) &amp;
CardinalityEnd2MinMax( x3, x6, x7 ) .</rdfs:comment>
<rdfs:comment
>This template is for describing assembly relations.
| 1 | Class of Part | dm:ClassOfIndividual |
| 2 | Class of Whole | dm:ClassOfArrangedIndividual |
| 3 | Context | dm:ClassOfAssemblyOfIndividual |
| 4 | Minimum Cardinality of Part | dm:INTEGER |
| 5 | Maximum Cardinality of Part | dm:INTEGER |
| 6 | Minimum Cardinality of Part | dm:INTEGER |
| 7 | Maximum Cardinality of Whole | dm:INTEGER |</rdfs:comment>
</owl:Class>
<!-- http://rdl.example.org/sampleTemplates#BeginningOfPerson_dateAsEventObject -->
<owl:Class rdf:about="#BeginningOfPerson_dateAsEventObject">
<rdfs:label
>BeginningOfPerson_dateAsEventObject</rdfs:label>
<rdfs:subClassOf rdf:resource="&p7tm;RDLcoreTemplateStatement"/>
<rdfs:subClassOf rdf:resource="&p7tpl;Beginning"/>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="&p7tpl;hasWhole"/>
<owl:allValuesFrom rdf:resource="&RDL;Person"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="&p7tpl;hasWhole"/>
<owl:onClass rdf:resource="&RDL;Person"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment
>This class is a constrained version of the Beginning proto-template. It limits acceptable values for the hasWhole role to the class Person.</rdfs:comment>
<rdfs:comment
>This sample template is categorized as &quot;RDL core&quot; because it uses a Person class. Note, Person isn&#39;t defined in ISO 15926-4.</rdfs:comment>
</owl:Class>
<!-- http://rdl.example.org/sampleTemplates#BeginningOfPerson_dateAsXsdTime -->
<owl:Class rdf:about="#BeginningOfPerson_dateAsXsdTime">
<rdfs:label
>BeginningEndOfIndividual</rdfs:label>
<rdfs:subClassOf rdf:resource="&p7tm;RDLcoreTemplateStatement"/>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="&p7tpl;hasIndividual"/>
<owl:allValuesFrom rdf:resource="&RDL;Person"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="&p7tpl;hasIndividual"/>
<owl:onClass rdf:resource="&RDL;Person"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="&p7tpl;valStartTime"/>
<owl:allValuesFrom rdf:resource="&xsd;dateTime"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="&p7tpl;valStartTime"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="&xsd;dateTime"/>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment
>This class is similar to the Part 7 WD BeginningEndOfIndividualTemplate, but without the &quot;end&quot; argument. With this template, dates are recorded as XSD date values. Compare to BeginningOfPerson_dateAsEventObject, where dates are recorded as ISO 15926 events.</rdfs:comment>
<rdfs:comment
>This sample template is categorized as &quot;RDL core&quot; because it uses a Person class. Note, Person isn&#39;t defined in ISO 15926-4.</rdfs:comment>
</owl:Class>
<!-- http://rdl.example.org/sampleTemplates#ClassifiedAssemblyOfIndividual -->
<owl:Class rdf:about="#ClassifiedAssemblyOfIndividual">
<rdfs:subClassOf rdf:resource="&p7tm;BaseTemplateStatement"/>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="#hasAssemblyType"/>
<owl:allValuesFrom rdf:resource="&dm;ClassOfAssemblyOfIndividual"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="#hasAssemblyType"/>
<owl:onClass rdf:resource="&dm;ClassOfAssemblyOfIndividual"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="&p7tpl;hasWhole"/>
<owl:allValuesFrom rdf:resource="&dm;ArrangedIndividual"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="&p7tpl;hasWhole"/>
<owl:onClass rdf:resource="&dm;ArrangedIndividual"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="&p7tpl;hasPart"/>
<owl:allValuesFrom rdf:resource="&dm;PossibleIndividual"/>
</owl:Restriction>
<owl:Restriction>
<owl:onProperty rdf:resource="&p7tpl;hasPart"/>
<owl:onClass rdf:resource="&dm;PossibleIndividual"/>
<owl:qualifiedCardinality rdf:datatype="&xsd;nonNegativeInteger">1</owl:qualifiedCardinality>
</owl:Restriction>
</owl:intersectionOf>
</owl:Class>
</rdfs:subClassOf>
<rdfs:comment
>This template is set up to match the pattern of
ClassifiedIdentification, as defined in P7.
Signature for ClassifiedAssemblyOfIndividual:
| 1 | Part | dm:PossibleIndividual |
| 2 | Whole | dm:ArrangedIndividual |
| 3 | Context | dm:ClassOfAssemblyOfIndividual |</rdfs:comment>
<rdfs:comment
>Template axiom:
ClassifiedAssemblyOfIndividual( x1, x2, x3 ) &lt;-&gt;
PossibleIndividual( x1 ) &amp;
ArrangedIndividual( x2 ) &amp;
ClassOfAssemblyOfIndividual( x3 ) &amp;
exists y ( AssemblyOfIndividualTriple( y, x1, x2 ) &amp;
ClassificationOfRelationship( y, x3 ) .</rdfs:comment>
</owl:Class>
<!-- http://rdl.example.org/sampleTemplates#PipingNetworkSystemHasSegment -->
<owl:Class rdf:about="#PipingNetworkSystemHasSegment">
<rdfs:subClassOf rdf:resource="&p7tm;RDLindustryTemplateStatement"/>
<rdfs:subClassOf rdf:resource="#ClassifiedAssemblyOfIndividual"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="#hasAssemblyType"/>
<owl:someValuesFrom>
<owl:Class>
<owl:oneOf rdf:parseType="Collection">
<rdf:Description rdf:about="&RDL;PipingNetworkSystemHasSegment"/>
</owl:oneOf>
</owl:Class>
</owl:someValuesFrom>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&p7tpl;hasWhole"/>
<owl:someValuesFrom rdf:resource="&RDL;PipingNetworkSystem"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="&p7tpl;hasPart"/>
<owl:someValuesFrom rdf:resource="&RDL;PipingNetworkSegment"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:comment
>This is a /specialized/ variant of ClassifiedAssemblyOfIndividual,
made for the purpose of recording parts of piping systems.</rdfs:comment>
<rdfs:comment
>Signature for PipingNetworkSystemHasSegment:
| 1 | Part | RDL:PipingNetworkSegment |
| 2 | Whole | RDL:PipingNetworkSystem |
| 3 | Context | {RDL:PipingNetworkSystemHasSegment} |</rdfs:comment>
<rdfs:comment
>Template axiom:
PipingNetworkSystemHasSegment( x1, x2, x3 ) &lt;-&gt;
ClassificationOfIndividual( x1, RD_PipingNetworkSegment ) &amp;
ClassificationOfIndividual( x2, RDLPipingNetworkSystem ) &amp;
ClassificationOfClassOfRelationship( x3, {RDLPipingNetworkSystemHasSegment} ) &amp;
ClassifiedAssemblyOfIndividual( x1, x2, x3 ) .</rdfs:comment>
</owl:Class>
<!-- http://rdl.example.org/sampleTemplates#Template -->
<!-- http://rdl.example.org/sampleTemplates#TemplateRole -->
<owl:Class rdf:about="#TemplateRole">
<rdfs:subClassOf rdf:resource="&p7tm;TemplateRole"/>
</owl:Class>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#Beginning -->
<owl:Class rdf:about="&p7tpl;Beginning"/>
<!-- http://www.w3.org/2002/07/owl#Thing -->
<owl:Class rdf:about="&owl;Thing"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Individuals
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#ClassOfArrangedIndividual -->
<owl:Thing rdf:about="&dm;ClassOfArrangedIndividual"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#ClassOfAssemblyOfIndividual -->
<owl:Thing rdf:about="&dm;ClassOfAssemblyOfIndividual"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#ClassOfIndividual -->
<owl:Thing rdf:about="&dm;ClassOfIndividual"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#Event -->
<owl:Thing rdf:about="&dm;Event"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#PossibleIndividual -->
<owl:Thing rdf:about="&dm;PossibleIndividual"/>
<!-- http://rdl.example.org/sampleReferenceData#Person -->
<owl:Thing rdf:about="&RDL;Person"/>
<!-- http://rdl.example.org/sampleReferenceData#PipingNetworkSegment -->
<owl:Thing rdf:about="&RDL;PipingNetworkSegment"/>
<!-- http://rdl.example.org/sampleReferenceData#PipingNetworkSystem -->
<owl:Thing rdf:about="&RDL;PipingNetworkSystem"/>
<!-- http://rdl.example.org/sampleReferenceData#PipingNetworkSystemHasSegment -->
<owl:Thing rdf:about="&RDL;PipingNetworkSystemHasSegment"/>
<!-- http://rdl.example.org/sampleTemplates#AssemblyRelation -->
<owl:Thing rdf:about="#AssemblyRelation">
<rdf:type rdf:resource="&p7tm;Template"/>
</owl:Thing>
<!-- http://rdl.example.org/sampleTemplates#BeginningOfPerson_dateAsEventObject -->
<owl:Thing rdf:about="#BeginningOfPerson_dateAsEventObject">
<rdf:type rdf:resource="&p7tm;Template"/>
</owl:Thing>
<!-- http://rdl.example.org/sampleTemplates#BeginningOfPerson_dateAsXsdTime -->
<owl:Thing rdf:about="#BeginningOfPerson_dateAsXsdTime">
<rdf:type rdf:resource="&p7tm;Template"/>
</owl:Thing>
<!-- http://rdl.example.org/sampleTemplates#ClassifiedAssemblyOfIndividual -->
<owl:Thing rdf:about="#ClassifiedAssemblyOfIndividual"/>
<!-- http://rdl.example.org/sampleTemplates#PipingNetworkSystemHasSegment -->
<owl:Thing rdf:about="#PipingNetworkSystemHasSegment"/>
<!-- http://rdl.example.org/sampleTemplates#TemplateDescription_of_AssemblyRelation -->
<p7tm:TemplateDescription rdf:about="#TemplateDescription_of_AssemblyRelation">
<rdf:type rdf:resource="&owl;Thing"/>
<rdfs:label
>TemplateDescription_of_AssemblyRelation</rdfs:label>
<p7tm:valNumberOfRoles rdf:datatype="&xsd;integer">7</p7tm:valNumberOfRoles>
<p7tm:hasTemplate rdf:resource="#AssemblyRelation"/>
</p7tm:TemplateDescription>
<!-- http://rdl.example.org/sampleTemplates#TemplateDescription_of_BeginningOfPerson_dateAsEventObject -->
<owl:Thing rdf:about="#TemplateDescription_of_BeginningOfPerson_dateAsEventObject">
<rdf:type rdf:resource="&p7tm;TemplateDescription"/>
<rdfs:label
>TemplateDescription_of_BeginningOfPerson_dateAsEventObject</rdfs:label>
<p7tm:valNumberOfRoles rdf:datatype="&xsd;integer">2</p7tm:valNumberOfRoles>
<p7tm:hasTemplate rdf:resource="#BeginningOfPerson_dateAsEventObject"/>
</owl:Thing>
<!-- http://rdl.example.org/sampleTemplates#TemplateDescription_of_BeginningOfPerson_dateAsXsdTime -->
<p7tm:TemplateDescription rdf:about="#TemplateDescription_of_BeginningOfPerson_dateAsXsdTime">
<rdf:type rdf:resource="&owl;Thing"/>
<rdfs:label
>TemplateDescription_of_BeginningOfPerson_dateAsXsdTime</rdfs:label>
<p7tm:valNumberOfRoles rdf:datatype="&xsd;integer">2</p7tm:valNumberOfRoles>
<p7tm:hasTemplate rdf:resource="#BeginningOfPerson_dateAsXsdTime"/>
</p7tm:TemplateDescription>
<!-- http://rdl.example.org/sampleTemplates#TemplateDescription_of_ClassifiedAssemblyOfIndividual -->
<owl:Thing rdf:about="#TemplateDescription_of_ClassifiedAssemblyOfIndividual">
<rdf:type rdf:resource="&p7tm;TemplateDescription"/>
<rdfs:label
>TemplateDescription_of_ClassifiedAssemblyOfIndividual</rdfs:label>
<p7tm:valNumberOfRoles rdf:datatype="&xsd;integer">3</p7tm:valNumberOfRoles>
<p7tm:hasTemplate rdf:resource="#ClassifiedAssemblyOfIndividual"/>
</owl:Thing>
<!-- http://rdl.example.org/sampleTemplates#TemplateDescription_of_PipingNetworkSystemHasSegment -->
<owl:Thing rdf:about="#TemplateDescription_of_PipingNetworkSystemHasSegment">
<rdf:type rdf:resource="&p7tm;TemplateDescription"/>
<rdfs:label
>TemplateDescription_of_PipingNetworkSystemHasSegment</rdfs:label>
<p7tm:valNumberOfRoles rdf:datatype="&xsd;integer">3</p7tm:valNumberOfRoles>
<p7tm:hasTemplate rdf:resource="#PipingNetworkSystemHasSegment"/>
</owl:Thing>
<!-- http://rdl.example.org/sampleTemplates#TemplateRoleDescription_of_AssemblyRelation_1 -->
<p7tm:TemplateRoleDescription rdf:about="#TemplateRoleDescription_of_AssemblyRelation_1">
<rdf:type rdf:resource="&owl;Thing"/>
<rdfs:label
>TemplateRoleDescription_of_AssemblyRelation_1</rdfs:label>
<p7tm:valRoleIndex rdf:datatype="&xsd;integer">1</p7tm:valRoleIndex>
<p7tm:hasRoleFillerType rdf:resource="&dm;ClassOfIndividual"/>
<p7tm:hasTemplate rdf:resource="#AssemblyRelation"/>
<p7tm:hasRole rdf:resource="&p7tpl;hasClassOfPart"/>
</p7tm:TemplateRoleDescription>
<!-- http://rdl.example.org/sampleTemplates#TemplateRoleDescription_of_AssemblyRelation_2 -->
<p7tm:TemplateRoleDescription rdf:about="#TemplateRoleDescription_of_AssemblyRelation_2">
<rdf:type rdf:resource="&owl;Thing"/>
<rdfs:label
>TemplateRoleDescription_of_AssemblyRelation_2</rdfs:label>
<p7tm:valRoleIndex rdf:datatype="&xsd;integer">2</p7tm:valRoleIndex>
<p7tm:hasRoleFillerType rdf:resource="&dm;ClassOfArrangedIndividual"/>
<p7tm:hasTemplate rdf:resource="#AssemblyRelation"/>
<p7tm:hasRole rdf:resource="&p7tpl;hasClassOfWhole"/>
</p7tm:TemplateRoleDescription>
<!-- http://rdl.example.org/sampleTemplates#TemplateRoleDescription_of_AssemblyRelation_3 -->
<owl:Thing rdf:about="#TemplateRoleDescription_of_AssemblyRelation_3">
<rdf:type rdf:resource="&p7tm;TemplateRoleDescription"/>
<rdfs:label
>TemplateRoleDescription_of_AssemblyRelation_3</rdfs:label>
<p7tm:valRoleIndex rdf:datatype="&xsd;integer">3</p7tm:valRoleIndex>
<p7tm:hasRoleFillerType rdf:resource="&dm;ClassOfAssemblyOfIndividual"/>
<p7tm:hasTemplate rdf:resource="#AssemblyRelation"/>
<p7tm:hasRole rdf:resource="#hasAssemblyType"/>
</owl:Thing>
<!-- http://rdl.example.org/sampleTemplates#TemplateRoleDescription_of_AssemblyRelation_4 -->
<p7tm:TemplateRoleDescription rdf:about="#TemplateRoleDescription_of_AssemblyRelation_4">
<rdf:type rdf:resource="&owl;Thing"/>
<rdfs:label
>TemplateRoleDescription_of_AssemblyRelation_4</rdfs:label>
<p7tm:valRoleIndex rdf:datatype="&xsd;integer">4</p7tm:valRoleIndex>
<p7tm:hasTemplate rdf:resource="#AssemblyRelation"/>
<p7tm:hasRole rdf:resource="#minimumCardinalityPart"/>
<p7tm:hasRoleFillerType rdf:resource="&xsd;double"/>
</p7tm:TemplateRoleDescription>
<!-- http://rdl.example.org/sampleTemplates#TemplateRoleDescription_of_AssemblyRelation_5 -->
<owl:Thing rdf:about="#TemplateRoleDescription_of_AssemblyRelation_5">
<rdf:type rdf:resource="&p7tm;TemplateRoleDescription"/>
<rdfs:label
>TemplateRoleDescription_of_AssemblyRelation_5</rdfs:label>
<p7tm:valRoleIndex rdf:datatype="&xsd;integer">5</p7tm:valRoleIndex>
<p7tm:hasTemplate rdf:resource="#AssemblyRelation"/>
<p7tm:hasRole rdf:resource="#maximumCardinalityPart"/>
<p7tm:hasRoleFillerType rdf:resource="&xsd;double"/>
</owl:Thing>
<!-- http://rdl.example.org/sampleTemplates#TemplateRoleDescription_of_AssemblyRelation_6 -->
<owl:Thing rdf:about="#TemplateRoleDescription_of_AssemblyRelation_6">
<rdf:type rdf:resource="&p7tm;TemplateRoleDescription"/>
<rdfs:label
>TemplateRoleDescription_of_AssemblyRelation_6</rdfs:label>
<p7tm:valRoleIndex rdf:datatype="&xsd;integer">6</p7tm:valRoleIndex>
<p7tm:hasTemplate rdf:resource="#AssemblyRelation"/>
<p7tm:hasRole rdf:resource="#minimumCardinalityWhole"/>
<p7tm:hasRoleFillerType rdf:resource="&xsd;double"/>
</owl:Thing>
<!-- http://rdl.example.org/sampleTemplates#TemplateRoleDescription_of_AssemblyRelation_7 -->
<owl:Thing rdf:about="#TemplateRoleDescription_of_AssemblyRelation_7">
<rdf:type rdf:resource="&p7tm;TemplateRoleDescription"/>
<rdfs:label
>TemplateRoleDescription_of_AssemblyRelation_7</rdfs:label>
<p7tm:valRoleIndex rdf:datatype="&xsd;integer">7</p7tm:valRoleIndex>
<p7tm:hasTemplate rdf:resource="#AssemblyRelation"/>
<p7tm:hasRole rdf:resource="#maximumCardinalityWhole"/>
<p7tm:hasRoleFillerType rdf:resource="&xsd;double"/>
</owl:Thing>
<!-- http://rdl.example.org/sampleTemplates#TemplateRoleDescription_of_BeginningOfPerson_dateAsEventObject_1 -->
<owl:Thing rdf:about="#TemplateRoleDescription_of_BeginningOfPerson_dateAsEventObject_1">
<rdf:type rdf:resource="&p7tm;TemplateRoleDescription"/>
<p7tm:valRoleIndex rdf:datatype="&xsd;integer">1</p7tm:valRoleIndex>
<p7tm:hasRoleFillerType rdf:resource="&dm;Event"/>
<p7tm:hasTemplate rdf:resource="#BeginningOfPerson_dateAsEventObject"/>
<p7tm:hasRole rdf:resource="&p7tpl;hasPart"/>
</owl:Thing>
<!-- http://rdl.example.org/sampleTemplates#TemplateRoleDescription_of_BeginningOfPerson_dateAsEventObject_2 -->
<owl:Thing rdf:about="#TemplateRoleDescription_of_BeginningOfPerson_dateAsEventObject_2">
<rdf:type rdf:resource="&p7tm;TemplateRoleDescription"/>
<p7tm:valRoleIndex rdf:datatype="&xsd;integer">2</p7tm:valRoleIndex>
<p7tm:hasRoleFillerType rdf:resource="&RDL;Person"/>
<p7tm:hasTemplate rdf:resource="#BeginningOfPerson_dateAsEventObject"/>
<p7tm:hasRole rdf:resource="&p7tpl;hasWhole"/>
</owl:Thing>
<!-- http://rdl.example.org/sampleTemplates#TemplateRoleDescription_of_BeginningOfPerson_dateAsXsdTime_1 -->
<p7tm:TemplateRoleDescription rdf:about="#TemplateRoleDescription_of_BeginningOfPerson_dateAsXsdTime_1">
<rdf:type rdf:resource="&owl;Thing"/>
<p7tm:valRoleIndex rdf:datatype="&xsd;integer">1</p7tm:valRoleIndex>
<p7tm:hasTemplate rdf:resource="#BeginningOfPerson_dateAsXsdTime"/>
<p7tm:hasRole rdf:resource="&p7tpl;valStartTime"/>
<p7tm:hasRoleFillerType rdf:resource="&xsd;dateTime"/>
</p7tm:TemplateRoleDescription>
<!-- http://rdl.example.org/sampleTemplates#TemplateRoleDescription_of_BeginningOfPerson_dateAsXsdTime_2 -->
<p7tm:TemplateRoleDescription rdf:about="#TemplateRoleDescription_of_BeginningOfPerson_dateAsXsdTime_2">
<rdf:type rdf:resource="&owl;Thing"/>
<p7tm:valRoleIndex rdf:datatype="&xsd;integer">2</p7tm:valRoleIndex>
<p7tm:hasRoleFillerType rdf:resource="&RDL;Person"/>
<p7tm:hasTemplate rdf:resource="#BeginningOfPerson_dateAsXsdTime"/>
<p7tm:hasRole rdf:resource="&p7tpl;hasWhole"/>
</p7tm:TemplateRoleDescription>
<!-- http://rdl.example.org/sampleTemplates#TemplateRoleDescription_of_ClassifiedAssemblyOfIndividual_1 -->
<p7tm:TemplateRoleDescription rdf:about="#TemplateRoleDescription_of_ClassifiedAssemblyOfIndividual_1">
<rdf:type rdf:resource="&owl;Thing"/>
<rdfs:label
>TemplateRoleDescription_of_ClassifiedAssemblyOfIndividual_1</rdfs:label>
<p7tm:valRoleIndex rdf:datatype="&xsd;integer">1</p7tm:valRoleIndex>
<p7tm:hasRoleFillerType rdf:resource="&dm;PossibleIndividual"/>
<p7tm:hasTemplate rdf:resource="#ClassifiedAssemblyOfIndividual"/>
<p7tm:hasRole rdf:resource="&p7tpl;hasPart"/>
</p7tm:TemplateRoleDescription>
<!-- http://rdl.example.org/sampleTemplates#TemplateRoleDescription_of_ClassifiedAssemblyOfIndividual_2 -->
<owl:Thing rdf:about="#TemplateRoleDescription_of_ClassifiedAssemblyOfIndividual_2">
<rdf:type rdf:resource="&p7tm;TemplateRoleDescription"/>
<rdfs:label
>TemplateRoleDescription_of_ClassifiedAssemblyOfIndividual_2</rdfs:label>
<p7tm:valRoleIndex rdf:datatype="&xsd;integer">2</p7tm:valRoleIndex>
<p7tm:hasRoleFillerType rdf:resource="&dm;ClassOfIndividual"/>
<p7tm:hasTemplate rdf:resource="#ClassifiedAssemblyOfIndividual"/>
<p7tm:hasRole rdf:resource="&p7tpl;hasWhole"/>
</owl:Thing>
<!-- http://rdl.example.org/sampleTemplates#TemplateRoleDescription_of_ClassifiedAssemblyOfIndividual_3 -->
<owl:Thing rdf:about="#TemplateRoleDescription_of_ClassifiedAssemblyOfIndividual_3">
<rdf:type rdf:resource="&p7tm;TemplateRoleDescription"/>
<rdfs:label
>TemplateRoleDescription_of_ClassifiedAssemblyOfIndividual_3</rdfs:label>
<p7tm:valRoleIndex rdf:datatype="&xsd;integer">3</p7tm:valRoleIndex>
<p7tm:hasRoleFillerType rdf:resource="&dm;ClassOfAssemblyOfIndividual"/>
<p7tm:hasTemplate rdf:resource="#ClassifiedAssemblyOfIndividual"/>
<p7tm:hasRole rdf:resource="#hasAssemblyType"/>
</owl:Thing>
<!-- http://rdl.example.org/sampleTemplates#TemplateRoleDescription_of_PipingNetworkSystemHasSegment_1 -->
<owl:Thing rdf:about="#TemplateRoleDescription_of_PipingNetworkSystemHasSegment_1">
<rdf:type rdf:resource="&p7tm;TemplateRoleDescription"/>
<rdfs:label
>TemplateRoleDescription_of_PipingNetworkSystemHasSegment_1</rdfs:label>
<p7tm:valRoleIndex rdf:datatype="&xsd;integer">1</p7tm:valRoleIndex>
<p7tm:hasRoleFillerType rdf:resource="&RDL;PipingNetworkSegment"/>
<p7tm:hasTemplate rdf:resource="#PipingNetworkSystemHasSegment"/>
<p7tm:hasRole rdf:resource="&p7tpl;hasPart"/>
</owl:Thing>
<!-- http://rdl.example.org/sampleTemplates#TemplateRoleDescription_of_PipingNetworkSystemHasSegment_2 -->
<owl:Thing rdf:about="#TemplateRoleDescription_of_PipingNetworkSystemHasSegment_2">
<rdf:type rdf:resource="&p7tm;TemplateRoleDescription"/>
<rdfs:label
>TemplateRoleDescription_of_PipingNetworkSystemHasSegment_2</rdfs:label>
<p7tm:valRoleIndex rdf:datatype="&xsd;integer">2</p7tm:valRoleIndex>
<p7tm:hasRoleFillerType rdf:resource="&RDL;PipingNetworkSystem"/>
<p7tm:hasTemplate rdf:resource="#PipingNetworkSystemHasSegment"/>
<p7tm:hasRole rdf:resource="&p7tpl;hasWhole"/>
</owl:Thing>
<!-- http://rdl.example.org/sampleTemplates#TemplateRoleDescription_of_PipingNetworkSystemHasSegment_3 -->
<owl:Thing rdf:about="#TemplateRoleDescription_of_PipingNetworkSystemHasSegment_3">
<rdf:type rdf:resource="&p7tm;TemplateRoleDescription"/>
<rdfs:label
>TemplateRoleDescription_of_PipingNetworkSystemHasSegment_3</rdfs:label>
<p7tm:valRoleIndex rdf:datatype="&xsd;integer">3</p7tm:valRoleIndex>
<p7tm:hasRoleFillerType rdf:resource="&RDL;PipingNetworkSystemHasSegment"/>
<p7tm:hasTemplate rdf:resource="#PipingNetworkSystemHasSegment"/>
<p7tm:hasRole rdf:resource="#hasAssemblyType"/>
</owl:Thing>
<!-- http://rdl.example.org/sampleTemplates#TemplateSpecialization_of_ClassifiedAssemblyOfIndividual_to_PipingNetworkSystemHasSegment -->
<owl:Thing rdf:about="#TemplateSpecialization_of_ClassifiedAssemblyOfIndividual_to_PipingNetworkSystemHasSegment">
<rdf:type rdf:resource="&p7tm;TemplateSpecialization"/>
<rdfs:label
>TemplateSpecialization_of_ClassifiedAssemblyOfIndividual_to_PipingNetworkSystemHasSegment</rdfs:label>
<p7tm:hasSuperTemplate rdf:resource="#ClassifiedAssemblyOfIndividual"/>
<p7tm:hasSubTemplate rdf:resource="#PipingNetworkSystemHasSegment"/>
</owl:Thing>
<!-- http://rdl.example.org/sampleTemplates#hasAssemblyType -->
<owl:Thing rdf:about="#hasAssemblyType"/>
<!-- http://rdl.example.org/sampleTemplates#maximumCardinalityPart -->
<owl:Thing rdf:about="#maximumCardinalityPart"/>
<!-- http://rdl.example.org/sampleTemplates#maximumCardinalityWhole -->
<owl:Thing rdf:about="#maximumCardinalityWhole"/>
<!-- http://rdl.example.org/sampleTemplates#minimumCardinalityPart -->
<owl:Thing rdf:about="#minimumCardinalityPart"/>
<!-- http://rdl.example.org/sampleTemplates#minimumCardinalityWhole -->
<owl:Thing rdf:about="#minimumCardinalityWhole"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#hasClassOfPart -->
<owl:Thing rdf:about="&p7tpl;hasClassOfPart"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#hasClassOfWhole -->
<owl:Thing rdf:about="&p7tpl;hasClassOfWhole"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#hasContext -->
<owl:Thing rdf:about="&p7tpl;hasContext"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#hasPart -->
<owl:Thing rdf:about="&p7tpl;hasPart"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#hasWhole -->
<owl:Thing rdf:about="&p7tpl;hasWhole"/>
<!-- http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tpl#valStartTime -->
<owl:Thing rdf:about="&p7tpl;valStartTime"/>
<!-- http://www.w3.org/2001/XMLSchema#dateTime -->
<owl:Thing rdf:about="&xsd;dateTime"/>
<!-- http://www.w3.org/2001/XMLSchema#double -->
<owl:Thing rdf:about="&xsd;double"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 2.2.1.1138) http://owlapi.sourceforge.net -->
# Saved by TopBraid on Wed Aug 17 18:10:40 BST 2011
# baseURI: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model
@prefix iso-dm: <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model>
rdf:type owl:Ontology ;
rdfs:comment "Preliminary OWL native representation of ISO 15926-2, destined for the ISO 15926-8 representation of ISO 15926-2 entity types. This file was provided by DNV IRM, based on work in the IOHN project." ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
iso-dm:AbstractObject
rdf:type owl:Class ;
rdfs:comment "An [abstract_object] is a [thing] that does not exist in space-time."^^xsd:string ;
rdfs:subClassOf iso-dm:Thing ;
owl:disjointWith iso-dm:PossibleIndividual .
iso-dm:Activity
rdf:type owl:Class ;
rdfs:comment "An [activity] is a [possible_individual] that brings about change by causing the [event] that marks the [beginning], or the [event] that marks the [ending] of a [possible_individual]. An activity consists of the temporal parts of those members of [possible_individual] that participate in the activity. The participating temporal parts will be classified by the [participating_role_and_domain] that indicates the role of the temporal part in the [activity]."^^xsd:string ;
rdfs:subClassOf iso-dm:PossibleIndividual .
iso-dm:ActualIndividual
rdf:type owl:Class ;
rdfs:comment "An [actual_individual] is a [possible_individual] that is a part of the space-time continuum that we inhabit. It exists in the present, past, or future of our universe, as opposed to some imagined universe."^^xsd:string ;
rdfs:subClassOf iso-dm:PossibleIndividual .
iso-dm:Approval
rdf:type owl:Class ;
rdfs:comment "An [approval] is a [relationship] that indicates that a [relationship] has been approved by a [possible_individual] that is an approver."^^xsd:string ;
rdfs:subClassOf iso-dm:Relationship .
iso-dm:ArithmeticNumber
rdf:type owl:Class ;
rdfs:comment "An [arithmetic_number] is a [class_of_class] whose member classes have the same sign and count or magnitude. An [arithmetic_number] is the number itself, not any representation of the number."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClass ;
owl:disjointWith iso-dm:ClassOfShapeDimension , iso-dm:ClassOfPropertySpace , iso-dm:ClassOfNumber , iso-dm:ClassOfClassOfIndividual .
iso-dm:ArrangedIndividual
rdf:type owl:Class ;
rdfs:comment "An [arranged_individual] is a [possible_individual] that has parts that play distinct roles with respect to the whole. The qualities of an [arranged_individual] are distinct from the qualities of its parts."^^xsd:string ;
rdfs:subClassOf iso-dm:PossibleIndividual .
iso-dm:ArrangementOfIndividual
rdf:type owl:Class ;
rdfs:comment "RANGE: WHOLE"^^xsd:string , "An [arrangement_of_individual] is a [composition_of_individual] that indicates that the part is a part of an [arranged_individual]. The temporal extent of the part is that of the whole. An [arrangement_of_individual] may be an [assembly_of_individual]."^^xsd:string ;
rdfs:subClassOf iso-dm:CompositionOfIndividual .
iso-dm:AssemblyOfIndividual
rdf:type owl:Class ;
rdfs:comment "An [assembly_of_individual] is an [arrangement_of_individual] that indicates that the part is connected directly or indirectly to other parts of the whole. The parts and wholes are super-molecular objects."^^xsd:string ;
rdfs:subClassOf iso-dm:ArrangementOfIndividual .
iso-dm:Beginning
rdf:type owl:Class ;
rdfs:comment "A [beginning] is a [temporal_bounding] that marks the temporal start of a [possible_individual]."^^xsd:string ;
rdfs:subClassOf iso-dm:TemporalBounding .
iso-dm:BoundaryOfNumberSpace
rdf:type owl:Class ;
rdfs:comment "RANGE: SUPERCLASS"^^xsd:string , "DOMAIN: SUBCLASS"^^xsd:string , "A [boundary_of_number_space] is a [specialization] that indicates that a [number_space] is a boundary to another [number_space]."^^xsd:string ;
rdfs:subClassOf iso-dm:Specialization .
iso-dm:BoundaryOfPropertySpace
rdf:type owl:Class ;
rdfs:comment "RANGE: SUPERCLASS"^^xsd:string , "DOMAIN: SUBCLASS"^^xsd:string , "A [boundary_of_property_space] is a [specialization] that indicates the members of the subclass form a boundary of the superclass."^^xsd:string ;
rdfs:subClassOf iso-dm:Specialization .
iso-dm:Cardinality
rdf:type owl:Class ;
rdfs:comment "A [cardinality] is a [class] that is the maximum and/or minimum number of times a thing can play a particular role in a [class_of_relationship] or [class_of_multidimensional_object]."^^xsd:string ;
rdfs:subClassOf iso-dm:Class .
iso-dm:CauseOfEvent
rdf:type owl:Class ;
rdfs:comment "RANGE: CAUSER"^^xsd:string , "DOMAIN: CAUSED"^^xsd:string , "A [cause_of_event] is a [relationship] that indicates that the caused [event] is caused by the causer [activity]."^^xsd:string ;
rdfs:subClassOf iso-dm:Relationship .
iso-dm:Class
rdf:type owl:Class ;
rdfs:comment """A [class] is a [thing] that is an understanding of the nature of things and that divides things into those which are members of the class and those which are not according to one or more criteria.
The identity of a [class] is ultimately defined by its members. No two classes have the same membership. However, a distinction must be made between a [class] having members, and those members being known, so within an information system the members recorded may change over time, even though the true membership does not change."""^^xsd:string ;
rdfs:subClassOf iso-dm:AbstractObject .
iso-dm:ClassOfAbstractObject
rdf:type owl:Class ;
rdfs:comment "A [class_of_abstract_object] is a [class] whose members classify members of [abstract_object]."^^xsd:string ;
rdfs:subClassOf iso-dm:Class ;
owl:disjointWith iso-dm:ClassOfIndividual .
iso-dm:ClassOfActivity
rdf:type owl:Class ;
rdfs:comment "A [class_of_activity] is a [class_of_arranged_individual] whose members are instances of [activity]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfArrangedIndividual .
iso-dm:ClassOfApproval
rdf:type owl:Class ;
rdfs:comment "A [class_of_approval] is a [class_of_relationship] whose members are members of [approval] that indicates that members of the [class_of_individual] are approvers in an [approval] for the members of the [class] that are approved."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:ClassOfApprovalByStatus
rdf:type owl:Class ;
rdfs:comment "A [class_of_approval_by_status] is a [class_of_relationship] that indicates a status of the approval that is independent of what is being approved by whom."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:ClassOfArrangedIndividual
rdf:type owl:Class ;
rdfs:comment "A [class_of_arranged_individual] is a [class_of_individual] whose members have a distinct form that may arise from the arrangement of their parts."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfIndividual ;
owl:disjointWith iso-dm:Status , iso-dm:Property , iso-dm:IndividualDimension , iso-dm:ClassOfPeriodInTime , iso-dm:ClassOfEvent .
iso-dm:ClassOfArrangementOfIndividual
rdf:type owl:Class ;
rdfs:comment "RANGE: CLASS_OF_WHOLE"^^xsd:string , "A [class_of_arrangement_of_individual] is a [class_of_composition_of_individual] whose members are instances of [arrangement_of_individual]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfCompositionOfIndividual .
iso-dm:ClassOfAssemblyOfIndividual
rdf:type owl:Class ;
rdfs:comment "A [class_of_assembly_of_individual] is a [class_of_arrangement_of_individual] whose members are instances of [assembly_of_individual]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfArrangementOfIndividual .
iso-dm:ClassOfAssertion
rdf:type owl:Class ;
rdfs:comment "A [class_of_assertion] is a [class_of_relationship] that describes the assertive nature of the member relations."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:ClassOfAtom
rdf:type owl:Class ;
rdfs:comment "A [class_of_atom] is a [class_of_arranged_individual] whose members are atoms."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfArrangedIndividual ;
owl:disjointWith iso-dm:ClassOfCompositeMaterial , iso-dm:ClassOfBiologicalMatter , iso-dm:ClassOfInformationRepresentation , iso-dm:ClassOfInformationPresentation , iso-dm:ClassOfSubAtomicParticle , iso-dm:CrystallineStructure , iso-dm:Phase , iso-dm:ClassOfCompound , iso-dm:ClassOfMolecule , iso-dm:ClassOfParticulateMaterial , iso-dm:ClassOfFunctionalObject .
iso-dm:ClassOfBiologicalMatter
rdf:type owl:Class ;
rdfs:comment "A [class_of_biological_matter] is a [class_of_arranged_individual] whose members are particular types of cell or aggregations of cells."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfArrangedIndividual ;
owl:disjointWith iso-dm:ClassOfInformationRepresentation , iso-dm:ClassOfFunctionalObject , iso-dm:ClassOfSubAtomicParticle , iso-dm:ClassOfInformationPresentation , iso-dm:ClassOfMolecule , iso-dm:ClassOfCompositeMaterial , iso-dm:Phase , iso-dm:ClassOfCompound , iso-dm:CrystallineStructure , iso-dm:ClassOfParticulateMaterial .
iso-dm:ClassOfCauseOfBeginningOfClassOfIndividual
rdf:type owl:Class ;
rdfs:comment "RANGE: CLASS_OF_CAUSER"^^xsd:string , "DOMAIN: CLASS_OF_BEGUN"^^xsd:string , "A [class_of_cause_of_beginning_of_class_of_individual] is a [class_of_relationship] that indicates that a member of a [class_of_activity] causes the beginning of a member of a [class_of_individual]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:ClassOfCauseOfEndingOfClassOfIndividual
rdf:type owl:Class ;
rdfs:comment "RANGE: CLASS_OF_ENDED"^^xsd:string , "DOMAIN: CLASS_OF_CAUSER"^^xsd:string , "A [class_of_cause_of_ending_of_class_of_individual] is a [class_of_relationship] that indicates that a member of the [class_of_activity] causes the ending of a member of the [class_of_individual]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:ClassOfClass
rdf:type owl:Class ;
rdfs:comment "A [class_of_class] is a [class] whose members are instances of [class]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfAbstractObject .
iso-dm:ClassOfClassOfComposition
rdf:type owl:Class ;
rdfs:comment "RANGE: CLASS_OF_CLASS_OF_WHOLE"^^xsd:string , "DOMAIN: CLASS_OF_CLASS_OF_PART"^^xsd:string , "A [class_of_class_of_composition] is a [class_of_class_of_relationship] whose members are instances of [class_of_composition_of_individual]. It indicates that a member of a member of the class_of_class_of_part is a part of a member of an instance of the class_of_class_of_whole."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClassOfRelationship .
iso-dm:ClassOfClassOfDefinition
rdf:type owl:Class ;
rdfs:comment "A [class_of_class_of_definition] is a [class_of_class_of_representation] whose members are members of [class_of_definition]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClassOfRepresentation .
iso-dm:ClassOfClassOfDescription
rdf:type owl:Class ;
rdfs:comment "A [class_of_class_of_description] is a [class_of_class_of_representation] whose members are members of [class_of_description]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClassOfRepresentation .
iso-dm:ClassOfClassOfIdentification
rdf:type owl:Class ;
rdfs:comment "A [class_of_class_of_identification] is a [class_of_class_of_representation] whose members are members of [class_of_identification]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClassOfRepresentation .
iso-dm:ClassOfClassOfIndividual
rdf:type owl:Class ;
rdfs:comment "A [class_of_class_of_individual] is a [class_of_class] whose members are instances of [class_of_individual]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClass ;
owl:disjointWith iso-dm:ClassOfShapeDimension , iso-dm:ClassOfPropertySpace , iso-dm:ClassOfNumber .
iso-dm:ClassOfClassOfInformationRepresentation
rdf:type owl:Class ;
rdfs:comment "A [class_of_class_of_information_representation] is a [class_of_class_of_individual] that classifies information representation classes."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClassOfIndividual ;
owl:disjointWith iso-dm:ShapeDimension , iso-dm:ClassOfStatus , iso-dm:ClassOfProperty .
iso-dm:ClassOfClassOfRelationship
rdf:type owl:Class ;
rdfs:comment "A [class_of_class_of_relationship] is a [class_of_class] whose members are instances of [class_of_relationship]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClass .
iso-dm:ClassOfClassOfRelationshipWithSignature
rdf:type owl:Class ;
rdfs:comment "An [class_of_class_of_relationship_with_signature] is a [class_of_class_of_relationship] and [class_of_relationship_with_signature]. The purpose of [class_of_class_of_relationship_with_signature] is to allow other types of classes of relationship, not explicitly defined as entity data types in this part of ISO 15926, to be defined as reference data."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationshipWithSignature , iso-dm:ClassOfClassOfRelationship .
iso-dm:ClassOfClassOfRepresentation
rdf:type owl:Class ;
rdfs:comment "RANGE: CLASS_OF_REPRESENTED"^^xsd:string , "DOMAIN: CLASS_OF_PATTERN"^^xsd:string , "A [class_of_class_of_representation] is a [class_of_class_of_relationship] whose members are instances of [class_of_representation_of_thing]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClassOfRelationship .
iso-dm:ClassOfClassOfRepresentationTranslation
rdf:type owl:Class ;
rdfs:comment "RANGE: CLASS_OF_SECOND"^^xsd:string , "DOMAIN: CLASS_OF_FIRST"^^xsd:string , "A [class_of_class_of_representation_translation] is a [class_of_class_of_relationship] whose members are members of [class_of_representation_translation]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClassOfRelationship .
iso-dm:ClassOfClassOfResponsibilityForRepresentation
rdf:type owl:Class ;
rdfs:comment "A [class_of_class_of_responsibility_for_representation] is a [class_of_class_of_relationship] whose members are members of [class_of_responsibility_for_representation] linking the controller to a set of representations."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClassOfRelationship .
iso-dm:ClassOfClassOfUsageOfRepresentation
rdf:type owl:Class ;
rdfs:comment "A [class_of_class_of_usage_of_representation] is a [class_of_class_of_relationship] whose members are members of [class_of_usage_of_representation] linking the user to a set of representations."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClassOfRelationship .
iso-dm:ClassOfClassification
rdf:type owl:Class ;
rdfs:comment "RANGE: CLASS_OF_CLASSIFIER"^^xsd:string , "DOMAIN: CLASS_OF_CLASSIFIED"^^xsd:string , "A [class_of_classification] is a [class_of_relationship] whose members are members of [classification]. A [class_of_classification] indicates that a member of the class_of_classified [class] is classified by one or more members of the class_of_classifier [class_of_class]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:ClassOfCompositeMaterial
rdf:type owl:Class ;
rdfs:comment "A [class_of_composite_material] is a [class_of_arranged_individual] whose members have a common arrangement of separable compounds."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfArrangedIndividual ;
owl:disjointWith iso-dm:ClassOfSubAtomicParticle , iso-dm:Phase , iso-dm:ClassOfCompound , iso-dm:CrystallineStructure , iso-dm:ClassOfFunctionalObject , iso-dm:ClassOfParticulateMaterial , iso-dm:ClassOfInformationRepresentation , iso-dm:ClassOfMolecule , iso-dm:ClassOfInformationPresentation .
iso-dm:ClassOfCompositionOfIndividual
rdf:type owl:Class ;
rdfs:comment "RANGE: CLASS_OF_WHOLE"^^xsd:string , "DOMAIN: CLASS_OF_PART"^^xsd:string , "A [class_of_composition_of_individual] is a [class_of_relationship] whose members are members of [composition_of_individual]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:ClassOfCompound
rdf:type owl:Class ;
rdfs:comment "A [class_of_compound] is a [class_of_arranged_individual] whose members consist of arrangements of molecules of the same or different types, bound together by intermolecular forces. This includes both mixtures and alloys."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfArrangedIndividual ;
owl:disjointWith iso-dm:ClassOfInformationRepresentation , iso-dm:ClassOfMolecule , iso-dm:CrystallineStructure , iso-dm:ClassOfInformationPresentation , iso-dm:Phase , iso-dm:ClassOfSubAtomicParticle , iso-dm:ClassOfFunctionalObject , iso-dm:ClassOfParticulateMaterial .
iso-dm:ClassOfConnectionOfIndividual
rdf:type owl:Class ;
rdfs:comment "RANGE: CLASS_OF_SIDE_2"^^xsd:string , "DOMAIN: CLASS_OF_SIDE_1"^^xsd:string , "A [class_of_connection_of_individual] is a [class_of_relationship] whose members are members of [connection_of_individual]. It indicates that a member of the class_of_side_1 [class_of_individual] can be connected to a member of the class_of_side_2 [class_of_individual]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:ClassOfContainmentOfIndividual
rdf:type owl:Class ;
rdfs:comment "A [class_of_containment_of_individual] is a [class_of_relative_location] whose members are instances of [containment_of_individual]. It indicates that a member of the class_of_locator [class_of_individual] can contain a member of the class_of_located [class_of_individual]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelativeLocation .
iso-dm:ClassOfDefinition
rdf:type owl:Class ;
rdfs:comment "RANGE: REPRESENTED"^^xsd:string , "A [class_of_definition] is a [class_of_representation_of_thing] that indicates the pattern is a definition of the represented [class]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRepresentationOfThing .
iso-dm:ClassOfDescription
rdf:type owl:Class ;
rdfs:comment "A [class_of_description] is a [class_of_representation_of_thing] that indicates the pattern is a description of the represented [thing]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRepresentationOfThing .
iso-dm:ClassOfDimensionForShape
rdf:type owl:Class ;
rdfs:comment "RANGE: CLASS_OF_SHAPE"^^xsd:string , "DOMAIN: CLASS_OF_DIMENSION"^^xsd:string , "A [class_of_dimension_for_shape] is a [class_of_class_of_relationship] that indicates that members of the class_of_shape have a dimension that is a member of the class_of_dimension."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClassOfRelationship .
iso-dm:ClassOfDirectConnection
rdf:type owl:Class ;
rdfs:comment "A [class_of_direct_connection] is a [class_of_connection_of_individual] whose members are members of [direct_connection]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfConnectionOfIndividual .
iso-dm:ClassOfEvent
rdf:type owl:Class ;
rdfs:comment "A [class_of_event] is a [class_of_individual] whose members are members of [event]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfIndividual ;
owl:disjointWith iso-dm:Status , iso-dm:Property , iso-dm:IndividualDimension , iso-dm:ClassOfPeriodInTime .
iso-dm:ClassOfExpressInformationRepresentation
rdf:type owl:Class ;
rdfs:comment "A [class_of_EXPRESS_information_representation] is a [class_of_information_representation] that is defined by ISO 10303-11."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfInformationRepresentation ;
owl:disjointWith iso-dm:RepresentationOfGregorianDateAndUtcTime .
iso-dm:ClassOfFeature
rdf:type owl:Class ;
rdfs:comment "A [class_of_feature] is a [class_of_arranged_individual] whose members are contiguous, non-separable parts of some [possible_individual] and have an incompletely defined boundary."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfArrangedIndividual .
iso-dm:ClassOfFeatureWholePart
rdf:type owl:Class ;
rdfs:comment "A [class_of_feature_whole_part] is a [class_of_arrangement_of_individual] whose members are instances of [feature_whole_part]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfArrangementOfIndividual .
iso-dm:ClassOfFunctionalMapping
rdf:type owl:Class ;
rdfs:comment "RANGE: DOMAIN"^^xsd:string , "DOMAIN: CODOMAIN"^^xsd:string , "A [class_of_functional_mapping] is a [class_of_relationship] that is a many to one mapping. A [class_of_functional_mapping] is a function."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:ClassOfFunctionalObject
rdf:type owl:Class ;
rdfs:comment "A [class_of_functional_object] is a [class_of_arranged_individual] that indicates the function or purpose of an object."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfArrangedIndividual ;
owl:disjointWith iso-dm:ClassOfMolecule , iso-dm:CrystallineStructure , iso-dm:ClassOfInformationRepresentation , iso-dm:ClassOfSubAtomicParticle , iso-dm:ClassOfInformationPresentation , iso-dm:Phase , iso-dm:ClassOfParticulateMaterial .
iso-dm:ClassOfIdentification
rdf:type owl:Class ;
rdfs:comment "A [class_of_identification] is a [class_of_representation_of_thing] that indicates that the pattern is used to refer to the represented thing."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRepresentationOfThing .
iso-dm:ClassOfInanimatePhysicalObject
rdf:type owl:Class ;
rdfs:comment "A [class_of_inanimate_physical_object] is a [class_of_arranged_individual] whose members are not living."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfArrangedIndividual ;
owl:disjointWith iso-dm:ClassOfOrganism .
iso-dm:ClassOfIndirectConnection
rdf:type owl:Class ;
rdfs:comment "A [class_of_indirect_connection] is a [class_of_connection_of_individual] whose members are members of [indirect_connection]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfConnectionOfIndividual .
iso-dm:ClassOfIndirectProperty
rdf:type owl:Class ;
rdfs:comment "RANGE: PROPERTY_SPACE"^^xsd:string , "DOMAIN: CLASS_OF_POSSESSOR"^^xsd:string , "A [class_of_indirect_property] is a [class_of_relationship] that indicates that a member of the [class_of_individual] can possess a member of the [class_of_property] as an [indirect_property] of this type."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:ClassOfIndividual
rdf:type owl:Class ;
rdfs:comment "A [class_of_individual] is a [class] whose members are all instances of [possible_individual]."^^xsd:string ;
rdfs:subClassOf iso-dm:Class .
iso-dm:ClassOfIndividualUsedInConnection
rdf:type owl:Class ;
rdfs:comment "A [class_of_individual_used_in_connection] is a [class_of_relationship] whose members are members of [individual_used_in_connection]. It indicates that a member of the [class_of_individual] is used in a [class_of_connection_of_individual]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:ClassOfInformationObject
rdf:type owl:Class ;
rdfs:comment "A [class_of_information_object] is a [class_of_arranged_individual] whose members are members of zero or more [class_of_information_representation] and of zero or more [class_of_information_presentation]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfArrangedIndividual .
iso-dm:ClassOfInformationPresentation
rdf:type owl:Class ;
rdfs:comment "A [class_of_information_presentation] is a [class_of_arranged_individual] that distinguishes styles for presenting information."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfArrangedIndividual ;
owl:disjointWith iso-dm:Phase , iso-dm:CrystallineStructure , iso-dm:ClassOfSubAtomicParticle , iso-dm:ClassOfParticulateMaterial , iso-dm:ClassOfMolecule , iso-dm:ClassOfInformationRepresentation .
iso-dm:ClassOfInformationRepresentation
rdf:type owl:Class ;
rdfs:comment "A [class_of_information_representation] is a [class_of_arranged_individual] that defines a pattern that represents information."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfArrangedIndividual ;
owl:disjointWith iso-dm:Phase , iso-dm:CrystallineStructure , iso-dm:ClassOfSubAtomicParticle , iso-dm:ClassOfParticulateMaterial , iso-dm:ClassOfMolecule .
iso-dm:ClassOfIntendedRoleAndDomain
rdf:type owl:Class ;
rdfs:comment "RANGE: PLAYED"^^xsd:string , "DOMAIN: CLASS_OF_PLAYER"^^xsd:string , "A [class_of_intended_role_and_domain] is a [class_of_relationship] that indicates that a member of the [class_of_individual] is intended to act as a member of the [role_and_domain]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:ClassOfInvolvementByReference
rdf:type owl:Class ;
rdfs:comment "RANGE: CLASS_OF_INVOLVER"^^xsd:string , "DOMAIN: CLASS_OF_INVOLVED"^^xsd:string , "A [class_of_involvement_by_reference] is a [class_of_relationship] whose members are instances of [involvement_by_reference]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:ClassOfIsomorphicFunctionalMapping
rdf:type owl:Class ;
rdfs:comment "A [class_of_isomorphic_functional_mapping] is a [class_of_functional_mapping] that is isomorphic."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfFunctionalMapping .
iso-dm:ClassOfLeftNamespace
rdf:type owl:Class ;
rdfs:comment "A [class_of_left_namespace] is a [class_of_namespace] that indicates that the class_of_part is the left namespace for the members of the class_of_class_of_whole."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfNamespace .
iso-dm:ClassOfLifecycleStage
rdf:type owl:Class ;
rdfs:comment "A [class_of_lifecycle_stage] is a [class_of_relationship] whose members are members of [lifecycle_stage]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:ClassOfMolecule
rdf:type owl:Class ;
rdfs:comment "A [class_of_molecule] is a [class_of_arranged_individual] whose members are molecules."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfArrangedIndividual ;
owl:disjointWith iso-dm:Phase , iso-dm:CrystallineStructure , iso-dm:ClassOfSubAtomicParticle , iso-dm:ClassOfParticulateMaterial .
iso-dm:ClassOfMultidimensionalObject
rdf:type owl:Class ;
rdfs:comment "A [class_of_multidimensional_object] is a [class_of_abstract_object] whose members are instances of [multidimensional_object]. The role played by each position in the classified [multidimensional_object] is specified at the same position in the [roles] attribute. Constant values that apply to any position in [roles] are specified in the same position in the [parameters] attribute. The cardinalities for the roles attribute are specified by the same position in the cardinalities attribute."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfAbstractObject .
iso-dm:ClassOfNamespace
rdf:type owl:Class ;
rdfs:comment "RANGE: CLASS_OF_PART"^^xsd:string , "DOMAIN: CLASS_OF_CLASS_OF_WHOLE"^^xsd:string , "A [class_of_namespace] is a [class_of_class_of_relationship] that indicates that a [class_of_information_representation] is the class_of_part used as a namespace for each member of a [class_of_class_of_information_representation] that is the class_of_class_of_whole."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClassOfRelationship .
iso-dm:ClassOfNumber
rdf:type owl:Class ;
rdfs:comment "A [class_of_number] is a [class_of_class] whose members are members of [arithmetic_number]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClass ;
owl:disjointWith iso-dm:ClassOfShapeDimension , iso-dm:ClassOfPropertySpace .
iso-dm:ClassOfOrganism
rdf:type owl:Class ;
rdfs:comment "A [class_of_organism] is a [class_of_arranged_individual] whose members are living organisms."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfArrangedIndividual .
iso-dm:ClassOfOrganization
rdf:type owl:Class ;
rdfs:comment "A [class_of_organization] is a [class_of_arranged_individual] whose members are instances of [physical_object] that are composed of temporal parts of people and other assets, and are organised with a particular purpose."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfArrangedIndividual .
iso-dm:ClassOfParticipation
rdf:type owl:Class ;
rdfs:comment "RANGE: CLASS_OF_WHOLE"^^xsd:string , "DOMAIN: CLASS_OF_PART"^^xsd:string , "A [class_of_participation] is a [class_of_composition_of_individual] that indicates a member of an instance of [participating_role_and_domain] participates in a member of an instance of [class_of_activity]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfCompositionOfIndividual .
iso-dm:ClassOfParticulateMaterial
rdf:type owl:Class ;
rdfs:comment "A [class_of_particulate_material] is a [class_of_arranged_individual] whose members are arranged amounts of super-molecular sized objects of the same or different types."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfArrangedIndividual ;
owl:disjointWith iso-dm:Phase , iso-dm:CrystallineStructure , iso-dm:ClassOfSubAtomicParticle .
iso-dm:ClassOfPeriodInTime
rdf:type owl:Class ;
rdfs:comment "A [class_of_period_in_time] is a [class_of_individual] whose members are instances of [period_in_time]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfIndividual ;
owl:disjointWith iso-dm:Status , iso-dm:Property , iso-dm:IndividualDimension .
iso-dm:ClassOfPerson
rdf:type owl:Class ;
rdfs:comment "A [class_of_person] is a [class_of_organism] whose members are people."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfOrganism .
iso-dm:ClassOfPointInTime
rdf:type owl:Class ;
rdfs:comment "A [class_of_point_in_time] is a [class_of_event] whose members are members of [point_in_time]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfEvent .
iso-dm:ClassOfPossibleRoleAndDomain
rdf:type owl:Class ;
rdfs:comment "RANGE: PLAYED"^^xsd:string , "DOMAIN: CLASS_OF_PLAYER"^^xsd:string , "A [class_of_possible_role_and_domain] is a [class_of_relationship] that indicates the [role_and_domain] that can be played by a member of the [class_of_individual], in some [activity]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:ClassOfProperty
rdf:type owl:Class ;
rdfs:comment "A [class_of_property] is a [class_of_class_of_individual] whose members are instances of [property]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClassOfIndividual ;
owl:disjointWith iso-dm:ShapeDimension , iso-dm:ClassOfStatus .
iso-dm:ClassOfPropertySpace
rdf:type owl:Class ;
rdfs:comment "A [class_of_property_space] is a [class_of_class] whose members are members of [property_space]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClass ;
owl:disjointWith iso-dm:ClassOfShapeDimension .
iso-dm:ClassOfRecognition
rdf:type owl:Class ;
rdfs:comment "RANGE: CLASS_OF_RECOGNIZING"^^xsd:string , "DOMAIN: CLASS_OF_RECOGNIZED"^^xsd:string , "A [class_of_recognition] is a [class_of_relationship] that indicates that a member of a [class_of_activity] may result in the recognition of a member of a [class]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:ClassOfRelationship
rdf:type owl:Class ;
rdfs:comment "A [class_of_relationship] is a [class_of _abstract_object] whose members are members of [relationship]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfAbstractObject .
iso-dm:ClassOfRelationshipWithRelatedEnd1
rdf:type owl:Class ;
rdfs:comment "DOMAIN: RELATED"^^xsd:string , "A [class_of_relationship_with_related_end_1] is a [class_of_relationship] where a particular [thing] is related in the [class_of_relationship], rather than the members of a [class]. The related [thing] plays the [role_and_domain] indicated by the class_of_end_1 attribute."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:ClassOfRelationshipWithRelatedEnd2
rdf:type owl:Class ;
rdfs:comment "DOMAIN: RELATED"^^xsd:string , "A [class_of_relationship_with_related_end_2] is a [class_of_relationship] where a particular [thing] is related in the [class_of_relationship], rather than the members of a [class]. The related [thing] plays the [role_and_domain] indicated by the class_of_end_2 attribute."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:ClassOfRelationshipWithSignature
rdf:type owl:Class ;
rdfs:comment "RANGE: CLASS_OF_END_2"^^xsd:string , "DOMAIN: CLASS_OF_END_1"^^xsd:string , "A [class_of_relationship_with_signature] is a [class_of_relationship] that may have a [role_and_domain] specified for each end."^^xsd:string ;
rdfs:subClassOf iso-dm:Relationship , iso-dm:ClassOfRelationship .
iso-dm:ClassOfRelativeLocation
rdf:type owl:Class ;
rdfs:comment "RANGE: CLASS_OF_LOCATOR"^^xsd:string , "DOMAIN: CLASS_OF_LOCATED"^^xsd:string , "A [class_of_relative_location] is a [class_of_relationship] whose members are instances of [relative_location]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:ClassOfRepresentationOfThing
rdf:type owl:Class ;
rdfs:comment "RANGE: REPRESENTED"^^xsd:string , "DOMAIN: PATTERN"^^xsd:string , "A [class_of_representation_of_thing] is a [class_of_relationship] that indicates that all members of the pattern [class_of_information_representation] represent the [thing]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:ClassOfRepresentationTranslation
rdf:type owl:Class ;
rdfs:comment "RANGE: CLASS_OF_SECOND"^^xsd:string , "DOMAIN: CLASS_OF_FIRST"^^xsd:string , "A [class_of_representation_translation] is a [class_of_relationship] that indicates the translation of two instances of [class_of_information_representation]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:ClassOfResponsibilityForRepresentation
rdf:type owl:Class ;
rdfs:comment "A [class_of_responsibility_for_representation] is a [class_of_relationship] whose members indicate that a [possible_individual] (usually an organization) deems that members of the pattern can be used as representations of the represented thing."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:ClassOfRightNamespace
rdf:type owl:Class ;
rdfs:comment "A [class_of_right_namespace] is a [class_of_namespace] where the class_of_part is the namespace for the members of the class_of_class_of_whole."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfNamespace .
iso-dm:ClassOfScale
rdf:type owl:Class ;
rdfs:comment "A [class_of_scale] is a [class_of_class_of_relationship] whose members are instances of [scale]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClassOfRelationship .
iso-dm:ClassOfScaleConversion
rdf:type owl:Class ;
rdfs:comment "A [class_of_scale_conversion] is a [class_of_isomorphic_functional_mapping] that defines a conversion between two different scales of units used for the quantification of properties."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfIsomorphicFunctionalMapping .
iso-dm:ClassOfShape
rdf:type owl:Class ;
rdfs:comment "A [class_of_shape] is a [property_space] that has instances of [shape] as its members."^^xsd:string ;
rdfs:subClassOf iso-dm:PropertySpace .
iso-dm:ClassOfShapeDimension
rdf:type owl:Class ;
rdfs:comment "A [class_of_shape_dimension] is a [class_of_class] that is a dimension of a [class_of_shape]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClass .
iso-dm:ClassOfSpecialization
rdf:type owl:Class ;
rdfs:comment "RANGE: CLASS_OF_SUPERCLASS"^^xsd:string , "DOMAIN: CLASS_OF_SUBCLASS"^^xsd:string , "A [class_of_specialization] is a [class_of_relationship] whose members are instances of [specialization]. It indicates that a member of the class_of_subclass is a subclass of a member of the class_of_superclass."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:ClassOfStatus
rdf:type owl:Class ;
rdfs:comment "A [class_of_status] is a [class_of_class_of_individual] whose members are a [status]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClassOfIndividual ;
owl:disjointWith iso-dm:ShapeDimension .
iso-dm:ClassOfSubAtomicParticle
rdf:type owl:Class ;
rdfs:comment "A [class_of_sub_atomic_particle] is a [class_of_arranged_individual] whose members are constituent particles of atoms."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfArrangedIndividual ;
owl:disjointWith iso-dm:Phase , iso-dm:CrystallineStructure .
iso-dm:ClassOfTemporalSequence
rdf:type owl:Class ;
rdfs:comment "RANGE: CLASS_OF_SUCCESSOR"^^xsd:string , "DOMAIN: CLASS_OF_PREDECESSOR"^^xsd:string , "A [class_of_temporal_sequence] is a [class_of_relationship] where the sequence is of a temporal nature."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:ClassOfTemporalWholePart
rdf:type owl:Class ;
rdfs:comment "A [class_of_temporal_whole_part] is a [class_of_composition_of_individual] whose members are members of [temporal_whole_part]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfCompositionOfIndividual .
iso-dm:ClassOfUsageOfRepresentation
rdf:type owl:Class ;
rdfs:comment "A [class_of_usage_of_representation] is a [class_of_relationship] whose members indicate that a [possible_individual] (usually an organization) reads or otherwise uses members of the pattern as a representation of the represented thing."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:Classification
rdf:type owl:Class ;
rdfs:comment "RANGE: CLASSIFIER"^^xsd:string , "DOMAIN: CLASSIFIED"^^xsd:string , "A [classification] is type of [relationship] that indicates that the classified [thing] is a member of the classifier [class]. [classification] is not transitive."^^xsd:string ;
rdfs:subClassOf iso-dm:Relationship .
iso-dm:ComparisonOfProperty
rdf:type owl:Class ;
rdfs:comment "RANGE: LESSER_ELEMENT"^^xsd:string , "DOMAIN: GREATER_ELEMENT"^^xsd:string , "A [comparison_of_property] is a [relationship] that indicates the magnitude of one [property] is greater than that of another."^^xsd:string ;
rdfs:subClassOf iso-dm:Relationship .
iso-dm:CompositionOfIndividual
rdf:type owl:Class ;
rdfs:comment "RANGE: WHOLE"^^xsd:string , "DOMAIN: PART"^^xsd:string , "A [composition_of_individual] is a [relationship] that indicates that the part [possible_individual] is a part of the whole [possible_individual]. A simple composition is indicated, unless a subtype is instantiated too. [composition_of_individual] is transitive."^^xsd:string ;
rdfs:subClassOf iso-dm:Relationship .
iso-dm:ConnectionOfIndividual
rdf:type owl:Class ;
rdfs:comment "RANGE: SIDE_2"^^xsd:string , "DOMAIN: SIDE_1"^^xsd:string , "A [connection_of_individual] is a [relationship] that indicates that matter, energy, or both can be transferred between the members of [possible_individual] that are connected, either directly or indirectly."^^xsd:string ;
rdfs:subClassOf iso-dm:Relationship .
iso-dm:ContainmentOfIndividual
rdf:type owl:Class ;
rdfs:comment "A [containment_of_individual] is a [relative_location] where the located [possible_individual] is contained by the locator [possible_individual] but is not part of it."^^xsd:string ;
rdfs:subClassOf iso-dm:RelativeLocation .
iso-dm:CoordinateSystem
rdf:type owl:Class ;
rdfs:comment "A [coordinate_system] is a [multidimensional_scale] for locating and relating a [possible_individual] in an n-dimensional space in which arbitrary geometric transformations are valid."^^xsd:string ;
rdfs:subClassOf iso-dm:MultidimensionalScale .
iso-dm:CrystallineStructure
rdf:type owl:Class ;
rdfs:comment "A [crystalline_structure] is a [class_of_arranged_individual] that is a form in which many simple elements and their natural compounds regularly aggregate by the operation of natural affinity: it has a definite internal structure, with the external form of a solid enclosed by a number of symmetrically arranged plane faces, and varying in simplicity from the cube to much more complicated geometric bodies."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfArrangedIndividual ;
owl:disjointWith iso-dm:Phase .
iso-dm:Definition
rdf:type owl:Class ;
rdfs:comment "DOMAIN: REPRESENTED"^^xsd:string , "A [definition] is a [representation_of_thing] that indicates that the [class] is defined by the sign [possible_individual]."^^xsd:string ;
rdfs:subClassOf iso-dm:RepresentationOfThing .
iso-dm:Description
rdf:type owl:Class ;
rdfs:comment "A [description] is a [representation_of_thing] that indicates that the [possible_individual] describes the [thing]."^^xsd:string ;
rdfs:subClassOf iso-dm:RepresentationOfThing .
iso-dm:DifferenceOfSetOfClass
rdf:type owl:Class ;
rdfs:comment "RANGE: RESULT"^^xsd:string , "DOMAIN: INPUT"^^xsd:string , "A [difference_of_set_of_class] is a [functional_mapping] that indicates that the membership of the result [class] is the difference between the membership of the union of the classes that are members of the [enumerated_set_of_class] and their intersection."^^xsd:string ;
rdfs:subClassOf iso-dm:FunctionalMapping .
iso-dm:DimensionOfIndividual
rdf:type owl:Class ;
rdfs:comment "RANGE: INDIVIDUAL_DIMENSION"^^xsd:string , "DOMAIN: INDIVIDUAL"^^xsd:string , "A [dimension_of_individual] is a [class_of_relationship] that indicates that each member of the set of lines that are the [individual_dimension] are a dimension of the [possible_individual]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:DimensionOfShape
rdf:type owl:Class ;
rdfs:comment "RANGE: SHAPE"^^xsd:string , "DOMAIN: DIMENSION"^^xsd:string , "A [dimension_of_shape] is a [class_of_class_of_relationship] that indicates that members of the [shape_dimension] are dimensions of the [shape] members."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClassOfRelationship .
iso-dm:DirectConnection
rdf:type owl:Class ;
rdfs:comment "A [direct_connection] is a [connection_of_individual] that indicates that the side_1 and side_2 are directly connected via a common spatial boundary."^^xsd:string ;
rdfs:subClassOf iso-dm:ConnectionOfIndividual .
iso-dm:DocumentDefinition
rdf:type owl:Class ;
rdfs:comment "A [document_definition] is a [class_of_class_of_information_representation] that defines the content and/or structure of documents."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClassOfInformationRepresentation ;
owl:disjointWith iso-dm:RepresentationForm , iso-dm:Language .
iso-dm:Ending
rdf:type owl:Class ;
rdfs:comment "An [ending] is a [temporal_bounding] that marks the end of a [possible_individual]."^^xsd:string ;
rdfs:subClassOf iso-dm:TemporalBounding .
iso-dm:EnumeratedNumberSet
rdf:type owl:Class ;
rdfs:comment "An [enumerated_number_set] is a [class_of_number] and an [enumerated_set_of_class]."^^xsd:string ;
rdfs:subClassOf iso-dm:EnumeratedSetOfClass , iso-dm:ClassOfNumber ;
owl:disjointWith iso-dm:NumberSpace .
iso-dm:EnumeratedPropertySet
rdf:type owl:Class ;
rdfs:comment "An [enumerated_property_set] is a [class_of_property] and an [enumerated_set_of_class] whose members are an enumerated set of properties of the same [single_property_dimension] or [multidimensional_property_space]."^^xsd:string ;
rdfs:subClassOf iso-dm:EnumeratedSetOfClass , iso-dm:ClassOfProperty ;
owl:disjointWith iso-dm:PropertySpace .
iso-dm:EnumeratedSetOfClass
rdf:type owl:Class ;
rdfs:comment "An [enumerated_set_of_class] is a [class_of_class] that is an enumerated set of the instances of [class]. Enumerated means that the full set of members is specified."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClass .
iso-dm:Event
rdf:type owl:Class ;
rdfs:comment "An [event] is a [possible_individual] with zero extent in time at any point in space-time - a four dimensional plane. An [event] may be at one-time only, or may extend in time at different places, or a combination of both. An [event] is the temporal boundary of one or more [possible_individual]s, although there may be no knowledge of these [possible_individual]s."^^xsd:string ;
rdfs:subClassOf iso-dm:PossibleIndividual .
iso-dm:ExpressBinary
rdf:type owl:Class ;
rdfs:comment "An [EXPRESS_binary] is a [class_of_EXPRESS_information_representation] that represents a binary value as defined in ISO 10303-11:1994, 8.1.7."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfExpressInformationRepresentation ;
owl:disjointWith iso-dm:ExpressString , iso-dm:ExpressReal , iso-dm:ExpressLogical , iso-dm:ExpressInteger , iso-dm:ExpressBoolean .
iso-dm:ExpressBoolean
rdf:type owl:Class ;
rdfs:comment "An [EXPRESS_Boolean] is a [class_of_EXPRESS_information_representation] that represents a Boolean value as defined in ISO 10303-11:1994, 8.1.5."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfExpressInformationRepresentation ;
owl:disjointWith iso-dm:ExpressString , iso-dm:ExpressReal , iso-dm:ExpressLogical , iso-dm:ExpressInteger .
iso-dm:ExpressInteger
rdf:type owl:Class ;
rdfs:comment "An [EXPRESS_integer] is a [class_of_EXPRESS_information_representation] that represents an integer number as defined in ISO 10303-11:1994, 8.1.3."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfExpressInformationRepresentation ;
owl:disjointWith iso-dm:ExpressString , iso-dm:ExpressReal , iso-dm:ExpressLogical .
iso-dm:ExpressLogical
rdf:type owl:Class ;
rdfs:comment "An [EXPRESS_logical] is a [class_of_EXPRESS_information_representation] that represents a logical value as defined in ISO 10303-11:1994, 8.1.4."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfExpressInformationRepresentation ;
owl:disjointWith iso-dm:ExpressString , iso-dm:ExpressReal .
iso-dm:ExpressReal
rdf:type owl:Class ;
rdfs:comment "An [EXPRESS_real] is a [class_of_EXPRESS_information_representation] that represents a real number as defined in ISO 10303-11:1994, 8.1.2."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfExpressInformationRepresentation ;
owl:disjointWith iso-dm:ExpressString .
iso-dm:ExpressString
rdf:type owl:Class ;
rdfs:comment "An [EXPRESS_string] is a [class_of_EXPRESS_information_representation] that represents a string as defined in ISO 10303-11:1994, 8.1.6."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfExpressInformationRepresentation .
iso-dm:FeatureWholePart
rdf:type owl:Class ;
rdfs:comment "A [feature_whole_part] is an [arrangement_of_individual] that indicates that the part is a non-separable, contiguous part of the whole."^^xsd:string ;
rdfs:subClassOf iso-dm:ArrangementOfIndividual .
iso-dm:FunctionalMapping
rdf:type owl:Class ;
rdfs:comment "RANGE: RESULT"^^xsd:string , "DOMAIN: INPUT"^^xsd:string , "A [functional_mapping] is a [relationship] that indicates that the input gave the result as determined by the classifying [class_of_functional_mapping]."^^xsd:string ;
rdfs:subClassOf iso-dm:Relationship .
iso-dm:FunctionalPhysicalObject
rdf:type owl:Class ;
rdfs:comment "A [functional_physical_object] is a [physical_object] that has functional, rather than material, continuity as its basis for identity. Adjacent temporal parts of a [functional_physical_object] need not have common matter or energy, provided the matter or energy of each temporal part fulfils the same function."^^xsd:string ;
rdfs:subClassOf iso-dm:PhysicalObject .
iso-dm:Identification
rdf:type owl:Class ;
rdfs:comment "An [identification] is a [representation_of_thing] that indicates that the [possible_individual] is an identifier for the [thing] identified."^^xsd:string ;
rdfs:subClassOf iso-dm:RepresentationOfThing .
iso-dm:IndirectConnection
rdf:type owl:Class ;
rdfs:comment "An [indirect_connection] is a [connection_of_individual] that indicates that side_1 and side_2 are connected via other individuals."^^xsd:string ;
rdfs:subClassOf iso-dm:ConnectionOfIndividual .
iso-dm:IndirectProperty
rdf:type owl:Class ;
rdfs:comment "RANGE: PROPERTY"^^xsd:string , "DOMAIN: POSSESSOR"^^xsd:string , "An [indirect_property] is a [relationship] between a [property] and a [possible_individual]. The nature of the [indirect_property] is defined by its [classification] by a [class_of_indirect_property]. A property is indirect when it does not directly apply to the [possible_individual] it applies to, but is derived from some process."^^xsd:string ;
rdfs:subClassOf iso-dm:Relationship .
iso-dm:IndividualDimension
rdf:type owl:Class ;
rdfs:comment "An [individual_dimension] is a [class_of_individual] whose members characterize a particular [possible_individual]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfIndividual ;
owl:disjointWith iso-dm:Status , iso-dm:Property .
iso-dm:IndividualUsedInConnection
rdf:type owl:Class ;
rdfs:comment "An [individual_used_in_connection] is a [relationship] that indicates that a [possible_individual] is used in a [connection_of_individual]."^^xsd:string ;
rdfs:subClassOf iso-dm:Relationship .
iso-dm:IntegerNumber
rdf:type owl:Class ;
rdfs:comment "An [integer_number] is an [arithmetic_number] that is an integer number."^^xsd:string ;
rdfs:subClassOf iso-dm:ArithmeticNumber ;
owl:disjointWith iso-dm:RealNumber , iso-dm:MultidimensionalNumber .
iso-dm:IntendedRoleAndDomain
rdf:type owl:Class ;
rdfs:comment "RANGE: PLAYER"^^xsd:string , "DOMAIN: PLAYED"^^xsd:string , "An [intended_role_and_domain] is a [relationship] that indicates the [role_and_domain] some temporal part of the [possible_individual] is intended to take with respect to some [activity]."^^xsd:string ;
rdfs:subClassOf iso-dm:Relationship .
iso-dm:IntersectionOfSetOfClass
rdf:type owl:Class ;
rdfs:comment "RANGE: RESULT"^^xsd:string , "DOMAIN: INPUT"^^xsd:string , "An [intersection_of_set_of_class] is a [functional_mapping] that indicates that the result [class] consists of those members of the members of the classes [enumerated_set_of_class] that are common to each class."^^xsd:string ;
rdfs:subClassOf iso-dm:FunctionalMapping .
iso-dm:InvolvementByReference
rdf:type owl:Class ;
rdfs:comment "RANGE: INVOLVER"^^xsd:string , "DOMAIN: INVOLVED"^^xsd:string , "An [involvement_by_reference] is a [relationship] that indicates that a [thing] is referred to in an [activity]."^^xsd:string ;
rdfs:subClassOf iso-dm:Relationship .
iso-dm:Language
rdf:type owl:Class ;
rdfs:comment "A [language] is a [class_of_class_of_information_representation] whose members are all the information representations made in the language."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClassOfInformationRepresentation ;
owl:disjointWith iso-dm:RepresentationForm .
iso-dm:LeftNamespace
rdf:type owl:Class ;
rdfs:comment "A [left_namespace] is a [namespace] where the [class_of_part] is the left part of the [class_of_whole]."^^xsd:string ;
rdfs:subClassOf iso-dm:Namespace .
iso-dm:LifecycleStage
rdf:type owl:Class ;
rdfs:comment "RANGE: INTERESTED"^^xsd:string , "DOMAIN: INTEREST"^^xsd:string , "A [lifecycle_stage] is a [relationship] that indicates the interest that a [possible_individual] has in some [possible_individual]."^^xsd:string ;
rdfs:subClassOf iso-dm:Relationship .
iso-dm:LowerBoundOfNumberRange
rdf:type owl:Class ;
rdfs:comment "RANGE: CLASSIFIER"^^xsd:string , "DOMAIN: CLASSIFIED"^^xsd:string , "A [lower_bound_of_number_range] is a [classification] that indicates an [arithmetic_number] is the lowest value in a [number_range]."^^xsd:string ;
rdfs:subClassOf iso-dm:Classification .
iso-dm:LowerBoundOfPropertyRange
rdf:type owl:Class ;
rdfs:comment "RANGE: CLASSIFIER"^^xsd:string , "DOMAIN: CLASSIFIED"^^xsd:string , "A [lower_bound_of_property_range] is a [classification] that indicates that a [property] is the lower bound of a [property_range]."^^xsd:string ;
rdfs:subClassOf iso-dm:Classification .
iso-dm:MaterializedPhysicalObject
rdf:type owl:Class ;
rdfs:comment "A [materialized_physical_object] is a [physical_object] that has matter and/or energy continuity as its basis for identity. Matter or energy continuity requires some matter or energy to be common to adjacent temporal parts of the [materialized_physical_object]. Replacement of some components from time to time does not create a new identity."^^xsd:string ;
rdfs:subClassOf iso-dm:PhysicalObject .
iso-dm:MultidimensionalNumber
rdf:type owl:Class ;
rdfs:comment "A [multidimensional_number] is an [arithmetic_number] that is also a [multidimensional_object]."^^xsd:string ;
rdfs:subClassOf iso-dm:MultidimensionalObject , iso-dm:ArithmeticNumber ;
owl:disjointWith iso-dm:RealNumber , iso-dm:MultidimensionalPropertySpace , iso-dm:MultidimensionalProperty , iso-dm:MultidimensionalNumberSpace .
iso-dm:MultidimensionalNumberSpace
rdf:type owl:Class ;
rdfs:comment "A [multidimensional_number_space] is a [number_space] and a [multidimensional_object]."^^xsd:string ;
rdfs:subClassOf iso-dm:NumberSpace , iso-dm:MultidimensionalObject ;
owl:disjointWith iso-dm:NumberRange , iso-dm:MultidimensionalPropertySpace , iso-dm:MultidimensionalProperty .
iso-dm:MultidimensionalObject
rdf:type owl:Class ;
rdfs:comment "A [multidimensional_object] is an [abstract_object] that is an ordered list of [thing]. The significance of the [multidimensional_object] is determined by being a member of a [class_of_multidimensional_object] that indicates the role played by each of its elements."^^xsd:string ;
rdfs:subClassOf iso-dm:AbstractObject .
iso-dm:MultidimensionalProperty
rdf:type owl:Class ;
rdfs:comment "A [multidimensional_property] is a [property] that is also a [multidimensional_object]."^^xsd:string ;
rdfs:subClassOf iso-dm:Property , iso-dm:MultidimensionalObject ;
owl:disjointWith iso-dm:MultidimensionalPropertySpace .
iso-dm:MultidimensionalPropertySpace
rdf:type owl:Class ;
rdfs:comment "A [multidimensional_property_space] is a [property_space] and a [multidimensional_object] whose members are properties each of which maps to more than one number. Each property will consist of elements of the same property dimensions."^^xsd:string ;
rdfs:subClassOf iso-dm:PropertySpace , iso-dm:MultidimensionalObject .
iso-dm:MultidimensionalScale
rdf:type owl:Class ;
rdfs:comment "A [multidimensional_scale] is a [scale] that is also a [multidimensional_object]."^^xsd:string ;
rdfs:subClassOf iso-dm:Scale .
iso-dm:Namespace
rdf:type owl:Class ;
rdfs:comment "DOMAIN: CLASS_OF_PART"^^xsd:string , "A [namespace] is a [class_of_arrangement_of_individual] where the class_of_whole and class_of_part are members of [class_of_information_representation] and the part is the most significant part of the whole that is the namespace."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfArrangementOfIndividual .
iso-dm:NumberRange
rdf:type owl:Class ;
rdfs:comment "A [number_range] is a one dimensional [number_space]."^^xsd:string ;
rdfs:subClassOf iso-dm:NumberSpace .
iso-dm:NumberSpace
rdf:type owl:Class ;
rdfs:comment "A [number_space] is a [class_of_number] that is a continuum."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfNumber .
iso-dm:OtherRelationship
rdf:type owl:Class ;
rdfs:comment "RANGE: END_2"^^xsd:string , "DOMAIN: END_1"^^xsd:string , "An [other_relationship] is a [relationship] that is not a member of any of the other explicit subtypes of [relationship]. The meaning of an [other_relationship] is specified by a [classification] by an instance of [class_of_relationship_with_signature]."^^xsd:string ;
rdfs:subClassOf iso-dm:Relationship .
iso-dm:ParticipatingRoleAndDomain
rdf:type owl:Class ;
rdfs:comment "A [participating_role_and_domain] is a [role_and_domain] that is also a [class_of_individual] that indicates a participating role in an [activity]."^^xsd:string ;
rdfs:subClassOf iso-dm:RoleAndDomain , iso-dm:ClassOfIndividual .
iso-dm:Participation
rdf:type owl:Class ;
rdfs:comment "RANGE: WHOLE"^^xsd:string , "A [participation] is a [composition_of_individual] that indicates that a [possible_individual] is a participant in an [activity]."^^xsd:string ;
rdfs:subClassOf iso-dm:CompositionOfIndividual .
iso-dm:PeriodInTime
rdf:type owl:Class ;
rdfs:comment "A [period_in_time] is a [possible_individual] that is all space for part of time - a temporal part of the universe."^^xsd:string ;
rdfs:subClassOf iso-dm:PossibleIndividual .
iso-dm:Phase
rdf:type owl:Class ;
rdfs:comment "A [phase] is a [class_of_arranged_individual] based on the nature of the boundary behaviour of material resulting from its atomic and molecular bonding."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfArrangedIndividual .
iso-dm:PhysicalObject
rdf:type owl:Class ;
rdfs:comment """A [physical_object] is a [possible_individual] that is a distribution of
matter, energy, or both."""^^xsd:string ;
rdfs:subClassOf iso-dm:PossibleIndividual .
iso-dm:PointInTime
rdf:type owl:Class ;
rdfs:comment "An [event] that is the whole space extension with zero extent in time."^^xsd:string ;
rdfs:subClassOf iso-dm:Event .
iso-dm:PossibleIndividual
rdf:type owl:Class ;
rdfs:comment """A [possible_individual] is a [thing] that exists in space and time. This includes:
- things where any of the space time dimensions are vanishingly small,
- those that are either all space for any time, or all time and any space,
- the entirety of all space time
- things that actually exist, or have existed,
- things that are fictional or conjectured and possibly exist in the past, present or future,
- temporal parts (states) of other individuals,
- things that have a specific position, but zero extent in one or more dimensions, such as points, lines, and surfaces. In this context existence is based upon being imaginable within some consistent logic, including actual, hypothetical, planned, expected, or required individuals."""^^xsd:string ;
rdfs:subClassOf iso-dm:Thing .
iso-dm:PossibleRoleAndDomain
rdf:type owl:Class ;
rdfs:comment "RANGE: PLAYER"^^xsd:string , "DOMAIN: PLAYED"^^xsd:string , "A [possible_role_and_domain] is a [relationship] that indicates that a player [possible_individual] can possibly play the played [role_and_domain]."^^xsd:string ;
rdfs:subClassOf iso-dm:Relationship .
iso-dm:Property
rdf:type owl:Class ;
rdfs:comment "A [property] is a [class_of_individual] that is a member of a continuum of a [class_of_property]. The [property] may be quantified by mapping to a number on a scale."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfIndividual ;
owl:disjointWith iso-dm:Status .
iso-dm:PropertyForShapeDimension
rdf:type owl:Class ;
rdfs:comment "RANGE: SHAPE_DIMENSION"^^xsd:string , "DOMAIN: PROPERTY"^^xsd:string , "A [property_for_shape_dimension] is a [class_of_relationship] that indicates that the members of the [shape_dimension] are of the [property]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfRelationship .
iso-dm:PropertyQuantification
rdf:type owl:Class ;
rdfs:comment "RANGE: RESULT"^^xsd:string , "DOMAIN: INPUT"^^xsd:string , "A [property_quantification] is a [functional_mapping] whose members map a [property] to an [arithmetic_number]."^^xsd:string ;
rdfs:subClassOf iso-dm:FunctionalMapping .
iso-dm:PropertyRange
rdf:type owl:Class ;
rdfs:comment "A [property_range] is a [property_space] that is a continuous subset of a [single_property_dimension]."^^xsd:string ;
rdfs:subClassOf iso-dm:PropertySpace .
iso-dm:PropertySpace
rdf:type owl:Class ;
rdfs:comment "A [property_space] is a [class_of_property] whose members are a coherent continuum of [property]."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfProperty .
iso-dm:PropertySpaceForClassOfShapeDimension
rdf:type owl:Class ;
rdfs:comment "RANGE: PROPERTY_SPACE"^^xsd:string , "DOMAIN: CLASS_OF_SHAPE_DIMENSION"^^xsd:string , "A [property_space_for_class_of_shape_dimension] is a [class_of_class_of_relationship] that indicates the [property_space] that a [class_of_shape_dimension] is from."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClassOfRelationship .
iso-dm:RealNumber
rdf:type owl:Class ;
rdfs:comment "A [real_number] is an [arithmetic_number] that is a real number."^^xsd:string ;
rdfs:subClassOf iso-dm:ArithmeticNumber .
iso-dm:Recognition
rdf:type owl:Class ;
rdfs:comment "RANGE: RECOGNIZING"^^xsd:string , "DOMAIN: RECOGNIZED"^^xsd:string , "A [recognition] is a [relationship] that indicates that a [thing] is recognized through an [activity]."^^xsd:string ;
rdfs:subClassOf iso-dm:Relationship .
iso-dm:Relationship
rdf:type owl:Class ;
rdfs:comment "A [relationship] is an [abstract_object] that indicates something that one thing has to do with another."^^xsd:string ;
rdfs:subClassOf iso-dm:AbstractObject .
iso-dm:RelativeLocation
rdf:type owl:Class ;
rdfs:comment "RANGE: LOCATOR"^^xsd:string , "DOMAIN: LOCATED"^^xsd:string , "A [relative_location] is a [relationship] that indicates that the position of one [possible_individual] is relative to another."^^xsd:string ;
rdfs:subClassOf iso-dm:Relationship .
iso-dm:RepresentationForm
rdf:type owl:Class ;
rdfs:comment "A [representation_form] is a [class_of_class_of_information_representation] that distinguishes the form of representation."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClassOfInformationRepresentation .
iso-dm:RepresentationOfGregorianDateAndUtcTime
rdf:type owl:Class ;
rdfs:comment "A [representation_of_Gregorian_date_and_UTC_time] is a [class_of_information_representation] whose members are representations of time using the UTC system of time identification as specified in ISO 8601:2000 together with the Gregorian system for representing dates. All times shall be represented using UTC representation of time. Dates shall follow the Gregorian calendar."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfInformationRepresentation .
iso-dm:RepresentationOfThing
rdf:type owl:Class ;
rdfs:comment "RANGE: SIGN"^^xsd:string , "DOMAIN: REPRESENTED"^^xsd:string , "A [representation_of_thing] is a [relationship] that indicates that a [possible_individual] is a sign for a [thing]."^^xsd:string ;
rdfs:subClassOf iso-dm:Relationship .
iso-dm:ResponsibilityForRepresentation
rdf:type owl:Class ;
rdfs:comment "A [responsibility_for_representation] is a [relationship] that indicates that the controller [possible_individual] administers the controlled [representation_of_thing]."^^xsd:string ;
rdfs:subClassOf iso-dm:Relationship .
iso-dm:RightNamespace
rdf:type owl:Class ;
rdfs:comment "A [right_namespace] is a [namespace] that indicates that the [class_of_part] is the right most part of the [class_of_whole]."^^xsd:string ;
rdfs:subClassOf iso-dm:Namespace .
iso-dm:Role
rdf:type owl:Class ;
rdfs:comment "A [role] is a [role_and_domain] that indicates what some thing has to do with an [activity], [relationship], or [multidimensional_object]."^^xsd:string ;
rdfs:subClassOf iso-dm:RoleAndDomain .
iso-dm:RoleAndDomain
rdf:type owl:Class ;
rdfs:comment "A [role_and_domain] is a [class] that specifies the domain and role for an end of a [class_of_relationship] or [class_of_multidimensional_object]."^^xsd:string ;
rdfs:subClassOf iso-dm:Class .
iso-dm:Scale
rdf:type owl:Class ;
rdfs:comment "RANGE: DOMAIN"^^xsd:string , "DOMAIN: CODOMAIN"^^xsd:string , "A [scale] is a [class_of_isomorphic_functional_mapping] whose members are members of [property_quantification]. It indicates the [number_space] a [property_space] maps to for the [scale] in question."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfIsomorphicFunctionalMapping .
iso-dm:Shape
rdf:type owl:Class ;
rdfs:comment "A [shape] is a [property] that depends on constant relations of position and proportionate distance among all the points composing its outline or its external surface."^^xsd:string ;
rdfs:subClassOf iso-dm:Property .
iso-dm:ShapeDimension
rdf:type owl:Class ;
rdfs:comment "A [shape_dimension] is a [class_of_class_of_individual] that is a set of [individual_dimension] that define an aspect of a shape."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfClassOfIndividual .
iso-dm:SinglePropertyDimension
rdf:type owl:Class ;
rdfs:comment "A [single_property_dimension] is a [property_space] that is a single and complete continuum of properties each of which maps to a single number."^^xsd:string ;
rdfs:subClassOf iso-dm:PropertySpace .
iso-dm:SpatialLocation
rdf:type owl:Class ;
rdfs:comment "A [spatial_location] is a [physical_object] that has continuity of relative position."^^xsd:string ;
rdfs:subClassOf iso-dm:PhysicalObject .
iso-dm:Specialization
rdf:type owl:Class ;
rdfs:comment "RANGE: SUPERCLASS"^^xsd:string , "DOMAIN: SUBCLASS"^^xsd:string , "A [specialization] is a [relationship] that indicates that all members of the subclass are members of the superclass. [specialization] is transitive."^^xsd:string ;
rdfs:subClassOf iso-dm:Relationship .
iso-dm:SpecializationByDomain
rdf:type owl:Class ;
rdfs:comment "DOMAIN: SUBCLASS"^^xsd:string , "A [specialization_by_domain] is a [specialization] that indicates that the member of the [role_and_domain] is a [specialization] of the domain [class]."^^xsd:string ;
rdfs:subClassOf iso-dm:Specialization .
iso-dm:SpecializationByRole
rdf:type owl:Class ;
rdfs:comment "RANGE: SUPERCLASS"^^xsd:string , "DOMAIN: SUBCLASS"^^xsd:string , "A [specialization_by_role] is a [specialization] that indicates that the [role_and_domain] is of the [role] indicated by the superclass."^^xsd:string ;
rdfs:subClassOf iso-dm:Specialization .
iso-dm:SpecializationOfIndividualDimensionFromProperty
rdf:type owl:Class ;
rdfs:comment "RANGE: SUPERCLASS"^^xsd:string , "DOMAIN: SUBCLASS"^^xsd:string , "A [specialization_of_individual_dimension_from_property] is a [specialization] that indicates the members of the dimension are members of the property."^^xsd:string ;
rdfs:subClassOf iso-dm:Specialization .
iso-dm:Status
rdf:type owl:Class ;
rdfs:comment "A [status] is a [class_of_individual] that is a characteristic or quality that is described by discrete, unordered values."^^xsd:string ;
rdfs:subClassOf iso-dm:ClassOfIndividual .
iso-dm:Stream
rdf:type owl:Class ;
rdfs:comment "A [stream] is a [physical_object] that is material or energy moving along a path, where the path is the basis of identity and may be constrained. The stream consists of the temporal parts of those things that are in the stream whilst they are in it."^^xsd:string ;
rdfs:subClassOf iso-dm:PhysicalObject .
iso-dm:TemporalBounding
rdf:type owl:Class ;
rdfs:comment "DOMAIN: PART"^^xsd:string , "A [temporal_bounding] is a [composition_of_individual] that indicates that the part [event] is a temporal boundary of the whole [possible_individual]."^^xsd:string ;
rdfs:subClassOf iso-dm:CompositionOfIndividual .
iso-dm:TemporalSequence
rdf:type owl:Class ;
rdfs:comment "RANGE: SUCCESSOR"^^xsd:string , "DOMAIN: PREDECESSOR"^^xsd:string , "A [temporal_sequence] is a [relationship] that indicates that one [possible_individual] precedes another in a temporal sense."^^xsd:string ;
rdfs:subClassOf iso-dm:Relationship .
iso-dm:TemporalWholePart
rdf:type owl:Class ;
rdfs:comment "A [temporal_whole_part] is a [composition_of_individual] that indicates that one [possible_individual] is a temporal part of another [possible_individual]. The spatial extent of the temporal part is that of the temporal whole for the period of the existence of the temporal part. Relationships that apply to the whole [possible_individual] also apply to the temporal parts of the [possible_individual], except when the relationships relate to the temporal nature of the whole. So if a [possible_individual] is connected so are all its temporal parts, but being a [whole_life_individual] is not inherited by its temporal parts."^^xsd:string ;
rdfs:subClassOf iso-dm:CompositionOfIndividual .
iso-dm:Thing
rdf:type owl:Class ;
rdfs:comment "A [thing] is anything that is or may be thought about or perceived, including material and non-material objects, ideas, and actions. Every [thing] is either a [possible_individual], or an [abstract_object]."^^xsd:string .
iso-dm:UnionOfSetOfClass
rdf:type owl:Class ;
rdfs:comment "RANGE: RESULT"^^xsd:string , "DOMAIN: INPUT"^^xsd:string , "A [union_of_set_of_class] is a [functional_mapping] that indicates that the membership of the result [class] is the union of the members of the [enumerated_set_of_class] classes."^^xsd:string ;
rdfs:subClassOf iso-dm:FunctionalMapping .
iso-dm:UpperBoundOfNumberRange
rdf:type owl:Class ;
rdfs:comment "RANGE: CLASSIFIER"^^xsd:string , "DOMAIN: CLASSIFIED"^^xsd:string , "An [upper_bound_of_number_range] is a [relationship] that indicates an [arithmetic_number] is the largest value in a [number_range]."^^xsd:string ;
rdfs:subClassOf iso-dm:Classification .
iso-dm:UpperBoundOfPropertyRange
rdf:type owl:Class ;
rdfs:comment "RANGE: CLASSIFIER"^^xsd:string , "DOMAIN: CLASSIFIED"^^xsd:string , "An [upper_bound_of_property_range] is a [classification] that indicates that the [property] is the upper bound of the [property_range]."^^xsd:string ;
rdfs:subClassOf iso-dm:Classification .
iso-dm:UsageOfRepresentation
rdf:type owl:Class ;
rdfs:comment "A [usage_of_representation] is a [relationship] that indicates that the [representation_of_thing] is used by the [possible_individual]. Usage does not imply responsibility."^^xsd:string ;
rdfs:subClassOf iso-dm:Relationship .
iso-dm:WholeLifeIndividual
rdf:type owl:Class ;
rdfs:comment "A [whole_life_individual] is a [possible_individual] that is a member of a [class_of_individual], and is not a temporal part of any other [possible_individual] that is also a member of the same [class_of_individual]. A [whole_life_individual] includes its past and future."^^xsd:string ;
rdfs:subClassOf iso-dm:PossibleIndividual .
# Saved by TopBraid on Wed Aug 17 18:10:51 BST 2011
# baseURI: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/metadata
@prefix iso-meta: <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/metadata#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/metadata>
rdf:type owl:Ontology ;
rdfs:comment "This ontology provides metadata properties for classes, templates and individuals." ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
iso-meta:annAccessCode
rdf:type owl:AnnotationProperty ;
rdfs:comment "A security code (resource group) of the information represented by a template instance. It is used as a parameter in an ACL (Access Control List)." ;
rdfs:label "Access Code" .
iso-meta:annAdministrativeNote
rdf:type owl:AnnotationProperty ;
rdfs:comment "An administrative note about a reference data item" ;
rdfs:label "administrative note" ;
rdfs:subPropertyOf rdfs:comment .
iso-meta:annChangeDescription
rdf:type owl:AnnotationProperty ;
rdfs:comment "A description of the most recent change." ;
rdfs:label "change description" ;
rdfs:subPropertyOf rdfs:comment .
iso-meta:annCreationDate
rdf:type owl:AnnotationProperty ;
rdfs:comment "The date of creation of a reference data item within the reference data library." ;
rdfs:label "creation date" .
iso-meta:annEffectiveDate
rdf:type owl:AnnotationProperty ;
rdfs:comment "The date of the status of the release of the reference data item (if released)." ;
rdfs:label "effective date" .
iso-meta:annExplanatoryComment
rdf:type owl:AnnotationProperty ;
rdfs:comment "A description of the reason for the creation of the refer-ence data item ." ;
rdfs:label "explanatory comment" ;
rdfs:subPropertyOf rdfs:comment .
iso-meta:annExponent
rdf:type owl:AnnotationProperty ;
rdfs:comment "The integer number which is used to derive one unit of measure from another in an 'exponentiate' operation." ;
rdfs:label "exponent" .
iso-meta:annFactor_Prefix
rdf:type owl:AnnotationProperty ;
rdfs:comment "The real number which is used to derive one unit of measure from another in a 'factor' operation. Either a number or an ISO prefix, such as 'milli' or 'kilo' can be specified." ;
rdfs:label "factor/prefix" .
iso-meta:annFirstOperand
rdf:type owl:AnnotationProperty ;
rdfs:comment "The name identifier of the first unit of measure in a 'multiply', 'divide', 'factor' or 'exponentiate' operation." ;
rdfs:label "first operand" .
iso-meta:annLastChangeDate
rdf:type owl:AnnotationProperty ;
rdfs:comment "The data of the last change to the reference data item." ;
rdfs:label "last change date" .
iso-meta:annNotes
rdf:type owl:AnnotationProperty ;
rdfs:comment "Notes and other informative text about the reference data item." ;
rdfs:label "notes" ;
rdfs:subPropertyOf rdfs:comment .
iso-meta:annOperator
rdf:type owl:AnnotationProperty ;
rdfs:comment "The operator which defined a unit of measure by an expression. The allowed values are 'multiply', 'divide', 'factor', and 'exponentiate'." ;
rdfs:label "operator" .
iso-meta:annRegistrationStatus
rdf:type owl:AnnotationProperty ;
rdfs:comment "The status of the reference data item." ;
rdfs:label "registration status" .
iso-meta:annRule
rdf:type owl:AnnotationProperty ;
rdfs:comment "A rule, method, or script applicable in application software." ;
rdfs:label "Rule" .
iso-meta:annSecondOperand
rdf:type owl:AnnotationProperty ;
rdfs:comment "The name identifier of the second unit of measure in a 'multiply' or 'divide' operation." ;
rdfs:label "second operand" .
iso-meta:annSource
rdf:type owl:AnnotationProperty ;
rdfs:comment "The source of the text definition for the reference data item." ;
rdfs:label "source" ;
rdfs:subPropertyOf rdfs:seeAlso .
iso-meta:annStewardshipContact
rdf:type owl:AnnotationProperty ;
rdfs:comment "The name of the person who is the contact for the stewardship of a reference data item." ;
rdfs:label "stewardship contact" .
iso-meta:annStewardshipOrganization
rdf:type owl:AnnotationProperty ;
rdfs:comment "The name of the organization that performs the steward-ship of a reference data item." ;
rdfs:label "stewardship organization" .
iso-meta:annSubmissionContact
rdf:type owl:AnnotationProperty ;
rdfs:comment "The name of the person who is the contact for the submission of a reference data item." ;
rdfs:label "submission contact" .
iso-meta:annSubmittingOrganization
rdf:type owl:AnnotationProperty ;
rdfs:comment "The name of the organization that performs the \"submission of a reference data item." ;
rdfs:label "submitting organization" .
iso-meta:annSymbol
rdf:type owl:AnnotationProperty ;
rdfs:comment "The symbol used to represent a unit of measure." ;
rdfs:label "symbol" .
iso-meta:annSynonym
rdf:type owl:AnnotationProperty ;
rdfs:comment "A synonym for the unique name of the reference data item" ;
rdfs:label "synonym" .
iso-meta:annTextDefinition
rdf:type owl:AnnotationProperty ;
rdfs:comment "The text definition for the reference data item." ;
rdfs:label "text definition" ;
rdfs:subPropertyOf rdfs:comment .
iso-meta:annURI
rdf:type owl:AnnotationProperty ;
rdfs:comment "A URI of the reference data item" ;
rdfs:label "URI" .
iso-meta:annUniqueName
rdf:type owl:AnnotationProperty ;
rdfs:comment "The name identifier of the reference data item" ;
rdfs:label "unique name" ;
rdfs:subPropertyOf rdfs:label .
iso-meta:annUnresolvedIssues
rdf:type owl:AnnotationProperty ;
rdfs:comment "A description of any unresolved issues for a reference data item." ;
rdfs:label "unresolved issues" .
# Saved by TopBraid on Wed Aug 17 18:11:08 BST 2011
# baseURI: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm
# imports: http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model
@prefix : <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm#> .
@prefix iso-tm: <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm#> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#Class>
rdf:type owl:Class .
<http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#Thing>
rdf:type owl:Class ;
owl:disjointWith iso-tm:TemplateStatement , iso-tm:TemplateRole , iso-tm:Template .
<http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/p7tm>
rdf:type owl:Ontology ;
rdfs:comment "This ontology provides basic classes for representing ISO 15926-8 template signatures. It depends on an OWL taxonomy representation of ISO 15926-2 entity types." ;
owl:imports <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model> ;
owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
iso-tm:BaseTemplate
rdf:type owl:Class ;
rdfs:comment "A base template makes no reference to entities beyond the generic types defined in ISO 15926-2." ;
rdfs:label "BaseTemplate" ;
rdfs:subClassOf iso-tm:Template ;
owl:disjointWith iso-tm:RDLTemplate .
iso-tm:BaseTemplateStatement
rdf:type owl:Class ;
rdfs:comment "The class of \"base\" template statements covers all the typical cases of statements used to carry data. It is distinguished from template meta-statements, which are used to characterize templates themselves." ;
rdfs:label "BaseTemplateStatement" ;
rdfs:subClassOf iso-tm:TemplateStatement ;
owl:disjointWith iso-tm:MetaTemplateStatement .
iso-tm:MetaTemplateStatement
rdf:type owl:Class ;
rdfs:comment """A template statement (template instance) that characterizes a template. For templates themselves, we record the number of roles. For roles, we record for each template their type constraints and positions.
Various provenance information about templates would also belong here.""" ;
rdfs:label "MetaTemplateStatement" ;
rdfs:subClassOf iso-tm:TemplateStatement .
iso-tm:RDLTemplate
rdf:type owl:Class ;
rdfs:comment """An RDL template makes reference to entities defined in at least one Reference Data Library.
Note. This does not in itself mean that the template has roles constrained to RDL classes. The reference to RDL content may be embedded in the intended use of the template; or in the expansion rule of the template, as given according to ISO 15926-7.
Note. Any RDL template should be defined as a template specialization of a base template.""" ;
rdfs:label "CoreTemplate" ;
rdfs:subClassOf iso-tm:Template .
iso-tm:RDLTemplateStatement
rdf:type owl:Class ;
rdfs:comment "An RDLtemplateStatement is an instance of an RDL template. See the definition of RDLTemplate." ;
rdfs:label "RDLTemplateStatement" ;
rdfs:subClassOf iso-tm:BaseTemplateStatement .
iso-tm:RDLcoreTemplate
rdf:type owl:Class ;
rdfs:comment "An RDLcoreTemplate is an RDL template for references to RDL content are restricted to core (highly generic, not industry specific) RDL entities." ;
rdfs:label "RDLcoreTemplate" ;
rdfs:subClassOf iso-tm:RDLTemplate ;
owl:disjointWith iso-tm:RDLindustryTemplate .
iso-tm:RDLcoreTemplateStatement
rdf:type owl:Class ;
rdfs:label "RDLcoreTemplateStatement" ;
rdfs:subClassOf iso-tm:RDLTemplateStatement .
iso-tm:RDLindustryTemplate
rdf:type owl:Class ;
rdfs:comment "An RDL industry template is an RDL template which makes some reference to industry-specific RDL entities." ;
rdfs:label "RDLindustryTemplate" ;
rdfs:subClassOf iso-tm:RDLTemplate .
iso-tm:RDLindustryTemplateStatement
rdf:type owl:Class ;
rdfs:label "RDLindustryTemplateStatement" ;
rdfs:subClassOf iso-tm:RDLTemplateStatement .
iso-tm:Template
rdf:type owl:Class ;
rdfs:comment "A Template is a predicate defined according to ISO 15926-7 template signature specification requirements. For this OWL representation, the transparent OWL 2 punning mechanism is relied upon for treating templates, which are really classes, as individuals. The individuals in this class are punned templates." ;
rdfs:label "Template" .
iso-tm:TemplateDescription
rdf:type owl:Class ;
rdfs:label "TemplateDescription" ;
rdfs:subClassOf iso-tm:MetaTemplateStatement ;
rdfs:subClassOf
[ rdf:type owl:Class ;
owl:intersectionOf ([ rdf:type owl:Restriction ;
owl:allValuesFrom iso-tm:Template ;
owl:onProperty iso-tm:hasTemplate
] [ rdf:type owl:Restriction ;
owl:onClass iso-tm:Template ;
owl:onProperty iso-tm:hasTemplate ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
])
] ;
rdfs:subClassOf
[ rdf:type owl:Class ;
owl:intersectionOf ([ rdf:type owl:Restriction ;
owl:allValuesFrom xsd:positiveInteger ;
owl:onProperty iso-tm:valNumberOfRoles
] [ rdf:type owl:Restriction ;
owl:onDataRange xsd:positiveInteger ;
owl:onProperty iso-tm:valNumberOfRoles ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
])
] .
iso-tm:TemplateRole
rdf:type owl:Class ;
rdfs:comment "A TemplateRole is a role defined according to ISO 15926-7 template signature specification requirements. For this OWL representation, the transparent OWL 2 punning mechanism is relied upon for treating template roles, which are really relations, as individuals. The individuals in this class are punned template roles." ;
rdfs:label "TemplateRole" .
iso-tm:TemplateRoleDescription
rdf:type owl:Class ;
rdfs:label "TemplateRoleDescription" ;
rdfs:subClassOf iso-tm:MetaTemplateStatement ;
rdfs:subClassOf
[ rdf:type owl:Class ;
owl:intersectionOf ([ rdf:type owl:Restriction ;
owl:allValuesFrom iso-tm:TemplateRole ;
owl:onProperty iso-tm:hasRole
] [ rdf:type owl:Restriction ;
owl:onClass iso-tm:TemplateRole ;
owl:onProperty iso-tm:hasRole ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
])
] ;
rdfs:subClassOf
[ rdf:type owl:Class ;
owl:intersectionOf ([ rdf:type owl:Restriction ;
owl:allValuesFrom <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#Class> ;
owl:onProperty iso-tm:hasRoleFillerType
] [ rdf:type owl:Restriction ;
owl:onClass <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#Class> ;
owl:onProperty iso-tm:hasRoleFillerType ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
])
] ;
rdfs:subClassOf
[ rdf:type owl:Class ;
owl:intersectionOf ([ rdf:type owl:Restriction ;
owl:allValuesFrom xsd:integer ;
owl:onProperty iso-tm:valRoleIndex
] [ rdf:type owl:Restriction ;
owl:onDataRange xsd:integer ;
owl:onProperty iso-tm:valRoleIndex ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
])
] ;
rdfs:subClassOf
[ rdf:type owl:Class ;
owl:intersectionOf ([ rdf:type owl:Restriction ;
owl:allValuesFrom iso-tm:Template ;
owl:onProperty iso-tm:hasTemplate
] [ rdf:type owl:Restriction ;
owl:onClass iso-tm:Template ;
owl:onProperty iso-tm:hasTemplate ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
])
] .
iso-tm:TemplateSpecialization
rdf:type owl:Class ;
rdfs:label "TemplateSpecialization" ;
rdfs:subClassOf iso-tm:MetaTemplateStatement ;
rdfs:subClassOf
[ rdf:type owl:Class ;
owl:intersectionOf ([ rdf:type owl:Restriction ;
owl:allValuesFrom iso-tm:Template ;
owl:onProperty iso-tm:hasSubTemplate
] [ rdf:type owl:Restriction ;
owl:onClass iso-tm:Template ;
owl:onProperty iso-tm:hasSubTemplate ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
])
] ;
rdfs:subClassOf
[ rdf:type owl:Class ;
owl:intersectionOf ([ rdf:type owl:Restriction ;
owl:allValuesFrom iso-tm:Template ;
owl:onProperty iso-tm:hasSuperTemplate
] [ rdf:type owl:Restriction ;
owl:onClass iso-tm:Template ;
owl:onProperty iso-tm:hasSuperTemplate ;
owl:qualifiedCardinality
"1"^^xsd:nonNegativeInteger
])
] .
iso-tm:TemplateStatement
rdf:type owl:Class ;
rdfs:comment "A template statement is an instance of a template. Example: Given a template F with signature specifying the roles R1, R2 of types, resp., T1, T2. If a and b are individuals, then F(a,b) is a template statement." ;
rdfs:label "TemplateStatement" ;
owl:equivalentClass
[ rdf:type owl:Class ;
owl:unionOf (iso-tm:BaseTemplateStatement iso-tm:MetaTemplateStatement)
] .
iso-tm:hasBaseTemplateObjectRoleFiller
rdf:type owl:ObjectProperty ;
rdfs:comment "This is a super-property for properties used in ordinary template statements, used to carry data (and not for characterizing templates themselves). A \"content\" template may not refer to templates or template roles themselves: Therefore the range of this property is dm:Thing." ;
rdfs:domain iso-tm:BaseTemplateStatement ;
rdfs:label "hasBaseTemplateObjectRoleFiller" ;
rdfs:range <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#Thing> ;
rdfs:subPropertyOf iso-tm:hasObjectRoleFiller .
iso-tm:hasMetaTemplateObjectRoleFiller
rdf:type owl:ObjectProperty ;
rdfs:comment "This property is a super-property for properties used in meta-template statements, i.e., properties used to characterize templates." ;
rdfs:domain iso-tm:MetaTemplateStatement ;
rdfs:label "hasMetaTemplateObjectRoleFiller" ;
rdfs:subPropertyOf iso-tm:hasObjectRoleFiller .
iso-tm:hasObjectRoleFiller
rdf:type owl:ObjectProperty ;
rdfs:label "hasObjectRoleFiller" .
iso-tm:hasRole
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "Used in meta-template TemplateRoleDescription to indicate which role is being described." ;
rdfs:domain iso-tm:TemplateRoleDescription ;
rdfs:label "role" ;
rdfs:range iso-tm:TemplateRole ;
rdfs:subPropertyOf iso-tm:hasMetaTemplateObjectRoleFiller .
iso-tm:hasRoleFillerType
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "Used in meta-template TemplateRoleDescription to indicate which class any role-filler needs to belong to. That is, this property records the type constraint on individuals filling this role." ;
rdfs:domain iso-tm:TemplateRoleDescription ;
rdfs:label "type" ;
rdfs:range <http://standards.iso.org/iso/ts/15926/-8/ed-1/tech/reference-data/data-model#Class> ;
rdfs:subPropertyOf iso-tm:hasMetaTemplateObjectRoleFiller .
iso-tm:hasSubTemplate
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "Used in meta-template TemplateSpecialization to indicate which template is the sub-template in a specialization relationship. Use this property to indicate the template which is more constrained than its supertemplate." ;
rdfs:domain iso-tm:TemplateSpecialization ;
rdfs:label "hasSubTemplate" ;
rdfs:range iso-tm:Template ;
rdfs:subPropertyOf iso-tm:hasMetaTemplateObjectRoleFiller .
iso-tm:hasSuperTemplate
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "Used in meta-template TemplateSpecialization to indicate which template is the super-template in a specialization relationship. Use this property to indicate the template which is less constrained than its subtemplate." ;
rdfs:domain iso-tm:TemplateSpecialization ;
rdfs:label "hasSuperTemplate" ;
rdfs:range iso-tm:Template ;
rdfs:subPropertyOf iso-tm:hasMetaTemplateObjectRoleFiller .
iso-tm:hasTemplate
rdf:type owl:FunctionalProperty , owl:ObjectProperty ;
rdfs:comment "Used in meta-templates TemplateDescription and TemplateRoleDescription to record which template a statement applies to: which template is being described." ;
rdfs:domain
[ rdf:type owl:Class ;
owl:unionOf (iso-tm:TemplateDescription iso-tm:TemplateRoleDescription)
] ;
rdfs:label "isAboutTemplate" ;
rdfs:range iso-tm:Template ;
rdfs:subPropertyOf iso-tm:hasMetaTemplateObjectRoleFiller .
iso-tm:valBaseTemplateDataRoleFiller
rdf:type owl:DatatypeProperty ;
rdfs:label "valBaseTemplateDataRoleFiller" ;
rdfs:subPropertyOf iso-tm:valDataRoleFiller .
iso-tm:valDataRoleFiller
rdf:type owl:DatatypeProperty ;
rdfs:label "valDataRoleFiller" .
iso-tm:valMetaTemplateDataRoleFiller
rdf:type owl:DatatypeProperty ;
rdfs:label "valMetaTemplateDataRoleFiller" ;
rdfs:subPropertyOf iso-tm:valDataRoleFiller .
iso-tm:valNumberOfRoles
rdf:type owl:DatatypeProperty ;
rdfs:comment "Used in meta-template TemplateDescription to say how many roles a template is defined to have." ;
rdfs:label "numberOfRoles" ;
rdfs:range xsd:int ;
rdfs:subPropertyOf iso-tm:valMetaTemplateDataRoleFiller .
iso-tm:valRoleIndex
rdf:type owl:DatatypeProperty ;
rdfs:comment "Used in meta-template TemplateRoleDescription to record the position of a role in a template." ;
rdfs:label "positionInTemplate" ;
rdfs:range xsd:int ;
rdfs:subPropertyOf iso-tm:valMetaTemplateDataRoleFiller .
[] rdf:type owl:AllDisjointClasses ;
owl:members (iso-tm:Template iso-tm:TemplateRole iso-tm:TemplateStatement) .
[] rdf:type owl:AllDisjointClasses ;
owl:members (iso-tm:TemplateDescription iso-tm:TemplateRoleDescription iso-tm:TemplateSpecialization) .
This diff could not be displayed because it is too large.
......@@ -700,6 +700,40 @@ rhspin:npdName
] ;
spin:returnType xsd:string .
rhspin:npdTripleExists
rdf:type spin:Function ;
rdfs:comment "Checks whether the NPD graph contains a given triple (?arg1, ?arg2, ?arg3)."^^xsd:string ;
rdfs:label "NPD triple exists"^^xsd:string ;
rdfs:subClassOf spin:Functions ;
spin:body
[ rdf:type sp:Ask ;
sp:where ([ rdf:type sp:NamedGraph ;
sp:elements ([ sp:object spin:_arg3 ;
sp:predicate spin:_arg2 ;
sp:subject spin:_arg1
]) ;
sp:graphNameNode npdata:npd
])
] ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "The object to match."^^xsd:string ;
spl:predicate sp:arg3
] ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "The predicate to match."^^xsd:string ;
spl:predicate sp:arg2 ;
spl:valueType rdf:Property
] ;
spin:constraint
[ rdf:type spl:Argument ;
rdfs:comment "The subject to find"^^xsd:string ;
spl:predicate sp:arg1 ;
spl:valueType rdfs:Resource
] ;
spin:returnType xsd:boolean .
rhspin:parentCompanyByName
rdf:type spin:Function ;
rdfs:comment "Gets the URI resource of a parent company based on its NPD name."^^xsd:string ;
......@@ -797,22 +831,11 @@ rhspin:wellBoreByName
[ rdf:type sp:Select ;
sp:resultVariables (_:b32) ;
sp:where ([ rdf:type sp:NamedGraph ;
sp:elements ([ rdf:type sp:Union ;
sp:elements (([ sp:object _:b33 ;
sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ;
sp:subject _:b32
]) ([ rdf:type sp:Bind ;
sp:expression
[ rdf:type spif:replaceAll ;
sp:arg1 _:b33 ;
sp:arg2 "/0" ;
sp:arg3 "/"
] ;
sp:variable _:b34
] [ sp:object _:b34 ;
sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ;
sp:subject _:b32
]))
sp:elements ([ sp:object
[ sp:varName "wellBoreName"^^xsd:string
] ;
sp:predicate <http://www.reportinghub.no/np/schema/npd#name> ;
sp:subject _:b32
] [ sp:object <http://www.reportinghub.no/ep/schema/well#WellBore> ;
sp:predicate rdf:type ;
sp:subject _:b32
......@@ -854,21 +877,6 @@ rhspin:wellByName
] ;
spin:returnType <http://www.reportinghub.no/ep/schema/well#Well> .
_:b16
sp:varName "id"^^xsd:string .
_:b17
sp:varName "wellBore"^^xsd:string .
_:b15
sp:varName "startedAt"^^xsd:string .
_:b34
sp:varName "str"^^xsd:string .
_:b33
sp:varName "wellBoreName"^^xsd:string .
_:b32
sp:varName "wellBore"^^xsd:string .
......@@ -914,6 +922,15 @@ _:b19
_:b18
sp:varName "value"^^xsd:string .
_:b17
sp:varName "wellBore"^^xsd:string .
_:b16
sp:varName "id"^^xsd:string .
_:b15
sp:varName "startedAt"^^xsd:string .
_:b14
sp:varName "company"^^xsd:string .
......
<ui:group>
<div>&nbsp;</div>
<div class="logoContainer"><a href="http://www.epim.no" target="_new"><img src="lib/rh/images/logoEpim.gif" width="201" height="106" align="right" title="EPIM" /></a>
<div style="padding: 10px">
<h1>ReportingHub</h1>
<div>You are logged in as: <b>{= rhspin:userName() }</b></div>
</div>
</div>
</ui:group>
\ No newline at end of file