Typo in def. of Performance Specification

This commit is contained in:
Mark Jensen
2023-01-18 09:32:52 -05:00
parent 6ad95bdfba
commit 2501cde4ce

View File

@@ -10,13 +10,13 @@
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> rdf:type owl:Ontology ;
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2021-03-01/InformationEntityOntology> ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology> ;
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
cco:content_license <https://creativecommons.org/licenses/by/3.0/> ;
rdfs:comment "This ontology is designed to represent generic types of information as well as the relationships between information and other entities."@en ;
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology> ,
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology> ;
rdfs:label "Information Entity Ontology"@en ;
owl:versionInfo "Version 1.3"@en .
cco:code_license <https://opensource.org/licenses/BSD-3-Clause> ;
owl:versionInfo "Version 1.3"@en ;
cco:content_license <https://creativecommons.org/licenses/by/3.0/> ;
rdfs:comment "This ontology is designed to represent generic types of information as well as the relationships between information and other entities."@en .
#################################################################
# Object Properties
@@ -1219,7 +1219,7 @@ cco:PerformanceSpecification rdf:type owl:Class ;
owl:onProperty cco:describes_condition ;
owl:someValuesFrom obo:BFO_0000001
] ;
cco:definition "A Directive Information Content Entity that prescibes some aspect of the behavior of a participant in a Process given one or more operating conditions."@en ;
cco:definition "A Directive Information Content Entity that prescribes some aspect of the behavior of a participant in a Process given one or more operating conditions."@en ;
cco:example_of_usage "Maximum Speed at high altitude; Rate of Ascent at 10 degrees celsius with nominal payload." ;
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ;
rdfs:label "Performance Specification"@en .
@@ -2317,4 +2317,4 @@ cco:ZuluTimeZone rdf:type owl:NamedIndividual ,
rdfs:label "Zulu Time Zone"@en .
### Generated by the OWL API (version 4.5.6) https://github.com/owlcs/owlapi
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi