From 547d5fdd65b09e17c3f9ed7cde69fcc29fe69363 Mon Sep 17 00:00:00 2001 From: John Beverley Date: Sun, 18 Aug 2024 16:55:31 -0400 Subject: [PATCH] updates cco modules manually --- src/cco-extensions/ModalRelationOntology.ttl | 37 ++++++++++++---- src/cco-modules/AgentOntology.ttl | 10 ++--- src/cco-modules/ArtifactOntology.ttl | 32 +++++++++++--- src/cco-modules/EventOntology.ttl | 37 ++++++++++++---- src/cco-modules/ExtendedRelationOntology.ttl | 44 +++++++++++++++---- src/cco-modules/FacilityOntology.ttl | 10 ++--- src/cco-modules/GeospatialOntology.ttl | 26 +++++------ src/cco-modules/InformationEntityOntology.ttl | 29 +++++++++--- src/cco-modules/QualityOntology.ttl | 6 +-- 9 files changed, 167 insertions(+), 64 deletions(-) diff --git a/src/cco-extensions/ModalRelationOntology.ttl b/src/cco-extensions/ModalRelationOntology.ttl index 1662433..dd539de 100644 --- a/src/cco-extensions/ModalRelationOntology.ttl +++ b/src/cco-extensions/ModalRelationOntology.ttl @@ -883,7 +883,7 @@ mro:disposition_of_aggregate rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:inheres_in_aggregate ; rdfs:domain obo:BFO_0000016 ; rdfs:range obo:BFO_0000027 ; - cco:definition "x disposition_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Disposition, such that x disposition_of_aggregate y."@en ; + cco:definition "x disposition_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Disposition, and x inheres_in_aggregate y."@en ; cco:is_curated_in_ontology ; rdfs:label "disposition of aggregate"@en . @@ -1189,12 +1189,12 @@ mro:has_maternal_uncle rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_member_of_located_in mro:has_member_of_located_in rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf mro:ModalObjectProperty ; + rdfs:subPropertyOf mro:has_some_member_of_located_in ; rdfs:domain obo:BFO_0000027 ; rdfs:range obo:BFO_0000040 ; - cco:definition "An instance of an Object Aggregate 'has member of located in' an instance of some material entity if and only if every member of that Aggregate is located in the same instance of that material entity."@en ; + cco:definition "x has all members of located in y iff x is an instance of Object Aggregate and y is an instance of Material Entity, and every member of x is located in y."@en ; cco:is_curated_in_ontology ; - rdfs:label "has member of located in"@en . + rdfs:label "has all members of located in"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_mother @@ -1368,6 +1368,14 @@ mro:has_sister_in_law rdf:type owl:ObjectProperty ; rdfs:label "has sister in law"@en . +### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_some_member_of_located_in +mro:has_some_member_of_located_in rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf mro:ModalObjectProperty ; + cco:definition "x has member of located in y iff x is an instance of Object Aggregate and y is an instance of Material Entity, and at least one member of x is located in y."@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology"^^xsd:anyURI ; + rdfs:label "has some member of located in"@en . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_son mro:has_son rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:is_parent_of ; @@ -2620,7 +2628,7 @@ mro:quality_of_aggregate rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:inheres_in_aggregate ; rdfs:domain obo:BFO_0000019 ; rdfs:range obo:BFO_0000027 ; - cco:definition "x quality_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Quality, such that x disposition_of_aggregate y."@en ; + cco:definition "x quality_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Quality, and x inheres_in_aggregate y."@en ; cco:is_curated_in_ontology ; rdfs:label "quality of aggregate"@en . @@ -2673,7 +2681,7 @@ mro:role_of_aggregate rdf:type owl:ObjectProperty ; rdfs:subPropertyOf mro:inheres_in_aggregate ; rdfs:domain obo:BFO_0000023 ; rdfs:range obo:BFO_0000027 ; - cco:definition "x role_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Role, such that x disposition_of_aggregate y."@en ; + cco:definition "x role_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Role, and x inheres_in_aggregate y."@en ; cco:is_curated_in_ontology ; rdfs:label "role of aggregate"@en . @@ -2807,6 +2815,7 @@ mro:asWKT rdf:type owl:DatatypeProperty ; mro:has_URI_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:anyURI ; + cco:definition "A data property that has as its range a URI value."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; rdfs:label "has URI value"@en . @@ -2823,6 +2832,7 @@ mro:has_altitude_value rdf:type owl:DatatypeProperty ; mro:has_boolean_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:boolean ; + cco:definition "A data property that has as its range a boolean value."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; rdfs:label "has boolean value"@en . @@ -2830,6 +2840,7 @@ mro:has_boolean_value rdf:type owl:DatatypeProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_date_value mro:has_date_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; + cco:definition "A data property that has as its range a date value."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; rdfs:label "has date value"@en . @@ -2838,6 +2849,7 @@ mro:has_date_value rdf:type owl:DatatypeProperty ; mro:has_datetime_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:dateTime ; + cco:definition "A data property that has as its value a datetime value."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; rdfs:label "has datetime value"@en . @@ -2846,6 +2858,7 @@ mro:has_datetime_value rdf:type owl:DatatypeProperty ; mro:has_decimal_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:decimal ; + cco:definition "A data property that has as its range a decimal value."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; rdfs:label "has decimal value"@en . @@ -2854,6 +2867,7 @@ mro:has_decimal_value rdf:type owl:DatatypeProperty ; mro:has_double_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:double ; + cco:definition "A data property that has as its range a double value."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; rdfs:label "has double value"@en . @@ -2862,6 +2876,7 @@ mro:has_double_value rdf:type owl:DatatypeProperty ; mro:has_integer_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:integer ; + cco:definition "A data property that has as its range an integer value."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; rdfs:label "has integer value"@en . @@ -2885,8 +2900,12 @@ mro:has_longitude_value rdf:type owl:DatatypeProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ModalRelationOntology/has_text_value mro:has_text_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; - rdfs:range xsd:string ; - cco:definition "A relationship between an Information Bearing Entity and a string representation."@en ; + rdfs:range [ rdf:type rdfs:Datatype ; + owl:unionOf ( rdf:langString + xsd:string + ) + ] ; + cco:definition "A data property that has as its range a string value."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ModalRelationOntology" ; rdfs:label "has text value"@en . @@ -2902,4 +2921,4 @@ cco:InformationBearingEntity rdf:type owl:Class . cco:InformationContentEntity rdf:type owl:Class . -### 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.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi \ No newline at end of file diff --git a/src/cco-modules/AgentOntology.ttl b/src/cco-modules/AgentOntology.ttl index f15952f..dcc6c40 100644 --- a/src/cco-modules/AgentOntology.ttl +++ b/src/cco-modules/AgentOntology.ttl @@ -177,7 +177,7 @@ cco:has_daughter_in_law rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/has_familial_relationship_to -cco:has_familial_relationship_to rdf:type owl:ObjectProperty ; +cco:has_familial_relationship_to rdf:type owl:ObjectProperty, owl:SymmetricProperty ; rdfs:domain cco:Person ; rdfs:range cco:Person ; cco:definition "A relationship between persons by virtue of ancestry or legal union."@en ; @@ -1436,7 +1436,7 @@ cco:DivisonOfGeopoliticalEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/EducationalOrganization cco:EducationalOrganization rdf:type owl:Class ; rdfs:subClassOf cco:Organization ; - cco:definition "An Organization whose purpose is to provide training or otherwise facilitate learning or the acquisition of knowledge, Skills, values, beliefs, or habits."@en ; + cco:definition "An Organization whose primary purpose is to provide training or otherwise facilitate learning or the acquisition of knowledge, Skills, values, beliefs, or habits."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Educational Organization"@en . @@ -1665,7 +1665,7 @@ cco:GovernmentAgency rdf:type owl:Class ; owl:onProperty obo:BFO_0000176 ; owl:someValuesFrom cco:Government ] ; - cco:definition "An Organization that is part of a Government and is responsible for the oversight and administration of specific governmental functions."@en ; + cco:definition "An Organization that is part of a Government and is responsible for the oversight or administration of specific governmental functions."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Government Organization"@en . @@ -2014,7 +2014,7 @@ cco:PermanentResident rdf:type owl:Class ; rdfs:subClassOf cco:Person ; dcterms:created "2023-03-29T20:17:54-04:00"^^xsd:dateTime ; dcterms:creator "https://cubrc.org"^^xsd:anyURI ; - cco:definition "A person with a Permanent Residence Role."@en ; + cco:definition "A person with a Permanent Resident Role."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; rdfs:label "Permanent Resident"@en ; skos:prefLabel "Permanent Resident"@en . @@ -2259,4 +2259,4 @@ cco:Village rdf:type owl:Class ; rdfs:label "Village"@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.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi \ No newline at end of file diff --git a/src/cco-modules/ArtifactOntology.ttl b/src/cco-modules/ArtifactOntology.ttl index a9c63bc..d620f09 100644 --- a/src/cco-modules/ArtifactOntology.ttl +++ b/src/cco-modules/ArtifactOntology.ttl @@ -767,6 +767,16 @@ cco:CommunicationSystem rdf:type owl:Class ; rdfs:label "Communication System"@en . +### http://www.ontologyrepository.com/CommonCoreOntologies/ComplexOpticalLens +cco:ComplexOpticalLens rdf:type owl:Class ; + rdfs:subClassOf cco:OpticalLens ; + cco:alternative_label "Lens System"@en ; + cco:definition "An Optical Lens consisting of more than one Simple Optical Lenses."@en ; + cco:definition_source "Hecht, Eugene (1987). Optics (2nd ed.). Addison Wesley. ISBN 978-0-201-11609-0. Chapters 5 & 6."@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Complex Optical Lens"@en . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/ComponentRole cco:ComponentRole rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000023 ; @@ -1665,7 +1675,7 @@ cco:FrictionReductionArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/FuelArtifactFunction cco:FuelArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that is realized in processes of reacting with other substances in order to release chemical or nuclear energy as heat or ot be used for work."@en ; + cco:definition "An Artifact Function that is realized in processes in which a Portion of Fuel is reacted with other substances in order to release chemical or nuclear energy to be used for heat or for work."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Fuel&oldid=1063590518"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Fuel Artifact Function"@en . @@ -3096,7 +3106,7 @@ cco:PortionOfFood rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfFuel cco:PortionOfFuel rdf:type owl:Class ; rdfs:subClassOf cco:PortionOfMaterial ; - cco:definition "A Portion of Material that is designed to be used as an input in a Combustion process."@en ; + cco:definition "A Portion of Material that is designed to release thermal energy when reacted with other substances."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Portion of Fuel"@en . @@ -3597,7 +3607,7 @@ cco:RadioCommunicationInterferenceArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioCommunicationReceptionArtifactFunction cco:RadioCommunicationReceptionArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:CommunicationReceptionArtifactFunction ; - cco:definition "A Communication Reception Artifact Function that inheres in an Artifact that is capable of receiving information transmitted from another Artifact to which it is not connected by an electrical conductor."@en ; + cco:definition "A Communication Reception Artifact Function that is realized during events in which an Artifact receives information transmitted from another Artifact, where the transmission of information occurs using radio waves."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Radio Communication Reception Artifact Function"@en . @@ -4152,7 +4162,7 @@ cco:ShouldFiredRocketLauncher rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SignalDetectionArtifactFunction cco:SignalDetectionArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that inheres in Artifacts that are designed to discern between information-bearing patterns and random patterns, or noise, that distract from the information."@en ; + cco:definition "An Artifact Function that is realized in the process of discerning between information-bearing patterns and random patterns, or noise, that distract from the information."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Detection_theory&oldid=1049765804"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Signal Detection Artifact Function"@en . @@ -4161,12 +4171,20 @@ cco:SignalDetectionArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SignalProcessingArtifactFunction cco:SignalProcessingArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:ArtifactFunction ; - cco:definition "An Artifact Function that inheres in Artifacts that are designed to process or transfer information contained in signals."@en ; + cco:definition "An Artifact Function that is realized in the process of transferring or processing information contained in signals."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Signal_processing&oldid=1062720685"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Signal Processing Artifact Function"@en . +### http://www.ontologyrepository.com/CommonCoreOntologies/SimpleOpticalLens +cco:SimpleOpticalLens rdf:type owl:Class ; + rdfs:subClassOf cco:OpticalLens ; + cco:definition "An Optical Lens consisting of a single piece of transparent material."@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Simple Optical Lens"@en . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/SniperRifle cco:SniperRifle rdf:type owl:Class ; rdfs:subClassOf cco:Rifle ; @@ -5018,7 +5036,7 @@ cco:WiredCommunicationArtifactFunction rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/WiredCommunicationReceptionArtifactFunction cco:WiredCommunicationReceptionArtifactFunction rdf:type owl:Class ; rdfs:subClassOf cco:CommunicationReceptionArtifactFunction ; - cco:definition "A Communication Reception Artifact Function that inheres in an Artifact that is capable of receiving information transmitted from another Artifact to which it is connected by an electrical conductor."@en ; + cco:definition "A Communication Reception Artifact Function that is realized during events in which an Artifact receives information transmitted from another Artifact, where the transmission of information occurs via a direct connection using an electrical conductor."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; rdfs:label "Wired Communication Reception Artifact Function"@en . @@ -5059,4 +5077,4 @@ cco:XRayTelescope rdf:type owl:Class ; rdfs:label "X-ray Telescope"@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.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi \ No newline at end of file diff --git a/src/cco-modules/EventOntology.ttl b/src/cco-modules/EventOntology.ttl index fa2d4a9..2e16cee 100644 --- a/src/cco-modules/EventOntology.ttl +++ b/src/cco-modules/EventOntology.ttl @@ -290,6 +290,15 @@ cco:ActOfContractFormation rdf:type owl:Class ; rdfs:label "Act of Contract Formation"@en . +### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDataTransformation +cco:ActOfDataTransformation rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfInformationProcessing ; + cco:definition "An Act of Information Processing in which an algorithm is executed to act upon one or more input Information Content Entities into one or more output Information Content Entities."@en ; + cco:elucidation "It is not a requirement that the output Information Content Entity(ies) be qualitatively distinct from the input(s) as a result of an Act of Data Transformation, though doing so is typically the goal of performing this Act. Consider, for example, selecting a column in an Excel spreadsheet then executing the \\\"Remove Duplicates\\\" Algorithm on it. The intent is to remove rows in that column containing duplicate content. If no duplicate values are present, the information in the column remains unchanged but an Act of Data Transformation was nonetheless performed."@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Data Transformation"@en . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDeceptiveCommunication cco:ActOfDeceptiveCommunication rdf:type owl:Class ; rdfs:subClassOf cco:ActOfCommunication ; @@ -501,6 +510,14 @@ cco:ActOfIdentifying rdf:type owl:Class ; rdfs:label "Act of Identifying"@en . +### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInformationProcessing +cco:ActOfInformationProcessing rdf:type owl:Class ; + rdfs:subClassOf cco:IntentionalAct ; + cco:definition "A Planned Act in which one or more input Information Content Entities are received, manipulated, transferred, or stored by an Agent."@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Information Processing"@en . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInhabitancy cco:ActOfInhabitancy rdf:type owl:Class ; rdfs:subClassOf cco:IntentionalAct ; @@ -1184,7 +1201,8 @@ cco:AngularMomentum rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/AngularVelocity cco:AngularVelocity rdf:type owl:Class ; rdfs:subClassOf cco:Velocity ; - cco:definition "A Velocity that describes both the angular (i.e. rotational) Speed of an object and the Axis about which the object is Rotating."@en ; + cco:definition "A Velocity that is characterized by both the angular Speed of an object and the Axis about which the object is Rotating."@en ; + cco:alternative_label "Rotational Velocity"@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Angular_velocity&oldid=1060081663"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Angular Velocity"@en . @@ -1248,7 +1266,7 @@ cco:Cause rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000015 [ rdf:type owl:Restriction ; owl:onProperty cco:is_cause_of ; - owl:someValuesFrom obo:BFO_0000003 + owl:someValuesFrom obo:BFO_0000015 ] ) ; rdf:type owl:Class @@ -1443,7 +1461,7 @@ cco:Effect rdf:type owl:Class ; owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000015 [ rdf:type owl:Restriction ; owl:onProperty cco:caused_by ; - owl:someValuesFrom obo:BFO_0000003 + owl:someValuesFrom obo:BFO_0000015 ] ) ; rdf:type owl:Class @@ -1680,7 +1698,7 @@ cco:GainOfDisposition rdf:type owl:Class ; ] ; cco:definition "A Gain of Realizable Entity in which some Independent Continuant becomes the bearer of some Disposition."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "This class should be used to demarcate the start of the temporal interval (through the occurs_on property) that the Entity bears the Disposition."@en ; + rdfs:comment "This class should be used to demarcate the start of the temporal interval (through the BFO 'occupies temporal region' property) that the Entity bears the Disposition."@en ; rdfs:label "Gain of Disposition"@en . @@ -1700,7 +1718,7 @@ cco:GainOfFunction rdf:type owl:Class ; ] ; cco:definition "A Gain of Realizable Entity in which some Independent Continuant becomes the bearer of some Function."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "This class should be used to demarcate the start of the temporal interval (through the occurs_on property) that the Entity bears the Function."@en ; + rdfs:comment "This class should be used to demarcate the start of the temporal interval (through the BFO 'occupies temporal region' property) that the Entity bears the Function."@en ; rdfs:label "Gain of Function"@en . @@ -2056,7 +2074,8 @@ cco:LossOfSpecificallyDependentContinuant rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Loudness cco:Loudness rdf:type owl:Class ; rdfs:subClassOf cco:SoundProcessProfile ; - cco:definition "A Sound Process Profile that is characterized by the amplitude, frequency and power of translated sound waves, typically on a continuum from soft to loud."@en ; + cco:definition "A Sound Process Profile that is characterized by the amplitude and total energy of translated sound waves, typically on a continuum from soft to loud."@en ; + cco:definition_source "https://byjus.com/physics/loudness-of-sound/"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Loudness"@en . @@ -2460,7 +2479,7 @@ cco:SoundFrequency rdf:type owl:Class ; cco:SoundPressure rdf:type owl:Class ; rdfs:subClassOf cco:Pressure ; cco:alternative_label "Acoustic Pressure"@en ; - cco:definition "A Pressure caused by a Sound Wave that is a local deviation from the ambient Pressure."@en ; + cco:definition "A Pressure that is caused by a Sound Wave and is a local deviation from the ambient Pressure."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Sound Pressure"@en . @@ -2928,7 +2947,7 @@ cco:UpperMidrangeFrequency rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Velocity cco:Velocity rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000144 ; - cco:definition "A Process Profile of an object's Motion that describes its Speed and direction with respect to a frame of reference."@en ; + cco:definition "A Process Profile of an object's Motion that is characterized by its Speed and direction with respect to a frame of reference."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Velocity&oldid=1063300750"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; rdfs:label "Velocity"@en . @@ -3115,4 +3134,4 @@ cco:XrayFrequency rdf:type owl:Class ; rdfs:label "X-ray Frequency"@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.26.2023-07-17T20:34:13Z) https://github.com/owlcs/owlapi \ No newline at end of file diff --git a/src/cco-modules/ExtendedRelationOntology.ttl b/src/cco-modules/ExtendedRelationOntology.ttl index 859c8b6..7ddb6d7 100644 --- a/src/cco-modules/ExtendedRelationOntology.ttl +++ b/src/cco-modules/ExtendedRelationOntology.ttl @@ -335,7 +335,7 @@ cco:disposition_of_aggregate rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:inheres_in_aggregate ; rdfs:domain obo:BFO_0000016 ; rdfs:range obo:BFO_0000027 ; - cco:definition "x disposition_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Disposition, such that x disposition_of_aggregate y."@en ; + cco:definition "x disposition_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Disposition, and x inheres_in_aggregate y."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "disposition of aggregate"@en . @@ -349,7 +349,7 @@ cco:disrupts rdf:type owl:ObjectProperty ; dcterms:creator "https://cubrc.org"^^xsd:anyURI ; cco:definition "A relation where one process disrupts another process from occurring as it would have."@en ; cco:elucidation "A process can disrupt another process from occurring as it would have by 1) preventing a disposition or role from being realized by that process, 2) lowering the grade of the process, or 3) stopping the process from continuing to occur."@en ; - cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "disrupts"@en ; skos:editorialNote "To lower the grade of a process is to lower the quality of a process according to some standard, for example when realizing a capability or a function."@en ; skos:prefLabel "disrupts"@en . @@ -390,18 +390,19 @@ cco:has_input rdf:type owl:ObjectProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/has_member_of_located_in cco:has_member_of_located_in rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_some_member_of_located_in ; rdfs:domain obo:BFO_0000027 ; rdfs:range obo:BFO_0000040 ; - cco:definition "An instance of an Object Aggregate 'has member of located in' an instance of some material entity if and only if every member of that Aggregate is located in the same instance of that material entity."@en ; + cco:definition "x has all members of located in y iff x is an instance of Object Aggregate and y is an instance of Material Entity, and every member of x is located in y."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "has member of located in"@en . + rdfs:label "has all members of located in"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_object cco:has_object rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000057 ; owl:inverseOf cco:is_object_of ; - cco:definition "If p is a process and c is a continuant, then p has object c if and only if the c is part of the projected state that the agent intends to achieve by performing p."@en ; + cco:definition "If p is a process and c is a continuant, then p has object c if and only if p is performed by an agent and c is part of the projected state that agent intends to achieve by performing p."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "has object"@en . @@ -429,6 +430,14 @@ cco:has_process_part rdf:type owl:ObjectProperty ; rdfs:label "has process part"@en . +### http://www.ontologyrepository.com/CommonCoreOntologies/has_some_member_of_located_in +cco:has_some_member_of_located_in rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + cco:definition "x has member of located in y iff x is an instance of Object Aggregate and y is an instance of Material Entity, and at least one member of x is located in y."@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "has some member of located in"@en . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/inheres_in_aggregate cco:inheres_in_aggregate rdf:type owl:ObjectProperty ; rdfs:domain [ rdf:type owl:Class ; @@ -442,6 +451,25 @@ cco:inheres_in_aggregate rdf:type owl:ObjectProperty ; rdfs:label "inheres in aggregate"@en . +### http://www.ontologyrepository.com/CommonCoreOntologies/inhibited_by +cco:inhibited_by rdf:type owl:ObjectProperty ; + owl:inverseOf cco:inhibits ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + cco:definition "y inhibited_by x iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "inhibited by"@en . + + +### http://www.ontologyrepository.com/CommonCoreOntologies/inhibits +cco:inhibits rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + cco:definition "x inhibits y iff x and y are non-identical Processes, d is a Decrease of Realizable Entity, and x is_cause_of d, and r is a Realizable Entity, and d has_participant r, and r realized_in y."@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "inhibits"@en . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/is_affected_by cco:is_affected_by rdf:type owl:ObjectProperty ; rdfs:subPropertyOf obo:BFO_0000056 ; @@ -610,7 +638,7 @@ cco:quality_of_aggregate rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:inheres_in_aggregate ; rdfs:domain obo:BFO_0000019 ; rdfs:range obo:BFO_0000027 ; - cco:definition "x quality_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Quality, such that x disposition_of_aggregate y."@en ; + cco:definition "x quality_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Quality, and x inheres_in_aggregate y."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "quality of aggregate"@en . @@ -620,9 +648,9 @@ cco:role_of_aggregate rdf:type owl:ObjectProperty ; rdfs:subPropertyOf cco:inheres_in_aggregate ; rdfs:domain obo:BFO_0000023 ; rdfs:range obo:BFO_0000027 ; - cco:definition "x role_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Role, such that x disposition_of_aggregate y."@en ; + cco:definition "x role_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Role, and x inheres_in_aggregate y."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; rdfs:label "role of aggregate"@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.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi \ No newline at end of file diff --git a/src/cco-modules/FacilityOntology.ttl b/src/cco-modules/FacilityOntology.ttl index 06e7fbb..e4dfaf5 100644 --- a/src/cco-modules/FacilityOntology.ttl +++ b/src/cco-modules/FacilityOntology.ttl @@ -131,7 +131,7 @@ cco:CommandPostFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationsFacility cco:CommunicationsFacility rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is the bearer of functions realized in processes of receiving or transmitting information."@en ; + cco:definition "A Facility that is designed to support processes of receiving or transmitting information."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Communications Facility"@en . @@ -404,7 +404,7 @@ cco:MilitaryHeadquartersFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Mine cco:Mine rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed to support the extraction of valuable minerals and geological materials from the earth from an orebody, lode, vein, seam, reef, or placer deposits which forms the mineralized package of economic interest to the miner."@en ; + cco:definition "A Facility that is designed to support the extraction of minerals or other geological materials from an orebody, lode, vein, seam, reef, or placer deposit within the earth."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Mining&oldid=1062844924"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Mine"@en . @@ -590,7 +590,7 @@ cco:PumpingStation rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioRelayStation cco:RadioRelayStation rdf:type owl:Class ; rdfs:subClassOf cco:CommunicationsFacility ; - cco:definition "A Communications Facility that is the bearer of functions realized in the relay of radio signals."@en ; + cco:definition "A Communications Facility that is designed to support the receiving and re-transmitting of radio signals."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Radio Relay Station"@en . @@ -800,7 +800,7 @@ cco:WashingFacility rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/WasteManagementFacility cco:WasteManagementFacility rdf:type owl:Class ; rdfs:subClassOf cco:Facility ; - cco:definition "A Facility that is designed for managing waste from its inception to its final disposal."@en ; + cco:definition "A Facility that is designed for managing waste for some portion of the waste's existence."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Waste_management&oldid=1062844209"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; rdfs:label "Waste Management Facility"@en . @@ -842,4 +842,4 @@ cco:WindFarm rdf:type owl:Class ; rdfs:label "Wind Farm"@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.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi \ No newline at end of file diff --git a/src/cco-modules/GeospatialOntology.ttl b/src/cco-modules/GeospatialOntology.ttl index b8d93b1..29bc56e 100644 --- a/src/cco-modules/GeospatialOntology.ttl +++ b/src/cco-modules/GeospatialOntology.ttl @@ -264,7 +264,7 @@ cco:ConstructedFeature rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Continent cco:Continent rdf:type owl:Class ; rdfs:subClassOf cco:GeospatialRegion ; - cco:definition "A Geospatial Region bounded by any of the Earth's main continuous expanses of land."@en ; + cco:definition "A Geospatial Region that is bounded by any of the Earth's main continuous expanses of land."@en ; cco:definition_source "JC3IEDM version 3.0.2" ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Continent"@en . @@ -297,15 +297,15 @@ cco:GeographicFeature rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialBoundary cco:GeospatialBoundary rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000142 ; - cco:definition "A One-Dimensional Continuant Fiat Boundary that is a boundary of some Geospatial Region."@en ; + cco:definition "A Fiat Line that is a boundary of some Geospatial Region."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Geospatial Boundary"@en . + rdfs:label "One-Dimensional Geospatial Boundary"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialEllipse cco:GeospatialEllipse rdf:type owl:Class ; - rdfs:subClassOf cco:GeospatialLineString ; - cco:definition "A Geospatial Boundary that is formed by following a symmetric arc between four vertices which are connected to the center point of the ellipse via a straight line."@en ; + rdfs:subClassOf cco:GeospatialBoundary ; + cco:definition "A One-Dimensional Geospatial Boundary that is formed by following a symmetric arc between four vertices which are connected to the center point of the ellipse via a straight line."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Geospatial Ellipse"@en . @@ -313,7 +313,7 @@ cco:GeospatialEllipse rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialErrorRegion cco:GeospatialErrorRegion rdf:type owl:Class ; rdfs:subClassOf cco:GeospatialBoundary ; - cco:definition "A Geospatial Boundary that bounds some Geospatial Region according to probability estimations for locating some object within it."@en ; + cco:definition "A One-Dimensional Geospatial Boundary that bounds some Geospatial Region according to probability estimations for locating some object within it."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Geospatial Error Region"@en . @@ -329,7 +329,7 @@ cco:GeospatialLine rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLineString cco:GeospatialLineString rdf:type owl:Class ; rdfs:subClassOf cco:GeospatialBoundary ; - cco:definition "A Geospatial Boundary that has two or more Geospatial Positions as vertices, where each vertex is connected to only one other vertex by a straight line."@en ; + cco:definition "A One-Dimensional Geospatial Boundary that has two or more Geospatial Positions as vertices, where each vertex is connected to only one other vertex by a straight line."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Geospatial Line String"@en . @@ -341,7 +341,7 @@ cco:GeospatialLocation rdf:type owl:Class ; owl:onProperty obo:BFO_0000124 ; owl:someValuesFrom obo:BFO_0000001 ] ; - cco:definition "A Geospatial Region at which an Entity or Event is located."@en ; + cco:definition "A Geospatial Region that is at which an Entity or Event is located."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Geospatial Location"@en . @@ -357,7 +357,7 @@ cco:GeospatialPolygon rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialPosition cco:GeospatialPosition rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000147 ; - cco:definition "A zero-dimensional continuant fiat boundary that is at or near the surface of the Earth and fixed according to some Geospatial Coordinate Reference System."@en ; + cco:definition "A Fiat Point that is at or near the surface of the Earth and fixed according to some Geospatial Coordinate Reference System."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Geospatial Position"@en . @@ -365,7 +365,7 @@ cco:GeospatialPosition rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegion cco:GeospatialRegion rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000029 ; - cco:definition "A Site at or near the surface of the Earth."@en ; + cco:definition "A Site that is at or near the surface of the Earth."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Geospatial Region"@en . @@ -567,7 +567,7 @@ cco:RollAxis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/SeaLevel cco:SeaLevel rdf:type owl:Class ; rdfs:subClassOf obo:BFO_0000146 ; - cco:definition "A two-dimensional continuant fiat boundary that divides the spheroid composed of Earth and its atmosphere at some point that corresponds to the mean level of calm water in the Earth’s oceans."@en ; + cco:definition "A Fiat Surface that divides the spheroid composed of Earth and its atmosphere at some point that corresponds to the mean level of calm water in the Earth’s oceans."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Sea Level"@en . @@ -591,7 +591,7 @@ cco:SemiMinorAxis rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Subcontinent cco:Subcontinent rdf:type owl:Class ; rdfs:subClassOf cco:GeospatialRegion ; - cco:definition "A Geospatial Region bounded by a large, relatively self-contained landmass forming a subdivision of a Continent."@en ; + cco:definition "A Geospatial Region that is bounded by a large, relatively self-contained landmass forming a subdivision of a Continent."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Continent&oldid=1064057312"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:label "Subcontinent"@en . @@ -660,4 +660,4 @@ cco:zAxis rdf:type owl:Class ; rdfs:label "z-Axis"@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.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi \ No newline at end of file diff --git a/src/cco-modules/InformationEntityOntology.ttl b/src/cco-modules/InformationEntityOntology.ttl index 0821bd6..33abd13 100644 --- a/src/cco-modules/InformationEntityOntology.ttl +++ b/src/cco-modules/InformationEntityOntology.ttl @@ -387,6 +387,7 @@ cco:uses_time_zone_identifier rdf:type owl:ObjectProperty ; cco:has_URI_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:anyURI ; + cco:definition "A data property that has as its range a URI value."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "has URI value"@en . @@ -395,6 +396,7 @@ cco:has_URI_value rdf:type owl:DatatypeProperty ; cco:has_boolean_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:boolean ; + cco:definition "A data property that has as its range a boolean value."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "has boolean value"@en . @@ -402,6 +404,7 @@ cco:has_boolean_value rdf:type owl:DatatypeProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/has_date_value cco:has_date_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; + cco:definition "A data property that has as its range a date value."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "has date value"@en . @@ -410,6 +413,7 @@ cco:has_date_value rdf:type owl:DatatypeProperty ; cco:has_datetime_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:dateTime ; + cco:definition "A data property that has as its value a datetime value."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "has datetime value"@en . @@ -418,6 +422,7 @@ cco:has_datetime_value rdf:type owl:DatatypeProperty ; cco:has_decimal_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:decimal ; + cco:definition "A data property that has as its range a decimal value."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "has decimal value"@en . @@ -426,6 +431,7 @@ cco:has_decimal_value rdf:type owl:DatatypeProperty ; cco:has_double_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:double ; + cco:definition "A data property that has as its range a double value."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "has double value"@en . @@ -434,6 +440,7 @@ cco:has_double_value rdf:type owl:DatatypeProperty ; cco:has_integer_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; rdfs:range xsd:integer ; + cco:definition "A data property that has as its range an integer value."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "has integer value"@en . @@ -441,8 +448,12 @@ cco:has_integer_value rdf:type owl:DatatypeProperty ; ### http://www.ontologyrepository.com/CommonCoreOntologies/has_text_value cco:has_text_value rdf:type owl:DatatypeProperty ; rdfs:domain cco:InformationBearingEntity ; - rdfs:range xsd:string ; - cco:definition "A relationship between an Information Bearing Entity and a string representation."@en ; + rdfs:range [ rdf:type rdfs:Datatype ; + owl:unionOf ( rdf:langString + xsd:string + ) + ] ; + cco:definition "A data property that has as its range a string value."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "has text value"@en . @@ -471,7 +482,7 @@ cco:Acronym rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/Algorithm cco:Algorithm rdf:type owl:Class ; rdfs:subClassOf cco:DirectiveInformationContentEntity ; - cco:definition "A Directive Information Content Entity that prescribes the inputs and output of mathematical functions as well as workflow of execution for achieving a predefined objective."@en ; + cco:definition "A Directive Information Content Entity that prescribes some Process and contains a finite sequence of unambiguous instructions in order to achieve some Objective."@en ; cco:definition_source "http://purl.obolibrary.org/obo/IAO_0000064"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Algorithm"@en . @@ -1156,7 +1167,7 @@ cco:PriorityMeasurementInformationContentEntity rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/PriorityScale cco:PriorityScale rdf:type owl:Class ; rdfs:subClassOf cco:ReferenceSystem ; - cco:definition "A Reference System that describes a scale used to rank or identify the importance of entities of the specified type."@en ; + cco:definition "A Reference System that is designed to be used to rank or identify the importance of entities of the specified type."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; rdfs:label "Priority Scale"@en . @@ -1880,6 +1891,14 @@ cco:InternationalAtomicTime rdf:type owl:NamedIndividual , rdfs:label "International Atomic Time"@en . +### http://www.ontologyrepository.com/CommonCoreOntologies/InternationalGeomagneticReferenceField +cco:InternationalGeomagneticReferenceField rdf:type owl:NamedIndividual , + cco:GeospatialCoordinateReferenceSystem ; + cco:definition_source "Alken, P., Thébault, E., Beggan, C.D. et al. International Geomagnetic Reference Field: the thirteenth generation. Earth Planets Space 73, 49 (2021). https://doi.org/10.1186/s40623-020-01288-x , https://www.iaga-aiga.org/" ; + rdfs:comment "This global main field model provides magnetic field values for any location on Earth, e.g. for navigational purposes (declination) or as a standard for core field subtraction for aeromagnetic surveys. An updated version is adopted by International Association of Geomagnetism and Aeronomy (IAGA) every 5 years)."@en ; + rdfs:label "International Geomagnetic Reference Field"@en . + + ### http://www.ontologyrepository.com/CommonCoreOntologies/InternationalTerrestrialReferenceSystem cco:InternationalTerrestrialReferenceSystem rdf:type owl:NamedIndividual , cco:GeospatialCoordinateReferenceSystem ; @@ -2203,4 +2222,4 @@ cco:ZuluTimeZone rdf:type owl:NamedIndividual , rdfs:label "Zulu Time Zone"@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.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi \ No newline at end of file diff --git a/src/cco-modules/QualityOntology.ttl b/src/cco-modules/QualityOntology.ttl index 308ce52..82c9f11 100644 --- a/src/cco-modules/QualityOntology.ttl +++ b/src/cco-modules/QualityOntology.ttl @@ -191,7 +191,7 @@ cco:ConcaveShape rdf:type owl:Class ; ### http://www.ontologyrepository.com/CommonCoreOntologies/ConeShape cco:ConeShape rdf:type owl:Class ; rdfs:subClassOf cco:ThreeDimensionalShape ; - cco:definition "A Three Dimensional Shape that inheres in a bearer in virtue of it having a flat base with sides that taper smoothly to an apex."@en ; + cco:definition "A Three Dimensional Shape that inheres in a bearer in virtue of it having a Round base that tapers smoothly to an apex."@en ; cco:definition_source "https://en.wikipedia.org/w/index.php?title=Cone&oldid=1058362269"^^xsd:anyURI ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Cone Shape"@en . @@ -524,7 +524,7 @@ cco:PitchOrientation rdf:type owl:Class ; cco:PointingOrientation rdf:type owl:Class ; rdfs:subClassOf cco:SpatialOrientation ; cco:alternative_label "Facing Orientation"@en ; - cco:definition "A Spatial Orientation of an Object in which one or more designated components of the Object are pointed toward a specified Target."@en ; + cco:definition "A Spatial Orientation of a Material Entity in which one or more of its designated components are oriented toward a specified direction."@en ; cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; rdfs:label "Pointing Orientation"@en . @@ -965,4 +965,4 @@ cco:Yellow rdf:type owl:Class ; rdfs:label "Yellow"@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.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi \ No newline at end of file