diff --git a/multiperspective/symbolic.ttl b/multiperspective/symbolic.ttl index b0baad43..c59548ab 100644 --- a/multiperspective/symbolic.ttl +++ b/multiperspective/symbolic.ttl @@ -1,4 +1,3 @@ -@base . @prefix : . @prefix owl: . @prefix rdf: . @@ -7,184 +6,171 @@ @prefix rdfs: . @prefix skos: . @prefix dcterms: . -# -# -# ################################################################# -# # -# # Data properties -# # -# ################################################################# -# -# -# http://emmo.info/emmo#EMMO_02face50_43a1_40ce_a909_dfe54d5e186b -# -# http://emmo.info/emmo#EMMO_23b579e1_8088_45b5_9975_064014026c42 -# -# -# -# ################################################################# -# # -# # Classes -# # -# ################################################################# -# -# -# http://emmo.info/emmo#EMMO_057e7d57_aff0_49de_911a_8861d85cef40 -# -# http://emmo.info/emmo#EMMO_432192c4_111f_4e80_b7cd_c6ce1c1129ea -# -# http://emmo.info/emmo#EMMO_50ea1ec5_f157_41b0_b46b_a9032f17ca10 -# -# http://emmo.info/emmo#EMMO_74b05aed_66bf_43c8_aa2c_752a9ca8be03 -# -# http://emmo.info/emmo#EMMO_89a0c87c_0804_4013_937a_6fe234d9499c -# -# http://emmo.info/emmo#EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 -# -# http://emmo.info/emmo#EMMO_a817035a_3e3c_4709_8ede_3205df3031a3 -# -# http://emmo.info/emmo#EMMO_bed2fe4c_dc7e_43a8_8200_6aac44030bff -# -# http://emmo.info/emmo#EMMO_d8d2144e_5c8d_455d_a643_5caf4d8d9df8 -# -# http://emmo.info/emmo#EMMO_e13b2173_1dec_4b97_9ac1_1dc4b418612a -# -# Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi - - a owl:Ontology; - owl:versionIRI ; - owl:imports , ; - dcterms:abstract """Defines the perceptual perspective, which which categorises real world objects according to how they are percieved by an user as a recognisable pattern in space or time. - -The perceptual module includes formal languages, pictures, geometry, mathematics and sounds. Phenomenic objects can be used in a semiotic process as signs."""@en; - dcterms:contributor "Adham Hashibon, Fraunhofer IWM, DE", "Georg Schmitz, Access, DE", - "Gerhard Goldbeck, Goldbeck Consulting Ltd (UK)", "Jesper Friis, SINTEF, NO"; - dcterms:creator "Emanuele Ghedini, University of Bologna, IT"; - dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode"; - dcterms:publisher "EMMC ASBL"; - dcterms:title "Symbolic"@en; - rdfs:comment """Contacts: -Gerhard Goldbeck -Goldbeck Consulting Ltd (UK) -email: gerhard@goldbeck-consulting.com - -Emanuele Ghedini -University of Bologna (IT) -email: emanuele.ghedini@unibo.it"""@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" . - -:EMMO_02face50_43a1_40ce_a909_dfe54d5e186b a owl:DatatypeProperty, owl:FunctionalProperty; - rdfs:subPropertyOf :b6292331_94af_4f00_976b_ea55960c2f1c; - rdfs:domain :EMMO_50ea1ec5_f157_41b0_b46b_a9032f17ca10; - rdfs:range xsd:string; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The owl:dataProperty that provides a serialisation of an EMMO string data entity."; - skos:prefLabel "hasStringValue"@en . - -:EMMO_23b579e1_8088_45b5_9975_064014026c42 a owl:DatatypeProperty, owl:FunctionalProperty; - rdfs:subPropertyOf :b6292331_94af_4f00_976b_ea55960c2f1c; - rdfs:domain :EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527; - rdfs:range xsd:string; - :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The owl:dataProperty that provides a serialisation of an EMMO symbol data entity."; - skos:prefLabel "hasSymbolValue"@en . - -:EMMO_057e7d57_aff0_49de_911a_8861d85cef40 a owl:Class; - owl:equivalentClass _:genid1; - rdfs:subClassOf :EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926; - :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A discrete data whose elements can be decoded as tokens from one or more alphabets, without necessarily respecting syntactic rules."@en; - :EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a """fe780 +@base . + + rdf:type owl:Ontology ; + owl:versionIRI ; + owl:imports , + ; + dcterms:abstract """The symbolic multi-perspective combines the data and reductionistic perspectives to describe symbolic entities. + +A symbolic entity is a descrite data that pocess a reductionistic structure, who's elements can be decoded to tokens from one or more alphabets. + +The symbolic module includes symbols, symbolic constructs and formal languages."""@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 "Symbolic"@en ; + rdfs:comment "Contacts: emmo@emmc.eu" , + "The EMMO requires FacT++ reasoner plugin in order to visualize all inferences and class hierarchy (ctrl+R hotkey in Protege)."@en ; + owl:versionInfo "1.0.0-beta5" . + +################################################################# +# Data properties +################################################################# + +### http://emmo.info/emmo#EMMO_02face50_43a1_40ce_a909_dfe54d5e186b +:EMMO_02face50_43a1_40ce_a909_dfe54d5e186b rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :b6292331_94af_4f00_976b_ea55960c2f1c ; + rdf:type owl:FunctionalProperty ; + rdfs:domain :EMMO_50ea1ec5_f157_41b0_b46b_a9032f17ca10 ; + rdfs:range xsd:string ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The owl:dataProperty that provides a serialisation of an EMMO string data entity." ; + skos:prefLabel "hasStringValue"@en . + + +### http://emmo.info/emmo#EMMO_23b579e1_8088_45b5_9975_064014026c42 +:EMMO_23b579e1_8088_45b5_9975_064014026c42 rdf:type owl:DatatypeProperty ; + rdfs:subPropertyOf :b6292331_94af_4f00_976b_ea55960c2f1c ; + rdf:type owl:FunctionalProperty ; + rdfs:domain :EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 ; + rdfs:range xsd:string ; + :EMMO_c7b62dd7_063a_4c2a_8504_42f7264ba83f "The owl:dataProperty that provides a serialisation of an EMMO symbol data entity." ; + skos:prefLabel "hasSymbolValue"@en . + + +################################################################# +# Classes +################################################################# + +### http://emmo.info/emmo#EMMO_057e7d57_aff0_49de_911a_8861d85cef40 +:EMMO_057e7d57_aff0_49de_911a_8861d85cef40 rdf:type owl:Class ; + owl:equivalentClass [ rdf:type owl:Class ; + owl:unionOf ( :EMMO_89a0c87c_0804_4013_937a_6fe234d9499c + :EMMO_a1083d0a_c1fb_471f_8e20_a98f881ad527 + ) + ] ; + rdfs:subClassOf :EMMO_be8592a7_68d1_4a06_ad23_82f2b56ef926 ; + :EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A discrete data whose elements can be decoded as tokens from one or more alphabets, without necessarily respecting syntactic rules."@en ; + :EMMO_b432d2d5_25f4_4165_99c5_5935a7763c1a """fe780 emmo !5*a cat -for(i=0;i