-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
77d0845
commit 796aefc
Showing
5 changed files
with
67 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 ; | ||
|
@@ -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 ; | ||
|