Skip to content

Commit

Permalink
LampInstance
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesdeMalefette committed Nov 29, 2023
1 parent 32e2abe commit 6c3a06e
Show file tree
Hide file tree
Showing 96 changed files with 10,229 additions and 1,835 deletions.
2 changes: 2 additions & 0 deletions oml-eds/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.gradle/
/build/
Binary file modified oml-eds/.gradle/7.4.2/checksums/checksums.lock
Binary file not shown.
Binary file modified oml-eds/.gradle/7.4.2/checksums/md5-checksums.bin
Binary file not shown.
Binary file modified oml-eds/.gradle/7.4.2/checksums/sha1-checksums.bin
Binary file not shown.
Binary file modified oml-eds/.gradle/7.4.2/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified oml-eds/.gradle/7.4.2/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified oml-eds/.gradle/7.4.2/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified oml-eds/.gradle/7.4.2/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified oml-eds/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified oml-eds/.gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file modified oml-eds/.gradle/file-system.probe
Binary file not shown.
7 changes: 7 additions & 0 deletions oml-eds/.project
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.buildship.core.gradleprojectbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.sirius.nature.modelingproject</nature>
<nature>org.eclipse.buildship.core.gradleprojectnature</nature>
</natures>
</projectDescription>
10 changes: 5 additions & 5 deletions oml-eds/.settings/org.eclipse.buildship.core.prefs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
arguments=--init-script /home/swendart/.config/Code/User/globalStorage/redhat.java/1.24.0/config_linux/org.eclipse.osgi/55/0/.cp/gradle/init/init.gradle --init-script /home/swendart/.config/Code/User/globalStorage/redhat.java/1.24.0/config_linux/org.eclipse.osgi/55/0/.cp/gradle/protobuf/init.gradle
arguments=
auto.sync=false
build.scans.enabled=false
connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
connection.project.dir=
eclipse.preferences.version=1
gradle.user.home=
java.home=/home/swendart/.sdkman/candidates/java/17.0.8.1-tem
java.home=
jvm.arguments=
offline.mode=false
override.workspace.settings=true
show.console.view=true
show.executions.view=true
override.workspace.settings=false
show.console.view=false
show.executions.view=false
Binary file modified oml-eds/build/libs/oml-eds-1.0.0.zip
Binary file not shown.
15 changes: 15 additions & 0 deletions oml-eds/build/owl/example.com/eds-oml/description/bundle.owl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
xmlns:bundle="http://example.com/eds-oml/description/bundle#">
<owl:Ontology rdf:about="http://example.com/eds-oml/description/bundle">
<owl:imports rdf:resource="http://example.com/eds-oml/description/main"/>
<owl:imports rdf:resource="http://example.com/eds-oml/description/powerManagement"/>
<owl:imports rdf:resource="http://example.com/eds-oml/vocabulary/datasheet-bundle"/>
<owl:imports rdf:resource="http://purl.org/dc/elements/1.1"/>
<dc:description>A description bundle for closed-world reasoning about an electronic datasheet</dc:description>
Expand Down Expand Up @@ -41,6 +42,20 @@
</owl:Restriction>
</rdf:type>
</rdf:Description>



<!-- http://example.com/eds-oml/description/powerManagement#switch -->


<rdf:Description rdf:about="http://example.com/eds-oml/description/powerManagement#switch">
<rdf:type>
<owl:Restriction>
<owl:onProperty rdf:resource="http://example.com/eds-oml/vocabulary/Interface#abstract"/>
<owl:maxCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:maxCardinality>
</owl:Restriction>
</rdf:type>
</rdf:Description>
</rdf:RDF>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Aspects#NamedEntityType> , <http://example.com/eds-oml/vocabulary/StateMachine#StateMachine> .

<http://example.com/eds-oml/vocabulary/Interface#ArgumentOnCommand>
rdf:type owl:ObjectProperty .
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Interface#ArgumentOnCommand> .

<http://example.com/eds-oml/vocabulary/DataType#isLimitedByRange>
rdf:type owl:InverseFunctionalProperty , owl:FunctionalProperty , owl:ObjectProperty .

<http://example.com/eds-oml/vocabulary/Metadata#CategoryOfMetadata>
rdf:type owl:ObjectProperty .
rdf:type owl:FunctionalProperty , owl:ObjectProperty .

<http://example.com/eds-oml/vocabulary/DataSheet#DatasheetContainsDevice>
rdf:type owl:Class ;
Expand All @@ -27,16 +28,24 @@
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Aspects#NamedEntityType> , <http://example.com/eds-oml/vocabulary/Metadata#Category> .

<http://example.com/eds-oml/vocabulary/Metadata#FloatMetadataValue>
rdf:type owl:DatatypeProperty .

<http://example.com/eds-oml/vocabulary/Interface#CommandOnInterface>
rdf:type owl:ObjectProperty .
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Interface#CommandOnInterface> .

<http://example.com/eds-oml/vocabulary/Activity#ArgumentOnActivity>
rdf:type owl:ObjectProperty .
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Activity#ArgumentOnActivity> .

<http://example.com/eds-oml/vocabulary/Interface#Argument>
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Field#Field> , <http://example.com/eds-oml/vocabulary/Aspects#NamedEntityType> , <http://example.com/eds-oml/vocabulary/Field#ExternalField> , <http://example.com/eds-oml/vocabulary/Interface#Argument> .

<http://example.com/eds-oml/vocabulary/Interface#onInterface>
rdf:type owl:ObjectProperty .

<http://example.com/eds-oml/vocabulary/Interface#BaseInterface>
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Aspects#NamedEntityType> , <http://example.com/eds-oml/vocabulary/Interface#BaseInterface> .
Expand All @@ -61,6 +70,9 @@
<http://example.com/eds-oml/vocabulary/Package#isContainedByPackage>
rdf:type owl:InverseFunctionalProperty , owl:FunctionalProperty , owl:ObjectProperty .

<http://example.com/eds-oml/vocabulary/Metadata#CategoryToMetadataValue>
rdf:type owl:FunctionalProperty , owl:ObjectProperty .

<http://example.com/eds-oml/vocabulary/Activity#Activity>
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Aspects#NamedEntityType> , <http://example.com/eds-oml/vocabulary/Activity#Activity> .
Expand Down Expand Up @@ -88,6 +100,9 @@
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Aspects#NamedEntityType> , <http://example.com/eds-oml/vocabulary/Interface#Interface> .

<http://example.com/eds-oml/vocabulary/Interface#commandOnInterface>
rdf:type owl:ObjectProperty .

<http://example.com/eds-oml/vocabulary/Package#PackageContainsComponent>
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Package#PackageContainsComponent> .
Expand All @@ -104,6 +119,9 @@
<http://example.com/eds-oml/vocabulary/Aspects#hasId>
rdf:type owl:FunctionalProperty , owl:DatatypeProperty .

<http://example.com/eds-oml/vocabulary/Metadata#IntegerMetadataValue>
rdf:type owl:DatatypeProperty .

owl:Nothing rdf:type owl:Class .

<http://example.com/eds-oml/vocabulary/Device#containsMetadata>
Expand All @@ -123,7 +141,8 @@ owl:Nothing rdf:type owl:Class .
rdf:type owl:DatatypeProperty .

<http://example.com/eds-oml/vocabulary/Interface#MappingOnGenericType>
rdf:type owl:ObjectProperty .
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Interface#MappingOnGenericType> .

<http://example.com/eds-oml/vocabulary/Aspects#shortDescription>
rdf:type owl:FunctionalProperty , owl:DatatypeProperty .
Expand All @@ -135,7 +154,7 @@ owl:Nothing rdf:type owl:Class .
rdf:type owl:Ontology ;
rdfs:comment "Generated by Owl Reason 2.6.0" ;
owl:imports <http://example.com/eds-oml/description/bundle> ;
owl:versionInfo "1700496453" .
owl:versionInfo "1701213386" .

<http://example.com/eds-oml/vocabulary/DataType#Container>
rdf:type owl:Class ;
Expand All @@ -149,10 +168,16 @@ owl:Nothing rdf:type owl:Class .
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/DataType#RangeLimitsScalar> .

<http://example.com/eds-oml/vocabulary/Metadata#StringMetadataValue>
rdf:type owl:DatatypeProperty .

<http://example.com/eds-oml/vocabulary/StateMachine#StateMachineControlsActivity>
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/StateMachine#StateMachineControlsActivity> .

<http://example.com/eds-oml/vocabulary/Metadata#MetadataType>
rdf:type owl:FunctionalProperty , owl:ObjectProperty .

<http://example.com/eds-oml/vocabulary/Package#PackageDeclaresInterface>
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Package#PackageDeclaresInterface> .
Expand All @@ -165,14 +190,21 @@ owl:Nothing rdf:type owl:Class .
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Aspects#NamedEntityType> , <http://example.com/eds-oml/vocabulary/Field#Field> , <http://example.com/eds-oml/vocabulary/Field#ExternalField> .

<http://example.com/eds-oml/vocabulary/Activity#ActivityContainsBody>
rdf:type owl:ObjectProperty .
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Activity#ActivityContainsBody> .

<http://example.com/eds-oml/vocabulary/Activity#containsBody>
rdf:type owl:FunctionalProperty , owl:ObjectProperty .

<http://example.com/eds-oml/vocabulary/DataType#Scalar>
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Aspects#NamedEntityType> , <http://example.com/eds-oml/vocabulary/DataType#DataType> , <http://example.com/eds-oml/vocabulary/DataType#Scalar> .

owl:Thing rdf:type owl:Class .

<http://example.com/eds-oml/vocabulary/Activity#containedBy>
rdf:type owl:InverseFunctionalProperty , owl:ObjectProperty .

<http://example.com/eds-oml/vocabulary/Interface#referencesDataType>
rdf:type owl:InverseFunctionalProperty , owl:FunctionalProperty , owl:ObjectProperty .

Expand Down Expand Up @@ -205,6 +237,9 @@ owl:topObjectProperty
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Package#PackageDefinesDataType> .

<http://example.com/eds-oml/vocabulary/Activity#onActivity>
rdf:type owl:FunctionalProperty , owl:ObjectProperty .

<http://example.com/eds-oml/vocabulary/StateMachine#isControledByStateMachine>
rdf:type owl:InverseFunctionalProperty , owl:FunctionalProperty , owl:ObjectProperty .

Expand All @@ -219,7 +254,8 @@ owl:topObjectProperty
rdf:type owl:InverseFunctionalProperty , owl:FunctionalProperty , owl:ObjectProperty .

<http://example.com/eds-oml/vocabulary/Interface#ParameterOnInterface>
rdf:type owl:ObjectProperty .
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Interface#ParameterOnInterface> .

<http://example.com/eds-oml/vocabulary/Component#definesComponent>
rdf:type owl:InverseFunctionalProperty , owl:FunctionalProperty , owl:ObjectProperty .
Expand Down Expand Up @@ -268,13 +304,24 @@ owl:topObjectProperty
<http://example.com/eds-oml/vocabulary/DataSheet#isPackageOfDatasheet>
rdf:type owl:InverseFunctionalProperty , owl:FunctionalProperty , owl:ObjectProperty .

<http://example.com/eds-oml/vocabulary/Metadata#CategoryOfCategory>
rdf:type owl:FunctionalProperty , owl:ObjectProperty .

<http://example.com/eds-oml/vocabulary/Metadata#StringMetadataValueType>
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Metadata#MetadataValueType> , <http://example.com/eds-oml/vocabulary/Metadata#StringMetadataValueType> .

<http://example.com/eds-oml/vocabulary/Component#ComponentDefinedByStateMachine>
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Component#ComponentDefinedByStateMachine> .

<http://opencaesar.io/oml#hasTarget>
rdf:type owl:ObjectProperty .

<http://example.com/eds-oml/vocabulary/Metadata#FloatMetadataValueType>
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Metadata#MetadataValueType> , <http://example.com/eds-oml/vocabulary/Metadata#FloatMetadataValueType> .

<http://example.com/eds-oml/vocabulary/Component#isInterfaceReferencedBy>
rdf:type owl:InverseFunctionalProperty , owl:FunctionalProperty , owl:ObjectProperty .

Expand All @@ -298,23 +345,34 @@ owl:topObjectProperty
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Aspects#NamedEntityType> , <http://example.com/eds-oml/vocabulary/Field#Field> , <http://example.com/eds-oml/vocabulary/StateMachine#Variable> .

<http://example.com/eds-oml/vocabulary/Metadata#IntegerMetadataValueType>
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Metadata#MetadataValueType> , <http://example.com/eds-oml/vocabulary/Metadata#IntegerMetadataValueType> .

<http://example.com/eds-oml/vocabulary/Component#ComponentContainsActivity>
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Component#ComponentContainsActivity> .

<http://example.com/eds-oml/vocabulary/Metadata#MetadataValueSet>
rdf:type owl:DatatypeProperty .
<http://example.com/eds-oml/vocabulary/Interface#onCommand>
rdf:type owl:ObjectProperty .

<http://example.com/eds-oml/vocabulary/DataType#EntriesOnContainer>
rdf:type owl:ObjectProperty .

<http://example.com/eds-oml/vocabulary/Interface#onGenericType>
rdf:type owl:ObjectProperty .

<http://example.com/eds-oml/vocabulary/Metadata#MetadataValueType>
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Metadata#MetadataValueType> .

<http://example.com/eds-oml/vocabulary/Component#Component>
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Aspects#NamedEntityType> , <http://example.com/eds-oml/vocabulary/Component#Component> .

<http://example.com/eds-oml/vocabulary/Metadata#Metadata>
rdf:type owl:Class ;
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Aspects#IdentifiedThing> , <http://example.com/eds-oml/vocabulary/Metadata#Metadata> .
rdfs:subClassOf <http://example.com/eds-oml/vocabulary/Metadata#Metadata> .

<http://example.com/eds-oml/vocabulary/Aspects#IdentifiedThing>
rdf:type owl:Class ;
Expand Down
Loading

0 comments on commit 6c3a06e

Please sign in to comment.