Skip to content

Commit

Permalink
Merge pull request #11 from hsu-aut/isa88
Browse files Browse the repository at this point in the history
New version of ISA 88, added super property of connections between states and transitions
  • Loading branch information
aljoshakoecher authored Apr 16, 2020
2 parents ddeee54 + 2e7c4cd commit aa6cfb1
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions ISA 88/ISA88.owl
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<owl:Ontology rdf:about="http://www.hsu-ifa.de/ontologies/ISA-TR88">
<owl:versionIRI rdf:resource="http://www.hsu-ifa.de/ontologies/ISA-TR88/1.1.0"/>
<owl:versionInfo>1.1.0</owl:versionInfo>
<owl:versionIRI rdf:resource="http://www.hsu-ifa.de/ontologies/ISA-TR88/1.2.0"/>
<owl:versionInfo>1.2.0</owl:versionInfo>
</owl:Ontology>


Expand All @@ -27,6 +27,7 @@
<!-- http://www.hsu-ifa.de/ontologies/ISA-TR88#State_is_connected_with_Transition -->

<owl:ObjectProperty rdf:about="http://www.hsu-ifa.de/ontologies/ISA-TR88#State_is_connected_with_Transition">
<rdfs:subPropertyOf rdf:resource="http://www.hsu-ifa.de/ontologies/ISA-TR88#isConnectedWith"/>
<rdfs:domain rdf:resource="http://www.hsu-ifa.de/ontologies/ISA-TR88#State"/>
<rdfs:range rdf:resource="http://www.hsu-ifa.de/ontologies/ISA-TR88#Transition"/>
<rdfs:comment>Description:
Expand All @@ -38,6 +39,7 @@ ObjectProperty is used to connect a state with a transition.</rdfs:comment>
<!-- http://www.hsu-ifa.de/ontologies/ISA-TR88#Transition_is_connected_with_State -->

<owl:ObjectProperty rdf:about="http://www.hsu-ifa.de/ontologies/ISA-TR88#Transition_is_connected_with_State">
<rdfs:subPropertyOf rdf:resource="http://www.hsu-ifa.de/ontologies/ISA-TR88#isConnectedWith"/>
<rdfs:domain rdf:resource="http://www.hsu-ifa.de/ontologies/ISA-TR88#Transition"/>
<rdfs:range rdf:resource="http://www.hsu-ifa.de/ontologies/ISA-TR88#State"/>
<rdfs:comment>Description:
Expand Down Expand Up @@ -80,6 +82,12 @@ ObjectProperty is used to connect a transition with a state</rdfs:comment>



<!-- http://www.hsu-ifa.de/ontologies/ISA-TR88#isConnectedWith -->

<owl:ObjectProperty rdf:about="http://www.hsu-ifa.de/ontologies/ISA-TR88#isConnectedWith"/>



<!--
///////////////////////////////////////////////////////////////////////////////////////
//
Expand Down

0 comments on commit aa6cfb1

Please sign in to comment.