Skip to content

Commit

Permalink
adds identification and characteristic
Browse files Browse the repository at this point in the history
adds identification and characteristic attributes as well as object properties "isIdentifiedBy" and "isCharacterizedBy"
  • Loading branch information
aljoshakoecher committed Sep 5, 2023
1 parent c82b753 commit 703d0d9
Showing 1 changed file with 47 additions and 2 deletions.
49 changes: 47 additions & 2 deletions VDI3682.owl
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
xmlns:swrlb="http://www.w3.org/2003/11/swrlb#"
xmlns:VDI3682="http://www.w3id.org/hsu-aut/VDI3682#">
<owl:Ontology rdf:about="http://www.w3id.org/hsu-aut/VDI3682">
<owl:versionIRI rdf:resource="http://www.w3id.org/hsu-aut/VDI3682/4.0.0"/>
<owl:versionInfo>4.0.0</owl:versionInfo>
<owl:versionIRI rdf:resource="http://www.w3id.org/hsu-aut/VDI3682/4.0.1"/>
<owl:versionInfo>4.0.1</owl:versionInfo>
</owl:Ontology>


Expand Down Expand Up @@ -251,6 +251,14 @@ Furthermore, the Operator can be used to express dependencies between In- and Ou



<!-- http://www.w3id.org/hsu-aut/VDI3682#isCharacterizedBy -->

<owl:ObjectProperty rdf:about="http://www.w3id.org/hsu-aut/VDI3682#isCharacterizedBy">
<rdfs:range rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#Characteristic"/>
</owl:ObjectProperty>



<!-- http://www.w3id.org/hsu-aut/VDI3682#isComposedOf -->

<owl:ObjectProperty rdf:about="http://www.w3id.org/hsu-aut/VDI3682#isComposedOf">
Expand All @@ -261,6 +269,14 @@ Furthermore, the Operator can be used to express dependencies between In- and Ou



<!-- http://www.w3id.org/hsu-aut/VDI3682#isIdentifiedBy -->

<owl:ObjectProperty rdf:about="http://www.w3id.org/hsu-aut/VDI3682#isIdentifiedBy">
<rdfs:range rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#Identification"/>
</owl:ObjectProperty>



<!--
///////////////////////////////////////////////////////////////////////////////////////
//
Expand Down Expand Up @@ -301,6 +317,27 @@ Furthermore, the Operator can be used to express dependencies between In- and Ou



<!-- http://www.w3id.org/hsu-aut/VDI3682#Attribute -->

<owl:Class rdf:about="http://www.w3id.org/hsu-aut/VDI3682#Attribute">
<owl:disjointWith rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#Process"/>
<owl:disjointWith rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#ProcessOperator"/>
<owl:disjointWith rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#State"/>
<owl:disjointWith rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#SystemLimit"/>
<owl:disjointWith rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#TechnicalResource"/>
</owl:Class>



<!-- http://www.w3id.org/hsu-aut/VDI3682#Characteristic -->

<owl:Class rdf:about="http://www.w3id.org/hsu-aut/VDI3682#Characteristic">
<rdfs:subClassOf rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#Attribute"/>
<owl:disjointWith rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#Identification"/>
</owl:Class>



<!-- http://www.w3id.org/hsu-aut/VDI3682#Energy -->

<owl:Class rdf:about="http://www.w3id.org/hsu-aut/VDI3682#Energy">
Expand All @@ -310,6 +347,14 @@ Furthermore, the Operator can be used to express dependencies between In- and Ou



<!-- http://www.w3id.org/hsu-aut/VDI3682#Identification -->

<owl:Class rdf:about="http://www.w3id.org/hsu-aut/VDI3682#Identification">
<rdfs:subClassOf rdf:resource="http://www.w3id.org/hsu-aut/VDI3682#Attribute"/>
</owl:Class>



<!-- http://www.w3id.org/hsu-aut/VDI3682#Information -->

<owl:Class rdf:about="http://www.w3id.org/hsu-aut/VDI3682#Information">
Expand Down

0 comments on commit 703d0d9

Please sign in to comment.