Skip to content

Commit

Permalink
UpdateDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesdeMalefette committed Nov 29, 2023
1 parent 1d42bdf commit 520c1a3
Show file tree
Hide file tree
Showing 52 changed files with 2,844 additions and 4,999 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified oml-eds/.DS_Store
Binary file not shown.
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/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/file-system.probe
Binary file not shown.
Binary file modified oml-eds/build/libs/oml-eds-1.0.0.zip
Binary file not shown.
41 changes: 0 additions & 41 deletions oml-eds/build/owl/example.com/eds-oml/description/bundle.owl
Original file line number Diff line number Diff line change
Expand Up @@ -9,53 +9,12 @@
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
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>
<dc:type rdf:resource="http://opencaesar.io/oml#DescriptionBundle"/>
</owl:Ontology>



<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Individuals
//
///////////////////////////////////////////////////////////////////////////////////////
-->





<!-- http://example.com/eds-oml/description/main#interface -->


<rdf:Description rdf:about="http://example.com/eds-oml/description/main#interface">
<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>



<!-- 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
127 changes: 67 additions & 60 deletions oml-eds/build/owl/example.com/eds-oml/description/bundle/classes.ttl

Large diffs are not rendered by default.

738 changes: 278 additions & 460 deletions oml-eds/build/owl/example.com/eds-oml/description/bundle/individuals.ttl

Large diffs are not rendered by default.

Large diffs are not rendered by default.

17 changes: 0 additions & 17 deletions oml-eds/build/owl/example.com/eds-oml/description/main.owl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:main="http://example.com/eds-oml/description/main#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:Device="http://example.com/eds-oml/vocabulary/Device#"
xmlns:Package="http://example.com/eds-oml/vocabulary/Package#"
xmlns:Activity="http://example.com/eds-oml/vocabulary/Activity#"
xmlns:DataType="http://example.com/eds-oml/vocabulary/DataType#"
Expand Down Expand Up @@ -131,20 +130,6 @@



<!-- http://example.com/eds-oml/vocabulary/Device#containsMetadata -->


<owl:ObjectProperty rdf:about="http://example.com/eds-oml/vocabulary/Device#containsMetadata"/>



<!-- http://example.com/eds-oml/vocabulary/Device#hasDevice -->


<owl:ObjectProperty rdf:about="http://example.com/eds-oml/vocabulary/Device#hasDevice"/>



<!-- http://example.com/eds-oml/vocabulary/Interface#commandOnInterface -->


Expand Down Expand Up @@ -387,7 +372,6 @@
<owl:NamedIndividual rdf:about="http://example.com/eds-oml/description/main#device">
<rdf:type rdf:resource="http://example.com/eds-oml/vocabulary/Device#Device"/>
<DataSheet:isDeviceOfDatasheet rdf:resource="http://example.com/eds-oml/description/main#datasheet"/>
<Device:containsMetadata rdf:resource="http://example.com/eds-oml/description/main#metadata"/>
</owl:NamedIndividual>


Expand Down Expand Up @@ -455,7 +439,6 @@

<owl:NamedIndividual rdf:about="http://example.com/eds-oml/description/main#metadata">
<rdf:type rdf:resource="http://example.com/eds-oml/vocabulary/Metadata#Metadata"/>
<Device:hasDevice rdf:resource="http://example.com/eds-oml/description/main#device"/>
</owl:NamedIndividual>


Expand Down
Loading

0 comments on commit 520c1a3

Please sign in to comment.