-
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
8b27382
commit 19d4fff
Showing
1 changed file
with
32 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,20 +10,20 @@ | |
|
||
<https://w3id.org/emmo/reference/information> rdf:type owl:Ontology ; | ||
owl:versionIRI <https://w3id.org/emmo/1.0.0-rc3/reference/information> ; | ||
owl:imports <https://w3id.org/emmo/1.0.0-rc3/reference/data> , | ||
<https://w3id.org/emmo/1.0.0-rc3/perspectives/semiotics> ; | ||
owl:imports <https://w3id.org/emmo/1.0.0-rc3/perspectives/semiotics> , | ||
<https://w3id.org/emmo/1.0.0-rc3/reference/data> ; | ||
dcterms:abstract ""@en ; | ||
dcterms:contributor <https://orcid.org/0000-0001-8869-3718> , | ||
<https://orcid.org/0000-0002-4181-2852> , | ||
<https://orcid.org/0000-0002-1560-809X> , | ||
<https://orcid.org/0000-0002-4181-2852> , | ||
"Michael Noeske, FRAUNHOFER IFAM, DE"@en ; | ||
dcterms:creator <https://orcid.org/0000-0003-3805-8761> ; | ||
dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ; | ||
dcterms:publisher <https://emmc.eu> ; | ||
dcterms:title "Information"@en ; | ||
:EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "[email protected]" ; | ||
rdfs:comment "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-rc3" . | ||
owl:versionInfo "1.0.0-rc3" ; | ||
:EMMO_1246b120_abbe_4840_b0f8_3e4348b24a17 "[email protected]" . | ||
|
||
################################################################# | ||
# Classes | ||
|
@@ -36,8 +36,32 @@ | |
) ; | ||
rdf:type owl:Class | ||
] ; | ||
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Information is encoded data with a meaning (semiotic sign)."@en ; | ||
skos:prefLabel "Information"@en . | ||
skos:prefLabel "Information"@en ; | ||
:EMMO_31252f35_c767_4b97_a877_1235076c3e13 """The General Definition of Information (GDI) can be used to define the concept of information. | ||
(GDI) | ||
a is an instance of information, understood as semantic content, if and only if: | ||
GDI.l) a consists of n data, for n > 1; | ||
GDI.2) the data are well formed; | ||
GDI.3) the well-formed data are meaningful. | ||
In the EMMO conceptualisation, well-formed data are data with a specific syntactic structure (symbolic and reductionistic modules), while meaningful data are data that are part of a semiotic interpretation process that declares what the data are about (semiotic module)."""@en ; | ||
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "Information is data with a meaning (semiotic sign)."@en . | ||
|
||
[ rdf:type owl:Axiom ; | ||
owl:annotatedSource :EMMO_64c72d00_7582_44ea_a0b5_3a14e50acc36 ; | ||
owl:annotatedProperty :EMMO_31252f35_c767_4b97_a877_1235076c3e13 ; | ||
owl:annotatedTarget """The General Definition of Information (GDI) can be used to define the concept of information. | ||
(GDI) | ||
a is an instance of information, understood as semantic content, if and only if: | ||
GDI.l) a consists of n data, for n > 1; | ||
GDI.2) the data are well formed; | ||
GDI.3) the well-formed data are meaningful. | ||
In the EMMO conceptualisation, well-formed data are data with a specific syntactic structure (symbolic and reductionistic modules), while meaningful data are data that are part of a semiotic interpretation process that declares what the data are about (semiotic module)."""@en ; | ||
rdfs:isDefinedBy "Luciano Floridi, \"Information - A Very Short Introduction\", Oxford University Press (2010) ISBN: 9780199551378"@en | ||
] . | ||
|
||
|
||
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi | ||
### Generated by the OWL API (version 4.5.29.2024-05-13T12:11:03Z) https://github.com/owlcs/owlapi |