Skip to content

Commit

Permalink
Added dataset module
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Oct 1, 2023
1 parent 77d0845 commit 796aefc
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 15 deletions.
1 change: 1 addition & 0 deletions catalog-v001.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<uri name="http://emmo.info/emmo/1.0.0-beta5/multiperspective/persholistic" uri="./multiperspective/persholistic.ttl"/>
<uri name="http://emmo.info/emmo/1.0.0-beta5/multiperspective/properties" uri="./multiperspective/properties.ttl"/>
<uri name="http://emmo.info/emmo/1.0.0-beta5/multiperspective/symbolic" uri="./multiperspective/symbolic.ttl"/>
<uri name="http://emmo.info/emmo/1.0.0-beta5/multiperspective/dataset" uri="./multiperspective/dataset.ttl"/>
<uri name="http://emmo.info/emmo/1.0.0-beta5/multiperspective/information" uri="./multiperspective/information.ttl"/>
<uri name="http://emmo.info/emmo/1.0.0-beta5/multiperspective/workflow" uri="./multiperspective/workflow.ttl"/>

Expand Down
3 changes: 2 additions & 1 deletion multiperspective/catalog-v001.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
<uri name="http://emmo.info/emmo/1.0.0-beta5/perspectives/physicalistic" uri="../perspectives/physicalistic.ttl"/>
<uri name="http://emmo.info/emmo/1.0.0-beta5/perspectives/standardmodel" uri="../perspectives/standardmodel.ttl"/>
<uri name="http://emmo.info/emmo/1.0.0-beta5/perspectives/data" uri="../perspectives/data.ttl"/>

<uri name="http://emmo.info/emmo/1.0.0-beta5/multiperspective" uri="../multiperspective/multiperspective.ttl"/>
<uri name="http://emmo.info/emmo/1.0.0-beta5/multiperspective/persholistic" uri="../multiperspective/persholistic.ttl"/>
<uri name="http://emmo.info/emmo/1.0.0-beta5/multiperspective/properties" uri="../multiperspective/properties.ttl"/>
<uri name="http://emmo.info/emmo/1.0.0-beta5/multiperspective/symbolic" uri="../multiperspective/symbolic.ttl"/>
<uri name="http://emmo.info/emmo/1.0.0-beta5/multiperspective/dataset" uri="../multiperspective/dataset.ttl"/>
<uri name="http://emmo.info/emmo/1.0.0-beta5/multiperspective/information" uri="../multiperspective/information.ttl"/>
<uri name="http://emmo.info/emmo/1.0.0-beta5/multiperspective/workflow" uri="../multiperspective/workflow.ttl"/>

Expand Down
62 changes: 62 additions & 0 deletions multiperspective/dataset.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
@prefix : <http://emmo.info/emmo#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@base <http://emmo.info/emmo#> .

<http://emmo.info/emmo/multiperspective/dataset> rdf:type owl:Ontology ;
owl:versionIRI <http://emmo.info/emmo/1.0.0-beta5/multiperspective/dataset> ;
owl:imports <http://emmo.info/emmo/1.0.0-beta5/perspectives/data> ,
<http://emmo.info/emmo/1.0.0-beta5/perspectives/reductionistic> ;
dcterms:abstract "The `dataset` module combines the data perspective with symbolics using the reductionistic perspective to describe datasets in a structured way."@en ;
dcterms:contributor "Adham Hashibon, Fraunhofer IWM, DE" ,
"Georg Schmitz, Access, DE" ,
"Gerhard Goldbeck, Goldbeck Consulting Ltd (UK)" ;
dcterms:creator "Emanuele Ghedini, University of Bologna, IT" ,
"Jesper Friis, SINTEF, NO" ;
dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ;
dcterms:publisher "EMMC ASBL" ;
dcterms:title "Dataset"@en ;
rdfs:comment "Contacts: [email protected]"@en ,
"The EMMO requires HermiT reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ;
owl:versionInfo "1.0.0-beta5" .

#################################################################
# Object Properties
#################################################################

### http://emmo.info/oteio/pipeline#EMMO_9b6e7ddc_bcfa_41d5_a59a_c3ed895c7aa5
<http://emmo.info/oteio/pipeline#EMMO_9b6e7ddc_bcfa_41d5_a59a_c3ed895c7aa5> rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :EMMO_b2282816_b7a3_44c6_b2cb_3feff1ceb7fe ;
rdfs:domain :EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a ;
rdfs:range :EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Relates a dataset to its datum."@en ;
skos:prefLabel "hasDataEntry"@en .


#################################################################
# Classes
#################################################################

### http://emmo.info/emmo#EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a
:EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a rdf:type owl:Class ;
rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty <http://emmo.info/oteio/pipeline#EMMO_9b6e7ddc_bcfa_41d5_a59a_c3ed895c7aa5> ;
owl:someValuesFrom :EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a
] ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Encoded data made of more than one datum."@en ;
skos:prefLabel "DataSet"@en .


### http://emmo.info/emmo#EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a
:EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a rdf:type owl:Class ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A self-consistent encoded data entity."@en ;
:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "A character, a bit, a song in a CD."@en ;
skos:prefLabel "Datum"@en .


### Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi
3 changes: 2 additions & 1 deletion multiperspective/multiperspective.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<http://emmo.info/emmo/1.0.0-beta5/multiperspective/information> ,
<http://emmo.info/emmo/1.0.0-beta5/multiperspective/persholistic> ,
<http://emmo.info/emmo/1.0.0-beta5/multiperspective/properties> ,
<http://emmo.info/emmo/1.0.0-beta5/multiperspective/symbolic> .
<http://emmo.info/emmo/1.0.0-beta5/multiperspective/symbolic> ,
<http://emmo.info/emmo/1.0.0-beta5/multiperspective/dataset> .

### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
13 changes: 0 additions & 13 deletions perspectives/data.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ email: [email protected]"""@en ,
skos:prefLabel "AnalogData"@en .


### http://emmo.info/emmo#EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a
:EMMO_194e367c_9783_4bf5_96d0_9ad597d48d9a rdf:type owl:Class ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Encoded data made of more than one datum."@en ;
skos:prefLabel "DataSet"@en .


### http://emmo.info/emmo#EMMO_1e877c70_3b01_45a8_a8f6_8ce4f6a24660
:EMMO_1e877c70_3b01_45a8_a8f6_8ce4f6a24660 rdf:type owl:Class ;
owl:equivalentClass [ rdf:type owl:Class ;
Expand Down Expand Up @@ -145,13 +139,6 @@ We call \"interpreting\" the act of providing semantic meaning to data, which is
] .


### http://emmo.info/emmo#EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a
:EMMO_50d6236a_7667_4883_8ae1_9bb5d190423a rdf:type owl:Class ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A self-consistent encoded data entity."@en ;
:EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a "A character, a bit, a song in a CD."@en ;
skos:prefLabel "Datum"@en .


### http://emmo.info/emmo#EMMO_5a10e288_c6a5_409a_a16a_98a2fb8be4f3
:EMMO_5a10e288_c6a5_409a_a16a_98a2fb8be4f3 rdf:type owl:Class ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Data that occurs naturally without an encoding agent producing it."@en ;
Expand Down

0 comments on commit 796aefc

Please sign in to comment.