Skip to content

Commit

Permalink
Removed Determined, which was a subclass of the already removed Decla…
Browse files Browse the repository at this point in the history
…red.
  • Loading branch information
jesper-friis committed May 25, 2024
1 parent f6da836 commit cf02267
Showing 1 changed file with 24 additions and 31 deletions.
55 changes: 24 additions & 31 deletions multiperspective/properties.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -9,36 +9,36 @@
@base <https://w3id.org/emmo#> .

<https://w3id.org/emmo/multiperspective/properties> rdf:type owl:Ontology ;
owl:versionIRI <https://w3id.org/emmo/1.0.0-rc1/multiperspective/properties> ;
owl:imports <https://w3id.org/emmo/1.0.0-rc1/perspectives/semiotics> ;
dcterms:abstract """Defines properties as the result of an observation process. Observation is a semiotic process that stimulate an interpretant within the interpreter who communicates the observed result to other interpreters through a sign, which is the property.
owl:versionIRI <https://w3id.org/emmo/1.0.0-rc1/multiperspective/properties> ;
owl:imports <https://w3id.org/emmo/1.0.0-rc1/perspectives/semiotics> ;
dcterms:abstract """Defines properties as the result of an observation process. Observation is a semiotic process that stimulate an interpretant within the interpreter who communicates the observed result to other interpreters through a sign, which is the property.
Hence, properties creates a link between the holistic and the symbolic perspectives.
Subclasses of property are subclasses that spesialise the type of observation process."""@en ;
dcterms:contributor "Access, DE" ,
"Fraunhofer IWM, DE" ,
"Goldbeck Consulting Ltd (UK)" ,
"SINTEF, NO" ,
"University of Bologna, IT" ;
dcterms:creator "Adham Hashibon" ,
"Emanuele Ghedini" ,
"Georg Schmitz" ,
"Gerhard Goldbeck" ,
"Jesper Friis" ;
dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ;
dcterms:publisher "EMMC ASBL" ;
dcterms:title "Properties"@en ;
rdfs:comment """Contacts:
dcterms:contributor "Access, DE" ,
"Fraunhofer IWM, DE" ,
"Goldbeck Consulting Ltd (UK)" ,
"SINTEF, NO" ,
"University of Bologna, IT" ;
dcterms:creator "Adham Hashibon" ,
"Emanuele Ghedini" ,
"Georg Schmitz" ,
"Gerhard Goldbeck" ,
"Jesper Friis" ;
dcterms:license "https://creativecommons.org/licenses/by/4.0/legalcode" ;
dcterms:publisher "EMMC ASBL" ;
dcterms:title "Properties"@en ;
rdfs:comment """Contacts:
Gerhard Goldbeck
Goldbeck Consulting Ltd (UK)
email: [email protected]
Emanuele Ghedini
University of Bologna (IT)
email: [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-rc1" .
"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-rc1" .

#################################################################
# Annotation properties
Expand All @@ -56,7 +56,6 @@ owl:qualifiedCardinality rdf:type owl:AnnotationProperty .
:EMMO_d271f202_4c1a_4d74_b86a_387c82034eb7 rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :EMMO_0d829933_29e3_4e61_b3d3_88e6b9d0d0ce ;
rdfs:domain :EMMO_1b52ee70_121e_4d8d_8419_3f97cd0bd89c ;
rdfs:range :EMMO_dc5dee4e_4305_4a21_8dd5_4e8311c98c73 ;
skos:prefLabel "hasCharacterised"@en .


Expand All @@ -75,21 +74,15 @@ owl:qualifiedCardinality rdf:type owl:AnnotationProperty .
### https://w3id.org/emmo#EMMO_9be5fcc4_0d8b_481d_b984_6338d4b55588
:EMMO_9be5fcc4_0d8b_481d_b984_6338d4b55588 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_ea67caa5_2609_4e91_98ae_81103f2d5c25 ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An observer that makes use of a measurement tool and provides a quantitative property."@en ;
skos:prefLabel "Measurer"@en .


### https://w3id.org/emmo#EMMO_dc5dee4e_4305_4a21_8dd5_4e8311c98c73
:EMMO_dc5dee4e_4305_4a21_8dd5_4e8311c98c73 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_c9805ac9_a943_4be4_ac4b_6da64ba36c73 ;
skos:prefLabel "Determined"@en .
skos:prefLabel "Measurer"@en ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "An observer that makes use of a measurement tool and provides a quantitative property."@en .


### https://w3id.org/emmo#EMMO_f94e509a_be29_4365_a4cd_70165e47e232
:EMMO_f94e509a_be29_4365_a4cd_70165e47e232 rdf:type owl:Class ;
rdfs:subClassOf :EMMO_4a1c73f1_b6f5_4d10_a3a6_5de90bac7cd0 ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A estimator that uses modelling to declare a property of an object (i.e. infer a property from other properties)."@en ;
skos:prefLabel "Modeller"@en .
skos:prefLabel "Modeller"@en ;
:EMMO_967080e5_2f42_4eb2_a3a9_c58143e835f9 "A estimator that uses modelling to declare a property of an object (i.e. infer a property from other properties)."@en .


[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
Expand All @@ -110,4 +103,4 @@ owl:qualifiedCardinality rdf:type owl:AnnotationProperty .
[ owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger
] .

### 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.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi

0 comments on commit cf02267

Please sign in to comment.