diff --git a/src/cco-merged/CommonCoreOntologiesMerged.ttl b/src/cco-merged/CommonCoreOntologiesMerged.ttl index c5df45c..7b2e180 100644 --- a/src/cco-merged/CommonCoreOntologiesMerged.ttl +++ b/src/cco-merged/CommonCoreOntologiesMerged.ttl @@ -1,25 +1,23 @@ @prefix : . @prefix cco: . @prefix obo: . -@prefix dcterms: . @prefix owl: . @prefix rdf: . -@prefix skos: . @prefix xml: . @prefix xsd: . @prefix rdfs: . -@base . +@prefix skos: . +@prefix dcterms: . +@base . rdf:type owl:Ontology ; - owl:versionIRI ; - dcterms:rights "CUBRC Inc., see full license."@en ; - dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; - rdfs:comment "A stand-alone file containing the eleven mid-level Common Core Ontologies plus BFO. Provided for use-cases where one file representing a specific release of CCO and its imports is desirable."@en ; - rdfs:label "Common Core Ontologies Merged"@en ; - owl:versionInfo "Depends on http://purl.obolibrary.org/obo/bfo/2020/bfo-core.ttl, obtained 09/10/2024."@en , - "Version 1.6"@en . - - + owl:versionIRI ; + dcterms:license "BSD 3-Clause: https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/master/LICENSE"@en ; + dcterms:rights "CUBRC Inc., see full license."@en ; + rdfs:comment "A stand-alone file containing the eleven mid-level Common Core Ontologies plus BFO. Provided for use-cases where one file representing a specific release of CCO and its imports is desirable."@en ; + rdfs:label "Common Core Ontologies Merged"@en ; + owl:versionInfo "Depends on http://purl.obolibrary.org/obo/bfo/2020/bfo-core.ttl, obtained 11/03/2024."@en , + "Version 1.7"@en . ################################################################# # Annotation properties @@ -29,10 +27,6 @@ rdf:type owl:AnnotationProperty . -### http://purl.org/dc/elements/1.1/date - rdf:type owl:AnnotationProperty . - - ### http://purl.org/dc/elements/1.1/identifier rdf:type owl:AnnotationProperty . @@ -41,330 +35,242 @@ rdf:type owl:AnnotationProperty . -### http://purl.org/dc/elements/1.1/rights - rdf:type owl:AnnotationProperty . - - ### http://purl.org/dc/terms/bibliographicCitation - rdf:type owl:AnnotationProperty . +dcterms:bibliographicCitation rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/contributor - rdf:type owl:AnnotationProperty . +dcterms:contributor rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/created - rdf:type owl:AnnotationProperty ; - rdfs:subPropertyOf , - . +dcterms:created rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/creator - rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/date - rdf:type owl:AnnotationProperty . +dcterms:creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/description - rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/hasVersion - rdf:type owl:AnnotationProperty . - - -### http://purl.org/dc/terms/issued - rdf:type owl:AnnotationProperty . +dcterms:description rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/license - rdf:type owl:AnnotationProperty ; - ; - "2004-06-14"^^xsd:date ; - "2008-01-14"^^xsd:date ; - rdfs:comment "A legal document giving official permission to do something with the resource."@en ; - rdfs:isDefinedBy ; - rdfs:label "License"@en ; - rdfs:subPropertyOf , - ; - rdfs:range . - - -### http://purl.org/dc/terms/modified - rdf:type owl:AnnotationProperty . +dcterms:license rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/rights - rdf:type owl:AnnotationProperty . +dcterms:rights rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/title - rdf:type owl:AnnotationProperty . +dcterms:title rdf:type owl:AnnotationProperty . ### http://www.ontologyrepository.com/CommonCoreOntologies/SI_unit_label - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "SI unit label"@en ; - "An Alternative Label that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit."@en ; - rdfs:subPropertyOf . +cco:SI_unit_label rdf:type owl:AnnotationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "SI unit label"@en ; + skos:definition "An Alternative Label that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit."@en ; + rdfs:subPropertyOf skos:altLabel . ### http://www.ontologyrepository.com/CommonCoreOntologies/SI_unit_symbol - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "SI unit symbol"@en ; - "An Acronym that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit."@en ; - rdfs:subPropertyOf . +cco:SI_unit_symbol rdf:type owl:AnnotationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "SI unit symbol"@en ; + skos:definition "An Acronym that is officially accepted for use in the International System of Units (SI) as denoting a Measurement Unit."@en ; + rdfs:subPropertyOf cco:acronym . ### http://www.ontologyrepository.com/CommonCoreOntologies/acronym - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "acronym"@en ; - "An Alternative Label that consists of a shortened or abbreviated form of the rdfs:label and is used to denote the entity."@en ; - rdfs:subPropertyOf . +cco:acronym rdf:type owl:AnnotationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "acronym"@en ; + skos:definition "An Alternative Label that consists of a shortened or abbreviated form of the rdfs:label and is used to denote the entity."@en ; + rdfs:subPropertyOf skos:altLabel . ### http://www.ontologyrepository.com/CommonCoreOntologies/code_license - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "code license"@en ; - "The name and description of the license under which the .owl file is released."@en . +cco:code_license rdf:type owl:AnnotationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "code license"@en ; + skos:definition "The name and description of the license under which the .owl file is released."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/content_license - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "content license"@en ; - "The name and description of the license under which the ideas, concepts and other informational content expressed in the .owl file are released."@en . +cco:content_license rdf:type owl:AnnotationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "content license"@en ; + skos:definition "The name and description of the license under which the ideas, concepts and other informational content expressed in the .owl file are released."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/copyright - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "copyright"@en ; - "An assertion of copyright"@en . +cco:copyright rdf:type owl:AnnotationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "copyright"@en ; + skos:definition "An assertion of copyright"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/definition_source - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "definition source"@en ; - "A citation of where all or some of the information used to create the term's Definition was acquired from."@en . +cco:definition_source rdf:type owl:AnnotationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "definition source"@en ; + skos:definition "A citation of where all or some of the information used to create the term's Definition was acquired from."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/designator_annotation - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "designator annotation"@en ; - "A name or other identifier that is used to designate an individual."@en . +cco:designator_annotation rdf:type owl:AnnotationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "designator annotation"@en ; + skos:definition "A name or other identifier that is used to designate an individual."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_acronym - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "doctrinal acronym"@en ; - "An Acronym that is used by a Doctrinal Source to denote the entity."@en ; - rdfs:subPropertyOf . +cco:doctrinal_acronym rdf:type owl:AnnotationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "doctrinal acronym"@en ; + skos:definition "An Acronym that is used by a Doctrinal Source to denote the entity."@en ; + rdfs:subPropertyOf cco:acronym . ### http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_definition - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "doctrinal definition"@en ; - "A Definition that is taken directly from a Doctrinal Source."@en ; - "There is only one definition for any given term in an ontology; however, a Doctrinal Definition may be provided in addition to the asserted Definition if the preservation of this information is important. When both a Definition and a Doctrinal Definition are provided for a term, the Definition takes precedence."@en ; - rdfs:subPropertyOf . +cco:doctrinal_definition rdf:type owl:AnnotationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "doctrinal definition"@en ; + skos:definition "A Definition that is taken directly from a Doctrinal Source."@en ; + skos:scopeNote "There is only one definition for any given term in an ontology; however, a Doctrinal Definition may be provided in addition to the asserted Definition if the preservation of this information is important. When both a Definition and a Doctrinal Definition are provided for a term, the Definition takes precedence."@en ; + rdfs:subPropertyOf skos:definition . ### http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_label - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "doctrinal label"@en ; - "An Alternative Label that consists of the preferred term or phrase used by a Doctrinal Source to denote the entity."@en ; - "When the cco:doctrinal_label is identical to the rdfs:label, the cco:doctrinal_label annotation is superfluous. As a subclass of 'alternative label', 'doctrinal label' is intended to be used to provide additional information about the entity when its preferred doctrinal designator is ambiguous or otherwise inappropriate for use as the rdfs:label."@en ; - rdfs:subPropertyOf . +cco:doctrinal_label rdf:type owl:AnnotationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "doctrinal label"@en ; + skos:definition "An Alternative Label that consists of the preferred term or phrase used by a Doctrinal Source to denote the entity."@en ; + skos:scopeNote "When the cco:doctrinal_label is identical to the rdfs:label, the cco:doctrinal_label annotation is superfluous. As a subclass of 'alternative label', 'doctrinal label' is intended to be used to provide additional information about the entity when its preferred doctrinal designator is ambiguous or otherwise inappropriate for use as the rdfs:label."@en ; + rdfs:subPropertyOf skos:altLabel . ### http://www.ontologyrepository.com/CommonCoreOntologies/doctrinal_source - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "doctrinal source"@en ; - "A Definition Source that consists of a formalized doctrine in which the term is authoritatively defined."@en ; - rdfs:subPropertyOf . +cco:doctrinal_source rdf:type owl:AnnotationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "doctrinal source"@en ; + skos:definition "A Definition Source that consists of a formalized doctrine in which the term is authoritatively defined."@en ; + rdfs:subPropertyOf cco:definition_source . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_token_unit - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "has token unit"@en ; - "A relation between an information content entity and a widely used measurement unit of the token used to express it."@en . +cco:has_token_unit rdf:type owl:AnnotationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "has token unit"@en ; + skos:definition "A relation between an information content entity and a widely used measurement unit of the token used to express it."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/http_query_string - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "http query string"@en ; - "The text of an HTTP request that can be sent to a SPARQL Protocol service."@en . +cco:http_query_string rdf:type owl:AnnotationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "http query string"@en ; + skos:definition "The text of an HTTP request that can be sent to a SPARQL Protocol service."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_measurement_annotation - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "interval measurement annotation"@en ; - "A interval measurement value of an instance of a quality, realizable or process profile "@en ; - rdfs:subPropertyOf . +cco:interval_measurement_annotation rdf:type owl:AnnotationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "interval measurement annotation"@en ; + skos:definition "A interval measurement value of an instance of a quality, realizable or process profile "@en ; + rdfs:subPropertyOf cco:measurement_annotation . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_curated_in_ontology - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is curated in ontology"@en ; - "An annotation property that links a class, property, or named individual to the URI of the ontology where it is located."@en . +cco:is_curated_in_ontology rdf:type owl:AnnotationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "is curated in ontology"@en ; + skos:definition "An annotation property that links a class, property, or named individual to the URI of the ontology where it is located."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_tokenized_by - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is tokenized by"@en ; - "A relation between an information content entity and a widely used token used to express it."@en . +cco:is_tokenized_by rdf:type owl:AnnotationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "is tokenized by"@en ; + skos:definition "A relation between an information content entity and a widely used token used to express it."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/measurement_annotation - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "measurement annotation"@en ; - "A measurement value of an instance of a quality, realizable or process profile"@en . +cco:measurement_annotation rdf:type owl:AnnotationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "measurement annotation"@en ; + skos:definition "A measurement value of an instance of a quality, realizable or process profile"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/nominal_measurement_annotation - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "nominal measurement annotation"@en ; - "A nominal measurement value of an instance of a quality, realizable or process profile"@en ; - rdfs:subPropertyOf . +cco:nominal_measurement_annotation rdf:type owl:AnnotationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "nominal measurement annotation"@en ; + skos:definition "A nominal measurement value of an instance of a quality, realizable or process profile"@en ; + rdfs:subPropertyOf cco:measurement_annotation . ### http://www.ontologyrepository.com/CommonCoreOntologies/ordinal_measurement_annotation - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "ordinal measurement annotation"@en ; - "An ordinal measurement value of an instance of a quality, realizable or process profile"@en ; - rdfs:subPropertyOf . +cco:ordinal_measurement_annotation rdf:type owl:AnnotationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "ordinal measurement annotation"@en ; + skos:definition "An ordinal measurement value of an instance of a quality, realizable or process profile"@en ; + rdfs:subPropertyOf cco:measurement_annotation . ### http://www.ontologyrepository.com/CommonCoreOntologies/query_text - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "query text"@en ; - "The text of a query that is associated with a class"@en . +cco:query_text rdf:type owl:AnnotationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "query text"@en ; + skos:definition "The text of a query that is associated with a class"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ratio_measurement_annotation - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "ratio measurement annotation"@en ; - "A ratio measurement value of an instance of a quality, realizable or process profile"@en ; - rdfs:subPropertyOf . +cco:ratio_measurement_annotation rdf:type owl:AnnotationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "ratio measurement annotation"@en ; + skos:definition "A ratio measurement value of an instance of a quality, realizable or process profile"@en ; + rdfs:subPropertyOf cco:measurement_annotation . ### http://www.ontologyrepository.com/CommonCoreOntologies/term_creator - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "term creator"@en ; - "The name of the Term Editor who added the term to the ontology."@en ; - rdfs:subPropertyOf . +cco:term_creator rdf:type owl:AnnotationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "term creator"@en ; + skos:definition "The name of the Term Editor who added the term to the ontology."@en ; + rdfs:subPropertyOf cco:term_editor . ### http://www.ontologyrepository.com/CommonCoreOntologies/term_editor - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "term editor"@en ; - "The name of a person who contributed to the development or enhancement of the term."@en . - - -### http://www.w3.org/2000/01/rdf-schema#comment -rdfs:comment rdfs:comment "A description of the subject resource." ; - rdfs:isDefinedBy rdfs: ; - rdfs:label "comment" ; - rdfs:range rdfs:Literal ; - rdfs:domain rdfs:Resource . - - -### http://www.w3.org/2000/01/rdf-schema#label -rdfs:label rdfs:comment "A human-readable name for the subject." ; - rdfs:isDefinedBy rdfs: ; - rdfs:label "label" ; - rdfs:range rdfs:Literal ; - rdfs:domain rdfs:Resource . +cco:term_editor rdf:type owl:AnnotationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "term editor"@en ; + skos:definition "The name of a person who contributed to the development or enhancement of the term."@en . ### http://www.w3.org/2004/02/skos/core#altLabel - rdf:type owl:AnnotationProperty ; - rdfs:comment "The range of skos:altLabel is the class of RDF plain literals."@en , - "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties."@en ; - rdfs:isDefinedBy ; - rdfs:label "alternative label"@en ; - "An alternative lexical label for a resource."@en ; - "Acronyms, abbreviations, spelling variants, and irregular plural/singular forms may be included among the alternative labels for a concept. Mis-spelled terms are normally included as hidden labels (see skos:hiddenLabel)."@en ; - rdfs:subPropertyOf rdfs:label . +skos:altLabel rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#definition - rdf:type owl:AnnotationProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:isDefinedBy ; - rdfs:label "definition"@en ; - "A natural language explication of the meaning of the term."@en , - "A statement or formal explanation of the meaning of a concept."@en ; - rdfs:subPropertyOf . +skos:definition rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#editorialNote - rdf:type owl:AnnotationProperty ; - rdfs:isDefinedBy ; - rdfs:label "editorial note"@en ; - "A note for an editor, translator or maintainer of the vocabulary."@en ; - rdfs:subPropertyOf . +skos:editorialNote rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#example - rdf:type owl:AnnotationProperty ; - rdfs:isDefinedBy ; - rdfs:label "example"@en ; - "An example of the use of a concept."@en ; - rdfs:subPropertyOf . - - -### http://www.w3.org/2004/02/skos/core#note - rdf:type owl:AnnotationProperty ; - rdfs:isDefinedBy ; - rdfs:label "note"@en ; - "A general note, for any purpose."@en ; - "This property may be used directly, or as a super-property for more specific note types."@en . +skos:example rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#prefLabel - rdf:type owl:AnnotationProperty . +skos:prefLabel rdf:type owl:AnnotationProperty . ### http://www.w3.org/2004/02/skos/core#scopeNote - rdf:type owl:AnnotationProperty ; - rdfs:isDefinedBy ; - rdfs:label "scope note"@en ; - "A note that helps to clarify the meaning and/or the use of a concept."@en ; - rdfs:subPropertyOf . - - -################################################################# -# Datatypes -################################################################# - -### http://www.w3.org/2001/XMLSchema#date -xsd:date rdf:type rdfs:Datatype . +skos:scopeNote rdf:type owl:AnnotationProperty . ################################################################# @@ -372,2857 +278,2866 @@ xsd:date rdf:type rdfs:Datatype . ################################################################# ### http://purl.obolibrary.org/obo/BFO_0000054 - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "206-BFO" ; - rdfs:label "has realization"@en ; - "realized in"@en ; - "b has realization c =Def c realizes b"@en ; - "As for realizes"@en . +obo:BFO_0000054 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000055 ; + rdfs:domain obo:BFO_0000017 ; + rdfs:range obo:BFO_0000015 ; + "206-BFO" ; + rdfs:label "has realization"@en ; + skos:altLabel "realized in"@en ; + skos:definition "b has realization c =Def c realizes b"@en ; + skos:example "As for realizes"@en . ### http://purl.obolibrary.org/obo/BFO_0000055 - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range ; - "059-BFO" ; - rdfs:label "realizes"@en ; - "(Elucidation) realizes is a relation between a process b and realizable entity c such that c inheres in some d & for all t, if b has participant d then c exists & the type instantiated by b is correlated with the type instantiated by c"@en ; - "A balding process realizes a disposition to go bald; a studying process realizes a student role; a process of pumping blood realizes the pumping function of a heart"@en . +obo:BFO_0000055 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000017 ; + "059-BFO" ; + rdfs:label "realizes"@en ; + skos:definition "(Elucidation) realizes is a relation between a process b and realizable entity c such that c inheres in some d & for all t, if b has participant d then c exists & the type instantiated by b is correlated with the type instantiated by c"@en ; + skos:example "A balding process realizes a disposition to go bald; a studying process realizes a student role; a process of pumping blood realizes the pumping function of a heart"@en . ### http://purl.obolibrary.org/obo/BFO_0000056 - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( - - [ owl:intersectionOf ( - [ rdf:type owl:Class ; - owl:complementOf - ] - ) ; - rdf:type owl:Class - ] - ) - ] ; - rdfs:range ; - "250-BFO" ; - rdfs:label "participates in"@en ; - "(Elucidation) participates in holds between some b that is either a specifically dependent continuant or generically dependent continuant or independent continuant that is not a spatial region & some process p such that b participates in p some way"@en ; - "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . +obo:BFO_0000056 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000057 ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000020 + obo:BFO_0000031 + [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] + ) + ] ; + rdfs:range obo:BFO_0000015 ; + "250-BFO" ; + rdfs:label "participates in"@en ; + skos:definition "(Elucidation) participates in holds between some b that is either a specifically dependent continuant or generically dependent continuant or independent continuant that is not a spatial region & some process p such that b participates in p some way"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000057 - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range [ rdf:type owl:Class ; - owl:unionOf ( - - [ owl:intersectionOf ( - [ rdf:type owl:Class ; - owl:complementOf - ] - ) ; - rdf:type owl:Class - ] - ) - ] ; - "248-BFO" ; - rdfs:label "has participant"@en ; - "p has participant c =Def c participates in p"@en ; - "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . +obo:BFO_0000057 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000020 + obo:BFO_0000031 + [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] + ) + ] ; + "248-BFO" ; + rdfs:label "has participant"@en ; + skos:definition "p has participant c =Def c participates in p"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000058 - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range [ rdf:type owl:Class ; - owl:unionOf ( - - ) - ] ; - "258-BFO" ; - rdfs:label "is concretized by"@en ; - "c is concretized by b =Def b concretizes c"@en ; - "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . +obo:BFO_0000058 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000059 ; + rdfs:domain obo:BFO_0000031 ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000015 + obo:BFO_0000020 + ) + ] ; + "258-BFO" ; + rdfs:label "is concretized by"@en ; + skos:definition "c is concretized by b =Def b concretizes c"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000059 - rdf:type owl:ObjectProperty ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( - - ) - ] ; - rdfs:range ; - "256-BFO" ; - rdfs:label "concretizes"@en ; - "b concretizes c =Def b is a process or a specifically dependent continuant & c is a generically dependent continuant & there is some time t such that c is the pattern or content which b shares at t with actual or potential copies"@en ; - "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . +obo:BFO_0000059 rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000015 + obo:BFO_0000020 + ) + ] ; + rdfs:range obo:BFO_0000031 ; + "256-BFO" ; + rdfs:label "concretizes"@en ; + skos:definition "b concretizes c =Def b is a process or a specifically dependent continuant & c is a generically dependent continuant & there is some time t such that c is the pattern or content which b shares at t with actual or potential copies"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000062 - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdf:type owl:TransitiveProperty ; - rdfs:domain ; - rdfs:range ; - "213-BFO" ; - rdfs:label "preceded by"@en ; - "b preceded by c =Def b precedes c"@en ; - "The temporal region occupied by the second half of the match is preceded by the temporal region occupied by the first half of the match"@en . +obo:BFO_0000062 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000063 ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + "213-BFO" ; + rdfs:label "preceded by"@en ; + skos:definition "b preceded by c =Def b precedes c"@en ; + skos:example "The temporal region occupied by the second half of the match is preceded by the temporal region occupied by the first half of the match"@en . ### http://purl.obolibrary.org/obo/BFO_0000063 - rdf:type owl:ObjectProperty , - owl:TransitiveProperty ; - rdfs:domain ; - rdfs:range ; - "270-BFO" ; - rdfs:label "precedes"@en ; - "(Elucidation) precedes is a relation between occurrents o, o' such that if t is the temporal extent of o & t' is the temporal extent of o' then either the last instant of o is before the first instant of o' or the last instant of o is the first instant of o' & neither o nor o' are temporal instants"@en ; - "The temporal region occupied by Mary's birth precedes the temporal region occupied by Mary's death."@en ; - "Each temporal region is its own temporal extent. The temporal extent of a spatiotemporal region is the temporal region it temporally projects onto. The temporal extent of a process or process boundary that occupies temporal region t is t." , - "Precedes defines a strict partial order on occurrents." . +obo:BFO_0000063 rdf:type owl:ObjectProperty , + owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + "270-BFO" ; + rdfs:label "precedes"@en ; + skos:definition "(Elucidation) precedes is a relation between occurrents o, o' such that if t is the temporal extent of o & t' is the temporal extent of o' then either the last instant of o is before the first instant of o' or the last instant of o is the first instant of o' & neither o nor o' are temporal instants"@en ; + skos:example "The temporal region occupied by Mary's birth precedes the temporal region occupied by Mary's death."@en ; + skos:scopeNote "Each temporal region is its own temporal extent. The temporal extent of a spatiotemporal region is the temporal region it temporally projects onto. The temporal extent of a process or process boundary that occupies temporal region t is t." , + "Precedes defines a strict partial order on occurrents." . ### http://purl.obolibrary.org/obo/BFO_0000066 - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( - - ) - ] ; - rdfs:range [ rdf:type owl:Class ; - owl:unionOf ( - - ) - ] ; - "143-BFO" ; - rdfs:label "occurs in"@en ; - "b occurs in c =Def b is a process or a process boundary & c is a material entity or site & there exists a spatiotemporal region r & b occupies spatiotemporal region r & for all time t, if b exists at t then c exists at t & there exist spatial regions s and s' where b spatially projects onto s at t & c occupies spatial region s' at t & s is a continuant part of s' at t"@en ; - "A process of digestion occurs in the interior of an organism; a process of loading artillery rounds into a tank cannon occurs in the interior of the tank"@en . +obo:BFO_0000066 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000183 ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000015 + obo:BFO_0000035 + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000029 + obo:BFO_0000040 + ) + ] ; + "143-BFO" ; + rdfs:label "occurs in"@en ; + skos:definition "b occurs in c =Def b is a process or a process boundary & c is a material entity or site & there exists a spatiotemporal region r & b occupies spatiotemporal region r & for all time t, if b exists at t then c exists at t & there exist spatial regions s and s' where b spatially projects onto s at t & c occupies spatial region s' at t & s is a continuant part of s' at t"@en ; + skos:example "A process of digestion occurs in the interior of an organism; a process of loading artillery rounds into a tank cannon occurs in the interior of the tank"@en . ### http://purl.obolibrary.org/obo/BFO_0000084 - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range [ owl:intersectionOf ( - [ rdf:type owl:Class ; - owl:complementOf - ] - ) ; - rdf:type owl:Class - ] ; - "252-BFO" ; - rdfs:label "generically depends on"@en ; - "g-depends on"@en ; - "b generically depends on c =Def b is a generically dependent continuant & c is an independent continuant that is not a spatial region & at some time t there inheres in c a specifically dependent continuant which concretizes b at t"@en ; - "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . +obo:BFO_0000084 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000101 ; + rdfs:domain obo:BFO_0000031 ; + rdfs:range [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + "252-BFO" ; + rdfs:label "generically depends on"@en ; + skos:altLabel "g-depends on"@en ; + skos:definition "b generically depends on c =Def b is a generically dependent continuant & c is an independent continuant that is not a spatial region & at some time t there inheres in c a specifically dependent continuant which concretizes b at t"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000101 - rdf:type owl:ObjectProperty ; - rdfs:domain [ owl:intersectionOf ( - [ rdf:type owl:Class ; - owl:complementOf - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:range ; - "254-BFO" ; - rdfs:label "is carrier of"@en ; - "b is carrier of c =Def there is some time t such that c generically depends on b at t"@en ; - "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . +obo:BFO_0000101 rdf:type owl:ObjectProperty ; + rdfs:domain [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:range obo:BFO_0000031 ; + "254-BFO" ; + rdfs:label "is carrier of"@en ; + skos:definition "b is carrier of c =Def there is some time t such that c generically depends on b at t"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000108 - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range ; - "118-BFO" ; - rdfs:label "exists at"@en ; - "(Elucidation) exists at is a relation between a particular and some temporal region at which the particular exists"@en ; - "First World War exists at 1914-1916; Mexico exists at January 1, 2000"@en . +obo:BFO_0000108 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000001 ; + rdfs:range obo:BFO_0000008 ; + "118-BFO" ; + rdfs:label "exists at"@en ; + skos:definition "(Elucidation) exists at is a relation between a particular and some temporal region at which the particular exists"@en ; + skos:example "First World War exists at 1914-1916; Mexico exists at January 1, 2000"@en . ### http://purl.obolibrary.org/obo/BFO_0000115 - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "230-BFO" ; - rdfs:label "has member part"@en ; - "b has member part c =Def c member part of b"@en ; - "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . +obo:BFO_0000115 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000178 ; + owl:inverseOf obo:BFO_0000129 ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000040 ; + "230-BFO" ; + rdfs:label "has member part"@en ; + skos:definition "b has member part c =Def c member part of b"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000117 - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdf:type owl:TransitiveProperty ; - rdfs:domain ; - rdfs:range ; - "202-BFO" ; - rdfs:label "has occurrent part"@en ; - "b has occurrent part c =Def c occurrent part of b"@en ; - "Mary's life has occurrent part Mary's 5th birthday"@en . +obo:BFO_0000117 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000132 ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + "202-BFO" ; + rdfs:label "has occurrent part"@en ; + skos:definition "b has occurrent part c =Def c occurrent part of b"@en ; + skos:example "Mary's life has occurrent part Mary's 5th birthday"@en . ### http://purl.obolibrary.org/obo/BFO_0000121 - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdf:type owl:TransitiveProperty ; - rdfs:domain ; - rdfs:range ; - "211-BFO" ; - rdfs:label "has temporal part"@en ; - "b has temporal part c =Def c temporal part of b"@en ; - "Your life has temporal part the first year of your life"@en . +obo:BFO_0000121 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000117 ; + owl:inverseOf obo:BFO_0000139 ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + "211-BFO" ; + rdfs:label "has temporal part"@en ; + skos:definition "b has temporal part c =Def c temporal part of b"@en ; + skos:example "Your life has temporal part the first year of your life"@en . ### http://purl.obolibrary.org/obo/BFO_0000124 - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain [ owl:intersectionOf ( - [ rdf:type owl:Class ; - owl:complementOf - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:range [ owl:intersectionOf ( - [ rdf:type owl:Class ; - owl:complementOf - ] - ) ; - rdf:type owl:Class - ] ; - "236-BFO" ; - rdfs:label "location of"@en ; - "b location of c =Def c located in b"@en ; - "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . +obo:BFO_0000124 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000171 ; + rdfs:domain [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:range [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + "236-BFO" ; + rdfs:label "location of"@en ; + skos:definition "b location of c =Def c located in b"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000127 - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "244-BFO" ; - rdfs:label "material basis of"@en ; - "b material basis of c =Def c has material basis b"@en ; - "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . +obo:BFO_0000127 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000218 ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000016 ; + "244-BFO" ; + rdfs:label "material basis of"@en ; + skos:definition "b material basis of c =Def c has material basis b"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000129 - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "228-BFO" ; - rdfs:label "member part of"@en ; - "b member part of c =Def b is an object & c is a material entity & there is some time t such that b continuant part of c at t & there is a mutually exhaustive and pairwise disjoint partition of c into objects x1, ..., xn (for some n ≠ 1) with b = xi (for some 1 <= i <= n)"@en ; - "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . +obo:BFO_0000129 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000176 ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000040 ; + "228-BFO" ; + rdfs:label "member part of"@en ; + skos:definition "b member part of c =Def b is an object & c is a material entity & there is some time t such that b continuant part of c at t & there is a mutually exhaustive and pairwise disjoint partition of c into objects x1, ..., xn (for some n ≠ 1) with b = xi (for some 1 <= i <= n)"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000132 - rdf:type owl:ObjectProperty , - owl:TransitiveProperty ; - rdfs:domain ; - rdfs:range ; - "003-BFO" ; - rdfs:label "occurrent part of"@en ; - "(Elucidation) occurrent part of is a relation between occurrents b and c when b is part of c"@en ; - "Mary's 5th birthday is an occurrent part of Mary's life; the first set of the tennis match is an occurrent part of the tennis match"@en . +obo:BFO_0000132 rdf:type owl:ObjectProperty , + owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + "003-BFO" ; + rdfs:label "occurrent part of"@en ; + skos:definition "(Elucidation) occurrent part of is a relation between occurrents b and c when b is part of c"@en ; + skos:example "Mary's 5th birthday is an occurrent part of Mary's life; the first set of the tennis match is an occurrent part of the tennis match"@en . ### http://purl.obolibrary.org/obo/BFO_0000139 - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdf:type owl:TransitiveProperty ; - rdfs:domain ; - rdfs:range ; - "078-BFO" ; - rdfs:label "temporal part of"@en ; - "b temporal part of c =Def b occurrent part of c & (b and c are temporal regions) or (b and c are spatiotemporal regions & b temporally projects onto an occurrent part of the temporal region that c temporally projects onto) or (b and c are processes or process boundaries & b occupies a temporal region that is an occurrent part of the temporal region that c occupies)"@en ; - "Your heart beating from 4pm to 5pm today is a temporal part of the process of your heart beating; the 4th year of your life is a temporal part of your life, as is the process boundary which separates the 3rd and 4th years of your life; the first quarter of a game of football is a temporal part of the whole game"@en . +obo:BFO_0000139 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000132 ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + "078-BFO" ; + rdfs:label "temporal part of"@en ; + skos:definition "b temporal part of c =Def b occurrent part of c & (b and c are temporal regions) or (b and c are spatiotemporal regions & b temporally projects onto an occurrent part of the temporal region that c temporally projects onto) or (b and c are processes or process boundaries & b occupies a temporal region that is an occurrent part of the temporal region that c occupies)"@en ; + skos:example "Your heart beating from 4pm to 5pm today is a temporal part of the process of your heart beating; the 4th year of your life is a temporal part of your life, as is the process boundary which separates the 3rd and 4th years of your life; the first quarter of a game of football is a temporal part of the whole game"@en . ### http://purl.obolibrary.org/obo/BFO_0000153 - rdf:type owl:ObjectProperty , - owl:FunctionalProperty ; - rdfs:domain ; - rdfs:range ; - "080-BFO" ; - rdfs:label "temporally projects onto"@en ; - "(Elucidation) temporally projects onto is a relation between a spatiotemporal region s and some temporal region which is the temporal extent of s"@en ; - "The world line of a particle temporally projects onto the temporal region extending from the beginning to the end of the existence of the particle"@en . +obo:BFO_0000153 rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain obo:BFO_0000011 ; + rdfs:range obo:BFO_0000008 ; + "080-BFO" ; + rdfs:label "temporally projects onto"@en ; + skos:definition "(Elucidation) temporally projects onto is a relation between a spatiotemporal region s and some temporal region which is the temporal extent of s"@en ; + skos:example "The world line of a particle temporally projects onto the temporal region extending from the beginning to the end of the existence of the particle"@en . ### http://purl.obolibrary.org/obo/BFO_0000171 - rdf:type owl:ObjectProperty ; - rdfs:domain [ owl:intersectionOf ( - [ rdf:type owl:Class ; - owl:complementOf - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:range [ owl:intersectionOf ( - [ rdf:type owl:Class ; - owl:complementOf - ] - ) ; - rdf:type owl:Class - ] ; - "234-BFO" ; - rdfs:label "located in"@en ; - "b located in c =Def b is an independent continuant & c is an independent & neither is a spatial region & there is some time t such that the spatial region which b occupies at t is continuant part of the spatial region which c occupies at t"@en ; - "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . +obo:BFO_0000171 rdf:type owl:ObjectProperty ; + rdfs:domain [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:range [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + "234-BFO" ; + rdfs:label "located in"@en ; + skos:definition "b located in c =Def b is an independent continuant & c is an independent & neither is a spatial region & there is some time t such that the spatial region which b occupies at t is continuant part of the spatial region which c occupies at t"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000176 - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "221-BFO" ; - rdfs:label "continuant part of"@en ; - "b continuant part of c =Def b and c are continuants & there is some time t such that b and c exist at t & b continuant part of c at t"@en ; - "Milk teeth continuant part of human; surgically removed tumour continuant part of organism"@en ; - "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . +obo:BFO_0000176 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000178 ; + rdfs:domain obo:BFO_0000002 ; + rdfs:range obo:BFO_0000002 ; + "221-BFO" ; + rdfs:label "continuant part of"@en ; + skos:definition "b continuant part of c =Def b and c are continuants & there is some time t such that b and c exist at t & b continuant part of c at t"@en ; + skos:example "Milk teeth continuant part of human; surgically removed tumour continuant part of organism"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000178 - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range ; - "271-BFO" ; - rdfs:label "has continuant part"@en ; - "b has continuant part c =Def c continuant part of b"@en ; - "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . +obo:BFO_0000178 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000002 ; + rdfs:range obo:BFO_0000002 ; + "271-BFO" ; + rdfs:label "has continuant part"@en ; + skos:definition "b has continuant part c =Def c continuant part of b"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000183 - rdf:type owl:ObjectProperty ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( - - ) - ] ; - rdfs:range [ rdf:type owl:Class ; - owl:unionOf ( - - ) - ] ; - "267-BFO" ; - rdfs:label "environs"@en ; - "contains process"@en ; - "b environs c =Def c occurs in b"@en ; - "Mouth environs process of mastication; city environs traffic"@en . +obo:BFO_0000183 rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000029 + obo:BFO_0000040 + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000015 + obo:BFO_0000035 + ) + ] ; + "267-BFO" ; + rdfs:label "environs"@en ; + skos:altLabel "contains process"@en ; + skos:definition "b environs c =Def c occurs in b"@en ; + skos:example "Mouth environs process of mastication; city environs traffic"@en . ### http://purl.obolibrary.org/obo/BFO_0000184 - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdf:type owl:FunctionalProperty , - owl:InverseFunctionalProperty ; - rdfs:domain ; - rdfs:range ; - "144-BFO" ; - rdfs:label "history of"@en ; - "(Elucidation) history of is a relation between history b and material entity c such that b is the unique history of c"@en ; - "This life is the history of this organism"@en . +obo:BFO_0000184 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000185 ; + rdf:type owl:FunctionalProperty , + owl:InverseFunctionalProperty ; + rdfs:domain obo:BFO_0000182 ; + rdfs:range obo:BFO_0000040 ; + "144-BFO" ; + rdfs:label "history of"@en ; + skos:definition "(Elucidation) history of is a relation between history b and material entity c such that b is the unique history of c"@en ; + skos:example "This life is the history of this organism"@en . ### http://purl.obolibrary.org/obo/BFO_0000185 - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range ; - "145-BFO" ; - rdfs:label "has history"@en ; - "b has history c =Def c history of b"@en ; - "This organism has history this life"@en . +obo:BFO_0000185 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000182 ; + "145-BFO" ; + rdfs:label "has history"@en ; + skos:definition "b has history c =Def c history of b"@en ; + skos:example "This organism has history this life"@en . ### http://purl.obolibrary.org/obo/BFO_0000194 - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( - [ owl:intersectionOf ( - [ rdf:type owl:Class ; - owl:complementOf - ] - ) ; - rdf:type owl:Class - ] - ) - ] ; - rdfs:range ; - "260-BFO" ; - rdfs:label "specifically depended on by"@en ; - "s-depended on by"@en ; - "b specifically depended on by c =Def c specifically depends on b"@en ; - "Coloured object specifically depended on by colour"@en . +obo:BFO_0000194 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000195 ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000020 + [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] + ) + ] ; + rdfs:range obo:BFO_0000020 ; + "260-BFO" ; + rdfs:label "specifically depended on by"@en ; + skos:altLabel "s-depended on by"@en ; + skos:definition "b specifically depended on by c =Def c specifically depends on b"@en ; + skos:example "Coloured object specifically depended on by colour"@en . ### http://purl.obolibrary.org/obo/BFO_0000195 - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range [ rdf:type owl:Class ; - owl:unionOf ( - [ owl:intersectionOf ( - [ rdf:type owl:Class ; - owl:complementOf - ] - ) ; - rdf:type owl:Class - ] - ) - ] ; - "012-BFO" ; - rdfs:label "specifically depends on"@en ; - "s-depends on"@en ; - "(Elucidation) specifically depends on is a relation between a specifically dependent continuant b and specifically dependent continuant or independent continuant that is not a spatial region c such that b and c share no parts in common & b is of a nature such that at all times t it cannot exist unless c exists & b is not a boundary of c"@en ; - "A shape specifically depends on the shaped object; hue, saturation and brightness of a colour sample specifically depends on each other"@en ; - "The analogue of specifically depends on for occurrents is has participant."@en . +obo:BFO_0000195 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000020 ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000020 + [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] + ) + ] ; + "012-BFO" ; + rdfs:label "specifically depends on"@en ; + skos:altLabel "s-depends on"@en ; + skos:definition "(Elucidation) specifically depends on is a relation between a specifically dependent continuant b and specifically dependent continuant or independent continuant that is not a spatial region c such that b and c share no parts in common & b is of a nature such that at all times t it cannot exist unless c exists & b is not a boundary of c"@en ; + skos:example "A shape specifically depends on the shaped object; hue, saturation and brightness of a colour sample specifically depends on each other"@en ; + skos:scopeNote "The analogue of specifically depends on for occurrents is has participant."@en . ### http://purl.obolibrary.org/obo/BFO_0000196 - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain [ owl:intersectionOf ( - [ rdf:type owl:Class ; - owl:complementOf - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:range ; - "053-BFO" ; - rdfs:label "bearer of"@en ; - "b bearer of c =Def c inheres in b"@en ; - "A patch of ink is the bearer of a colour quality; an organism is the bearer of a temperature quality"@en . +obo:BFO_0000196 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000194 ; + owl:inverseOf obo:BFO_0000197 ; + rdfs:domain [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:range obo:BFO_0000020 ; + "053-BFO" ; + rdfs:label "bearer of"@en ; + skos:definition "b bearer of c =Def c inheres in b"@en ; + skos:example "A patch of ink is the bearer of a colour quality; an organism is the bearer of a temperature quality"@en . ### http://purl.obolibrary.org/obo/BFO_0000197 - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range [ owl:intersectionOf ( - [ rdf:type owl:Class ; - owl:complementOf - ] - ) ; - rdf:type owl:Class - ] ; - "051-BFO" ; - rdfs:label "inheres in"@en ; - "b inheres in c =Def b is a specifically dependent continuant & c is an independent continuant that is not a spatial region & b specifically depends on c"@en ; - "A shape inheres in a shaped object; a mass inheres in a material entity"@en . +obo:BFO_0000197 rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000195 ; + rdfs:domain obo:BFO_0000020 ; + rdfs:range [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + "051-BFO" ; + rdfs:label "inheres in"@en ; + skos:definition "b inheres in c =Def b is a specifically dependent continuant & c is an independent continuant that is not a spatial region & b specifically depends on c"@en ; + skos:example "A shape inheres in a shaped object; a mass inheres in a material entity"@en . ### http://purl.obolibrary.org/obo/BFO_0000199 - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdf:type owl:FunctionalProperty ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( - - ) - ] ; - rdfs:range ; - "132-BFO" ; - rdfs:label "occupies temporal region"@en ; - "p occupies temporal region t =Def p is a process or process boundary & the spatiotemporal region occupied by p temporally projects onto t"@en ; - "The Second World War occupies the temporal region September 1, 1939 - September 2, 1945"@en . +obo:BFO_0000199 rdf:type owl:ObjectProperty ; + owl:inverseOf cco:is_temporal_region_of ; + rdf:type owl:FunctionalProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000015 + obo:BFO_0000035 + ) + ] ; + rdfs:range obo:BFO_0000008 ; + "132-BFO" ; + rdfs:label "occupies temporal region"@en ; + skos:definition "p occupies temporal region t =Def p is a process or process boundary & the spatiotemporal region occupied by p temporally projects onto t"@en ; + skos:example "The Second World War occupies the temporal region September 1, 1939 - September 2, 1945"@en . ### http://purl.obolibrary.org/obo/BFO_0000200 - rdf:type owl:ObjectProperty , - owl:FunctionalProperty ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( - - ) - ] ; - rdfs:range ; - "082-BFO" ; - rdfs:label "occupies spatiotemporal region"@en ; - "(Elucidation) occupies spatiotemporal region is a relation between a process or process boundary p and the spatiotemporal region s which is its spatiotemporal extent"@en ; - "A particle emitted by a nuclear reactor occupies the spatiotemporal region which is its trajectory"@en . +obo:BFO_0000200 rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000015 + obo:BFO_0000035 + ) + ] ; + rdfs:range obo:BFO_0000011 ; + "082-BFO" ; + rdfs:label "occupies spatiotemporal region"@en ; + skos:definition "(Elucidation) occupies spatiotemporal region is a relation between a process or process boundary p and the spatiotemporal region s which is its spatiotemporal extent"@en ; + skos:example "A particle emitted by a nuclear reactor occupies the spatiotemporal region which is its trajectory"@en . ### http://purl.obolibrary.org/obo/BFO_0000210 - rdf:type owl:ObjectProperty ; - rdfs:domain [ owl:intersectionOf ( - [ rdf:type owl:Class ; - owl:complementOf - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:range ; - "232-BFO" ; - rdfs:label "occupies spatial region"@en ; - "b occupies spatial region r =Def b is an independent continuant that is not a spatial region & r is a spatial region & there is some time t such that every continuant part of b occupies some continuant part of r at t and no continuant part of b occupies any spatial region that is not a continuant part of r at t"@en ; - "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . +obo:BFO_0000210 rdf:type owl:ObjectProperty ; + rdfs:domain [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:range obo:BFO_0000006 ; + "232-BFO" ; + rdfs:label "occupies spatial region"@en ; + skos:definition "b occupies spatial region r =Def b is an independent continuant that is not a spatial region & r is a spatial region & there is some time t such that every continuant part of b occupies some continuant part of r at t and no continuant part of b occupies any spatial region that is not a continuant part of r at t"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000216 - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range ; - "246-BFO" ; - rdfs:label "spatially projects onto"@en ; - "(Elucidation) spatially projects onto is a relation between some spatiotemporal region b and spatial region c such that at some time t, c is the spatial extent of b at t"@en ; - "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . +obo:BFO_0000216 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000011 ; + rdfs:range obo:BFO_0000006 ; + "246-BFO" ; + rdfs:label "spatially projects onto"@en ; + skos:definition "(Elucidation) spatially projects onto is a relation between some spatiotemporal region b and spatial region c such that at some time t, c is the spatial extent of b at t"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000218 - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range ; - "242-BFO" ; - rdfs:label "has material basis"@en ; - "b has material basis c =Def b is a disposition & c is a material entity & there is some d bearer of b & there is some time t such that c is a continuant part of d at t & d has disposition b because c is a continuant part of d at t"@en ; - "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . +obo:BFO_0000218 rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000016 ; + rdfs:range obo:BFO_0000040 ; + "242-BFO" ; + rdfs:label "has material basis"@en ; + skos:definition "b has material basis c =Def b is a disposition & c is a material entity & there is some d bearer of b & there is some time t such that c is a continuant part of d at t & d has disposition b because c is a continuant part of d at t"@en ; + skos:scopeNote "Users that require more sophisticated representations of time are encouraged to import a temporal extension of BFO-Core provided by the BFO development team. See documentation for guidance: "@en . ### http://purl.obolibrary.org/obo/BFO_0000221 - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "268-BFO" ; - rdfs:label "first instant of"@en ; - "t first instant of t' =Def t is a temporal instant & t' is a temporal region t' & t precedes all temporal parts of t' other than t"@en ; - "An hour starting at midnight yesterday has first instant midnight yesterday"@en . +obo:BFO_0000221 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000222 ; + rdfs:domain obo:BFO_0000203 ; + rdfs:range obo:BFO_0000008 ; + "268-BFO" ; + rdfs:label "first instant of"@en ; + skos:definition "t first instant of t' =Def t is a temporal instant & t' is a temporal region t' & t precedes all temporal parts of t' other than t"@en ; + skos:example "An hour starting at midnight yesterday has first instant midnight yesterday"@en . ### http://purl.obolibrary.org/obo/BFO_0000222 - rdf:type owl:ObjectProperty , - owl:FunctionalProperty ; - rdfs:domain ; - rdfs:range ; - "261-BFO" ; - rdfs:label "has first instant"@en ; - "t has first instant t' =Def t' first instant of t"@en ; - "The first hour of a year has first instant midnight on December 31"@en . +obo:BFO_0000222 rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain obo:BFO_0000008 ; + rdfs:range obo:BFO_0000203 ; + "261-BFO" ; + rdfs:label "has first instant"@en ; + skos:definition "t has first instant t' =Def t' first instant of t"@en ; + skos:example "The first hour of a year has first instant midnight on December 31"@en . ### http://purl.obolibrary.org/obo/BFO_0000223 - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "269-BFO" ; - rdfs:label "last instant of"@en ; - "t last instant of t' =Def t is a temporal instant & t' is a temporal region & all temporal parts of t' other than t precede t"@en ; - "Last midnight is the last instant of yesterday"@en . +obo:BFO_0000223 rdf:type owl:ObjectProperty ; + owl:inverseOf obo:BFO_0000224 ; + rdfs:domain obo:BFO_0000203 ; + rdfs:range obo:BFO_0000008 ; + "269-BFO" ; + rdfs:label "last instant of"@en ; + skos:definition "t last instant of t' =Def t is a temporal instant & t' is a temporal region & all temporal parts of t' other than t precede t"@en ; + skos:example "Last midnight is the last instant of yesterday"@en . ### http://purl.obolibrary.org/obo/BFO_0000224 - rdf:type owl:ObjectProperty , - owl:FunctionalProperty ; - rdfs:domain ; - rdfs:range ; - "215-BFO" ; - rdfs:label "has last instant"@en ; - "t has last instant t' =Def t' last instant of t"@en ; - "The last hour of a year has last instant midnight December 31"@en . +obo:BFO_0000224 rdf:type owl:ObjectProperty , + owl:FunctionalProperty ; + rdfs:domain obo:BFO_0000008 ; + rdfs:range obo:BFO_0000203 ; + "215-BFO" ; + rdfs:label "has last instant"@en ; + skos:definition "t has last instant t' =Def t' last instant of t"@en ; + skos:example "The last hour of a year has last instant midnight December 31"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/accessory_in - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "accessory in"@en ; - "y is_accessory_in x iff x is an instance of Process and y is an instance of Agent, such that y assists another agent in the commission of x, and y was not located at the location of x when x occurred, and y was not an agent_in x."@en . +cco:accessory_in rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + owl:inverseOf cco:has_accessory ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000015 ; + cco:definition_source "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "accessory in"@en ; + skos:definition "y is_accessory_in x iff x is an instance of Process and y is an instance of Agent, such that y assists another agent in the commission of x, and y was not located at the location of x when x occurred, and y was not an agent_in x."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/accomplice_in - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "accomplice in"@en ; - "An agent a1 is accomplice_in some Processual Entity p1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en . +cco:accomplice_in rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + owl:inverseOf cco:has_accomplice ; + rdfs:domain obo:BFO_0000040 ; + rdfs:range obo:BFO_0000015 ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "accomplice in"@en ; + skos:definition "An agent a1 is accomplice_in some Processual Entity p1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/affects - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "affects"@en ; - "x affects y iff x is an instance of Process and y is an instance of Continuant, and x influences y in some manner, most often by producing a change in y."@en . +cco:affects rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + owl:inverseOf cco:is_affected_by ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000002 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "affects"@en ; + skos:definition "x affects y iff x is an instance of Process and y is an instance of Continuant, and x influences y in some manner, most often by producing a change in y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/agent_in - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "agent in"@en ; - "x agent_in y iff y is an instance of Process and x is an instance of Agent, such that x is causally active in y."@en . +cco:agent_in rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + owl:inverseOf cco:has_agent ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "agent in"@en ; + skos:definition "x agent_in y iff y is an instance of Process and x is an instance of Agent, such that x is causally active in y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_bearer_of - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range [ rdf:type owl:Class ; - owl:unionOf ( - - ) - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "aggregate bearer of"@en ; - "x aggregate_bearer_of y iff x is an instance of Object Aggregate and y is an instance of Specifically Dependent Continuant and z is an instance of Object, such that z bearer of y, and all other members of x are bearers of a unique instance of the same type as y."@en . +cco:aggregate_bearer_of rdf:type owl:ObjectProperty ; + owl:inverseOf cco:inheres_in_aggregate ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000020 + obo:BFO_0000031 + ) + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "aggregate bearer of"@en ; + skos:definition "x aggregate_bearer_of y iff x is an instance of Object Aggregate and y is an instance of Specifically Dependent Continuant and z is an instance of Object, such that z bearer of y, and all other members of x are bearers of a unique instance of the same type as y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_has_capability - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "aggregate has capability"@en ; - "x aggregate_has_capability y iff x is an instance of Object Aggregate and y is an instance of Agent Capability, such that x is aggregate bearer of y."@en . +cco:aggregate_has_capability rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:aggregate_bearer_of ; + owl:inverseOf cco:capability_of_aggregate ; + rdfs:domain cco:GroupOfAgents ; + rdfs:range cco:AgentCapability ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "aggregate has capability"@en ; + skos:definition "x aggregate_has_capability y iff x is an instance of Object Aggregate and y is an instance of Agent Capability, such that x is aggregate bearer of y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_has_disposition - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "aggregate has disposition"@en ; - "x aggregate_has_disposition y iff x is an instance of Object Aggregate and y is an instance of Disposition, such that x aggregate_bearer_of y."@en . +cco:aggregate_has_disposition rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:aggregate_bearer_of ; + owl:inverseOf cco:disposition_of_aggregate ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range obo:BFO_0000016 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "aggregate has disposition"@en ; + skos:definition "x aggregate_has_disposition y iff x is an instance of Object Aggregate and y is an instance of Disposition, such that x aggregate_bearer_of y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_has_quality - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "aggregate has quality"@en ; - "x aggregate_has_quality y iff x is an instance of Object Aggregate and y is an instance of Quality, such that x aggregate_bearer_of y."@en . +cco:aggregate_has_quality rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:aggregate_bearer_of ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range obo:BFO_0000019 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "aggregate has quality"@en ; + skos:definition "x aggregate_has_quality y iff x is an instance of Object Aggregate and y is an instance of Quality, such that x aggregate_bearer_of y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/aggregate_has_role - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "aggregate has role"@en ; - "x aggregate_has_role y iff x is an instance of Object Aggregate and y is an instance of Role, such that x aggregate_bearer_of y."@en . +cco:aggregate_has_role rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:aggregate_bearer_of ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range obo:BFO_0000023 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "aggregate has role"@en ; + skos:definition "x aggregate_has_role y iff x is an instance of Object Aggregate and y is an instance of Role, such that x aggregate_bearer_of y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/capability_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "capability of"@en ; - "x capability_of y iff y is an instance of Agent and x is an instance of Agent Capability, such that x inheres in y."@en . +cco:capability_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000197 ; + owl:inverseOf cco:has_capability ; + rdfs:domain cco:AgentCapability ; + rdfs:range cco:Agent ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "capability of"@en ; + skos:definition "x capability_of y iff y is an instance of Agent and x is an instance of Agent Capability, such that x inheres in y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/capability_of_aggregate - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "capability of aggregate"@en ; - "x capability_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Agent Capability, such that x inheres in aggregate y."@en . +cco:capability_of_aggregate rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:inheres_in_aggregate ; + rdfs:domain cco:AgentCapability ; + rdfs:range cco:GroupOfAgents ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "capability of aggregate"@en ; + skos:definition "x capability_of_aggregate y iff y is an instance of Object Aggregate and x is an instance of Agent Capability, such that x inheres in aggregate y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/caused_by - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "caused by"@en ; - "x caused_by y iff x and y are instances of Occurrent, and x is a consequence of y."@en . +cco:caused_by rdf:type owl:ObjectProperty ; + owl:inverseOf cco:is_cause_of ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "caused by"@en ; + skos:definition "x caused_by y iff x and y are instances of Occurrent, and x is a consequence of y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/coincides_with - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "coincides with"@en ; - "An immaterial entity im1 coincides with some immaterial entity im2 iff im1 is a spatial part of im2 and im2 is a spatial part of im1."@en ; - "Given a stronger temporal interpretation, this property may be transitive and symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . +cco:coincides_with rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:connected_with ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "coincides with"@en ; + skos:definition "An immaterial entity im1 coincides with some immaterial entity im2 iff im1 is a spatial part of im2 and im2 is a spatial part of im1."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive and symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/condition_described_by - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - owl:propertyChainAxiom ( - - ) ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "condition described by"@en ; - "c condition_described_by p iff p is an instance of a Performance Specification, and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and d describes c, and c is an entity that is causally relevant to s existing as prescribed by p."@en . +cco:condition_described_by rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_subject_of ; + owl:inverseOf cco:describes_condition ; + owl:propertyChainAxiom ( cco:described_by + obo:BFO_0000176 + ) ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "condition described by"@en ; + skos:definition "c condition_described_by p iff p is an instance of a Performance Specification, and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and d describes c, and c is an entity that is causally relevant to s existing as prescribed by p."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/connected_with - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "connected with"@en ; - "An immaterial entity im1 is connected with some immaterial entity im2 iff there exists some immaterial entity im3 that is common to both im1 and im2."@en ; - "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . +cco:connected_with rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "connected with"@en ; + skos:definition "An immaterial entity im1 is connected with some immaterial entity im2 iff there exists some immaterial entity im3 that is common to both im1 and im2."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/delimits - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "delimits"@en ; - "An instance of Delimiting Domain dd1 delimits some Organization o1 iff dd1 is the area within which o1 can legally operate."@en . +cco:delimits rdf:type owl:ObjectProperty ; + owl:inverseOf cco:is_delimited_by ; + rdfs:domain cco:DelimitingDomain ; + rdfs:range cco:Organization ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "delimits"@en ; + skos:definition "An instance of Delimiting Domain dd1 delimits some Organization o1 iff dd1 is the area within which o1 can legally operate."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/described_by - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "described by"@en ; - "x described_by y iff y is an instance of Information Content Entity, and x is an instance of Entity, such that y is about the characteristics by which y can be recognized or visualized."@en . +cco:described_by rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_subject_of ; + owl:inverseOf cco:describes ; + rdfs:range cco:DescriptiveInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "described by"@en ; + skos:definition "x described_by y iff y is an instance of Information Content Entity, and x is an instance of Entity, such that y is about the characteristics by which y can be recognized or visualized."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/describes - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "It is possible that this relation should be a functional property, that is for all x, y, z if x describes y and x describes z then y = z. For example, if a financial report x describes the quarterly results of a company y and that same financial report describes the quarterly results of a company z, then it should be inferred that companies y and z are the same. We refrained from classifying the relation as a functional property on the concern that descriptions are multifaceted and so consequently it may be that the same report would contain descriptions of multiple entities."@en ; - rdfs:label "describes"@en ; - "x describes y iff x is an instance of Information Content Entity, and y is an instance of Entity, such that x is about the characteristics by which y can be recognized or visualized."@en ; - "the content of a newspaper article describes some current event" , - "the content of a visitor's log describes some facility visit" , - "the content of an accident report describes some accident" . +cco:describes rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_about ; + rdfs:domain cco:DescriptiveInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "It is possible that this relation should be a functional property, that is for all x, y, z if x describes y and x describes z then y = z. For example, if a financial report x describes the quarterly results of a company y and that same financial report describes the quarterly results of a company z, then it should be inferred that companies y and z are the same. We refrained from classifying the relation as a functional property on the concern that descriptions are multifaceted and so consequently it may be that the same report would contain descriptions of multiple entities."@en ; + rdfs:label "describes"@en ; + skos:definition "x describes y iff x is an instance of Information Content Entity, and y is an instance of Entity, such that x is about the characteristics by which y can be recognized or visualized."@en ; + skos:example "the content of a newspaper article describes some current event" , + "the content of a visitor's log describes some facility visit" , + "the content of an accident report describes some accident" . ### http://www.ontologyrepository.com/CommonCoreOntologies/describes_condition - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:propertyChainAxiom ( - - ) ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "describes condition"@en ; - "p describes_condition c iff p is an instance of a Performance Specification, and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and d describes c, and c is an entity that is causally relevant to s existing as prescribed by p."@en . +cco:describes_condition rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_about ; + owl:propertyChainAxiom ( obo:BFO_0000178 + cco:describes + ) ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "describes condition"@en ; + skos:definition "p describes_condition c iff p is an instance of a Performance Specification, and p has part d, and d is an instance of a Descriptive Information Content Entity, and p prescribes an entity s, and d describes c, and c is an entity that is causally relevant to s existing as prescribed by p."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/designated_by - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "designated by"@en ; - "x designated_by y iff y is an instance of Information Content Entity and x is an instance of Entity, such that given some context, y uniquely distinguishes x from other entities."@en . +cco:designated_by rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_subject_of ; + owl:inverseOf cco:designates ; + rdfs:range cco:DesignativeInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "designated by"@en ; + skos:definition "x designated_by y iff y is an instance of Information Content Entity and x is an instance of Entity, such that given some context, y uniquely distinguishes x from other entities."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/designates - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "designates"@en ; - "x designates y iff x is an instance of an Information Content Entity, and y is an instance of an Entity, such that given some context, x uniquely distinguishes y from other entities."@en ; - "a URL designates the location of a Web Page on the internet" , - "a person's name designates that person" , - "a vehicle identification number designates some vehicle" ; - "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . +cco:designates rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_about ; + rdfs:domain cco:DesignativeInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "designates"@en ; + skos:definition "x designates y iff x is an instance of an Information Content Entity, and y is an instance of an Entity, such that given some context, x uniquely distinguishes y from other entities."@en ; + skos:example "a URL designates the location of a Web Page on the internet" , + "a person's name designates that person" , + "a vehicle identification number designates some vehicle" ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/disconnected_with - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "disconnected with"@en ; - "An immaterial entity im1 is disconnected with some immaterial entity im2 iff there does not exist some immaterial entity im3 that is common to both im1 and im2."@en ; - "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . +cco:disconnected_with rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "disconnected with"@en ; + skos:definition "An immaterial entity im1 is disconnected with some immaterial entity im2 iff there does not exist some immaterial entity im3 that is common to both im1 and im2."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/disposition_of_aggregate - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "disposition of aggregate"@en ; - "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:disposition_of_aggregate rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:inheres_in_aggregate ; + rdfs:domain obo:BFO_0000016 ; + rdfs:range obo:BFO_0000027 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "disposition of aggregate"@en ; + skos: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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/disrupts - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range . +cco:disrupts rdf:type owl:ObjectProperty ; + owl:inverseOf cco:is_disrupted_by ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "disrupts"@en ; + skos:definition "A relation where one process disrupts another process from occurring as it would have."@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 ; + skos:scopeNote "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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/externally_connects_with - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "externally connects with"@en ; - "An immaterial entity im1 externally connects with some immaterial entity im2 iff im1 connects with im2 and im1 does not overlap with im2."@en ; - "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . +cco:externally_connects_with rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:connected_with ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:definition_source "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "externally connects with"@en ; + skos:definition "An immaterial entity im1 externally connects with some immaterial entity im2 iff im1 connects with im2 and im1 does not overlap with im2."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_accessory - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "has accessory"@en ; - "x has_accessory y iff x is an instance of Process and y is an instance of Agent, such that y assists another agent in the commission of x, and y was not located at the location of x when x occurred, and y was not an agent_in x."@en . +cco:has_accessory rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000040 ; + cco:definition_source "http://en.wikipedia.org/wiki/Accessory_(legal_term)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "has accessory"@en ; + skos:definition "x has_accessory y iff x is an instance of Process and y is an instance of Agent, such that y assists another agent in the commission of x, and y was not located at the location of x when x occurred, and y was not an agent_in x."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_accomplice - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "has accomplice"@en ; - "A Processual Entity p1 has_accomplice some agent a1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en . +cco:has_accomplice rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000040 ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Accomplice&oldid=1002047204"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "has accomplice"@en ; + skos:definition "A Processual Entity p1 has_accomplice some agent a1 iff a1 assists in the commission of p1, is located at the location of p1, but is not agent_in p1."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_affiliate - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( - - - ) - ] ; - rdfs:range [ rdf:type owl:Class ; - owl:unionOf ( - - - ) - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has affiliate"@en ; - "x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship."@en . +cco:has_affiliate rdf:type owl:ObjectProperty ; + owl:inverseOf cco:is_affiliated_with ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( cco:Agent + cco:Organization + cco:Person + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( cco:Agent + cco:Organization + cco:Person + ) + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has affiliate"@en ; + skos:definition "x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_agent - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has agent"@en ; - "x has_agent y iff x is an instance of Process and y is an instance of Agent, such that y is causally active in x."@en . +cco:has_agent rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has agent"@en ; + skos:definition "x has_agent y iff x is an instance of Process and y is an instance of Agent, such that y is causally active in x."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_aunt - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has aunt"@en . +cco:has_aunt rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_familial_relationship_to ; + owl:inverseOf cco:is_aunt_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has aunt"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_brother - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has brother"@en . +cco:has_brother rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_sibling_of ; + owl:inverseOf cco:is_brother_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has brother"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_brother_in_law - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has brother in law"@en . +cco:has_brother_in_law rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_in_law_of ; + owl:inverseOf cco:is_brother_in_law_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has brother in law"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_capability - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has capability"@en ; - "x has_capability y iff x is an instance of Agent and y is an instance of Agent Capability, such that x bearer of y."@en . +cco:has_capability rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000196 ; + rdfs:domain cco:Agent ; + rdfs:range cco:AgentCapability ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has capability"@en ; + skos:definition "x has_capability y iff x is an instance of Agent and y is an instance of Agent Capability, such that x bearer of y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_daughter - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has daughter"@en . +cco:has_daughter rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_parent_of ; + owl:inverseOf cco:is_daughter_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has daughter"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_daughter_in_law - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has daughter in law"@en . +cco:has_daughter_in_law rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_in_law_of ; + owl:inverseOf cco:is_daughter_in_law_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has daughter in law"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_familial_relationship_to - rdf:type owl:ObjectProperty , - owl:SymmetricProperty ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has familial relationship to"@en ; - "A relationship between persons by virtue of ancestry or legal union."@en . +cco:has_familial_relationship_to rdf:type owl:ObjectProperty , + owl:SymmetricProperty ; + rdfs:domain cco:Person ; + rdfs:range cco:Person ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has familial relationship to"@en ; + skos:definition "A relationship between persons by virtue of ancestry or legal union."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_father - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has father"@en . +cco:has_father rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_child_of ; + owl:inverseOf cco:is_father_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has father"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_father_in_law - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has father in law"@en . +cco:has_father_in_law rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_in_law_of ; + owl:inverseOf cco:is_father_in_law_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has father in law"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_granddaughter - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has granddaughter"@en . +cco:has_granddaughter rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_grandparent_of ; + owl:inverseOf cco:is_granddaughter_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has granddaughter"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_grandfather - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has grandfather"@en . +cco:has_grandfather rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_grandchild_of ; + owl:inverseOf cco:is_grandfather_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has grandfather"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_grandmother - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has grandmother"@en . +cco:has_grandmother rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_grandchild_of ; + owl:inverseOf cco:is_grandmother_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has grandmother"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_grandson - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has grandson"@en . +cco:has_grandson rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_grandparent_of ; + owl:inverseOf cco:is_grandson_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has grandson"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_half_brother - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has half brother"@en . +cco:has_half_brother rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_half_sibling_of ; + owl:inverseOf cco:is_half_brother_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has half brother"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_half_sister - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has half sister"@en . +cco:has_half_sister rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_half_sibling_of ; + owl:inverseOf cco:is_half_sister_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has half sister"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_husband - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has husband"@en . +cco:has_husband rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_spouse_of ; + owl:inverseOf cco:is_husband_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has husband"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_input - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "has input"@en ; - "y has_input x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en . +cco:has_input rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + owl:inverseOf cco:is_input_of ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000002 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "has input"@en ; + skos:definition "y has_input x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_inside_instant - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "has inside instant"@en ; - "For Temporal Interval t1 and Temporal Instant t2, t1 has inside instant t2 if and only if there exists Temporal Instants t3 and t4 that are part of t1 and non-identical with t2, such that t3 is before t2 and t4 is after t2."@en . +cco:has_inside_instant rdf:type owl:ObjectProperty ; + owl:inverseOf cco:is_inside_instant_of ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000148 ; + cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "has inside instant"@en ; + skos:definition "For Temporal Interval t1 and Temporal Instant t2, t1 has inside instant t2 if and only if there exists Temporal Instants t3 and t4 that are part of t1 and non-identical with t2, such that t3 is before t2 and t4 is after t2."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_inside_interval - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "has inside interval"@en ; - "A Temporal Interval INT2 has inside interval some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."@en . +cco:has_inside_interval rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:interval_contains ; + owl:inverseOf cco:interval_during ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "has inside interval"@en ; + skos:definition "A Temporal Interval INT2 has inside interval some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_interest_in - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; - "https://cubrc.org"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "has interest in"@en ; - "A relation between an entity and some process where the entity has an interest in that process."@en ; - "This term is meant to be weakly normative. The only sense in which the process is of positive normative value is that it's prescribed by the entity, or historically of evolutionary benefit to the entity's ancestors, or facilitates a process the entity has an interest in for the prior two reasons. The process an entity has an interest could in many or all ways be harmful to the entity."@en ; - "has interest in"@en ; - "There are four conditions in which an entity has an interest in some process. 1) Biological Condition: If a part (including improper part) of an organism has a function, then that organism has an interest in the realization of that function. 2) Artifactual Condition: If a part (including improper part) of an artifact has a function, then some agent or group of agents, at some time, has an interest in the realization of that function. 3) Prescription Condition: If an agent or group of agents has a plan, then it has an interest in the realization of all the processes and process-combinations prescribed by that plan. 4) Facilitation Condition: If (a) x has an interest in the realization of a disposition y, and (b) the realization of a disposition z facilitates the realization of disposition y, then (c) x has an interest in the realization of disposition z, and by 'facilitates' we mean that the occurrence of a process w, which realizes realization of z is either (1) required for y, to realize or (2) would contribute positively to the grade of, y's realization."@en . +cco:has_interest_in rdf:type owl:ObjectProperty ; + owl:inverseOf cco:is_interest_of ; + rdfs:domain cco:Agent ; + rdfs:range obo:BFO_0000015 ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has interest in"@en ; + skos:definition "A relation between an entity and some process where the entity has an interest in that process."@en ; + skos:editorialNote "This term is meant to be weakly normative. The only sense in which the process is of positive normative value is that it's prescribed by the entity, or historically of evolutionary benefit to the entity's ancestors, or facilitates a process the entity has an interest in for the prior two reasons. The process an entity has an interest could in many or all ways be harmful to the entity."@en ; + skos:prefLabel "has interest in"@en ; + skos:scopeNote "There are four conditions in which an entity has an interest in some process. 1) Biological Condition: If a part (including improper part) of an organism has a function, then that organism has an interest in the realization of that function. 2) Artifactual Condition: If a part (including improper part) of an artifact has a function, then some agent or group of agents, at some time, has an interest in the realization of that function. 3) Prescription Condition: If an agent or group of agents has a plan, then it has an interest in the realization of all the processes and process-combinations prescribed by that plan. 4) Facilitation Condition: If (a) x has an interest in the realization of a disposition y, and (b) the realization of a disposition z facilitates the realization of disposition y, then (c) x has an interest in the realization of disposition z, and by 'facilitates' we mean that the occurrence of a process w, which realizes realization of z is either (1) required for y, to realize or (2) would contribute positively to the grade of, y's realization."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_maternal_aunt - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has maternal aunt"@en . +cco:has_maternal_aunt rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_aunt ; + owl:inverseOf cco:is_maternal_aunt_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has maternal aunt"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_maternal_first_cousin - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has maternal first cousin"@en . +cco:has_maternal_first_cousin rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_first_cousin_of ; + owl:inverseOf cco:is_maternal_first_cousin_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has maternal first cousin"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_maternal_grandfather - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has maternal grandfather"@en . +cco:has_maternal_grandfather rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_grandfather ; + owl:inverseOf cco:is_maternal_grandfather_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has maternal grandfather"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_maternal_grandmother - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has maternal grandmother"@en . +cco:has_maternal_grandmother rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_grandmother ; + owl:inverseOf cco:is_maternal_grandmother_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has maternal grandmother"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_maternal_uncle - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has maternal uncle"@en . +cco:has_maternal_uncle rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_uncle ; + owl:inverseOf cco:is_maternal_uncle_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has maternal uncle"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_member_of_located_in - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range [ owl:intersectionOf ( - [ rdf:type owl:Class ; - owl:complementOf - ] - ) ; - rdf:type owl:Class - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "has all members located in"@en ; - "x has all members located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and every member of x is located in y."@en . +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 [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "has all members located in"@en ; + skos:definition "x has all members located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and every member of x is located in y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_mother - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has mother"@en . +cco:has_mother rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_child_of ; + owl:inverseOf cco:is_mother_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has mother"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_mother_in_law - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has mother in law"@en . +cco:has_mother_in_law rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_in_law_of ; + owl:inverseOf cco:is_mother_in_law_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has mother in law"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_nephew - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has nephew"@en . +cco:has_nephew rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_familial_relationship_to ; + owl:inverseOf cco:is_nephew_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has nephew"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_niece - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has niece"@en . +cco:has_niece rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_familial_relationship_to ; + owl:inverseOf cco:is_niece_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has niece"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_nontangential_part - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "has nontangential part"@en ; - "x has_nontangential_part y iff x and y are instances of Immaterial Entity, and x has_spatial_part y, such that there does not exist another instance of an Immaterial Entity which externally connects with both x and y."@en ; - "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . +cco:has_nontangential_part rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_spatial_part ; + owl:inverseOf cco:nontangential_part_of ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:definition_source "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "has nontangential part"@en ; + skos:definition "x has_nontangential_part y iff x and y are instances of Immaterial Entity, and x has_spatial_part y, such that there does not exist another instance of an Immaterial Entity which externally connects with both x and y."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_object - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "has object"@en ; - "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:has_object rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + owl:inverseOf cco:is_object_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "has object"@en ; + skos: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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_organizational_context - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has organizational context"@en ; - "x has_organizational_context y iff y is an instance of an Organization and x is an instance of a Role and z is an instance of a Person, such that z's affiliation with y is a prerequisite for z bearing x or y ascribes x to the bearer of x."@en . +cco:has_organizational_context rdf:type owl:ObjectProperty ; + owl:inverseOf cco:is_organizational_context_of ; + rdfs:domain obo:BFO_0000023 ; + rdfs:range cco:Organization ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has organizational context"@en ; + skos:definition "x has_organizational_context y iff y is an instance of an Organization and x is an instance of a Role and z is an instance of a Person, such that z's affiliation with y is a prerequisite for z bearing x or y ascribes x to the bearer of x."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_output - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "https://en.wikipedia.org/w/index.php?title=IPO_model&oldid=1024398398"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "has output"@en ; - "y has_output x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y."@en . +cco:has_output rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + owl:inverseOf cco:is_output_of ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000002 ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=IPO_model&oldid=1024398398"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "has output"@en ; + skos:definition "y has_output x iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_parent - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has parent"@en . +cco:has_parent rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_familial_relationship_to ; + owl:inverseOf cco:is_parent_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has parent"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_paternal_aunt - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has paternal aunt"@en . +cco:has_paternal_aunt rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_aunt ; + owl:inverseOf cco:is_paternal_aunt_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has paternal aunt"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_paternal_first_cousin - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has paternal first cousin"@en . +cco:has_paternal_first_cousin rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_first_cousin_of ; + owl:inverseOf cco:is_paternal_first_cousin_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has paternal first cousin"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_paternal_grandfather - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has paternal grandfather"@en . +cco:has_paternal_grandfather rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_grandfather ; + owl:inverseOf cco:is_paternal_grandfather_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has paternal grandfather"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_paternal_grandmother - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has paternal grandmother"@en . +cco:has_paternal_grandmother rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_grandmother ; + owl:inverseOf cco:is_paternal_grandmother_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has paternal grandmother"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_paternal_uncle - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has paternal uncle"@en . +cco:has_paternal_uncle rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_uncle ; + owl:inverseOf cco:is_paternal_uncle_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has paternal uncle"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_process_part - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "has process part"@en ; - "x has_process_part y iff x and y are instances of Process, such that y occurs during the temporal interval of x, and y either provides an input to x or receives an output of x, or both."@en . +cco:has_process_part rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000117 ; + owl:inverseOf cco:is_part_of_process ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "has process part"@en ; + skos:definition "x has_process_part y iff x and y are instances of Process, such that y occurs during the temporal interval of x, and y either provides an input to x or receives an output of x, or both."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_recipient - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has recipient"@en ; - "x has_recipient y iff y is an instance of Agent and x is an instance of Act Of Communication, such that y is the recipient and decoder of the InformationContentEntity intended for communication in x."@en . +cco:has_recipient rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + owl:inverseOf cco:receives ; + rdfs:range cco:Agent ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has recipient"@en ; + skos:definition "x has_recipient y iff y is an instance of Agent and x is an instance of Act Of Communication, such that y is the recipient and decoder of the InformationContentEntity intended for communication in x."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_sender - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has sender"@en ; - "y has_sender x iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the initiator and encoder of the InformationContentEntity intended for communication in y."@en . +cco:has_sender rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000057 ; + owl:inverseOf cco:sends ; + rdfs:range cco:Agent ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has sender"@en ; + skos:definition "y has_sender x iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the initiator and encoder of the InformationContentEntity intended for communication in y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_sister - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has sister"@en . +cco:has_sister rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_sibling_of ; + owl:inverseOf cco:is_sister_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has sister"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_sister_in_law - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has sister in law"@en . +cco:has_sister_in_law rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_in_law_of ; + owl:inverseOf cco:is_sister_in_law_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has sister in law"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_some_member_of_located_in - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf owl:topObjectProperty ; - rdfs:domain ; - rdfs:range [ owl:intersectionOf ( - [ rdf:type owl:Class ; - owl:complementOf - ] - ) ; - rdf:type owl:Class - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "has some member located in"@en ; - "x has some member located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and at least one member of x is located in y."@en . +cco:has_some_member_of_located_in rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + rdfs:domain obo:BFO_0000027 ; + rdfs:range [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Class ; + owl:complementOf obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "has some member located in"@en ; + skos:definition "x has some member located in y iff x is an instance of Object Aggregate and y is an instance of independent continuant but not a spatial region, and at least one member of x is located in y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_son - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has son"@en . +cco:has_son rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_parent_of ; + owl:inverseOf cco:is_son_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has son"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_son_in_law - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has son in law"@en . +cco:has_son_in_law rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_in_law_of ; + owl:inverseOf cco:is_son_in_law_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has son in law"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_spatial_part - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf , - ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "has spatial part"@en ; - "y has_spatial_part x iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en . +cco:has_spatial_part rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000178 , + cco:connected_with ; + owl:inverseOf cco:spatial_part_of ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:definition_source "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "has spatial part"@en ; + skos:definition "y has_spatial_part x iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_step_brother - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has step brother"@en . +cco:has_step_brother rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_step_sibling_of ; + owl:inverseOf cco:is_step_brother_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has step brother"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_step_sister - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has step sister"@en . +cco:has_step_sister rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_step_sibling_of ; + owl:inverseOf cco:is_step_sister_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has step sister"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_subordinate_role - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has subordinate role"@en ; - "For all x,y,t: x has subordinate role y at t iff: x is an instance of Role at time t, and y is an instance of Role at time t, and there is some z such that x is realized by z and z is an instance of Process which creates, modifies, transfers, or eliminates some u such that u is a Process Regulation at time t, and u is addressed to the bearer of y."@en . +cco:has_subordinate_role rdf:type owl:ObjectProperty ; + owl:inverseOf cco:is_subordinate_role_to ; + rdfs:domain obo:BFO_0000023 ; + rdfs:range obo:BFO_0000023 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has subordinate role"@en ; + skos:definition "For all x,y,t: x has subordinate role y at t iff: x is an instance of Role at time t, and y is an instance of Role at time t, and there is some z such that x is realized by z and z is an instance of Process which creates, modifies, transfers, or eliminates some u such that u is a Process Regulation at time t, and u is addressed to the bearer of y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_subsidiary - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has subsidiary"@en ; - "An Organization o1 has_subsidiary Organization o2 iff o1 controls o2 by having the capacity to determine the outcome of decisions about o2's financial and operating policies."@en . +cco:has_subsidiary rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_affiliate ; + owl:inverseOf cco:is_subsidiary_of ; + rdfs:domain cco:Organization ; + rdfs:range cco:Organization ; + cco:definition_source "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has subsidiary"@en ; + skos:definition "An Organization o1 has_subsidiary Organization o2 iff o1 controls o2 by having the capacity to determine the outcome of decisions about o2's financial and operating policies."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_tangential_part - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "has tangential part"@en ; - "x has_tangential_part y iff x, y, and z are instances of Immaterial Entity, and x has_spatial_part y, such that z externally connects with both x and y."@en ; - "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . +cco:has_tangential_part rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_spatial_part ; + owl:inverseOf cco:tangential_part_of ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:definition_source "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "has tangential part"@en ; + skos:definition "x has_tangential_part y iff x, y, and z are instances of Immaterial Entity, and x has_spatial_part y, such that z externally connects with both x and y."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_uncle - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has uncle"@en . +cco:has_uncle rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_familial_relationship_to ; + owl:inverseOf cco:is_uncle_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has uncle"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_wife - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "has wife"@en . +cco:has_wife rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_spouse_of ; + owl:inverseOf cco:is_wife_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "has wife"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/inheres_in_aggregate - rdf:type owl:ObjectProperty ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( - - ) - ] ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "inheres in aggregate"@en ; - "x inheres_in_aggregate y iff x is an instance of Specifically Dependent Continuant and y is an instance of Object Aggregate and z is an instance of Object, such that z bearer_of x, and all other members of y are bearers of a unique instance of the same type as x."@en . +cco:inheres_in_aggregate rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000020 + obo:BFO_0000031 + ) + ] ; + rdfs:range obo:BFO_0000027 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "inheres in aggregate"@en ; + skos:definition "x inheres_in_aggregate y iff x is an instance of Specifically Dependent Continuant and y is an instance of Object Aggregate and z is an instance of Object, such that z bearer_of x, and all other members of y are bearers of a unique instance of the same type as x."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/inhibited_by - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "inhibited by"@en ; - "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:inhibited_by rdf:type owl:ObjectProperty ; + owl:inverseOf cco:inhibits ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "inhibited by"@en ; + skos: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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/inhibits - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "inhibits"@en ; - "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:inhibits rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "inhibits"@en ; + skos: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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/instant_is_after - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdf:type owl:TransitiveProperty ; - rdfs:domain ; - rdfs:range ; - "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "instant is after"@en ; - "A temporal instant t2 (a instance of a zero-dimensional temporal region) is after another temporal instant t1 iff there exists some instance of a temporal interval ti1 such that t1 is the starting instant of ti1 and t2 is the ending instant of ti1."@en ; - "'instant is after' is a primitive relationship. Informally, a temporal instant t2 is after some temporal instant t1 if and only if t1 precedes t2."@en . +cco:instant_is_after rdf:type owl:ObjectProperty ; + owl:inverseOf cco:instant_is_before ; + rdf:type owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000148 ; + rdfs:range obo:BFO_0000148 ; + cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "instant is after"@en ; + skos:definition "A temporal instant t2 (a instance of a zero-dimensional temporal region) is after another temporal instant t1 iff there exists some instance of a temporal interval ti1 such that t1 is the starting instant of ti1 and t2 is the ending instant of ti1."@en ; + skos:scopeNote "'instant is after' is a primitive relationship. Informally, a temporal instant t2 is after some temporal instant t1 if and only if t1 precedes t2."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/instant_is_before - rdf:type owl:ObjectProperty , - owl:TransitiveProperty ; - rdfs:domain ; - rdfs:range ; - "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "instant is before"@en ; - "A temporal instant t1 (a instance of a zero-dimensional temporal region) is before another temporal instant t2 iff there exists some instance of a temporal interval ti1 such that t1 is the starting instant of ti1 and t2 is the ending instant of ti1."@en ; - "'instant is before' is a primitive relationship. Informally, a temporal instant t1 is before some temporal instant t2 if and only if t1 precedes t2."@en . +cco:instant_is_before rdf:type owl:ObjectProperty , + owl:TransitiveProperty ; + rdfs:domain obo:BFO_0000148 ; + rdfs:range obo:BFO_0000148 ; + cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "instant is before"@en ; + skos:definition "A temporal instant t1 (a instance of a zero-dimensional temporal region) is before another temporal instant t2 iff there exists some instance of a temporal interval ti1 such that t1 is the starting instant of ti1 and t2 is the ending instant of ti1."@en ; + skos:scopeNote "'instant is before' is a primitive relationship. Informally, a temporal instant t1 is before some temporal instant t2 if and only if t1 precedes t2."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_contained_by - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - owl:propertyDisjointWith ; - "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval contained by"@en ; - "A Temporal Interval INT1 is contained by some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, inst2 is before or identical to inst4, and it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."@en . +cco:interval_contained_by rdf:type owl:ObjectProperty ; + owl:inverseOf cco:interval_contains ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + owl:propertyDisjointWith cco:interval_disjoint ; + cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "interval contained by"@en ; + skos:definition "A Temporal Interval INT1 is contained by some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, inst2 is before or identical to inst4, and it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_contains - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range ; - owl:propertyDisjointWith ; - "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval contains"@en ; - "A Temporal Interval INT2 contains some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, and inst2 is before or identical to inst4, but it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."@en . +cco:interval_contains rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + owl:propertyDisjointWith cco:interval_disjoint ; + cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "interval contains"@en ; + skos:definition "A Temporal Interval INT2 contains some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before or identical to inst1, and inst2 is before or identical to inst4, but it is not the case that both inst3 is identical to inst1 and inst2 is identical to inst4."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_disjoint - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range ; - owl:propertyDisjointWith , - , - ; - "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval disjoint"@en ; - "A Temporal Interval INT1 is disjoint with a Temporal Interval INT2 iff INT1 is before or meets INT2 OR INT2 is before or meets INT1. In other words, INT1 and INT2 are disjoint iff INT1 and INT2 do not overlap, contain, or equal one another."@en . +cco:interval_disjoint rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + owl:propertyDisjointWith cco:interval_equals , + cco:interval_overlapped_by , + cco:interval_overlaps ; + cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "interval disjoint"@en ; + skos:definition "A Temporal Interval INT1 is disjoint with a Temporal Interval INT2 iff INT1 is before or meets INT2 OR INT2 is before or meets INT1. In other words, INT1 and INT2 are disjoint iff INT1 and INT2 do not overlap, contain, or equal one another."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_during - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval during"@en ; - "A Temporal Interval INT1 is during some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."@en . +cco:interval_during rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:interval_contained_by ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "interval during"@en ; + skos:definition "A Temporal Interval INT1 is during some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, and inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst3 is before inst1, and inst2 is before inst4."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_equals - rdf:type owl:ObjectProperty , - owl:SymmetricProperty ; - rdfs:domain ; - rdfs:range ; - "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval equals"@en ; - "A Temporal Interval INT1 is equal to some Temporal Interval INT2 iff there exists Temporal Instants inst1 and inst2 such that inst1 is the starting instant of both INT1 and INT2 and inst2 is the ending instant of both INT1 and INT2."@en . +cco:interval_equals rdf:type owl:ObjectProperty , + owl:SymmetricProperty ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "interval equals"@en ; + skos:definition "A Temporal Interval INT1 is equal to some Temporal Interval INT2 iff there exists Temporal Instants inst1 and inst2 such that inst1 is the starting instant of both INT1 and INT2 and inst2 is the ending instant of both INT1 and INT2."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_finished_by - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval finished by"@en ; - "A Temporal Interval INT2 is finished by some Temporal Interval INT1 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."@en . +cco:interval_finished_by rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:interval_contains ; + owl:inverseOf cco:interval_finishes ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "interval finished by"@en ; + skos:definition "A Temporal Interval INT2 is finished by some Temporal Interval INT1 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_finishes - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval finishes"@en ; - "A Temporal Interval INT1 finishes some Temporal Interval INT2 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."@en . +cco:interval_finishes rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:interval_contained_by ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "interval finishes"@en ; + skos:definition "A Temporal Interval INT1 finishes some Temporal Interval INT2 iff there exists Temporal Instants inst1, inst2, and inst3 such that inst 1 is the starting instant of INT1, inst2 is the ending instant of both INT1 and INT2, inst3 is the starting instant of INT2, and inst3 is before inst1."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_is_after - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval is after"@en ; - "A TemporalInterval INT2 is after some TemporalInterval INT1 iff there exists TemporalInstants inst2, inst1 such that inst2 is the starting instant of INT2 and inst1 is the ending instant of INT1 and inst2 is after inst1."@en . +cco:interval_is_after rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:interval_disjoint ; + owl:inverseOf cco:interval_is_before ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "interval is after"@en ; + skos:definition "A TemporalInterval INT2 is after some TemporalInterval INT1 iff there exists TemporalInstants inst2, inst1 such that inst2 is the starting instant of INT2 and inst1 is the ending instant of INT1 and inst2 is after inst1."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_is_before - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval is before"@en ; - "A TemporalInterval INT1 is before some TemporalInterval INT2 iff there exists TemporalInstants inst1, inst2 such that inst1 is the ending instant of INT1 and inst2 is the starting instant of INT2 and inst1 is before inst2."@en . +cco:interval_is_before rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:interval_disjoint ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "interval is before"@en ; + skos:definition "A TemporalInterval INT1 is before some TemporalInterval INT2 iff there exists TemporalInstants inst1, inst2 such that inst1 is the ending instant of INT1 and inst2 is the starting instant of INT2 and inst1 is before inst2."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_meets - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdf:type owl:IrreflexiveProperty ; - rdfs:domain ; - rdfs:range ; - "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval meets"@en ; - "A Temporal Interval INT1 meets some Temporal Interval INT2 iff there exists some Temporal Instant inst1 such that inst1 is the ending instant of INT1 and inst1 is the starting instant of INT2."@en . +cco:interval_meets rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:interval_disjoint ; + owl:inverseOf cco:interval_met_by ; + rdf:type owl:IrreflexiveProperty ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "interval meets"@en ; + skos:definition "A Temporal Interval INT1 meets some Temporal Interval INT2 iff there exists some Temporal Instant inst1 such that inst1 is the ending instant of INT1 and inst1 is the starting instant of INT2."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_met_by - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdf:type owl:IrreflexiveProperty ; - rdfs:domain ; - rdfs:range ; - "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval met by"@en ; - "A Temporal Interval INT2 is met by some Temporal Interval INT1 iff there exists some Temporal Instant inst1 such that inst1 is the starting instant of INT2 and inst1 is the ending instant of INT1."@en . +cco:interval_met_by rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:interval_disjoint ; + rdf:type owl:IrreflexiveProperty ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "interval met by"@en ; + skos:definition "A Temporal Interval INT2 is met by some Temporal Interval INT1 iff there exists some Temporal Instant inst1 such that inst1 is the starting instant of INT2 and inst1 is the ending instant of INT1."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_overlapped_by - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval overlapped by"@en ; - "A Temporal Interval INT2 is overlapped by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."@en . +cco:interval_overlapped_by rdf:type owl:ObjectProperty ; + owl:inverseOf cco:interval_overlaps ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "interval overlapped by"@en ; + skos:definition "A Temporal Interval INT2 is overlapped by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_overlaps - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range ; - "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval overlaps"@en ; - "A Temporal Interval INT1 overlaps some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."@en . +cco:interval_overlaps rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "interval overlaps"@en ; + skos:definition "A Temporal Interval INT1 overlaps some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, inst3, inst4 such that inst1 is the starting instant of INT1, inst2 is the ending instant of INT1, inst3 is the starting instant of INT2, inst4 is the ending instant of INT2, inst1 is before inst3, inst3 is before inst2, and inst2 is before inst4."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_started_by - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval started by"@en ; - "A Temporal Interval INT2 is started by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."@en . +cco:interval_started_by rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:interval_contains ; + owl:inverseOf cco:interval_starts ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "interval started by"@en ; + skos:definition "A Temporal Interval INT2 is started by some Temporal Interval INT1 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/interval_starts - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "interval starts"@en ; - "A Temporal Interval INT1 starts some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."@en . +cco:interval_starts rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:interval_contained_by ; + rdfs:domain obo:BFO_0000038 ; + rdfs:range obo:BFO_0000038 ; + cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "interval starts"@en ; + skos:definition "A Temporal Interval INT1 starts some Temporal Interval INT2 iff there exist Temporal Instants inst1, inst2, and inst3 such that inst1 is the starting instant of both INT1 and INT2, inst2 is the ending instant of INT1, inst3 is the ending instant of INT2 and inst2 is before inst3."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_a_interval_measurement_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is a interval measurement of"@en ; - "x is_a_interval_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale which has uniform intervals but has a zero value that does not correspond to an absence of the attribute being measured."@en ; - "a measurement of air temperature on the Celsius scale." . +cco:is_a_interval_measurement_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_a_measurement_of ; + owl:inverseOf cco:is_measured_by_interval ; + rdfs:domain cco:IntervalMeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "is a interval measurement of"@en ; + skos:definition "x is_a_interval_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale which has uniform intervals but has a zero value that does not correspond to an absence of the attribute being measured."@en ; + skos:example "a measurement of air temperature on the Celsius scale." . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_a_measurement_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "This object property, as well as all of its children are typified as functional properties. This means that for instances x, y, and z if x is a measurement of y and x is a measurement of z, then y = z."@en ; - rdfs:label "is a measurement of"@en ; - "x is_a_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to some scale or classification scheme."@en ; - "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . +cco:is_a_measurement_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:describes ; + owl:inverseOf cco:is_measured_by ; + rdfs:domain cco:MeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "This object property, as well as all of its children are typified as functional properties. This means that for instances x, y, and z if x is a measurement of y and x is a measurement of z, then y = z."@en ; + rdfs:label "is a measurement of"@en ; + skos:definition "x is_a_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to some scale or classification scheme."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_a_nominal_measurement_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is a nominal measurement of"@en ; - "x is_a_nominal_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x classifies y relative to some set of shared, possibly arbitrary, characteristics."@en . +cco:is_a_nominal_measurement_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_a_measurement_of ; + owl:inverseOf cco:is_measured_by_nominal ; + rdfs:domain cco:NominalMeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "is a nominal measurement of"@en ; + skos:definition "x is_a_nominal_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x classifies y relative to some set of shared, possibly arbitrary, characteristics."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_a_ordinal_measurement_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is a ordinal measurement of"@en ; - "x is_a_ordinal_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale ordered by rank."@en . +cco:is_a_ordinal_measurement_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_a_measurement_of ; + owl:inverseOf cco:is_measured_by_ordinal ; + rdfs:domain cco:OrdinalMeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "is a ordinal measurement of"@en ; + skos:definition "x is_a_ordinal_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale ordered by rank."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_a_ratio_measurement_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is a ratio measurement of"@en ; - "x is_a_ratio_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale having equal unit values and a zero value that corresponds to the absence of the attribute being measured."@en . +cco:is_a_ratio_measurement_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_a_measurement_of ; + owl:inverseOf cco:is_measured_by_ratio ; + rdfs:domain cco:RatioMeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "is a ratio measurement of"@en ; + skos:definition "x is_a_ratio_measurement_of y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale having equal unit values and a zero value that corresponds to the absence of the attribute being measured."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_about - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://purl.obolibrary.org/obo/IAO_0000136" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is about"@en ; - "A primitive relationship between an Information Content Entity and some Entity."@en . +cco:is_about rdf:type owl:ObjectProperty ; + owl:inverseOf cco:is_subject_of ; + rdfs:domain cco:InformationContentEntity ; + rdfs:range obo:BFO_0000001 ; + cco:definition_source "http://purl.obolibrary.org/obo/IAO_0000136" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "is about"@en ; + skos:definition "A primitive relationship between an Information Content Entity and some Entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_affected_by - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is affected by"@en ; - "x is_affected_by y iff x is an instance of Continuant and y is an instance of Process, and y influences x in some manner, most often by producing a change in x."@en . +cco:is_affected_by rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + rdfs:domain obo:BFO_0000002 ; + rdfs:range obo:BFO_0000015 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "is affected by"@en ; + skos:definition "x is_affected_by y iff x is an instance of Continuant and y is an instance of Process, and y influences x in some manner, most often by producing a change in x."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_affiliated_with - rdf:type owl:ObjectProperty ; - rdfs:domain [ rdf:type owl:Class ; - owl:unionOf ( - - - ) - ] ; - rdfs:range [ rdf:type owl:Class ; - owl:unionOf ( - - - ) - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is affiliated with"@en ; - "x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship."@en . +cco:is_affiliated_with rdf:type owl:ObjectProperty ; + rdfs:domain [ rdf:type owl:Class ; + owl:unionOf ( cco:Agent + cco:Organization + cco:Person + ) + ] ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( cco:Agent + cco:Organization + cco:Person + ) + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is affiliated with"@en ; + skos:definition "x is_affiliated_with y iff x and y are instances of Agent, such that they have any kind of social or business relationship."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_ancestor_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is ancestor of"@en . +cco:is_ancestor_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_familial_relationship_to ; + owl:inverseOf cco:is_descendent_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is ancestor of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_aunt_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is aunt of"@en . +cco:is_aunt_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_familial_relationship_to ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is aunt of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_brother_in_law_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is brother-in-law of"@en . +cco:is_brother_in_law_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_in_law_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is brother-in-law of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_brother_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is brother of"@en . +cco:is_brother_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_sibling_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is brother of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_cause_of - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is cause of"@en ; - "x is_cause_of y iff x and y are instances of Occurrent, and y is a consequence of x."@en . +cco:is_cause_of rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000003 ; + rdfs:range obo:BFO_0000003 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "is cause of"@en ; + skos:definition "x is_cause_of y iff x and y are instances of Occurrent, and y is a consequence of x."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_child_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is child of"@en . +cco:is_child_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_familial_relationship_to ; + owl:inverseOf cco:is_parent_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is child of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_daughter_in_law_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is daughter in-law of"@en . +cco:is_daughter_in_law_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_in_law_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is daughter in-law of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_daughter_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is daughter of"@en . +cco:is_daughter_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_child_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is daughter of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_delimited_by - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range ; - "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is delimited by"@en ; - "An instance of Organization o1 is_delimited_by some Delimiting Domain dd1 iff dd1 is the area within which o1 can legally operate."@en . +cco:is_delimited_by rdf:type owl:ObjectProperty ; + rdfs:domain cco:Organization ; + rdfs:range cco:DelimitingDomain ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Boundary_delimitation&oldid=1039137603"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is delimited by"@en ; + skos:definition "An instance of Organization o1 is_delimited_by some Delimiting Domain dd1 iff dd1 is the area within which o1 can legally operate."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_descendent_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is descendent of"@en . +cco:is_descendent_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_familial_relationship_to ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is descendent of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_disrupted_by - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range . +cco:is_disrupted_by rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "is disrupted by"@en ; + skos:definition "Inverse of disrupts." ; + skos:prefLabel "is disrupted by"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_excerpted_from - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is excerpted from"@en ; - "An Information Bearing Entity b1 is excerpted from another Information Bearing Entity B2 iff b1 is part of some Information Bearing Entity B1 that is carrier of some Information Content Entity C1, B2 is carrier of some Information Content Entity C2, C1 is not identical with C2, b1 is carrier of some Information Content Entity c1, b2 is an Information Bearing Entity that is part of B2 and b2 is carrier of c1 (i.e. the same Information Content Entity as borne by b1)."@en . +cco:is_excerpted_from rdf:type owl:ObjectProperty ; + rdfs:domain cco:InformationBearingEntity ; + rdfs:range cco:InformationBearingEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "is excerpted from"@en ; + skos:definition "An Information Bearing Entity b1 is excerpted from another Information Bearing Entity B2 iff b1 is part of some Information Bearing Entity B1 that is carrier of some Information Content Entity C1, B2 is carrier of some Information Content Entity C2, C1 is not identical with C2, b1 is carrier of some Information Content Entity c1, b2 is an Information Bearing Entity that is part of B2 and b2 is carrier of c1 (i.e. the same Information Content Entity as borne by b1)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_father_in_law_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is father in-law of"@en . +cco:is_father_in_law_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_in_law_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is father in-law of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_father_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is father of"@en . +cco:is_father_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_parent_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is father of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_first_cousin_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdf:type owl:SymmetricProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is first cousin of"@en . +cco:is_first_cousin_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_familial_relationship_to ; + owl:inverseOf cco:is_first_cousin_of ; + rdf:type owl:SymmetricProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is first cousin of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_geospatial_coordinate_reference_system_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is geospatial coordinate reference system of"@en ; - "x is_geospatial_coordinate_reference_system_of y iff y is an instance of Information Bearing Entity and x is an instance of Geospatial Coordinate Reference System, such that x describes the set of standards mentioned in y."@en . +cco:is_geospatial_coordinate_reference_system_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_reference_system_of ; + owl:inverseOf cco:uses_geospatial_coordinate_reference_system ; + rdfs:domain cco:GeospatialCoordinateReferenceSystem ; + rdfs:range cco:InformationBearingEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "is geospatial coordinate reference system of"@en ; + skos:definition "x is_geospatial_coordinate_reference_system_of y iff y is an instance of Information Bearing Entity and x is an instance of Geospatial Coordinate Reference System, such that x describes the set of standards mentioned in y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_grandchild_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is grandchild of"@en . +cco:is_grandchild_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_familial_relationship_to ; + owl:inverseOf cco:is_grandparent_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is grandchild of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_granddaughter_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is granddaughter of"@en . +cco:is_granddaughter_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_grandchild_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is granddaughter of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_grandfather_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is grandfather of"@en . +cco:is_grandfather_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_grandparent_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is grandfather of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_grandmother_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is grandmother of"@en . +cco:is_grandmother_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_grandparent_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is grandmother of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_grandparent_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is grandparent of"@en . +cco:is_grandparent_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_familial_relationship_to ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is grandparent of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_grandson_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is grandson of"@en . +cco:is_grandson_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_grandchild_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is grandson of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_half_brother_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is half-brother of"@en . +cco:is_half_brother_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_half_sibling_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is half-brother of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_half_sibling_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdf:type owl:SymmetricProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is half-sibling of"@en . +cco:is_half_sibling_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_familial_relationship_to ; + owl:inverseOf cco:is_half_sibling_of ; + rdf:type owl:SymmetricProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is half-sibling of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_half_sister_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is half sister of"@en . +cco:is_half_sister_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_half_sibling_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is half sister of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_husband_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is husband of"@en . +cco:is_husband_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_spouse_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is husband of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_in_law_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is in-law of"@en ; - "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . +cco:is_in_law_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_familial_relationship_to ; + owl:inverseOf cco:is_in_law_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is in-law of"@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_input_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is input of"@en ; - "x is_input_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en . +cco:is_input_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + rdfs:domain obo:BFO_0000002 ; + rdfs:range obo:BFO_0000015 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "is input of"@en ; + skos:definition "x is_input_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the beginning of y is a necessary condition for the start of y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_inside_instant_of - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range ; - "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "is inside instant of"@en ; - "For Temporal Instant t1 and Temporal Interval t2, t1 is inside instant of t2 if and only if there are Temporal Instants t3 and t4 non-identical to t1 and part of t2 such that t3 is before t1 and t4 is after t1."@en . +cco:is_inside_instant_of rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000148 ; + rdfs:range obo:BFO_0000038 ; + cco:definition_source "J. F. Allen and J. A. G. M. Koomen. Planning using a temporal world model. In Proceedings of the 8th International Joint Conference on Artificial Intelligence (IJCAI-1983) pages 741–747. Available at: https://www.ijcai.org/Proceedings/83-2/Papers/036.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "is inside instant of"@en ; + skos:definition "For Temporal Instant t1 and Temporal Interval t2, t1 is inside instant of t2 if and only if there are Temporal Instants t3 and t4 non-identical to t1 and part of t2 such that t3 is before t1 and t4 is after t1."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_interest_of - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range ; - "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; - "https://cubrc.org"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is interest of"@en ; - "The inverse of has_interest_in. " ; - "is interest of"@en . +cco:is_interest_of rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:Agent ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is interest of"@en ; + skos:definition "The inverse of has_interest_in. " ; + skos:prefLabel "is interest of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_made_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf owl:topObjectProperty ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is made of"@en ; - "An object o is made of an object m when m is the material that o consists of and that material does not undergo a change of kind during the creation of o"@en . +cco:is_made_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf owl:topObjectProperty ; + owl:inverseOf cco:is_material_of ; + rdfs:domain obo:BFO_0000030 ; + rdfs:range obo:BFO_0000030 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "is made of"@en ; + skos:definition "An object o is made of an object m when m is the material that o consists of and that material does not undergo a change of kind during the creation of o"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_material_of - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is material of"@en ; - "An object m is material of an object o when m is the material of which o consists and that material does not undergo a change of kind during the creation of o"@en . +cco:is_material_of rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000030 ; + rdfs:range obo:BFO_0000030 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "is material of"@en ; + skos:definition "An object m is material of an object o when m is the material of which o consists and that material does not undergo a change of kind during the creation of o"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_maternal_aunt_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is maternal aunt of"@en . +cco:is_maternal_aunt_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_aunt_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is maternal aunt of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_maternal_first_cousin_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:comment "Comment is_maternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ; - rdfs:label "is maternal first cousin of"@en ; - "Person A is maternal first cousin of Person B iff Person B has mother M and M has sibling P and P is parent of Person A."@en . +cco:is_maternal_first_cousin_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_first_cousin_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:comment "Comment is_maternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ; + rdfs:label "is maternal first cousin of"@en ; + skos:definition "Person A is maternal first cousin of Person B iff Person B has mother M and M has sibling P and P is parent of Person A."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_maternal_grandfather_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is maternal grandfather of"@en . +cco:is_maternal_grandfather_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_grandfather_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is maternal grandfather of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_maternal_grandmother_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is maternal grandmother of"@en . +cco:is_maternal_grandmother_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_grandmother_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is maternal grandmother of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_maternal_uncle_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is maternal uncle of"@en . +cco:is_maternal_uncle_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_uncle_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is maternal uncle of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_measured_by - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is measured by"@en ; - "y is_measured_by x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to some scale or classification scheme."@en . +cco:is_measured_by rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:described_by ; + rdfs:range cco:MeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "is measured by"@en ; + skos:definition "y is_measured_by x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to some scale or classification scheme."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_measured_by_interval - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is measured by interval"@en ; - "y is_measured_by_interval x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale which has uniform intervals but has a zero value that does not correspond to an absence of the attribute being measured."@en . +cco:is_measured_by_interval rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_measured_by ; + rdfs:range cco:IntervalMeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "is measured by interval"@en ; + skos:definition "y is_measured_by_interval x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale which has uniform intervals but has a zero value that does not correspond to an absence of the attribute being measured."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_measured_by_nominal - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is measured by nominal"@en ; - "y is_measured_by_nominal x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x classifies y relative to some set of shared, possibly arbitrary, characteristics."@en . +cco:is_measured_by_nominal rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_measured_by ; + rdfs:range cco:NominalMeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "is measured by nominal"@en ; + skos:definition "y is_measured_by_nominal x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x classifies y relative to some set of shared, possibly arbitrary, characteristics."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_measured_by_ordinal - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is measured by ordinal"@en ; - "y is_measured_by_ordinal x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale ordered by rank."@en . +cco:is_measured_by_ordinal rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_measured_by ; + rdfs:range cco:OrdinalMeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "is measured by ordinal"@en ; + skos:definition "y is_measured_by_ordinal x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale ordered by rank."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_measured_by_ratio - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is measured by ratio"@en ; - "y is_measured_by_ratio x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale having equal unit values and a zero value that corresponds to the absence of the attribute being measured."@en . +cco:is_measured_by_ratio rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_measured_by ; + rdfs:range cco:RatioMeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "is measured by ratio"@en ; + skos:definition "y is_measured_by_ratio x iff x is an instance of Information Content Entity and y is an instance of Entity, such that x describes some attribute of y relative to a scale having equal unit values and a zero value that corresponds to the absence of the attribute being measured."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_measurement_unit_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is measurement unit of"@en ; - "x is_measurement_unit_of y iff y is an instance of Information Bearing Entity and x is an instance of Measurement Unit, such that x describes the magnitude of measured physical quantity mentioned in y."@en . +cco:is_measurement_unit_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000084 ; + owl:inverseOf cco:uses_measurement_unit ; + rdfs:domain cco:MeasurementUnit ; + rdfs:range cco:InformationBearingEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "is measurement unit of"@en ; + skos:definition "x is_measurement_unit_of y iff y is an instance of Information Bearing Entity and x is an instance of Measurement Unit, such that x describes the magnitude of measured physical quantity mentioned in y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_mention_of - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is mention of"@en ; - "x is_mention_of y iff x is an instance Information Bearing Entity and y is an instance Entity, such that x is used as a reference to y."@en . +cco:is_mention_of rdf:type owl:ObjectProperty ; + owl:inverseOf cco:is_mentioned_by ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "is mention of"@en ; + skos:definition "x is_mention_of y iff x is an instance Information Bearing Entity and y is an instance Entity, such that x is used as a reference to y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_mentioned_by - rdf:type owl:ObjectProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is mentioned by"@en ; - "y is_mention_by x iff x is an instance Information Bearing Entity and y is an instance Entity, such that x is used as a reference to y."@en . +cco:is_mentioned_by rdf:type owl:ObjectProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "is mentioned by"@en ; + skos:definition "y is_mention_by x iff x is an instance Information Bearing Entity and y is an instance Entity, such that x is used as a reference to y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_mother_in_law_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is mother in-law of"@en . +cco:is_mother_in_law_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_in_law_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is mother in-law of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_mother_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is mother of"@en . +cco:is_mother_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_parent_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is mother of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_nephew_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is nephew of"@en . +cco:is_nephew_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_familial_relationship_to ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is nephew of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_niece_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is niece of"@en . +cco:is_niece_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_familial_relationship_to ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is niece of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_object_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is object of"@en ; - "If p is a process and c is a continuant, then c is object of p if and only if the c is part of the projected state that the agent intends to achieve by performing p."@en . +cco:is_object_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "is object of"@en ; + skos:definition "If p is a process and c is a continuant, then c is object of p if and only if the c is part of the projected state that the agent intends to achieve by performing p."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_organizational_context_of - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is organizational context of"@en ; - "x is_organizational_context_of y iff x is an instance of an Organization and y is an instance of a Role and z is an instance of a Person, such that z's affiliation with x is a prerequisite for z bearing y, or x ascribes y to the bearer of y."@en . +cco:is_organizational_context_of rdf:type owl:ObjectProperty ; + rdfs:domain cco:Organization ; + rdfs:range obo:BFO_0000023 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is organizational context of"@en ; + skos:definition "x is_organizational_context_of y iff x is an instance of an Organization and y is an instance of a Role and z is an instance of a Person, such that z's affiliation with x is a prerequisite for z bearing y, or x ascribes y to the bearer of y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_output_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is output of"@en ; - "x is_output_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y."@en . +cco:is_output_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + rdfs:domain obo:BFO_0000002 ; + rdfs:range obo:BFO_0000015 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "is output of"@en ; + skos:definition "x is_output_of y iff x is an instance of Continuant and y is an instance of Process, such that the presence of x at the end of y is a necessary condition for the completion of y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_parent_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is parent of"@en . +cco:is_parent_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_familial_relationship_to ; + rdfs:domain cco:Person ; + rdfs:range cco:Person ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is parent of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_part_of_process - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is part of process"@en ; - "x is_part_of_process y iff x and y are instances of Process, such that x occurs during the temporal interval of y, and x either provides an input to y or receives an output of y."@en . +cco:is_part_of_process rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000132 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000015 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "is part of process"@en ; + skos:definition "x is_part_of_process y iff x and y are instances of Process, such that x occurs during the temporal interval of y, and x either provides an input to y or receives an output of y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_paternal_aunt_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is paternal aunt of"@en . +cco:is_paternal_aunt_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_aunt_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is paternal aunt of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_paternal_first_cousin_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:comment "Comment is_paternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ; - rdfs:label "is paternal first cousin of"@en ; - "Person A is paternal first cousin of Person B iff Person B has father F and F has sibling P and P is parent of Person A."@en . +cco:is_paternal_first_cousin_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_first_cousin_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:comment "Comment is_paternal_first_cousin_of is not a symmetric relationship as is is_first_cousin_of"@en ; + rdfs:label "is paternal first cousin of"@en ; + skos:definition "Person A is paternal first cousin of Person B iff Person B has father F and F has sibling P and P is parent of Person A."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_paternal_grandfather_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is paternal grandfather of"@en . +cco:is_paternal_grandfather_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_grandfather_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is paternal grandfather of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_paternal_grandmother_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is paternal grandmother of"@en . +cco:is_paternal_grandmother_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_grandmother_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is paternal grandmother of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_paternal_uncle_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is paternal uncle of"@en . +cco:is_paternal_uncle_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_uncle_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is paternal uncle of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_permitted_by - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is permitted by"@en ; - "y is_permitted_by x at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y may occur."@en ; - "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . +cco:is_permitted_by rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:prescribed_by ; + owl:inverseOf cco:permits ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ActionRegulation ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is permitted by"@en ; + skos:definition "y is_permitted_by x at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y may occur."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_predecessor_of - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is predecessor of"@en ; - "A continuant c1 is a predecessor of some continuant c2 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1."@en ; - "More informally, c1 is a predecessor of c2 iff c1 has been followed or replaced by c2."@en . +cco:is_predecessor_of rdf:type owl:ObjectProperty ; + owl:inverseOf cco:is_successor_of ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000004 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "is predecessor of"@en ; + skos:definition "A continuant c1 is a predecessor of some continuant c2 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1."@en ; + skos:scopeNote "More informally, c1 is a predecessor of c2 iff c1 has been followed or replaced by c2."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_prohibited_by - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is prohibited by"@en ; - "y is_prohibited_by y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y must not occur."@en ; - "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . +cco:is_prohibited_by rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:prescribed_by ; + owl:inverseOf cco:prohibits ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ActionRegulation ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is prohibited by"@en ; + skos:definition "y is_prohibited_by y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y must not occur."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_reference_system_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is reference system of"@en ; - "x is_reference_system_of y iff y is an instance of Information Bearing Entity and x is an instance of Reference System, such that x describes the set of standards mentioned in y."@en . +cco:is_reference_system_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000084 ; + owl:inverseOf cco:uses_reference_system ; + rdfs:domain cco:ReferenceSystem ; + rdfs:range cco:InformationBearingEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "is reference system of"@en ; + skos:definition "x is_reference_system_of y iff y is an instance of Information Bearing Entity and x is an instance of Reference System, such that x describes the set of standards mentioned in y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_required_by - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is required by"@en ; - "y is_required_by x at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y must occur."@en ; - "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . +cco:is_required_by rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:prescribed_by ; + owl:inverseOf cco:requires ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range cco:ActionRegulation ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is required by"@en ; + skos:definition "y is_required_by x at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y must occur."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_second_cousin_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdf:type owl:SymmetricProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is second cousin of"@en . +cco:is_second_cousin_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_familial_relationship_to ; + owl:inverseOf cco:is_second_cousin_of ; + rdf:type owl:SymmetricProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is second cousin of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_sibling_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdf:type owl:SymmetricProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is sibling of"@en . +cco:is_sibling_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_familial_relationship_to ; + owl:inverseOf cco:is_sibling_of ; + rdf:type owl:SymmetricProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is sibling of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_sister_in_law_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is sister-in-law of"@en . +cco:is_sister_in_law_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_in_law_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is sister-in-law of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_sister_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is sister of"@en . +cco:is_sister_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_sibling_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is sister of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_site_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is site of"@en ; - "x is_site_of y iff x is an instance of Site and y is an instance of Process, such that y occurs in x."@en . +cco:is_site_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000183 ; + owl:inverseOf cco:occurs_at ; + rdfs:domain obo:BFO_0000029 ; + rdfs:range obo:BFO_0000015 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "is site of"@en ; + skos:definition "x is_site_of y iff x is an instance of Site and y is an instance of Process, such that y occurs in x."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_son_in_law_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is son in-law of"@en . +cco:is_son_in_law_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_in_law_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is son in-law of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_son_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is son of"@en . +cco:is_son_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_child_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is son of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_spouse_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is spouse of"@en ; - "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . +cco:is_spouse_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_familial_relationship_to ; + owl:inverseOf cco:is_spouse_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is spouse of"@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_step_brother_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is step-brother of"@en . +cco:is_step_brother_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_step_sibling_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is step-brother of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_step_sibling_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is step-sibling of"@en ; - "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . +cco:is_step_sibling_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_familial_relationship_to ; + owl:inverseOf cco:is_step_sibling_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is step-sibling of"@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_step_sister_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is step-sister of"@en . +cco:is_step_sister_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_step_sibling_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is step-sister of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_subject_of - rdf:type owl:ObjectProperty ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "is subject of"@en ; - "A primitive relationship between an instance of an Entity and an instance of an Information Content Entity."@en . +cco:is_subject_of rdf:type owl:ObjectProperty ; + rdfs:range cco:InformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "is subject of"@en ; + skos:definition "A primitive relationship between an instance of an Entity and an instance of an Information Content Entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_subordinate_role_to - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is subordinate role to"@en ; - "For all x,y,t: y is subordinate role to x at t iff: x is an instance of Role at time t, and y is an instance of Role at time t, and there is some z such that x is realized by z and z is an instance of Process which creates, modifies, transfers, or eliminates some u such that u is a Process Regulation at time t, and u is addressed to the bearer of y."@en . +cco:is_subordinate_role_to rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000023 ; + rdfs:range obo:BFO_0000023 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is subordinate role to"@en ; + skos:definition "For all x,y,t: y is subordinate role to x at t iff: x is an instance of Role at time t, and y is an instance of Role at time t, and there is some z such that x is realized by z and z is an instance of Process which creates, modifies, transfers, or eliminates some u such that u is a Process Regulation at time t, and u is addressed to the bearer of y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_subsidiary_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is subsidiary of"@en ; - "An Organization o2 is_subsidiary_of Organization o1 iff o1 controls o2 by having the capacity to determine the outcome of decisions about o2's financial and operating policies. "@en . +cco:is_subsidiary_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_affiliated_with ; + rdfs:domain cco:Organization ; + rdfs:range cco:Organization ; + cco:definition_source "http://www.austlii.edu.au/legis/cth/consol_act/ca2001172/s50aa.html)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is subsidiary of"@en ; + skos:definition "An Organization o2 is_subsidiary_of Organization o1 iff o1 controls o2 by having the capacity to determine the outcome of decisions about o2's financial and operating policies. "@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_successor_of - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is successor of"@en ; - "A continuant c2 is a successor of some continuant c1 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1. Inverse of is predecessor. "@en . +cco:is_successor_of rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000004 ; + rdfs:range obo:BFO_0000004 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "is successor of"@en ; + skos:definition "A continuant c2 is a successor of some continuant c1 iff there is some process p1 and c1 is an input to p1 and c2 is an output of p1. Inverse of is predecessor. "@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_supervised_by - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://en.wiktionary.org/wiki/supervise)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is supervised by"@en ; - "A person p1 is supervised by a person p2 by virtue of p1 being directed, managed, or overseen by p2."@en . +cco:is_supervised_by rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_affiliated_with ; + owl:inverseOf cco:supervises ; + rdfs:domain cco:Person ; + rdfs:range cco:Person ; + cco:definition_source "http://en.wiktionary.org/wiki/supervise)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is supervised by"@en ; + skos:definition "A person p1 is supervised by a person p2 by virtue of p1 being directed, managed, or overseen by p2."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_temporal_region_of - rdf:type owl:ObjectProperty ; - rdfs:domain ; - rdfs:range [ rdf:type owl:Class ; - owl:unionOf ( - - ) - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is temporal region of"@en ; - "x is_temporal_region_of y iff y is an instance of a process or process boundary and x is an instance of a temporal region, such that the duration of x temporally projects on y."@en ; - "Leaving this is in ERO for now since BFO2020 has no inverse of occupies-temporal-region yet."@en . +cco:is_temporal_region_of rdf:type owl:ObjectProperty ; + rdfs:domain obo:BFO_0000008 ; + rdfs:range [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000015 + obo:BFO_0000035 + ) + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "is temporal region of"@en ; + skos:definition "t is temporal region of p iff p occupies temporal region t."@en ; + skos:editorialNote "Leaving this is in ERO for now since BFO2020 has no inverse of occupies-temporal-region yet."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_third_cousin_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdf:type owl:SymmetricProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is third cousin of"@en . +cco:is_third_cousin_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_familial_relationship_to ; + owl:inverseOf cco:is_third_cousin_of ; + rdf:type owl:SymmetricProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is third cousin of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_uncle_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is uncle of"@en . +cco:is_uncle_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_familial_relationship_to ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is uncle of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_used_by - rdf:type owl:ObjectProperty ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is used by"@en ; - "x is_used_by y iff y is an instance of an Agent and x is an instance of a Material Entity, such that both x and y participate in some instance of a Process wherein y attempts to accomplish a goal by manipulating, deploying, leveraging some attribute of y."@en . +cco:is_used_by rdf:type owl:ObjectProperty ; + owl:inverseOf cco:uses ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is used by"@en ; + skos:definition "x is_used_by y iff y is an instance of an Agent and x is an instance of a Material Entity, such that both x and y participate in some instance of a Process wherein y attempts to accomplish a goal by manipulating, deploying, leveraging some attribute of y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/is_wife_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "is wife of"@en . +cco:is_wife_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_spouse_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "is wife of"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/language_used_in - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "language used in"@en ; - "x language_used_by y iff y is an instance of Information Bearing Entity and x is an instance of Language, such that the literal value of y is a string that is encoded according to the syntax of x."@en . +cco:language_used_in rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:prescribes ; + owl:inverseOf cco:uses_language ; + rdfs:domain cco:Language ; + rdfs:range cco:InformationBearingEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "language used in"@en ; + skos:definition "x language_used_by y iff y is an instance of Information Bearing Entity and x is an instance of Language, such that the literal value of y is a string that is encoded according to the syntax of x."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/nontangential_part_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "nontangential part of"@en ; - "An immaterial entity im1 is a nontangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there does not exist an immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."@en ; - "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . +cco:nontangential_part_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:spatial_part_of ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:definition_source "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "nontangential part of"@en ; + skos:definition "An immaterial entity im1 is a nontangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there does not exist an immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/occurs_at - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "occurs at"@en ; - "x occurs_at y iff x is an instance of Process and y is an instance of Site, such that x occurs in y."@en . +cco:occurs_at rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000066 ; + rdfs:domain obo:BFO_0000015 ; + rdfs:range obo:BFO_0000029 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "occurs at"@en ; + skos:definition "x occurs_at y iff x is an instance of Process and y is an instance of Site, such that x occurs in y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/partially_overlaps_with - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "partially overlaps with"@en ; - "An immaterial entity im1 partially overlaps with some immaterial entity im2 iff im1 overlaps with im2 and im1 is not a spatial part of im2 and im2 is not a spatial part of im1."@en ; - "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . +cco:partially_overlaps_with rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:connected_with ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:definition_source "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "partially overlaps with"@en ; + skos:definition "An immaterial entity im1 partially overlaps with some immaterial entity im2 iff im1 overlaps with im2 and im1 is not a spatial part of im2 and im2 is not a spatial part of im1."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be symmetric. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/permits - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "permits"@en ; - "x permits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y may occur."@en ; - "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . +cco:permits rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:prescribes ; + rdfs:domain cco:ActionRegulation ; + rdfs:range obo:BFO_0000015 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "permits"@en ; + skos:definition "x permits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that y may occur."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/prescribed_by - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "prescribed by"@en ; - "x prescribed_by y iff y is an instance of Information Content Entity and x is an instance of Entity, such that y serves as a rule or guide for x if x is an Occurrent, or y serves as a model for x if x is a Continuant."@en . +cco:prescribed_by rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_subject_of ; + owl:inverseOf cco:prescribes ; + rdfs:range cco:DirectiveInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "prescribed by"@en ; + skos:definition "x prescribed_by y iff y is an instance of Information Content Entity and x is an instance of Entity, such that y serves as a rule or guide for x if x is an Occurrent, or y serves as a model for x if x is a Continuant."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/prescribes - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "prescribes"@en ; - "x prescribes y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x serves as a rule or guide for y if y an Occurrent, or x serves as a model for y if y is a Continuant."@en ; - "A blueprint prescribes some artifact or facility by being a model for it." , - "A professional code of conduct prescribes some realizations of a profession (role) by giving rules for how the bearer should act in those realizations." , - "An operations plan prescribes an operation by enumerating the tasks that need to be performed in order to achieve the objectives of the operation." . +cco:prescribes rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_about ; + rdfs:domain cco:DirectiveInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "prescribes"@en ; + skos:definition "x prescribes y iff x is an instance of Information Content Entity and y is an instance of Entity, such that x serves as a rule or guide for y if y an Occurrent, or x serves as a model for y if y is a Continuant."@en ; + skos:example "A blueprint prescribes some artifact or facility by being a model for it." , + "A professional code of conduct prescribes some realizations of a profession (role) by giving rules for how the bearer should act in those realizations." , + "An operations plan prescribes an operation by enumerating the tasks that need to be performed in order to achieve the objectives of the operation." . ### http://www.ontologyrepository.com/CommonCoreOntologies/process_started_by - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "process started by"@en ; - "x process_started_by y iff x and y are instances of processes, and x is caused_by y, and i is an instance of a temporal instant, and r is an instant of a temporal interval, and x has starting instance i, and y occurs on r, and r interval contains i."@en ; - "A process x is started by another process y when y causes x while y is still occurring."@en . +cco:process_started_by rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:caused_by ; + owl:inverseOf cco:process_starts ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "process started by"@en ; + skos:definition "x process_started_by y iff x and y are instances of processes, and x is caused_by y, and i is an instance of a temporal instant, and r is an instant of a temporal interval, and x has starting instance i, and y occurs on r, and r interval contains i."@en ; + skos:scopeNote "A process x is started by another process y when y causes x while y is still occurring."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/process_starts - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "process starts"@en ; - "x process_starts y iff x and y are instances of processes, and x is_cause_of y, and i is an instance of a temporal instant, and r is an instant of a temporal interval, and y has starting instance i, and x occurs on r, and r interval contains i."@en ; - "A process x starts another process y when x causes y while x is still occurring."@en . +cco:process_starts rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_cause_of ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "process starts"@en ; + skos:definition "x process_starts y iff x and y are instances of processes, and x is_cause_of y, and i is an instance of a temporal instant, and r is an instant of a temporal interval, and y has starting instance i, and x occurs on r, and r interval contains i."@en ; + skos:scopeNote "A process x starts another process y when x causes y while x is still occurring."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/prohibits - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "prohibits"@en ; - "x prohibits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some y must not occur."@en ; - "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . +cco:prohibits rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:prescribes ; + rdfs:domain cco:ActionRegulation ; + rdfs:range obo:BFO_0000015 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "prohibits"@en ; + skos:definition "x prohibits y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some y must not occur."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/quality_of_aggregate - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "quality of aggregate"@en ; - "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:quality_of_aggregate rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:inheres_in_aggregate ; + rdfs:domain obo:BFO_0000019 ; + rdfs:range obo:BFO_0000027 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "quality of aggregate"@en ; + skos: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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/receives - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "receives"@en ; - "x receives y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the recipient and decoder of the InformationContentEntity intended for communication in y."@en . +cco:receives rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + rdfs:domain cco:Agent ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "receives"@en ; + skos:definition "x receives y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the recipient and decoder of the InformationContentEntity intended for communication in y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/represented_by - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "See notes for inverse property." ; - rdfs:label "represented by"@en ; - "y represented_by x iff x is an instance of Information Content Entity, and y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en . +cco:represented_by rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_subject_of ; + owl:inverseOf cco:represents ; + rdfs:range cco:RepresentationalInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "See notes for inverse property." ; + rdfs:label "represented by"@en ; + skos:definition "y represented_by x iff x is an instance of Information Content Entity, and y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/represents - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Isomorphism between the carrier of x and the represented entity can be via a direct similarity relation, e.g., grooves in a vinyl record corresponding to sound waves, or linguistic convention, e.g., a court stenographer's transcription of spoken words, as well as others, such as encoding processes for images."@en ; - rdfs:label "represents"@en ; - "x represents y iff x is an instance of Information Content Entity, y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en ; - "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en , - "The relationship that is being defined here is that between the content of a photographic image and its object, between the content of a video and its objects and events, between the content of an audio recording and the sounds or events generating those sounds, or between the content of a written transcript and the verbal event that it transcribes."@en . +cco:represents rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:is_about ; + rdfs:domain cco:RepresentationalInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Isomorphism between the carrier of x and the represented entity can be via a direct similarity relation, e.g., grooves in a vinyl record corresponding to sound waves, or linguistic convention, e.g., a court stenographer's transcription of spoken words, as well as others, such as encoding processes for images."@en ; + rdfs:label "represents"@en ; + skos:definition "x represents y iff x is an instance of Information Content Entity, y is an instance of Entity, and z is carrier of x, such that x is about y in virtue of there existing an isomorphism between characteristics of z and y."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be functional. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en , + "The relationship that is being defined here is that between the content of a photographic image and its object, between the content of a video and its objects and events, between the content of an audio recording and the sounds or events generating those sounds, or between the content of a written transcript and the verbal event that it transcribes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/requires - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "requires"@en ; - "x requires y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some y must occur."@en ; - "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . +cco:requires rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:prescribes ; + rdfs:domain cco:ActionRegulation ; + rdfs:range obo:BFO_0000015 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "requires"@en ; + skos:definition "x requires y at t iff: x is an instance of Process Regulation at time t, and y is an instance of Process at time t, and x prescribes that some y must occur."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be asymmetric and irreflexive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/role_of_aggregate - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "role of aggregate"@en ; - "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:role_of_aggregate rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:inheres_in_aggregate ; + rdfs:domain obo:BFO_0000023 ; + rdfs:range obo:BFO_0000027 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; + rdfs:label "role of aggregate"@en ; + skos: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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/sends - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "sends"@en ; - "x sends y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the initiator and encoder of the InformationContentEntity intended for communication in y."@en . +cco:sends rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000056 ; + rdfs:domain cco:Agent ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "sends"@en ; + skos:definition "x sends y iff x is an instance of Agent and y is an instance of Act Of Communication, such that x is the initiator and encoder of the InformationContentEntity intended for communication in y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/spatial_part_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf , - ; - rdfs:domain ; - rdfs:range ; - "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:comment "in the sense used here, spatial part of is elsewhere referred to as proper spatial part of"@en ; - rdfs:label "spatial part of"@en ; - "x spatial_part_of y iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en . +cco:spatial_part_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000176 , + cco:connected_with ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:definition_source "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:comment "in the sense used here, spatial part of is elsewhere referred to as proper spatial part of"@en ; + rdfs:label "spatial part of"@en ; + skos:definition "x spatial_part_of y iff x, y, z, and q are instances of Immaterial Entity, such that for any z connected with x, z is also connected with y, and q is connected with y but not connected with x."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/supervises - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://en.wiktionary.org/wiki/supervise" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "supervises"@en ; - "A person p1 supervises a person p2 by virtue of p1 directing, managing, or overseeing p2."@en . +cco:supervises rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:has_affiliate ; + rdfs:domain cco:Person ; + rdfs:range cco:Person ; + cco:definition_source "http://en.wiktionary.org/wiki/supervise" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "supervises"@en ; + skos:definition "A person p1 supervises a person p2 by virtue of p1 directing, managing, or overseeing p2."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/tangential_part_of - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "tangential part of"@en ; - "An immaterial entity im1 is a tangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there exists some immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."@en ; - "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . +cco:tangential_part_of rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:spatial_part_of ; + rdfs:domain obo:BFO_0000141 ; + rdfs:range obo:BFO_0000141 ; + cco:definition_source "Randell, D. A., Cui, Z. and Cohn, A. G.: 1992, \"A spatial logic based on regions and connection,\" Proc. 3rd Int. Conf. on Knowledge Representation and Reasoning, Morgan Kaufmann, San Mateo, pp. 165-176. Available at: https://www.dpi.inpe.br/gilberto/references/cohn_rcc.pdf"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "tangential part of"@en ; + skos:definition "An immaterial entity im1 is a tangential part of some immaterial entity im2 iff im1 is a spatial part of im2 and there exists some immaterial entity im3 such that im3 externally connects with im1 and im3 externally connects with im2."@en ; + skos:scopeNote "Given a stronger temporal interpretation, this property may be transitive. For more info please refer to https://github.com/BFO-ontology/BFO-2020/tree/master/src/owl/temporal%20extensions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/time_zone_identifier_used_by - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - owl:inverseOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "time zone identifier used by"@en ; - "x time_zone_identifier_used_by y iff y is an instance of Information Bearing Entity and x is an instance of Time Zone Identifier, such that x designates the spatial region associated with the time zone mentioned in y."@en . +cco:time_zone_identifier_used_by rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000084 ; + owl:inverseOf cco:uses_time_zone_identifier ; + rdfs:domain cco:TimeZoneIdentifier ; + rdfs:range cco:InformationBearingEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "time zone identifier used by"@en ; + skos:definition "x time_zone_identifier_used_by y iff y is an instance of Information Bearing Entity and x is an instance of Time Zone Identifier, such that x designates the spatial region associated with the time zone mentioned in y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/uses - rdf:type owl:ObjectProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "uses"@en ; - "x uses y iff x is an instance of an Agent and y is an instance of a Material Entity, such that both x and y participate in some instance of a Process wherein x attempts to accomplish a goal by manipulating, deploying, or leveraging some attribute of y."@en . +cco:uses rdf:type owl:ObjectProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "uses"@en ; + skos:definition "x uses y iff x is an instance of an Agent and y is an instance of a Material Entity, such that both x and y participate in some instance of a Process wherein x attempts to accomplish a goal by manipulating, deploying, or leveraging some attribute of y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/uses_geospatial_coordinate_reference_system - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "uses geospatial coordinate reference system"@en ; - "y uses_geospatial_coordinate_reference_system x iff y is an instance of Information Bearing Entity and x is an instance of Geospatial Coordinate Reference System, such that x describes the set of standards mentioned in y."@en . +cco:uses_geospatial_coordinate_reference_system rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:uses_reference_system ; + rdfs:domain cco:InformationBearingEntity ; + rdfs:range cco:GeospatialCoordinateReferenceSystem ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "uses geospatial coordinate reference system"@en ; + skos:definition "y uses_geospatial_coordinate_reference_system x iff y is an instance of Information Bearing Entity and x is an instance of Geospatial Coordinate Reference System, such that x describes the set of standards mentioned in y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/uses_language - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "uses language"@en ; - "x uses_language y iff x is an instance of an Information Bearing Entity and y is an instance of a Language such that the literal value of x is a string that is encoded according to the syntax of y."@en . +cco:uses_language rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf cco:prescribed_by ; + rdfs:domain cco:InformationBearingEntity ; + rdfs:range cco:Language ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "uses language"@en ; + skos:definition "x uses_language y iff x is an instance of an Information Bearing Entity and y is an instance of a Language such that the literal value of x is a string that is encoded according to the syntax of y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/uses_measurement_unit - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "uses measurement unit"@en ; - "y uses_measurement_unit x iff y is an instance of Information Bearing Entity and x is an instance of Measurement Unit, such that x describes the magnitude of measured physical quantity mentioned in y."@en . +cco:uses_measurement_unit rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000101 ; + rdfs:domain cco:InformationBearingEntity ; + rdfs:range cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "uses measurement unit"@en ; + skos:definition "y uses_measurement_unit x iff y is an instance of Information Bearing Entity and x is an instance of Measurement Unit, such that x describes the magnitude of measured physical quantity mentioned in y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/uses_reference_system - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "uses reference system"@en ; - "y uses_reference_system x iff y is an instance of Information Bearing Entity and x is an instance of Reference System, such that x describes the set of standards mentioned in y."@en . +cco:uses_reference_system rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000101 ; + rdfs:domain cco:InformationBearingEntity ; + rdfs:range cco:ReferenceSystem ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "uses reference system"@en ; + skos:definition "y uses_reference_system x iff y is an instance of Information Bearing Entity and x is an instance of Reference System, such that x describes the set of standards mentioned in y."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/uses_time_zone_identifier - rdf:type owl:ObjectProperty ; - rdfs:subPropertyOf ; - rdfs:domain ; - rdfs:range ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "uses time zone identifier"@en ; - "x uses_time_zone_identifier y iff x is an instance of Information Bearing Entity and y is an instance of Time Zone Identifier, such that y designates the spatial region associated with the time zone mentioned in x."@en . +cco:uses_time_zone_identifier rdf:type owl:ObjectProperty ; + rdfs:subPropertyOf obo:BFO_0000101 ; + rdfs:domain cco:InformationBearingEntity ; + rdfs:range cco:TimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "uses time zone identifier"@en ; + skos:definition "x uses_time_zone_identifier y iff x is an instance of Information Bearing Entity and y is an instance of Time Zone Identifier, such that y designates the spatial region associated with the time zone mentioned in x."@en . ################################################################# # Data properties ################################################################# -### http://purl.org/dc/terms/created - rdf:type owl:DatatypeProperty ; - rdfs:range rdfs:Literal . - - ### http://www.ontologyrepository.com/CommonCoreOntologies/has_URI_value - rdf:type owl:DatatypeProperty ; - rdfs:domain ; - rdfs:range xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "has URI value"@en ; - "A data property that has as its range a URI value."@en . +cco:has_URI_value rdf:type owl:DatatypeProperty ; + rdfs:domain cco:InformationBearingEntity ; + rdfs:range xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "has URI value"@en ; + skos:definition "A data property that has as its range a URI value."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_altitude_value - rdf:type owl:DatatypeProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:comment "Altitude values typically use kilometers as the Unit of Measurement."@en ; - rdfs:label "has altitude value"@en ; - "This data property can be used along with has_latitude_value and has_longitude_value to connect three-dimensional spatial data to a single Information Bearing Entity to specify the location of an entity in a Geospatial Region."@en . +cco:has_altitude_value rdf:type owl:DatatypeProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:comment "Altitude values typically use kilometers as the Unit of Measurement."@en ; + rdfs:label "has altitude value"@en ; + skos:scopeNote "This data property can be used along with has_latitude_value and has_longitude_value to connect three-dimensional spatial data to a single Information Bearing Entity to specify the location of an entity in a Geospatial Region."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_boolean_value - rdf:type owl:DatatypeProperty ; - rdfs:domain ; - rdfs:range xsd:boolean ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "has boolean value"@en ; - "A data property that has as its range a boolean value."@en . +cco:has_boolean_value rdf:type owl:DatatypeProperty ; + rdfs:domain cco:InformationBearingEntity ; + rdfs:range xsd:boolean ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "has boolean value"@en ; + skos:definition "A data property that has as its range a boolean value."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_date_value - rdf:type owl:DatatypeProperty ; - rdfs:domain ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "has date value"@en ; - "A data property that has as its range a date value."@en . +cco:has_date_value rdf:type owl:DatatypeProperty ; + rdfs:domain cco:InformationBearingEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "has date value"@en ; + skos:definition "A data property that has as its range a date value."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_datetime_value - rdf:type owl:DatatypeProperty ; - rdfs:domain ; - rdfs:range xsd:dateTime ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "has datetime value"@en ; - "A data property that has as its value a datetime value."@en . +cco:has_datetime_value rdf:type owl:DatatypeProperty ; + rdfs:domain cco:InformationBearingEntity ; + rdfs:range xsd:dateTime ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "has datetime value"@en ; + skos:definition "A data property that has as its value a datetime value."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_decimal_value - rdf:type owl:DatatypeProperty ; - rdfs:domain ; - rdfs:range xsd:decimal ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "has decimal value"@en ; - "A data property that has as its range a decimal value."@en . +cco:has_decimal_value rdf:type owl:DatatypeProperty ; + rdfs:domain cco:InformationBearingEntity ; + rdfs:range xsd:decimal ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "has decimal value"@en ; + skos:definition "A data property that has as its range a decimal value."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_double_value - rdf:type owl:DatatypeProperty ; - rdfs:domain ; - rdfs:range xsd:double ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "has double value"@en ; - "A data property that has as its range a double value."@en . +cco:has_double_value rdf:type owl:DatatypeProperty ; + rdfs:domain cco:InformationBearingEntity ; + rdfs:range xsd:double ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "has double value"@en ; + skos:definition "A data property that has as its range a double value."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_integer_value - rdf:type owl:DatatypeProperty ; - rdfs:domain ; - rdfs:range xsd:integer ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "has integer value"@en ; - "A data property that has as its range an integer value."@en . +cco:has_integer_value rdf:type owl:DatatypeProperty ; + rdfs:domain cco:InformationBearingEntity ; + rdfs:range xsd:integer ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "has integer value"@en ; + skos:definition "A data property that has as its range an integer value."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_latitude_value - rdf:type owl:DatatypeProperty ; - rdfs:range xsd:decimal ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "has latitude value"@en ; - "A Data Property that has as its range the latitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en . +cco:has_latitude_value rdf:type owl:DatatypeProperty ; + rdfs:range xsd:decimal ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "has latitude value"@en ; + skos:definition "A Data Property that has as its range the latitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_longitude_value - rdf:type owl:DatatypeProperty ; - rdfs:range xsd:decimal ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "has longitude value"@en ; - "A Data Property that has as its range the longitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en . +cco:has_longitude_value rdf:type owl:DatatypeProperty ; + rdfs:range xsd:decimal ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "has longitude value"@en ; + skos:definition "A Data Property that has as its range the longitude value from some Geospatial Location coordinates set expressed in decimal degrees."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/has_text_value - rdf:type owl:DatatypeProperty ; - rdfs:domain ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "has text value"@en ; - "A data property that has as its range a string value."@en . +cco:has_text_value rdf:type owl:DatatypeProperty ; + rdfs:domain cco:InformationBearingEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "has text value"@en ; + skos:definition "A data property that has as its range a string value."@en . ### http://www.opengis.net/ont/geosparql#asWKT rdf:type owl:DatatypeProperty ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; rdfs:comment "ISO 19162:2015"@en ; rdfs:label "as WKT"@en ; - "A Data Property that has as its range a string formated according to the Well-known text standardization for geometric objects."@en ; - "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10))" . + skos:definition "A Data Property that has as its range a string formated according to the Well-known text standardization for geometric objects."@en ; + skos:example "Polygon ((10 10, 10 20, 20 20, 20 15, 10 10))" . ################################################################# @@ -3230,13692 +3145,13694 @@ xsd:date rdf:type rdfs:Datatype . ################################################################# ### http://purl.obolibrary.org/obo/BFO_0000001 - rdf:type owl:Class ; - "001-BFO" ; - rdfs:label "entity"@en ; - "(Elucidation) An entity is anything that exists or has existed or will exist"@en ; - "Julius Caesar; the Second World War; your body mass index; Verdi's Requiem"@en . +obo:BFO_0000001 rdf:type owl:Class ; + "001-BFO" ; + rdfs:label "entity"@en ; + skos:definition "(Elucidation) An entity is anything that exists or has existed or will exist"@en ; + skos:example "Julius Caesar; the Second World War; your body mass index; Verdi's Requiem"@en . ### http://purl.obolibrary.org/obo/BFO_0000002 - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom - ] ; - owl:disjointWith ; - "008-BFO" ; - rdfs:label "continuant"@en ; - "(Elucidation) A continuant is an entity that persists, endures, or continues to exist through time while maintaining its identity"@en ; - "A human being; a tennis ball; a cave; a region of space; someone's temperature"@en . +obo:BFO_0000002 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000001 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:allValuesFrom obo:BFO_0000002 + ] ; + owl:disjointWith obo:BFO_0000003 ; + "008-BFO" ; + rdfs:label "continuant"@en ; + skos:definition "(Elucidation) A continuant is an entity that persists, endures, or continues to exist through time while maintaining its identity"@en ; + skos:example "A human being; a tennis ball; a cave; a region of space; someone's temperature"@en . ### http://purl.obolibrary.org/obo/BFO_0000003 - rdf:type owl:Class ; - rdfs:subClassOf ; - "077-BFO" ; - rdfs:label "occurrent"@en ; - "(Elucidation) An occurrent is an entity that unfolds itself in time or it is the start or end of such an entity or it is a temporal or spatiotemporal region"@en ; - "As for process, history, process boundary, spatiotemporal region, zero-dimensional temporal region, one-dimensional temporal region, temporal interval, temporal instant."@en . +obo:BFO_0000003 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000001 ; + "077-BFO" ; + rdfs:label "occurrent"@en ; + skos:definition "(Elucidation) An occurrent is an entity that unfolds itself in time or it is the start or end of such an entity or it is a temporal or spatiotemporal region"@en ; + skos:example "As for process, history, process boundary, spatiotemporal region, zero-dimensional temporal region, one-dimensional temporal region, temporal interval, temporal instant."@en . ### http://purl.obolibrary.org/obo/BFO_0000004 - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom - ] ; - "017-BFO" ; - rdfs:label "independent continuant"@en ; - "b is an independent continuant =Def b is a continuant & there is no c such that b specifically depends on c or b generically depends on c"@en ; - "An atom; a molecule; an organism; a heart; a chair; the bottom right portion of a human torso; a leg; the interior of your mouth; a spatial region; an orchestra"@en . +obo:BFO_0000004 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000002 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:allValuesFrom obo:BFO_0000004 + ] ; + "017-BFO" ; + rdfs:label "independent continuant"@en ; + skos:definition "b is an independent continuant =Def b is a continuant & there is no c such that b specifically depends on c or b generically depends on c"@en ; + skos:example "An atom; a molecule; an organism; a heart; a chair; the bottom right portion of a human torso; a leg; the interior of your mouth; a spatial region; an orchestra"@en . ### http://purl.obolibrary.org/obo/BFO_0000006 - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom - ] ; - "035-BFO" ; - rdfs:label "spatial region"@en ; - "(Elucidation) A spatial region is a continuant entity that is a continuant part of the spatial projection of a portion of spacetime at a given time"@en ; - "As for zero-dimensional spatial region, one-dimensional spatial region, two-dimensional spatial region, three-dimensional spatial region"@en . +obo:BFO_0000006 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000141 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:allValuesFrom obo:BFO_0000006 + ] ; + "035-BFO" ; + rdfs:label "spatial region"@en ; + skos:definition "(Elucidation) A spatial region is a continuant entity that is a continuant part of the spatial projection of a portion of spacetime at a given time"@en ; + skos:example "As for zero-dimensional spatial region, one-dimensional spatial region, two-dimensional spatial region, three-dimensional spatial region"@en . ### http://purl.obolibrary.org/obo/BFO_0000008 - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom - ] , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom - ] ; - "100-BFO" ; - rdfs:label "temporal region"@en ; - "(Elucidation) A temporal region is an occurrent over which processes can unfold"@en ; - "As for zero-dimensional temporal region and one-dimensional temporal region"@en . +obo:BFO_0000008 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000003 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000132 ; + owl:allValuesFrom obo:BFO_0000008 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000139 ; + owl:allValuesFrom obo:BFO_0000008 + ] ; + "100-BFO" ; + rdfs:label "temporal region"@en ; + skos:definition "(Elucidation) A temporal region is an occurrent over which processes can unfold"@en ; + skos:example "As for zero-dimensional temporal region and one-dimensional temporal region"@en . ### http://purl.obolibrary.org/obo/BFO_0000009 - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( - - - ) - ] - ] ; - "039-BFO" ; - rdfs:label "two-dimensional spatial region"@en ; - "(Elucidation) A two-dimensional spatial region is a spatial region that is a whole consisting of a surface together with zero or more surfaces which may have spatial regions of lower dimension as parts"@en ; - "The surface of a sphere-shaped part of space; an infinitely thin plane in space"@en . +obo:BFO_0000009 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000006 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000009 + obo:BFO_0000018 + obo:BFO_0000026 + ) + ] + ] ; + "039-BFO" ; + rdfs:label "two-dimensional spatial region"@en ; + skos:definition "(Elucidation) A two-dimensional spatial region is a spatial region that is a whole consisting of a surface together with zero or more surfaces which may have spatial regions of lower dimension as parts"@en ; + skos:example "The surface of a sphere-shaped part of space; an infinitely thin plane in space"@en . ### http://purl.obolibrary.org/obo/BFO_0000011 - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom - ] , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom - ] ; - "095-BFO" ; - rdfs:label "spatiotemporal region"@en ; - "(Elucidation) A spatiotemporal region is an occurrent that is an occurrent part of spacetime"@en ; - "The spatiotemporal region occupied by the development of a cancer tumour; the spatiotemporal region occupied by an orbiting satellite"@en ; - "'Spacetime' here refers to the maximal instance of the universal spatiotemporal region."@en . +obo:BFO_0000011 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000003 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000132 ; + owl:allValuesFrom obo:BFO_0000011 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000139 ; + owl:allValuesFrom obo:BFO_0000011 + ] ; + "095-BFO" ; + rdfs:label "spatiotemporal region"@en ; + skos:definition "(Elucidation) A spatiotemporal region is an occurrent that is an occurrent part of spacetime"@en ; + skos:example "The spatiotemporal region occupied by the development of a cancer tumour; the spatiotemporal region occupied by an orbiting satellite"@en ; + skos:scopeNote "'Spacetime' here refers to the maximal instance of the universal spatiotemporal region."@en . ### http://purl.obolibrary.org/obo/BFO_0000015 - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( - - ) - ] - ] , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom - ] , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom - ] ; - "083-BFO" ; - rdfs:label "process"@en ; - "event"@en ; - "(Elucidation) p is a process means p is an occurrent that has some temporal proper part and for some time t, p has some material entity as participant"@en ; - "An act of selling; the life of an organism; a process of sleeping; a process of cell-division; a beating of the heart; a process of meiosis; the taxiing of an aircraft; the programming of a computer"@en . +obo:BFO_0000015 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000003 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000117 ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000015 + obo:BFO_0000035 + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000132 ; + owl:allValuesFrom obo:BFO_0000015 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000139 ; + owl:allValuesFrom obo:BFO_0000015 + ] ; + "083-BFO" ; + rdfs:label "process"@en ; + skos:altLabel "event"@en ; + skos:definition "(Elucidation) p is a process means p is an occurrent that has some temporal proper part and for some time t, p has some material entity as participant"@en ; + skos:example "An act of selling; the life of an organism; a process of sleeping; a process of cell-division; a beating of the heart; a process of meiosis; the taxiing of an aircraft; the programming of a computer"@en . ### http://purl.obolibrary.org/obo/BFO_0000016 - rdf:type owl:Class ; - rdfs:subClassOf ; - owl:disjointWith ; - "062-BFO" ; - rdfs:label "disposition"@en ; - "internally-grounded realizable entity"@en ; - "(Elucidation) A disposition b is a realizable entity such that if b ceases to exist then its bearer is physically changed & b's realization occurs when and because this bearer is in some special physical circumstances & this realization occurs in virtue of the bearer's physical make-up"@en ; - "An atom of element X has the disposition to decay to an atom of element Y; the cell wall is disposed to transport cellular material through endocytosis and exocytosis; certain people have a predisposition to colon cancer; children are innately disposed to categorize objects in certain ways"@en . +obo:BFO_0000016 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000017 ; + owl:disjointWith obo:BFO_0000023 ; + "062-BFO" ; + rdfs:label "disposition"@en ; + skos:altLabel "internally-grounded realizable entity"@en ; + skos:definition "(Elucidation) A disposition b is a realizable entity such that if b ceases to exist then its bearer is physically changed & b's realization occurs when and because this bearer is in some special physical circumstances & this realization occurs in virtue of the bearer's physical make-up"@en ; + skos:example "An atom of element X has the disposition to decay to an atom of element Y; the cell wall is disposed to transport cellular material through endocytosis and exocytosis; certain people have a predisposition to colon cancer; children are innately disposed to categorize objects in certain ways"@en . ### http://purl.obolibrary.org/obo/BFO_0000017 - rdf:type owl:Class ; - rdfs:subClassOf ; - owl:disjointWith ; - "058-BFO" ; - rdfs:label "realizable entity"@en ; - "(Elucidation) A realizable entity is a specifically dependent continuant that inheres in some independent continuant which is not a spatial region & which is of a type some instances of which are realized in processes of a correlated type"@en ; - "The role of being a doctor; the role of this boundary to delineate where Utah and Colorado meet; the function of your reproductive organs; the disposition of your blood to coagulate; the disposition of this piece of metal to conduct electricity"@en . +obo:BFO_0000017 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000020 ; + owl:disjointWith obo:BFO_0000019 ; + "058-BFO" ; + rdfs:label "realizable entity"@en ; + skos:definition "(Elucidation) A realizable entity is a specifically dependent continuant that inheres in some independent continuant which is not a spatial region & which is of a type some instances of which are realized in processes of a correlated type"@en ; + skos:example "The role of being a doctor; the role of this boundary to delineate where Utah and Colorado meet; the function of your reproductive organs; the disposition of your blood to coagulate; the disposition of this piece of metal to conduct electricity"@en . ### http://purl.obolibrary.org/obo/BFO_0000018 - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom - ] ; - "037-BFO" ; - rdfs:label "zero-dimensional spatial region"@en ; - "(Elucidation) A zero-dimensional spatial region is one or a collection of more than one spatially disjoint points in space"@en ; - "The spatial region occupied at some time instant by the North Pole"@en . +obo:BFO_0000018 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000006 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom obo:BFO_0000018 + ] ; + "037-BFO" ; + rdfs:label "zero-dimensional spatial region"@en ; + skos:definition "(Elucidation) A zero-dimensional spatial region is one or a collection of more than one spatially disjoint points in space"@en ; + skos:example "The spatial region occupied at some time instant by the North Pole"@en . ### http://purl.obolibrary.org/obo/BFO_0000019 - rdf:type owl:Class ; - rdfs:subClassOf ; - "055-BFO" ; - rdfs:label "quality"@en ; - "(Elucidation) A quality is a specifically dependent continuant that, in contrast to roles and dispositions, does not require any further process in order to be realized"@en ; - "The colour of a tomato; the ambient temperature of this portion of air; the length of the circumference of your waist; the shape of your nose; the shape of your nostril; the mass of this piece of gold"@en . +obo:BFO_0000019 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000020 ; + "055-BFO" ; + rdfs:label "quality"@en ; + skos:definition "(Elucidation) A quality is a specifically dependent continuant that, in contrast to roles and dispositions, does not require any further process in order to be realized"@en ; + skos:example "The colour of a tomato; the ambient temperature of this portion of air; the length of the circumference of your waist; the shape of your nose; the shape of your nostril; the mass of this piece of gold"@en . ### http://purl.obolibrary.org/obo/BFO_0000020 - rdf:type owl:Class ; - rdfs:subClassOf ; - "050-BFO" ; - rdfs:label "specifically dependent continuant"@en ; - "b is a specifically dependent continuant =Def b is a continuant & there is some independent continuant c which is not a spatial region & which is such that b specifically depends on c"@en ; - "(with multiple bearers) John's love for Mary; the ownership relation between John and this statue; the relation of authority between John and his subordinates"@en , - "(with one bearer) The mass of this tomato; the pink colour of a medium rare piece of grilled filet mignon at its centre; the smell of this portion of mozzarella; the disposition of this fish to decay; the role of being a doctor; the function of this heart to pump blood; the shape of this hole"@en . +obo:BFO_0000020 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000002 ; + "050-BFO" ; + rdfs:label "specifically dependent continuant"@en ; + skos:definition "b is a specifically dependent continuant =Def b is a continuant & there is some independent continuant c which is not a spatial region & which is such that b specifically depends on c"@en ; + skos:example "(with multiple bearers) John's love for Mary; the ownership relation between John and this statue; the relation of authority between John and his subordinates"@en , + "(with one bearer) The mass of this tomato; the pink colour of a medium rare piece of grilled filet mignon at its centre; the smell of this portion of mozzarella; the disposition of this fish to decay; the role of being a doctor; the function of this heart to pump blood; the shape of this hole"@en . ### http://purl.obolibrary.org/obo/BFO_0000023 - rdf:type owl:Class ; - rdfs:subClassOf ; - "061-BFO" ; - rdfs:label "role"@en ; - "externally-grounded realizable entity"@en ; - "(Elucidation) A role b is a realizable entity such that b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be & b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed"@en ; - "The priest role; the student role; the role of subject in a clinical trial; the role of a stone in marking a property boundary; the role of a boundary to demarcate two neighbouring administrative territories; the role of a building in serving as a military target"@en . +obo:BFO_0000023 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000017 ; + "061-BFO" ; + rdfs:label "role"@en ; + skos:altLabel "externally-grounded realizable entity"@en ; + skos:definition "(Elucidation) A role b is a realizable entity such that b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be & b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed"@en ; + skos:example "The priest role; the student role; the role of subject in a clinical trial; the role of a stone in marking a property boundary; the role of a boundary to demarcate two neighbouring administrative territories; the role of a building in serving as a military target"@en . ### http://purl.obolibrary.org/obo/BFO_0000024 - rdf:type owl:Class ; - rdfs:subClassOf ; - "027-BFO" ; - rdfs:label "fiat object part"@en ; - "(Elucidation) A fiat object part b is a material entity & such that if b exists then it is continuant part of some object c & demarcated from the remainder of c by one or more fiat surfaces"@en ; - "The upper and lower lobes of the left lung; the dorsal and ventral surfaces of the body; the Western hemisphere of the Earth; the FMA:regional parts of an intact human body"@en . +obo:BFO_0000024 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000040 ; + "027-BFO" ; + rdfs:label "fiat object part"@en ; + skos:definition "(Elucidation) A fiat object part b is a material entity & such that if b exists then it is continuant part of some object c & demarcated from the remainder of c by one or more fiat surfaces"@en ; + skos:example "The upper and lower lobes of the left lung; the dorsal and ventral surfaces of the body; the Western hemisphere of the Earth; the FMA:regional parts of an intact human body"@en . ### http://purl.obolibrary.org/obo/BFO_0000026 - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( - - ) - ] - ] ; - "038-BFO" ; - rdfs:label "one-dimensional spatial region"@en ; - "(Elucidation) A one-dimensional spatial region is a whole consisting of a line together with zero or more lines which may have points as parts"@en ; - "An edge of a cube-shaped portion of space; a line connecting two points; two parallel lines extended in space"@en . +obo:BFO_0000026 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000006 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000018 + obo:BFO_0000026 + ) + ] + ] ; + "038-BFO" ; + rdfs:label "one-dimensional spatial region"@en ; + skos:definition "(Elucidation) A one-dimensional spatial region is a whole consisting of a line together with zero or more lines which may have points as parts"@en ; + skos:example "An edge of a cube-shaped portion of space; a line connecting two points; two parallel lines extended in space"@en . ### http://purl.obolibrary.org/obo/BFO_0000027 - rdf:type owl:Class ; - rdfs:subClassOf ; - "025-BFO" ; - rdfs:label "object aggregate"@en ; - "(Elucidation) An object aggregate is a material entity consisting exactly of a plurality (≥1) of objects as member parts which together form a unit"@en ; - "The aggregate of the musicians in a symphony orchestra and their instruments; the aggregate of bearings in a constant velocity axle joint; the nitrogen atoms in the atmosphere; a collection of cells in a blood biobank"@en ; - "'Exactly' means that there are no parts of the object aggregate other than its member parts." , - "The unit can, at certain times, consist of exactly one object, for example, when a wolf litter loses all but one of its pups, but it must at some time have a plurality of member parts." . +obo:BFO_0000027 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000040 ; + "025-BFO" ; + rdfs:label "object aggregate"@en ; + skos:definition "(Elucidation) An object aggregate is a material entity consisting exactly of a plurality (≥1) of objects as member parts which together form a unit"@en ; + skos:example "The aggregate of the musicians in a symphony orchestra and their instruments; the aggregate of bearings in a constant velocity axle joint; the nitrogen atoms in the atmosphere; a collection of cells in a blood biobank"@en ; + skos:scopeNote "'Exactly' means that there are no parts of the object aggregate other than its member parts." , + "The unit can, at certain times, consist of exactly one object, for example, when a wolf litter loses all but one of its pups, but it must at some time have a plurality of member parts." . ### http://purl.obolibrary.org/obo/BFO_0000028 - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom - ] ; - "040-BFO" ; - rdfs:label "three-dimensional spatial region"@en ; - "(Elucidation) A three-dimensional spatial region is a whole consisting of a spatial volume together with zero or more spatial volumes which may have spatial regions of lower dimension as parts"@en ; - "A cube-shaped region of space; a sphere-shaped region of space; the region of space occupied by all and only the planets in the solar system at some point in time"@en . +obo:BFO_0000028 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000006 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom obo:BFO_0000006 + ] ; + "040-BFO" ; + rdfs:label "three-dimensional spatial region"@en ; + skos:definition "(Elucidation) A three-dimensional spatial region is a whole consisting of a spatial volume together with zero or more spatial volumes which may have spatial regions of lower dimension as parts"@en ; + skos:example "A cube-shaped region of space; a sphere-shaped region of space; the region of space occupied by all and only the planets in the solar system at some point in time"@en . ### http://purl.obolibrary.org/obo/BFO_0000029 - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( - - ) - ] - ] , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( - - ) - ] - ] , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom - ] ; - "034-BFO" ; - rdfs:label "site"@en ; - "(Elucidation) A site is a three-dimensional immaterial entity whose boundaries either (partially or wholly) coincide with the boundaries of one or more material entities or have locations determined in relation to some material entity"@en ; - "A hole in a portion of cheese; a rabbit hole; the Grand Canyon; the Piazza San Marco; the kangaroo-joey-containing hole of a kangaroo pouch; your left nostril (a fiat part - the opening - of your left nasal cavity); the lumen of your gut; the hold of a ship; the interior of the trunk of your car; hole in an engineered floor joist"@en . +obo:BFO_0000029 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000141 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000029 + obo:BFO_0000040 + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000029 + obo:BFO_0000140 + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000210 ; + owl:allValuesFrom obo:BFO_0000028 + ] ; + "034-BFO" ; + rdfs:label "site"@en ; + skos:definition "(Elucidation) A site is a three-dimensional immaterial entity whose boundaries either (partially or wholly) coincide with the boundaries of one or more material entities or have locations determined in relation to some material entity"@en ; + skos:example "A hole in a portion of cheese; a rabbit hole; the Grand Canyon; the Piazza San Marco; the kangaroo-joey-containing hole of a kangaroo pouch; your left nostril (a fiat part - the opening - of your left nasal cavity); the lumen of your gut; the hold of a ship; the interior of the trunk of your car; hole in an engineered floor joist"@en . ### http://purl.obolibrary.org/obo/BFO_0000030 - rdf:type owl:Class ; - rdfs:subClassOf ; - "024-BFO" ; - rdfs:label "object"@en ; - "(Elucidation) An object is a material entity which manifests causal unity & is of a type instances of which are maximal relative to the sort of causal unity manifested"@en ; - "An organism; a fish tank; a planet; a laptop; a valve; a block of marble; an ice cube"@en ; - "A description of three primary sorts of causal unity is provided in Basic Formal Ontology 2.0. Specification and User Guide"@en . +obo:BFO_0000030 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000040 ; + "024-BFO" ; + rdfs:label "object"@en ; + skos:definition "(Elucidation) An object is a material entity which manifests causal unity & is of a type instances of which are maximal relative to the sort of causal unity manifested"@en ; + skos:example "An organism; a fish tank; a planet; a laptop; a valve; a block of marble; an ice cube"@en ; + skos:scopeNote "A description of three primary sorts of causal unity is provided in Basic Formal Ontology 2.0. Specification and User Guide"@en . ### http://purl.obolibrary.org/obo/BFO_0000031 - rdf:type owl:Class ; - rdfs:subClassOf ; - "074-BFO" ; - rdfs:label "generically dependent continuant"@en ; - "g-dependent continuant"@en ; - "(Elucidation) A generically dependent continuant is an entity that exists in virtue of the fact that there is at least one of what may be multiple copies which is the content or the pattern that multiple copies would share"@en ; - "The pdf file on your laptop; the pdf file that is a copy thereof on my laptop; the sequence of this protein molecule; the sequence that is a copy thereof in that protein molecule; the content that is shared by a string of dots and dashes written on a page and the transmitted Morse code signal; the content of a sentence; an engineering blueprint"@en . +obo:BFO_0000031 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000002 ; + "074-BFO" ; + rdfs:label "generically dependent continuant"@en ; + skos:altLabel "g-dependent continuant"@en ; + skos:definition "(Elucidation) A generically dependent continuant is an entity that exists in virtue of the fact that there is at least one of what may be multiple copies which is the content or the pattern that multiple copies would share"@en ; + skos:example "The pdf file on your laptop; the pdf file that is a copy thereof on my laptop; the sequence of this protein molecule; the sequence that is a copy thereof in that protein molecule; the content that is shared by a string of dots and dashes written on a page and the transmitted Morse code signal; the content of a sentence; an engineering blueprint"@en . ### http://purl.obolibrary.org/obo/BFO_0000034 - rdf:type owl:Class ; - rdfs:subClassOf ; - "064-BFO" ; - rdfs:label "function"@en ; - "(Elucidation) A function is a disposition that exists in virtue of its bearer's physical make-up & this physical make-up is something the bearer possesses because it came into being either through evolution (in the case of natural biological entities) or through intentional design (in the case of artefacts) in order to realize processes of a certain sort"@en ; - "The function of a hammer to drive in nails; the function of a heart pacemaker to regulate the beating of a heart through electricity"@en . +obo:BFO_0000034 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000016 ; + "064-BFO" ; + rdfs:label "function"@en ; + skos:definition "(Elucidation) A function is a disposition that exists in virtue of its bearer's physical make-up & this physical make-up is something the bearer possesses because it came into being either through evolution (in the case of natural biological entities) or through intentional design (in the case of artefacts) in order to realize processes of a certain sort"@en ; + skos:example "The function of a hammer to drive in nails; the function of a heart pacemaker to regulate the beating of a heart through electricity"@en . ### http://purl.obolibrary.org/obo/BFO_0000035 - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom - ] , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom - ] , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( - - ) - ] - ] , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( - - ) - ] - ] ; - "084-BFO" ; - rdfs:label "process boundary"@en ; - "p is a process boundary =Def p is a temporal part of a process & p has no proper temporal parts"@en ; - "The boundary between the 2nd and 3rd year of your life"@en . +obo:BFO_0000035 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000003 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000117 ; + owl:allValuesFrom obo:BFO_0000035 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000121 ; + owl:allValuesFrom obo:BFO_0000035 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000132 ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000015 + obo:BFO_0000035 + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000139 ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000015 + obo:BFO_0000035 + ) + ] + ] ; + "084-BFO" ; + rdfs:label "process boundary"@en ; + skos:definition "p is a process boundary =Def p is a temporal part of a process & p has no proper temporal parts"@en ; + skos:example "The boundary between the 2nd and 3rd year of your life"@en . ### http://purl.obolibrary.org/obo/BFO_0000038 - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( - - ) - ] - ] , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom - ] ; - owl:disjointWith ; - "103-BFO" ; - rdfs:label "one-dimensional temporal region"@en ; - "(Elucidation) A one-dimensional temporal region is a temporal region that is a whole that has a temporal interval and zero or more temporal intervals and temporal instants as parts"@en ; - "The temporal region during which a process occurs"@en . +obo:BFO_0000038 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000008 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000121 ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000038 + obo:BFO_0000148 + ) + ] + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000139 ; + owl:allValuesFrom obo:BFO_0000038 + ] ; + owl:disjointWith obo:BFO_0000148 ; + "103-BFO" ; + rdfs:label "one-dimensional temporal region"@en ; + skos:definition "(Elucidation) A one-dimensional temporal region is a temporal region that is a whole that has a temporal interval and zero or more temporal intervals and temporal instants as parts"@en ; + skos:example "The temporal region during which a process occurs"@en . ### http://purl.obolibrary.org/obo/BFO_0000040 - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom - ] , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( - - - ) - ] - ] ; - owl:disjointWith ; - "019-BFO" ; - rdfs:label "material entity"@en ; - "(Elucidation) A material entity is an independent continuant has some portion of matter as continuant part"@en ; - "A human being; the undetached arm of a human being; an aggregate of human beings"@en . +obo:BFO_0000040 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000004 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:allValuesFrom obo:BFO_0000040 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000029 + obo:BFO_0000040 + obo:BFO_0000140 + ) + ] + ] ; + owl:disjointWith obo:BFO_0000141 ; + "019-BFO" ; + rdfs:label "material entity"@en ; + skos:definition "(Elucidation) A material entity is an independent continuant has some portion of matter as continuant part"@en ; + skos:example "A human being; the undetached arm of a human being; an aggregate of human beings"@en . ### http://purl.obolibrary.org/obo/BFO_0000140 - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom - ] , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom - ] ; - "029-BFO" ; - rdfs:label "continuant fiat boundary"@en ; - "(Elucidation) A continuant fiat boundary b is an immaterial entity that is of zero, one or two dimensions & such that there is no time t when b has a spatial region as continuant part & whose location is determined in relation to some material entity"@en ; - "As for fiat point, fiat line, fiat surface"@en . +obo:BFO_0000140 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000141 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000124 ; + owl:allValuesFrom obo:BFO_0000140 + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom obo:BFO_0000140 + ] ; + "029-BFO" ; + rdfs:label "continuant fiat boundary"@en ; + skos:definition "(Elucidation) A continuant fiat boundary b is an immaterial entity that is of zero, one or two dimensions & such that there is no time t when b has a spatial region as continuant part & whose location is determined in relation to some material entity"@en ; + skos:example "As for fiat point, fiat line, fiat surface"@en . ### http://purl.obolibrary.org/obo/BFO_0000141 - rdf:type owl:Class ; - rdfs:subClassOf ; - "028-BFO" ; - rdfs:label "immaterial entity"@en ; - "b is an immaterial entity =Def b is an independent continuant which is such that there is no time t when it has a material entity as continuant part"@en ; - "As for fiat point, fiat line, fiat surface, site"@en . +obo:BFO_0000141 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000004 ; + "028-BFO" ; + rdfs:label "immaterial entity"@en ; + skos:definition "b is an immaterial entity =Def b is an independent continuant which is such that there is no time t when it has a material entity as continuant part"@en ; + skos:example "As for fiat point, fiat line, fiat surface, site"@en . ### http://purl.obolibrary.org/obo/BFO_0000142 - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom [ rdf:type owl:Class ; - owl:unionOf ( - - ) - ] - ] ; - "032-BFO" ; - rdfs:label "fiat line"@en ; - "(Elucidation) A fiat line is a one-dimensional continuant fiat boundary that is continuous"@en ; - "The Equator; all geopolitical boundaries; all lines of latitude and longitude; the median sulcus of your tongue; the line separating the outer surface of the mucosa of the lower lip from the outer surface of the skin of the chin"@en . +obo:BFO_0000142 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000140 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom [ rdf:type owl:Class ; + owl:unionOf ( obo:BFO_0000142 + obo:BFO_0000147 + ) + ] + ] ; + "032-BFO" ; + rdfs:label "fiat line"@en ; + skos:definition "(Elucidation) A fiat line is a one-dimensional continuant fiat boundary that is continuous"@en ; + skos:example "The Equator; all geopolitical boundaries; all lines of latitude and longitude; the median sulcus of your tongue; the line separating the outer surface of the mucosa of the lower lip from the outer surface of the skin of the chin"@en . ### http://purl.obolibrary.org/obo/BFO_0000144 - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Process Profile"@en ; - "An occurrent that is an occurrent part of some process by virtue of the rate, or pattern, or amplitude of change in an attribute of one or more participants of said process."@en ; - "On a somewhat higher level of complexity are what we shall call rate process profiles, which are the targets of selective abstraction focused not on determinate quality magnitudes plotted over time, but rather on certain ratios between these magnitudes and elapsed times. A speed process profile, for example, is represented by a graph plotting against time the ratio of distance covered per unit of time. Since rates may change, and since such changes, too, may have rates of change, we have to deal here with a hierarchy of process profile universals at successive levels; One important sub-family of rate process profiles is illustrated by the beat or frequency profiles of cyclical processes, illustrated by the 60 beats per minute beating process of John’s heart, or the 120 beats per minute drumming process involved in one of John’s performances in a rock band, and so on. Each such process includes what we shall call a beat process profile instance as part, a subtype of rate process profile in which the salient ratio is not distance covered but rather number of beat cycles per unit of time. Each beat process profile instance instantiates the determinable universal beat process profile. But it also instantiates multiple more specialized universals at lower levels of generality, selected from rate process profilebeat process profileregular beat process profile3 bpm beat process profile4 bpm beat process profileirregular beat process profileincreasing beat process profileand so on.In the case of a regular beat process profile, a rate can be assigned in the simplest possible fashion by dividing the number of cycles by the length of the temporal region occupied by the beating process profile as a whole. Irregular process profiles of this sort, for example as identified in the clinic, or in the readings on an aircraft instrument panel, are often of diagnostic significance.; The simplest type of process profiles are what we shall call ‘quality process profiles’, which are the process profiles which serve as the foci of the sort of selective abstraction that is involved when measurements are made of changes in single qualities, as illustrated, for example, by process profiles of mass, temperature, aortic pressure, and so on."@en ; - "b process_profile_of c holds when b proper_occurrent_part_of c& there is some proper_occurrent_part d of c which has no parts in common with b & is mutually dependent on b& is such that b, c and d occupy the same temporal region (axiom label in BFO2 Reference: [094-005])"@en . +obo:BFO_0000144 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000003 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Process Profile"@en ; + skos:definition "An occurrent that is an occurrent part of some process by virtue of the rate, or pattern, or amplitude of change in an attribute of one or more participants of said process."@en ; + skos:example "On a somewhat higher level of complexity are what we shall call rate process profiles, which are the targets of selective abstraction focused not on determinate quality magnitudes plotted over time, but rather on certain ratios between these magnitudes and elapsed times. A speed process profile, for example, is represented by a graph plotting against time the ratio of distance covered per unit of time. Since rates may change, and since such changes, too, may have rates of change, we have to deal here with a hierarchy of process profile universals at successive levels; One important sub-family of rate process profiles is illustrated by the beat or frequency profiles of cyclical processes, illustrated by the 60 beats per minute beating process of John’s heart, or the 120 beats per minute drumming process involved in one of John’s performances in a rock band, and so on. Each such process includes what we shall call a beat process profile instance as part, a subtype of rate process profile in which the salient ratio is not distance covered but rather number of beat cycles per unit of time. Each beat process profile instance instantiates the determinable universal beat process profile. But it also instantiates multiple more specialized universals at lower levels of generality, selected from rate process profilebeat process profileregular beat process profile3 bpm beat process profile4 bpm beat process profileirregular beat process profileincreasing beat process profileand so on.In the case of a regular beat process profile, a rate can be assigned in the simplest possible fashion by dividing the number of cycles by the length of the temporal region occupied by the beating process profile as a whole. Irregular process profiles of this sort, for example as identified in the clinic, or in the readings on an aircraft instrument panel, are often of diagnostic significance.; The simplest type of process profiles are what we shall call ‘quality process profiles’, which are the process profiles which serve as the foci of the sort of selective abstraction that is involved when measurements are made of changes in single qualities, as illustrated, for example, by process profiles of mass, temperature, aortic pressure, and so on."@en ; + skos:scopeNote "b process_profile_of c holds when b proper_occurrent_part_of c& there is some proper_occurrent_part d of c which has no parts in common with b & is mutually dependent on b& is such that b, c and d occupy the same temporal region (axiom label in BFO2 Reference: [094-005])"@en . ### http://purl.obolibrary.org/obo/BFO_0000145 - rdf:type owl:Class ; - rdfs:subClassOf ; - "057-BFO" ; - rdfs:label "relational quality"@en ; - "b is a relational quality =Def b is a quality & there exists c and d such that c and d are not identical & b specifically depends on c & b specifically depends on d"@en ; - "A marriage bond; an instance of love; an obligation between one person and another"@en . +obo:BFO_0000145 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + "057-BFO" ; + rdfs:label "relational quality"@en ; + skos:definition "b is a relational quality =Def b is a quality & there exists c and d such that c and d are not identical & b specifically depends on c & b specifically depends on d"@en ; + skos:example "A marriage bond; an instance of love; an obligation between one person and another"@en . ### http://purl.obolibrary.org/obo/BFO_0000146 - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom - ] ; - "033-BFO" ; - rdfs:label "fiat surface"@en ; - "(Elucidation) A fiat surface is a two-dimensional continuant fiat boundary that is self-connected"@en ; - "The surface of the Earth; the plane separating the smoking from the non-smoking zone in a restaurant"@en . +obo:BFO_0000146 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000140 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom obo:BFO_0000140 + ] ; + "033-BFO" ; + rdfs:label "fiat surface"@en ; + skos:definition "(Elucidation) A fiat surface is a two-dimensional continuant fiat boundary that is self-connected"@en ; + skos:example "The surface of the Earth; the plane separating the smoking from the non-smoking zone in a restaurant"@en . ### http://purl.obolibrary.org/obo/BFO_0000147 - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom - ] ; - "031-BFO" ; - rdfs:label "fiat point"@en ; - "(Elucidation) A fiat point is a zero-dimensional continuant fiat boundary that consists of a single point"@en ; - "The geographic North Pole; the quadripoint where the boundaries of Colorado, Utah, New Mexico and Arizona meet; the point of origin of some spatial coordinate system"@en . +obo:BFO_0000147 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000140 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom obo:BFO_0000147 + ] ; + "031-BFO" ; + rdfs:label "fiat point"@en ; + skos:definition "(Elucidation) A fiat point is a zero-dimensional continuant fiat boundary that consists of a single point"@en ; + skos:example "The geographic North Pole; the quadripoint where the boundaries of Colorado, Utah, New Mexico and Arizona meet; the point of origin of some spatial coordinate system"@en . ### http://purl.obolibrary.org/obo/BFO_0000148 - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom - ] ; - "102-BFO" ; - rdfs:label "zero-dimensional temporal region"@en ; - "(Elucidation) A zero-dimensional temporal region is a temporal region that is a whole consisting of one or more separated temporal instants as parts"@en ; - "A temporal region that is occupied by a process boundary; the moment at which a finger is detached in an industrial accident"@en . +obo:BFO_0000148 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000008 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000121 ; + owl:allValuesFrom obo:BFO_0000148 + ] ; + "102-BFO" ; + rdfs:label "zero-dimensional temporal region"@en ; + skos:definition "(Elucidation) A zero-dimensional temporal region is a temporal region that is a whole consisting of one or more separated temporal instants as parts"@en ; + skos:example "A temporal region that is occupied by a process boundary; the moment at which a finger is detached in an industrial accident"@en . ### http://purl.obolibrary.org/obo/BFO_0000182 - rdf:type owl:Class ; - rdfs:subClassOf ; - "138-BFO" ; - rdfs:label "history"@en ; - "(Elucidation) A history is a process that is the sum of the totality of processes taking place in the spatiotemporal region occupied by the material part of a material entity"@en ; - "The life of an organism from the beginning to the end of its existence"@en . +obo:BFO_0000182 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000015 ; + "138-BFO" ; + rdfs:label "history"@en ; + skos:definition "(Elucidation) A history is a process that is the sum of the totality of processes taking place in the spatiotemporal region occupied by the material part of a material entity"@en ; + skos:example "The life of an organism from the beginning to the end of its existence"@en . ### http://purl.obolibrary.org/obo/BFO_0000202 - rdf:type owl:Class ; - rdfs:subClassOf ; - "155-BFO" ; - rdfs:label "temporal interval"@en ; - "(Elucidation) A temporal interval is a one-dimensional temporal region that is continuous, thus without gaps or breaks"@en ; - "The year 2018."@en ; - "A one-dimensional temporal region can include as parts not only temporal intervals but also temporal instants separated from other parts by gaps."@en . +obo:BFO_0000202 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000038 ; + "155-BFO" ; + rdfs:label "temporal interval"@en ; + skos:definition "(Elucidation) A temporal interval is a one-dimensional temporal region that is continuous, thus without gaps or breaks"@en ; + skos:example "The year 2018."@en ; + skos:scopeNote "A one-dimensional temporal region can include as parts not only temporal intervals but also temporal instants separated from other parts by gaps."@en . ### http://purl.obolibrary.org/obo/BFO_0000203 - rdf:type owl:Class ; - rdfs:subClassOf ; - "209-BFO" ; - rdfs:label "temporal instant"@en ; - "(Elucidation) A temporal instant is a zero-dimensional temporal region that has no proper temporal part"@en ; - "The millennium"@en . +obo:BFO_0000203 rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000148 ; + "209-BFO" ; + rdfs:label "temporal instant"@en ; + skos:definition "(Elucidation) A temporal instant is a zero-dimensional temporal region that has no proper temporal part"@en ; + skos:example "The millennium"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AbbreviatedName - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Abbreviated Name"@en ; - "A Designative Name that is a shortened form of a Proper Name."@en . +cco:AbbreviatedName rdf:type owl:Class ; + rdfs:subClassOf cco:DesignativeName ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Abbreviated Name"@en ; + skos:definition "A Designative Name that is a shortened form of a Proper Name."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AcademicDegree - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.dictionary.com/browse/degree" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Academic Degree"@en ; - "A Certificate issued by an Educational Organization to a Person to indicate that the Person has satisfactorily completed a course of study, or as an honorary recognition of the Person's achievement."@en . +cco:AcademicDegree rdf:type owl:Class ; + rdfs:subClassOf cco:Certificate ; + cco:definition_source "http://www.dictionary.com/browse/degree" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Academic Degree"@en ; + skos:definition "A Certificate issued by an Educational Organization to a Person to indicate that the Person has satisfactorily completed a course of study, or as an honorary recognition of the Person's achievement."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Acceleration - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "https://en.wikipedia.org/w/index.php?title=Acceleration&oldid=1062249960"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Acceleration"@en ; - "A Process Profile that is the rate of change of the Velocity of an object."@en . +cco:Acceleration rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:has_process_part ; + owl:someValuesFrom cco:Velocity + ] ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Acceleration&oldid=1062249960"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Acceleration"@en ; + skos:definition "A Process Profile that is the rate of change of the Velocity of an object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Acronym - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Acronym"@en ; - "An Abbreviated Name that combines the initial letters of a Designative Name and which is pronounced as a word."@en ; - "Wi-Fi, ASCII, OPSEC" . +cco:Acronym rdf:type owl:Class ; + rdfs:subClassOf cco:AbbreviatedName ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Acronym"@en ; + skos:definition "An Abbreviated Name that combines the initial letters of a Designative Name and which is pronounced as a word."@en ; + skos:example "Wi-Fi, ASCII, OPSEC" . ### http://www.ontologyrepository.com/CommonCoreOntologies/Act - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act"@en ; - "A Process in which at least one Agent plays a causative role."@en . +cco:Act rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000015 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act"@en ; + skos:definition "A Process in which at least one Agent plays a causative role."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAdvising - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.dictionary.com/browse/advising" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Advising"@en ; - "An Act of Directive Communication performed by providing advice or counsel to another agent."@en . +cco:ActOfAdvising rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfDirectiveCommunication ; + cco:definition_source "http://www.dictionary.com/browse/advising" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Advising"@en ; + skos:definition "An Act of Directive Communication performed by providing advice or counsel to another agent."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfApologizing - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://wordnetweb.princeton.edu/perl/webwn?s=apologizing" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Apologizing"@en ; - "An Act of Expressive Communication performed by acknowledging and expressing regret for a fault, shortcoming, or failure."@en . +cco:ActOfApologizing rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfExpressiveCommunication ; + cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=apologizing" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Apologizing"@en ; + skos:definition "An Act of Expressive Communication performed by acknowledging and expressing regret for a fault, shortcoming, or failure."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAppraisal - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Note that, while most if not all Acts of Appraisal involve some estimating and many Acts of Estimation involve some appraising (i.e. these classes are not disjoint), neither class subsumes the other. For example, some Acts of Appraisal (e.g. a tax assessor appraising the value of a building) impart a normative element to the measured value while others (e.g. a gustatory appraisal that fresh green beans taste better than canned green beans) involve complete information. Furthermore, many Acts of Estimation (e.g. estimating the height of a tree) are concerned solely with determining a numerical value (as opposed to the nature, value, importance, condition, or quality)."@en ; - rdfs:label "Act of Appraisal"@en ; - "An Act of Measuring that involves evaluating, assessing, estimating, or judging the nature, value, importance, condition, or quality of something or someone."@en ; - "a food critic rating the quality of a restaurant's ambiance, service, and food" , - "a mechanic assessing whether a damaged vehicle is repairable" , - "an insurance agent appraising the financial value of a building" ; - "In the context of an Act of Appraisal, the terms 'value', 'condition', and 'quality' do not have the same meanings as their counterparts that are defined in the Common Core Ontologies. For example, a knife may be appraised to be of high quality if it is sharp and sturdy or to be of inferior quality if it is dull or fragile."@en . +cco:ActOfAppraisal rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfMeasuring ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "Note that, while most if not all Acts of Appraisal involve some estimating and many Acts of Estimation involve some appraising (i.e. these classes are not disjoint), neither class subsumes the other. For example, some Acts of Appraisal (e.g. a tax assessor appraising the value of a building) impart a normative element to the measured value while others (e.g. a gustatory appraisal that fresh green beans taste better than canned green beans) involve complete information. Furthermore, many Acts of Estimation (e.g. estimating the height of a tree) are concerned solely with determining a numerical value (as opposed to the nature, value, importance, condition, or quality)."@en ; + rdfs:label "Act of Appraisal"@en ; + skos:definition "An Act of Measuring that involves evaluating, assessing, estimating, or judging the nature, value, importance, condition, or quality of something or someone."@en ; + skos:example "a food critic rating the quality of a restaurant's ambiance, service, and food" , + "a mechanic assessing whether a damaged vehicle is repairable" , + "an insurance agent appraising the financial value of a building" ; + skos:scopeNote "In the context of an Act of Appraisal, the terms 'value', 'condition', and 'quality' do not have the same meanings as their counterparts that are defined in the Common Core Ontologies. For example, a knife may be appraised to be of high quality if it is sharp and sturdy or to be of inferior quality if it is dull or fragile."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArrival - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Arrival"@en ; - "An Act of Location Change that consists of the participating entity reaching its destination such that the larger Act of Location Change is completed."@en . +cco:ActOfArrival rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfLocationChange ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Arrival"@en ; + skos:definition "An Act of Location Change that consists of the participating entity reaching its destination such that the larger Act of Location Change is completed."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArtifactAssembly - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Many Acts of Manufacturing and Construction involve one or more Acts of Artifact Assembly, but Acts of Artifact Assembly can also occur in isolation from these activities."@en ; - rdfs:label "Act of Artifact Assembly"@en ; - "An Act of Artifact Processing wherein a new Artifact is created by fitting component parts together."@en ; - "putting together a piece of furniture purchased from Ikea" . +cco:ActOfArtifactAssembly rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfArtifactProcessing ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "Many Acts of Manufacturing and Construction involve one or more Acts of Artifact Assembly, but Acts of Artifact Assembly can also occur in isolation from these activities."@en ; + rdfs:label "Act of Artifact Assembly"@en ; + skos:definition "An Act of Artifact Processing wherein a new Artifact is created by fitting component parts together."@en ; + skos:example "putting together a piece of furniture purchased from Ikea" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArtifactEmployment - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Artifact Employment"@en ; - "A Planned Act of using an Artifact."@en . +cco:ActOfArtifactEmployment rdf:type owl:Class ; + rdfs:subClassOf cco:IntentionalAct ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Artifact Employment"@en ; + skos:definition "A Planned Act of using an Artifact."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArtifactModification - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Excluded from this class are instances of role change or role creation such as the introduction of an artifact as a piece of evidence in a trial or the loading of artifacts onto a ship for transport."@en ; - rdfs:label "Act of Artifact Modification"@en ; - "An Act of Artifact Processing in which an existing Artifact is acted upon in a manner that changes, adds, or removes one or more of its Qualities, Dispositions, or Functions."@en . +cco:ActOfArtifactModification rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfArtifactProcessing ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "Excluded from this class are instances of role change or role creation such as the introduction of an artifact as a piece of evidence in a trial or the loading of artifacts onto a ship for transport."@en ; + rdfs:label "Act of Artifact Modification"@en ; + skos:definition "An Act of Artifact Processing in which an existing Artifact is acted upon in a manner that changes, adds, or removes one or more of its Qualities, Dispositions, or Functions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArtifactProcessing - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Artifact Processing"@en ; - "A Planned Act of performing a series of mechanical or chemical operations on something in order to change or preserve it."@en . +cco:ActOfArtifactProcessing rdf:type owl:Class ; + rdfs:subClassOf cco:IntentionalAct ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Artifact Processing"@en ; + skos:definition "A Planned Act of performing a series of mechanical or chemical operations on something in order to change or preserve it."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAssassination - rdf:type owl:Class ; - rdfs:subClassOf ; - "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Assassination"@en ; - "An Act of Murder of a prominent person."@en . +cco:ActOfAssassination rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfMurder ; + cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Assassination"@en ; + skos:definition "An Act of Murder of a prominent person."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAssignment - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Assignment_(law)&oldid=1056101591"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Assignment"@en ; - "An Act of Declarative Communication in which rights held by one party (the assignor) are transferred to another party (the assignee) with regard to a particular entity as specified by the details of the assignment, which is often prescribed by a contract."@en . +cco:ActOfAssignment rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfDeclarativeCommunication ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Assignment_(law)&oldid=1056101591"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Assignment"@en ; + skos:definition "An Act of Declarative Communication in which rights held by one party (the assignor) are transferred to another party (the assignee) with regard to a particular entity as specified by the details of the assignment, which is often prescribed by a contract."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAssociation - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://en.wiktionary.org/wiki/associate" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Association"@en ; - "A Social Act wherein an Agent unites with some other Agent in a Planned Act, enterprise or business."@en . +cco:ActOfAssociation rdf:type owl:Class ; + rdfs:subClassOf cco:SocialAct ; + cco:definition_source "http://en.wiktionary.org/wiki/associate" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Association"@en ; + skos:definition "A Social Act wherein an Agent unites with some other Agent in a Planned Act, enterprise or business."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfBuying - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Buying"@en ; - "An Act of Purchasing wherein a Financial Instrument is used by an Agent (the Buyer) to acquire ownership of a good from another Agent (the Seller)."@en . +cco:ActOfBuying rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfPurchasing ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Buying"@en ; + skos:definition "An Act of Purchasing wherein a Financial Instrument is used by an Agent (the Buyer) to acquire ownership of a good from another Agent (the Seller)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCargoTransportation - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Cargo Transportation"@en ; - "An Act of Location Change involving the movement of manufactured goods through some Transportation Agent."@en . +cco:ActOfCargoTransportation rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfLocationChange ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Cargo Transportation"@en ; + skos:definition "An Act of Location Change involving the movement of manufactured goods through some Transportation Agent."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCeremony - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Ceremony&oldid=1064081855"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Ceremony"@en ; - "A Social Act of ritual significance, performed on a special occasion."@en . +cco:ActOfCeremony rdf:type owl:Class ; + rdfs:subClassOf cco:SocialAct ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ceremony&oldid=1064081855"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Ceremony"@en ; + skos:definition "A Social Act of ritual significance, performed on a special occasion."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfChangeOfResidence - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Change of Residence"@en ; - "An Act of Location Change involving one or more Persons moving from one place of residence to another."@en . +cco:ActOfChangeOfResidence rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfLocationChange ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Change of Residence"@en ; + skos:definition "An Act of Location Change involving one or more Persons moving from one place of residence to another."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCollision - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Collision"@en ; - "An Act of Location Change involving the movement of one object such that it collides with another object."@en . +cco:ActOfCollision rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfLocationChange ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Collision"@en ; + skos:definition "An Act of Location Change involving the movement of one object such that it collides with another object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCommanding - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://wordnetweb.princeton.edu/perl/webwn?s=commanding (Edited 08-22-2016)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Commanding"@en ; - "An Act of Directive Communication that exercises authoritative control or power over another agent's actions."@en . +cco:ActOfCommanding rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfDirectiveCommunication ; + cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=commanding (Edited 08-22-2016)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Commanding"@en ; + skos:definition "An Act of Directive Communication that exercises authoritative control or power over another agent's actions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCommissiveCommunication - rdf:type owl:Class ; - rdfs:subClassOf ; - "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Examples: agreeing, betting, guaranteeing, inviting, offering, promising, swearing, volunteering"@en ; - rdfs:label "Act of Commissive Communication"@en ; - "An Act of Communication that commits a speaker to some future action."@en . +cco:ActOfCommissiveCommunication rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCommunication ; + cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "Examples: agreeing, betting, guaranteeing, inviting, offering, promising, swearing, volunteering"@en ; + rdfs:label "Act of Commissive Communication"@en ; + skos:definition "An Act of Communication that commits a speaker to some future action."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCommunication - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Communication&oldid=1063752020"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Communication"@en ; - "A Planned Act in which some Information Content Entity is transferred from some Agent to Another."@en . +cco:ActOfCommunication rdf:type owl:Class ; + rdfs:subClassOf cco:IntentionalAct ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Communication&oldid=1063752020"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Communication"@en ; + skos:definition "A Planned Act in which some Information Content Entity is transferred from some Agent to Another."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCommunicationByMedia - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Communication by Media"@en ; - "An Act of Communication in which some Artifact is used to transfer an Information Bearing Entity from sender(s) to receiver(s)."@en . +cco:ActOfCommunicationByMedia rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCommunication ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Communication by Media"@en ; + skos:definition "An Act of Communication in which some Artifact is used to transfer an Information Bearing Entity from sender(s) to receiver(s)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCondoling - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.thefreedictionary.com/condoling" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Condoling"@en ; - "An Act of Expressive Communication performed by expressing sympathy or sorrow."@en . +cco:ActOfCondoling rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfExpressiveCommunication ; + cco:definition_source "http://www.thefreedictionary.com/condoling" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Condoling"@en ; + skos:definition "An Act of Expressive Communication performed by expressing sympathy or sorrow."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfConductingMassMediaInterview - rdf:type owl:Class ; - rdfs:subClassOf ; - "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Conducting Mass Media Interview"@en ; - "An Act of Mass Media Communication involving a conversation between a reporter and a person of public interest, used as a basis of a broadcast or publication."@en . +cco:ActOfConductingMassMediaInterview rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfMassMediaCommunication ; + cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Conducting Mass Media Interview"@en ; + skos:definition "An Act of Mass Media Communication involving a conversation between a reporter and a person of public interest, used as a basis of a broadcast or publication."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfConfessing - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Confessing"@en ; - "An Act of Representative Communication in which a person makes an admission of misdeeds or faults."@en . +cco:ActOfConfessing rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfRepresentativeCommunication ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Confessing"@en ; + skos:definition "An Act of Representative Communication in which a person makes an admission of misdeeds or faults."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCongratulating - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.merriam-webster.com/dictionary/congratulate" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Congratulating"@en ; - "An Act of Expressive Communication performed by expressing vicarious pleasure to a person on the occasion of their success or good fortune."@en . +cco:ActOfCongratulating rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfExpressiveCommunication ; + cco:definition_source "http://www.merriam-webster.com/dictionary/congratulate" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Congratulating"@en ; + skos:definition "An Act of Expressive Communication performed by expressing vicarious pleasure to a person on the occasion of their success or good fortune."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfConstruction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "An Act of Construction typically involves the production of only one or a limited number of goods, such as in the construction of an airport or a community of condominiums."@en ; - rdfs:label "Act of Construction"@en ; - "An Act of Artifact Processing wherein Artifacts are built on site as prescribed by some contract."@en . +cco:ActOfConstruction rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfArtifactProcessing ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "An Act of Construction typically involves the production of only one or a limited number of goods, such as in the construction of an airport or a community of condominiums."@en ; + rdfs:label "Act of Construction"@en ; + skos:definition "An Act of Artifact Processing wherein Artifacts are built on site as prescribed by some contract."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfConsumption - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Consumption"@en ; - "A Planned Act in which a resource is ingested or used up."@en . +cco:ActOfConsumption rdf:type owl:Class ; + rdfs:subClassOf cco:IntentionalAct ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Consumption"@en ; + skos:definition "A Planned Act in which a resource is ingested or used up."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfContractFormation - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Contract&oldid=1061365227"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Contract Formation"@en ; - "An Act of Promising having a lawful object entered into voluntarily by two or more agents with legal capacity, each of whom intends to create one or more legal obligations between them."@en . +cco:ActOfContractFormation rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfPromising ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Contract&oldid=1061365227"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Contract Formation"@en ; + skos:definition "An Act of Promising having a lawful object entered into voluntarily by two or more agents with legal capacity, each of whom intends to create one or more legal obligations between them."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDataTransformation - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Data Transformation"@en ; - "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 ; - "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:ActOfDataTransformation rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfInformationProcessing ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Data Transformation"@en ; + skos: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 ; + skos:scopeNote "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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDeceptiveCommunication - rdf:type owl:Class ; - rdfs:subClassOf ; - "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Deceptive Communication"@en ; - "Ac Act of Communication intended to mislead the audience by distortion or falsification of evidence and induce a reaction that is prejudicial to the interests of the audience."@en . +cco:ActOfDeceptiveCommunication rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCommunication ; + cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Deceptive Communication"@en ; + skos:definition "Ac Act of Communication intended to mislead the audience by distortion or falsification of evidence and induce a reaction that is prejudicial to the interests of the audience."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDeclarativeCommunication - rdf:type owl:Class ; - rdfs:subClassOf ; - "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Examples: Baptism, Sentencing a person to imprisonment, Pronouncing a couple husband and wife, Declaring war"@en ; - rdfs:label "Act of Declarative Communication"@en ; - "An Act of Communication that changes the reality in accord with the proposition of the declaration."@en . +cco:ActOfDeclarativeCommunication rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCommunication ; + cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "Examples: Baptism, Sentencing a person to imprisonment, Pronouncing a couple husband and wife, Declaring war"@en ; + rdfs:label "Act of Declarative Communication"@en ; + skos:definition "An Act of Communication that changes the reality in accord with the proposition of the declaration."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDecoyUse - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Decoy Use"@en ; - "An Act of Artifact Employment in which some Agent uses some Decoy."@en . +cco:ActOfDecoyUse rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfArtifactEmployment ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Decoy Use"@en ; + skos:definition "An Act of Artifact Employment in which some Agent uses some Decoy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDenying - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.merriam-webster.com/dictionary/denial" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Denying"@en ; - "An Act of Representative Communication performed by either asserting that something is not true or real or refusing to satisfy a request or desire."@en . +cco:ActOfDenying rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfRepresentativeCommunication ; + cco:definition_source "http://www.merriam-webster.com/dictionary/denial" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Denying"@en ; + skos:definition "An Act of Representative Communication performed by either asserting that something is not true or real or refusing to satisfy a request or desire."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDeparture - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Departure"@en ; - "An Act of Location Change that consists of the participating entity leaving its starting location such that the larger Act of Location Change is initiated."@en . +cco:ActOfDeparture rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfLocationChange ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Departure"@en ; + skos:definition "An Act of Location Change that consists of the participating entity leaving its starting location such that the larger Act of Location Change is initiated."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDirectiveCommunication - rdf:type owl:Class ; - rdfs:subClassOf ; - "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Examples: advising, admonishing, asking, begging, dismissing, excusing, forbidding, instructing, ordering, permitting, requesting, requiring, suggesting, urging, warning"@en ; - rdfs:label "Act of Directive Communication"@en ; - "An Act of Communication that is intended to cause the hearer to take a particular action."@en . +cco:ActOfDirectiveCommunication rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCommunication ; + cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "Examples: advising, admonishing, asking, begging, dismissing, excusing, forbidding, instructing, ordering, permitting, requesting, requiring, suggesting, urging, warning"@en ; + rdfs:label "Act of Directive Communication"@en ; + skos:definition "An Act of Communication that is intended to cause the hearer to take a particular action."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDonating - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Donation&oldid=1059373518"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Donating"@en ; - "An Act of Financial Instrument Use wherein a Financial Instrument is tranfered by an Agent (the Donor) to another Agent (the Recipient) without return consideration."@en . +cco:ActOfDonating rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfFinancialInstrumentUse ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Donation&oldid=1059373518"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Donating"@en ; + skos:definition "An Act of Financial Instrument Use wherein a Financial Instrument is tranfered by an Agent (the Donor) to another Agent (the Recipient) without return consideration."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEducationalTrainingAcquisition - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Educational Training Acquisition"@en ; - "An Act of Training Acquisition performed by an Agent by acquiring knowledge of a curriculum from an Agent or communication medium that realizes a capacity derived from its affiliation with some Educational Organization."@en . +cco:ActOfEducationalTrainingAcquisition rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfTrainingAcquisition ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Educational Training Acquisition"@en ; + skos:definition "An Act of Training Acquisition performed by an Agent by acquiring knowledge of a curriculum from an Agent or communication medium that realizes a capacity derived from its affiliation with some Educational Organization."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEducationalTrainingInstruction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Educational Training Instruction"@en ; - "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Educational Organization by imparting knowledge of a curriculum to an Agent either directly or indirectly through some communication medium."@en . +cco:ActOfEducationalTrainingInstruction rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfTrainingInstruction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Educational Training Instruction"@en ; + skos:definition "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Educational Organization by imparting knowledge of a curriculum to an Agent either directly or indirectly through some communication medium."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEmployment - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Employment"@en ; - "An Act of Association wherein an Organization assigns a set of activities to some Person to be performed in exchange for financial compensation."@en . +cco:ActOfEmployment rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfAssociation ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Employment"@en ; + skos:definition "An Act of Association wherein an Organization assigns a set of activities to some Person to be performed in exchange for financial compensation."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEncounter - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://wordnetweb.princeton.edu/perl/webwn?s=encounter (Sense Key: Encounter%2:38:00)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Encounter"@en ; - "An Act of Association wherein two or more Persons meet in a casual or unplanned manner."@en . +cco:ActOfEncounter rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfAssociation ; + cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=encounter (Sense Key: Encounter%2:38:00)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Encounter"@en ; + skos:definition "An Act of Association wherein two or more Persons meet in a casual or unplanned manner."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEntertainment - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Entertainment&oldid=1061851778"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Entertainment"@en ; - "A Planned Act consisting of any activity which provides a diversion or permits people to amuse themselves."@en . +cco:ActOfEntertainment rdf:type owl:Class ; + rdfs:subClassOf cco:IntentionalAct ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Entertainment&oldid=1061851778"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Entertainment"@en ; + skos:definition "A Planned Act consisting of any activity which provides a diversion or permits people to amuse themselves."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEspionage - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Espionage&oldid=1062702647"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Espionage"@en ; - "An Act of Intelligence Gathering involving the obtaining of information that is considered secret or confidential without the permission of the holder of the information."@en . +cco:ActOfEspionage rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfIntelligenceGathering ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Espionage&oldid=1062702647"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Espionage"@en ; + skos:definition "An Act of Intelligence Gathering involving the obtaining of information that is considered secret or confidential without the permission of the holder of the information."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEstimation - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Although the boundary between Act of Estimation and guessing is vague, estimation can be partially distinguished from guessing in that every Act of Estimation has as input some relevant information; whereas an act of guessing can occur sans information (or at least sans pertinent information). For example, if Mr. Green were asked how many blades of grass are in his lawn, he could simply choose a number (i.e. he could guess) or he could estimate the number by counting how many baldes of grass are in 1 square foot of his lawn, measuring the square footage of his lawn, and then multiplying these values to arrive at a number. Hence, many estimates may be loosely considered to be educated guesses."@en , - "Note that, while every Act of Measuring arguably involves some degree of estimation (for example, a measuring instrument rounding to the nearest ten-thousandth or an Agent reading an analog display), it would be a mistake to classify all Acts of Measuring as Acts of Estimation. This holds even for cases (e.g. census taking) in which sofisticated estimations are often more accurate than other means of measuring (e.g. enumeration)."@en ; - rdfs:label "Act of Estimation"@en ; - "Act of Approximation"@en ; - "An Act of Measuring that involves the comparison of a measurement of a similar Entity or of a portion of the Entity being estimated to produce an approximated measurement of the target Entity."@en ; - "measuring how much time a train will add to your commute by measuring how long it takes for 10 train cars to pass a given point and then combining this information with an estimate of how many train cars are in a typical train based on your past experience" , - "measuring the amount of time required to do a task based on how long it took to do a similar task in the past" , - "measuring the height of a building by counting the number of floors and multiplying it by the height of an average floor in an average building" , - "measuring the property value of a house based on its square footage and the average cost per square foot of other houses in the area" ; - "In all cases, the Agent in an Act of Estimation either lacks complete information, lacks access to the relevant information, or chooses not to use the complete information (perhaps to save money or time) about the thing being estimated; instead, the Agent uses some or all of the relevant information that the Agent does have as a basis for arriving at the estimate."@en . +cco:ActOfEstimation rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfMeasuring ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "Although the boundary between Act of Estimation and guessing is vague, estimation can be partially distinguished from guessing in that every Act of Estimation has as input some relevant information; whereas an act of guessing can occur sans information (or at least sans pertinent information). For example, if Mr. Green were asked how many blades of grass are in his lawn, he could simply choose a number (i.e. he could guess) or he could estimate the number by counting how many baldes of grass are in 1 square foot of his lawn, measuring the square footage of his lawn, and then multiplying these values to arrive at a number. Hence, many estimates may be loosely considered to be educated guesses."@en , + "Note that, while every Act of Measuring arguably involves some degree of estimation (for example, a measuring instrument rounding to the nearest ten-thousandth or an Agent reading an analog display), it would be a mistake to classify all Acts of Measuring as Acts of Estimation. This holds even for cases (e.g. census taking) in which sofisticated estimations are often more accurate than other means of measuring (e.g. enumeration)."@en ; + rdfs:label "Act of Estimation"@en ; + skos:altLabel "Act of Approximation"@en ; + skos:definition "An Act of Measuring that involves the comparison of a measurement of a similar Entity or of a portion of the Entity being estimated to produce an approximated measurement of the target Entity."@en ; + skos:example "measuring how much time a train will add to your commute by measuring how long it takes for 10 train cars to pass a given point and then combining this information with an estimate of how many train cars are in a typical train based on your past experience" , + "measuring the amount of time required to do a task based on how long it took to do a similar task in the past" , + "measuring the height of a building by counting the number of floors and multiplying it by the height of an average floor in an average building" , + "measuring the property value of a house based on its square footage and the average cost per square foot of other houses in the area" ; + skos:scopeNote "In all cases, the Agent in an Act of Estimation either lacks complete information, lacks access to the relevant information, or chooses not to use the complete information (perhaps to save money or time) about the thing being estimated; instead, the Agent uses some or all of the relevant information that the Agent does have as a basis for arriving at the estimate."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfExpressiveCommunication - rdf:type owl:Class ; - rdfs:subClassOf ; - "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Examples: apologizing, condoling, congratulating, greeting, thanking, accepting (acknowledging an acknowledgment)"@en ; - rdfs:label "Act of Expressive Communication"@en ; - "An Act of Communication in which an Agent expresses their attitudes or emotions towards some entity."@en . +cco:ActOfExpressiveCommunication rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCommunication ; + cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "Examples: apologizing, condoling, congratulating, greeting, thanking, accepting (acknowledging an acknowledgment)"@en ; + rdfs:label "Act of Expressive Communication"@en ; + skos:definition "An Act of Communication in which an Agent expresses their attitudes or emotions towards some entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfFacilityUse - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Facility Use"@en ; - "An Act of Artifact Employment in which an Agent makes use of some Facility."@en . +cco:ActOfFacilityUse rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfArtifactEmployment ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Facility Use"@en ; + skos:definition "An Act of Artifact Employment in which an Agent makes use of some Facility."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfFinancialDeposit - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://en.wikipedia.org/wiki/Deposit_(bank)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Financial Deposit"@en ; - "An Act of Financial Instrument Use wherein a Financial Instrument is transferred by an Agent (the Depositor) to another Agent to create a liability to be repaid to the Depositor through an Act of Financial Withdrawal."@en . +cco:ActOfFinancialDeposit rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfFinancialInstrumentUse ; + cco:definition_source "http://en.wikipedia.org/wiki/Deposit_(bank)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Financial Deposit"@en ; + skos:definition "An Act of Financial Instrument Use wherein a Financial Instrument is transferred by an Agent (the Depositor) to another Agent to create a liability to be repaid to the Depositor through an Act of Financial Withdrawal."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfFinancialInstrumentUse - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Financial Instrument Use"@en ; - "An Act of Artifact Employment in which some Agent uses some Financial Instrument."@en . +cco:ActOfFinancialInstrumentUse rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfArtifactEmployment ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Financial Instrument Use"@en ; + skos:definition "An Act of Artifact Employment in which some Agent uses some Financial Instrument."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfFinancialWithdrawal - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://en.wikipedia.org/wiki/Deposit_(bank)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Financial Withdrawal"@en ; - "An Act of Financial Instrument Use wherein a Financial Instrument is transferred by an Agent to another Agent (the Depositor) from an account created by an earlier Act of Financial Deposit performed by the Depositor."@en . +cco:ActOfFinancialWithdrawal rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfFinancialInstrumentUse ; + cco:definition_source "http://en.wikipedia.org/wiki/Deposit_(bank)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Financial Withdrawal"@en ; + skos:definition "An Act of Financial Instrument Use wherein a Financial Instrument is transferred by an Agent to another Agent (the Depositor) from an account created by an earlier Act of Financial Deposit performed by the Depositor."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfFunding - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Funding"@en ; - "An Act of Financial Instrument Use in which an Agent provides a sum of money to another Agent for a particular purpose."@en . +cco:ActOfFunding rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfFinancialInstrumentUse ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Funding"@en ; + skos:definition "An Act of Financial Instrument Use in which an Agent provides a sum of money to another Agent for a particular purpose."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfGovernment - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Government"@en ; - "A Planned Act that is initiated or supported by some Geopolitical Entity and enforced by some Government Agent."@en . +cco:ActOfGovernment rdf:type owl:Class ; + rdfs:subClassOf cco:IntentionalAct ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Government"@en ; + skos:definition "A Planned Act that is initiated or supported by some Geopolitical Entity and enforced by some Government Agent."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfHomicide - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Homicide"@en ; - "An Act of Violence which causes the unlawful killing of another person."@en . +cco:ActOfHomicide rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfViolence , + [ rdf:type owl:Restriction ; + owl:onProperty cco:is_cause_of ; + owl:someValuesFrom cco:Death + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Homicide"@en ; + skos:definition "An Act of Violence which causes the unlawful killing of another person."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIdentifying - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.dictionary.com/browse/identify" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Identifying"@en ; - "An Act of Representative Communication performed by asserting who or what a particular person or thing is."@en . +cco:ActOfIdentifying rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfRepresentativeCommunication ; + cco:definition_source "http://www.dictionary.com/browse/identify" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Identifying"@en ; + skos:definition "An Act of Representative Communication performed by asserting who or what a particular person or thing is."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInformationProcessing - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Information Processing"@en ; - "A Planned Act in which one or more input Information Content Entities are received, manipulated, transferred, or stored by an Agent."@en . +cco:ActOfInformationProcessing rdf:type owl:Class ; + rdfs:subClassOf cco:IntentionalAct ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Information Processing"@en ; + skos:definition "A Planned Act in which one or more input Information Content Entities are received, manipulated, transferred, or stored by an Agent."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInhabitancy - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.merriam-webster.com/dictionary/inhabit" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Inhabitancy"@en ; - "A Planned Act in which a Person lives at a Site for a period of time that may be as short as 1 day/night or as long as the Person's entire life."@en . +cco:ActOfInhabitancy rdf:type owl:Class ; + rdfs:subClassOf cco:IntentionalAct ; + cco:definition_source "http://www.merriam-webster.com/dictionary/inhabit" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Inhabitancy"@en ; + skos:definition "A Planned Act in which a Person lives at a Site for a period of time that may be as short as 1 day/night or as long as the Person's entire life."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIntelligenceGathering - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://en.wikipedia.org/wiki/Intelligence_(information_gathering)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Intelligence Gathering"@en ; - "A Planned Act of producing and/or gathering information by a government or other Organization to guide decisions and actions by answering questions or obtaining advance warning of events and movements deemed to be important or otherwise relevant."@en . +cco:ActOfIntelligenceGathering rdf:type owl:Class ; + rdfs:subClassOf cco:IntentionalAct ; + cco:definition_source "http://en.wikipedia.org/wiki/Intelligence_(information_gathering)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Intelligence Gathering"@en ; + skos:definition "A Planned Act of producing and/or gathering information by a government or other Organization to guide decisions and actions by answering questions or obtaining advance warning of events and movements deemed to be important or otherwise relevant."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInterpersonalRelationship - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Interpersonal_relationship&oldid=1060991304"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Interpersonal Relationship"@en ; - "An Act of Association between two or more Persons that may range from fleeting to enduring."@en . +cco:ActOfInterpersonalRelationship rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfAssociation ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Interpersonal_relationship&oldid=1060991304"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Interpersonal Relationship"@en ; + skos:definition "An Act of Association between two or more Persons that may range from fleeting to enduring."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInviting - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.merriam-webster.com/dictionary/invite" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Inviting"@en ; - "An Act of Commissive Communication performed by requesting the presence or participation of the audience, and which may include offering an incentive or inducement."@en . +cco:ActOfInviting rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCommissiveCommunication ; + cco:definition_source "http://www.merriam-webster.com/dictionary/invite" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Inviting"@en ; + skos:definition "An Act of Commissive Communication performed by requesting the presence or participation of the audience, and which may include offering an incentive or inducement."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIssuingMassMediaArticle - rdf:type owl:Class ; - rdfs:subClassOf ; - "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Issuing Mass Media Article"@en ; - "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation a non-fictional essay, especially one included with others in a newspaper, magazine, or journal."@en . +cco:ActOfIssuingMassMediaArticle rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfMassMediaCommunication ; + cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Issuing Mass Media Article"@en ; + skos:definition "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation a non-fictional essay, especially one included with others in a newspaper, magazine, or journal."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIssuingMassMediaDocumentary - rdf:type owl:Class ; - rdfs:subClassOf ; - "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Issuing Mass Media Documentary"@en ; - "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation information that provides a factual record or report."@en . +cco:ActOfIssuingMassMediaDocumentary rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfMassMediaCommunication ; + cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Issuing Mass Media Documentary"@en ; + skos:definition "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation information that provides a factual record or report."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIssuingMassMediaPressRelease - rdf:type owl:Class ; - rdfs:subClassOf ; - "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Issuing Mass Media Press Release"@en ; - "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation an official statement issued to one or more members of the media for the purpose of announcing newsworthy information."@en . +cco:ActOfIssuingMassMediaPressRelease rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfMassMediaCommunication ; + cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Issuing Mass Media Press Release"@en ; + skos:definition "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation an official statement issued to one or more members of the media for the purpose of announcing newsworthy information."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfLegalInstrumentUse - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Legal Instrument Use"@en ; - "An Act of Artifact Employment in which some Agent uses some Legal Instrument."@en . +cco:ActOfLegalInstrumentUse rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfArtifactEmployment ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Legal Instrument Use"@en ; + skos:definition "An Act of Artifact Employment in which some Agent uses some Legal Instrument."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfLoaning - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Loan&oldid=1063513958"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Loaning"@en ; - "An Act of Financial Instrument Use wherein a Financial Instrument is given by an Agent (the Creditor) to another Agent (the Debtor) in order to receive Repayments from the Debtor which are of greater Financial Value."@en . +cco:ActOfLoaning rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfFinancialInstrumentUse ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Loan&oldid=1063513958"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Loaning"@en ; + skos:definition "An Act of Financial Instrument Use wherein a Financial Instrument is given by an Agent (the Creditor) to another Agent (the Debtor) in order to receive Repayments from the Debtor which are of greater Financial Value."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfLocationChange - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Location Change"@en ; - "An Act of Motion in which the location of some Object is changed by some Agent."@en . +cco:ActOfLocationChange rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfMotion ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Location Change"@en ; + skos:definition "An Act of Motion in which the location of some Object is changed by some Agent."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMaintenance - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Maintenance"@en ; - "An Act of Artifact Modification in which an Artifact is modified in order to preserve or restore one or more of its designed Qualities or Functions."@en . +cco:ActOfMaintenance rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfArtifactModification ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Maintenance"@en ; + skos:definition "An Act of Artifact Modification in which an Artifact is modified in order to preserve or restore one or more of its designed Qualities or Functions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfManufacturing - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "An Act of Manufacturing typically involves the mass production of goods."@en ; - rdfs:label "Act of Manufacturing"@en ; - "An Act of Artifact Processing wherein Artifacts are created in a Facility for the purpose of being sold to consumers."@en . +cco:ActOfManufacturing rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfArtifactProcessing ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "An Act of Manufacturing typically involves the mass production of goods."@en ; + rdfs:label "Act of Manufacturing"@en ; + skos:definition "An Act of Artifact Processing wherein Artifacts are created in a Facility for the purpose of being sold to consumers."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMassMediaCommunication - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Media&oldid=1062799283"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Mass Media Communication"@en ; - "An Act of Communication intended to reach a large audience using a medium such as the internet, television, radio, newspaper, and magazine."@en . +cco:ActOfMassMediaCommunication rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCommunication ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Media&oldid=1062799283"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Mass Media Communication"@en ; + skos:definition "An Act of Communication intended to reach a large audience using a medium such as the internet, television, radio, newspaper, and magazine."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMeasuring - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Measuring"@en ; - "A Planned Act that involves determining the extent, dimensions, quanity, or quality of an Entity relative to some standard."@en ; - "putting an object on a scale to measure its weight in kilograms" , - "rating Hollywood movies on a 1 to 5 star scale" , - "using a tape measure to determine the height and width of a doorway in inches" . +cco:ActOfMeasuring rdf:type owl:Class ; + rdfs:subClassOf cco:IntentionalAct ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Measuring"@en ; + skos:definition "A Planned Act that involves determining the extent, dimensions, quanity, or quality of an Entity relative to some standard."@en ; + skos:example "putting an object on a scale to measure its weight in kilograms" , + "rating Hollywood movies on a 1 to 5 star scale" , + "using a tape measure to determine the height and width of a doorway in inches" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMeeting - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://wordnetweb.princeton.edu/perl/webwn?s=meet (Sense Key: meet%2:41:00, get together%2:41:00)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Meeting"@en ; - "An Act of Association wherein two or more Persons assemble for some common purpose."@en . +cco:ActOfMeeting rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfAssociation ; + cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=meet (Sense Key: meet%2:41:00, get together%2:41:00)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Meeting"@en ; + skos:definition "An Act of Association wherein two or more Persons assemble for some common purpose."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMilitaryForce - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Military Force"@en ; - "A Planned Act of employing a Military Force to achieve some desired result."@en . +cco:ActOfMilitaryForce rdf:type owl:Class ; + rdfs:subClassOf cco:IntentionalAct ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Military Force"@en ; + skos:definition "A Planned Act of employing a Military Force to achieve some desired result."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMilitaryService - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.collinsdictionary.com/dictionary/english/military-service" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Military Service"@en ; - "An Act of Employment wherein a Person serves as a member of a Military Force, whether voluntarily or by conscription."@en . +cco:ActOfMilitaryService rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfEmployment ; + cco:definition_source "http://www.collinsdictionary.com/dictionary/english/military-service" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Military Service"@en ; + skos:definition "An Act of Employment wherein a Person serves as a member of a Military Force, whether voluntarily or by conscription."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMilitaryTrainingAcquisition - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Military Training Acquisition"@en ; - "An Act of Training Acquisition performed by an Agent by acquiring knowledge of the tactics, techniques, and/or strategies of Military Operations from an Agent or communication medium that realizes a capacity derived from its affiliation with a Military Organization."@en . +cco:ActOfMilitaryTrainingAcquisition rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfTrainingAcquisition ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Military Training Acquisition"@en ; + skos:definition "An Act of Training Acquisition performed by an Agent by acquiring knowledge of the tactics, techniques, and/or strategies of Military Operations from an Agent or communication medium that realizes a capacity derived from its affiliation with a Military Organization."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMilitaryTrainingInstruction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Military Training Instruction"@en ; - "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Military Organization by imparting knowledge of the tactics, techniques, and/or strategies of Military Operations to an Agent either directly or indirectly through some communication medium."@en . +cco:ActOfMilitaryTrainingInstruction rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfTrainingInstruction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Military Training Instruction"@en ; + skos:definition "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Military Organization by imparting knowledge of the tactics, techniques, and/or strategies of Military Operations to an Agent either directly or indirectly through some communication medium."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMotion - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.merriam-webster.com/dictionary/motion" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Motion"@en ; - "A Planned Act by which an Agent causes the position or location of some Object to change."@en . +cco:ActOfMotion rdf:type owl:Class ; + rdfs:subClassOf cco:IntentionalAct ; + cco:definition_source "http://www.merriam-webster.com/dictionary/motion" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Motion"@en ; + skos:definition "A Planned Act by which an Agent causes the position or location of some Object to change."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMurder - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Murder"@en ; - "An Act of Homicide with malice aforethought."@en . +cco:ActOfMurder rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfHomicide ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Murder"@en ; + skos:definition "An Act of Homicide with malice aforethought."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfOathTaking - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Oath&oldid=1052326917"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Oath Taking"@en ; - "An Act of Commissive Communication performed by stating or promising, usually calling upon something or someone that the oath maker considers sacred."@en . +cco:ActOfOathTaking rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCommissiveCommunication ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Oath&oldid=1052326917"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Oath Taking"@en ; + skos:definition "An Act of Commissive Communication performed by stating or promising, usually calling upon something or someone that the oath maker considers sacred."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfObservation - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Observation&oldid=1062502087"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Observation"@en ; - "A Planned Act of acquiring information from a source via the use of one or more senses."@en . +cco:ActOfObservation rdf:type owl:Class ; + rdfs:subClassOf cco:IntentionalAct ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Observation&oldid=1062502087"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Observation"@en ; + skos:definition "A Planned Act of acquiring information from a source via the use of one or more senses."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfOfficialDocumentation - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Official Documentation"@en ; - "An Act of Declarative Communication in which an Agent records some information for official use by another Agent."@en . +cco:ActOfOfficialDocumentation rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfDeclarativeCommunication ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Official Documentation"@en ; + skos:definition "An Act of Declarative Communication in which an Agent records some information for official use by another Agent."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfOwnership - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Ownership&oldid=1058224617"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The relation between the owner and property may be private, collective, or common and the property may be objects, land, real estate, or intellectual property."@en ; - rdfs:label "Act of Ownership"@en ; - "An Act of Possession that includes an agent having certain rights and duties over the property owned."@en . +cco:ActOfOwnership rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfPossession ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ownership&oldid=1058224617"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "The relation between the owner and property may be private, collective, or common and the property may be objects, land, real estate, or intellectual property."@en ; + rdfs:label "Act of Ownership"@en ; + skos:definition "An Act of Possession that includes an agent having certain rights and duties over the property owned."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPersonalCommunication - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Personal Communication"@en ; - "An Act of Communication having a small audience."@en . +cco:ActOfPersonalCommunication rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCommunication ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Personal Communication"@en ; + skos:definition "An Act of Communication having a small audience."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPilgrimage - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Pilgrimage&oldid=1056524204"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Pilgrimage"@en ; - "An Act of Travel to a location of importance to a person's beliefs and faith."@en . +cco:ActOfPilgrimage rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfTravel ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Pilgrimage&oldid=1056524204"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Pilgrimage"@en ; + skos:definition "An Act of Travel to a location of importance to a person's beliefs and faith."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPlanning - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Planning"@en ; - "A Planned Act that involves making a Plan to achieve some specified Objective."@en . +cco:ActOfPlanning rdf:type owl:Class ; + rdfs:subClassOf cco:IntentionalAct ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Planning"@en ; + skos:definition "A Planned Act that involves making a Plan to achieve some specified Objective."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPortionOfMaterialConsumption - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Portion of Material Consumption"@en ; - "An Act of Artifact Employment in which a Portion of Material is expended."@en . +cco:ActOfPortionOfMaterialConsumption rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfArtifactEmployment ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Portion of Material Consumption"@en ; + skos:definition "An Act of Artifact Employment in which a Portion of Material is expended."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPositionChange - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "An Act of Position Change does not entail a change of location."@en ; - rdfs:label "Act of Position Change"@en ; - "An Act of Motion in which the position (i.e. the orientation, alignment, or arrangement) of some Object or of one or more of an Object's parts is changed by some Agent."@en ; - "a top spinning in place" , - "adjusting your posture" , - "raising your left arm" , - "swivelling your office chair to face the window" . +cco:ActOfPositionChange rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfMotion ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "An Act of Position Change does not entail a change of location."@en ; + rdfs:label "Act of Position Change"@en ; + skos:definition "An Act of Motion in which the position (i.e. the orientation, alignment, or arrangement) of some Object or of one or more of an Object's parts is changed by some Agent."@en ; + skos:example "a top spinning in place" , + "adjusting your posture" , + "raising your left arm" , + "swivelling your office chair to face the window" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPossession - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://en.wikipedia.org/wiki/Possession_(law)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "In all cases, to possess something, an agent must have an intention to possess it."@en ; - rdfs:label "Act of Possession"@en ; - "A Planned Act in which an agent intentionally exercises control towards a thing."@en . +cco:ActOfPossession rdf:type owl:Class ; + rdfs:subClassOf cco:IntentionalAct ; + cco:definition_source "http://en.wikipedia.org/wiki/Possession_(law)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "In all cases, to possess something, an agent must have an intention to possess it."@en ; + rdfs:label "Act of Possession"@en ; + skos:definition "A Planned Act in which an agent intentionally exercises control towards a thing."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPrediction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "An Act of Prediction may involve the use of some or no relevant information. An Act of Prediction that utilizes relevant information may also be (or at least involve) an Act of Estimation. Hence, these two classes are not disjoint. Furthermore, neither class subsumes the other since estimates can be made about existing entities and not all predictions produce measurements (e.g. predicting that it will rain tomorrow)."@en ; - rdfs:label "Act of Prediction"@en ; - "A Planned Act that involves the generation of a Predictive Information Content entity that is intended to describe an uncertain possible future event, value, entity, or attribute of an entity."@en ; - "a chess master predicting the next 8 moves his opponent will make" , - "predicting that a particular stock will double in value over the next fiscal quarter" , - "using sample exit polls data to predict the winners of an election" ; - "Predictions can only be made about things that are not yet the case (i.e. future things) and are further restricted to being about things that do not have a probability of either 1 (necessary) or 0 (impossible). For example, assuming that no organism is immortal, one cannot predict of a given organism that it will eventually die; however, one may predict uncertain things about the organism's eventual death, such as its precise cause or time."@en . +cco:ActOfPrediction rdf:type owl:Class ; + rdfs:subClassOf cco:IntentionalAct ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "An Act of Prediction may involve the use of some or no relevant information. An Act of Prediction that utilizes relevant information may also be (or at least involve) an Act of Estimation. Hence, these two classes are not disjoint. Furthermore, neither class subsumes the other since estimates can be made about existing entities and not all predictions produce measurements (e.g. predicting that it will rain tomorrow)."@en ; + rdfs:label "Act of Prediction"@en ; + skos:definition "A Planned Act that involves the generation of a Predictive Information Content entity that is intended to describe an uncertain possible future event, value, entity, or attribute of an entity."@en ; + skos:example "a chess master predicting the next 8 moves his opponent will make" , + "predicting that a particular stock will double in value over the next fiscal quarter" , + "using sample exit polls data to predict the winners of an election" ; + skos:scopeNote "Predictions can only be made about things that are not yet the case (i.e. future things) and are further restricted to being about things that do not have a probability of either 1 (necessary) or 0 (impossible). For example, assuming that no organism is immortal, one cannot predict of a given organism that it will eventually die; however, one may predict uncertain things about the organism's eventual death, such as its precise cause or time."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPromising - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.merriam-webster.com/dictionary/promise" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Promising"@en ; - "An Act of Commissive Communication performed by declaring that the promising agent will do, or refrain from doing, the specified action."@en . +cco:ActOfPromising rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCommissiveCommunication ; + cco:definition_source "http://www.merriam-webster.com/dictionary/promise" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Promising"@en ; + skos:definition "An Act of Commissive Communication performed by declaring that the promising agent will do, or refrain from doing, the specified action."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPropaganda - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Propaganda&oldid=1062472484"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Propaganda"@en ; - "An Act of Deceptive Communication Propaganda intended to influence the attitude of a mass audience toward some cause or position by presenting facts selectively (thus possibly lying by omission) or by using loaded messages to produce an emotional rather than rational response to the information presented."@en . +cco:ActOfPropaganda rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfDeceptiveCommunication ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Propaganda&oldid=1062472484"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Propaganda"@en ; + skos:definition "An Act of Deceptive Communication Propaganda intended to influence the attitude of a mass audience toward some cause or position by presenting facts selectively (thus possibly lying by omission) or by using loaded messages to produce an emotional rather than rational response to the information presented."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPublishingMassMediaArticle - rdf:type owl:Class ; - rdfs:subClassOf ; - "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Publishing Mass Media Article"@en ; - "An Act of Mass Media Communication involving the preparation and public issuance of a non-fictional essay, especially one included with others in a newspaper, magazine, journal, etc."@en . +cco:ActOfPublishingMassMediaArticle rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfMassMediaCommunication ; + cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Publishing Mass Media Article"@en ; + skos:definition "An Act of Mass Media Communication involving the preparation and public issuance of a non-fictional essay, especially one included with others in a newspaper, magazine, journal, etc."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPublishingMassMediaDocumentary - rdf:type owl:Class ; - rdfs:subClassOf ; - "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Publishing Mass Media Documentary"@en ; - "An Act of Mass Media Communication involving the preparation and public issuance of information that provides a factual record or report."@en . +cco:ActOfPublishingMassMediaDocumentary rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfMassMediaCommunication ; + cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Publishing Mass Media Documentary"@en ; + skos:definition "An Act of Mass Media Communication involving the preparation and public issuance of information that provides a factual record or report."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPublishingMassMediaPressRelease - rdf:type owl:Class ; - rdfs:subClassOf ; - "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Publishing Mass Media Press Release"@en ; - "An Act of Mass Media Communication involving the preparation and public issuance of an official statement issued to one or more members of the media for the purpose of announcing newsworthy information."@en . +cco:ActOfPublishingMassMediaPressRelease rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfMassMediaCommunication ; + cco:definition_source "JC3IEDM-MIRD-DMWG-Edition_3.0.2_20090514" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Publishing Mass Media Press Release"@en ; + skos:definition "An Act of Mass Media Communication involving the preparation and public issuance of an official statement issued to one or more members of the media for the purpose of announcing newsworthy information."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPurchasing - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Purchasing&oldid=1050163120"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Purchasing"@en ; - "An Act of Financial Instrument Use wherein a Financial Instrument is used by an Agent (the Purchaser) to acquire a good or service from another Agent (the Provider)."@en . +cco:ActOfPurchasing rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfFinancialInstrumentUse ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Purchasing&oldid=1050163120"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Purchasing"@en ; + skos:definition "An Act of Financial Instrument Use wherein a Financial Instrument is used by an Agent (the Purchaser) to acquire a good or service from another Agent (the Provider)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReconnaissance - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Reconnaissance&oldid=1038843823"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Reconnaissance"@en ; - "An Act of Intelligence Gathering used to determine an Agent's disposition and intention; the composition and capabilities of Equipment and Facilities, and the surrounding landforms and weather conditions."@en . +cco:ActOfReconnaissance rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfIntelligenceGathering ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Reconnaissance&oldid=1038843823"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Reconnaissance"@en ; + skos:definition "An Act of Intelligence Gathering used to determine an Agent's disposition and intention; the composition and capabilities of Equipment and Facilities, and the surrounding landforms and weather conditions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReligiousGroupAffiliation - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Religious Group Affiliation"@en ; - "An Act of Association wherein some Person belongs to some Religious Demonination or sub-Denomination."@en . +cco:ActOfReligiousGroupAffiliation rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfAssociation ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Religious Group Affiliation"@en ; + skos:definition "An Act of Association wherein some Person belongs to some Religious Demonination or sub-Denomination."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReligiousTrainingAcquisition - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Religious Training Acquisition"@en ; - "An Act of Training Acquisition performed by an Agent by acquiring knowledge of the tenets and/or practices of a religion from an Agent or communication medium that realizes a capacity derived from its affiliation with a Religious Organization."@en . +cco:ActOfReligiousTrainingAcquisition rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfTrainingAcquisition ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Religious Training Acquisition"@en ; + skos:definition "An Act of Training Acquisition performed by an Agent by acquiring knowledge of the tenets and/or practices of a religion from an Agent or communication medium that realizes a capacity derived from its affiliation with a Religious Organization."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReligiousTrainingInstruction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Religious Training Instruction"@en ; - "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Religious Organization by imparting knowledge of the tenets and/or practices of a religion to an Agent either directly or indirectly through some communication medium."@en . +cco:ActOfReligiousTrainingInstruction rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfTrainingInstruction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Religious Training Instruction"@en ; + skos:definition "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Religious Organization by imparting knowledge of the tenets and/or practices of a religion to an Agent either directly or indirectly through some communication medium."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReligiousWorship - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://en.wikipedia.org/wiki/Worship (Sense Key: Worship%2:42:00 or Worship%1:04:00::)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Religious Worship"@en ; - "An Act of Ceremony wherein there occurs acts of religious devotion usually directed towards a deity."@en . +cco:ActOfReligiousWorship rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCeremony ; + cco:definition_source "http://en.wikipedia.org/wiki/Worship (Sense Key: Worship%2:42:00 or Worship%1:04:00::)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Religious Worship"@en ; + skos:definition "An Act of Ceremony wherein there occurs acts of religious devotion usually directed towards a deity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRemuneration - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Remuneration&oldid=1033306001"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Comment: Remuneration normally consists of salary or hourly wages, but also applies to commission, stock options, fringe benefits, etc."@en ; - rdfs:label "Act of Remuneration"@en ; - "An Act of Purchasing wherein a Financial Instrument is used by an Agent (the Employer) to compensate another Agent (the Employee) for the services they perform for the Employer."@en . +cco:ActOfRemuneration rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfPurchasing ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Remuneration&oldid=1033306001"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "Comment: Remuneration normally consists of salary or hourly wages, but also applies to commission, stock options, fringe benefits, etc."@en ; + rdfs:label "Act of Remuneration"@en ; + skos:definition "An Act of Purchasing wherein a Financial Instrument is used by an Agent (the Employer) to compensate another Agent (the Employee) for the services they perform for the Employer."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRenting - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Renting"@en ; - "An Act of Purchasing wherein a Financial Instrument is used by an Agent (the Renter) as a payment to acquire temporary possession or use of a good or property that is owned or controlled by another Agent (the Seller)."@en . +cco:ActOfRenting rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfPurchasing ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Renting"@en ; + skos:definition "An Act of Purchasing wherein a Financial Instrument is used by an Agent (the Renter) as a payment to acquire temporary possession or use of a good or property that is owned or controlled by another Agent (the Seller)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRepayment - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Loan&oldid=1063513958"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Repayment"@en ; - "An Act of Financial Instrument Use wherein a Financial Instrument is transferred by an Agent (the Debtor) to another Agent (the Creditor) to decrease the amount the Debtor owes to the Creditor from an earlier Act of Loaning."@en . +cco:ActOfRepayment rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfFinancialInstrumentUse ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Loan&oldid=1063513958"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Repayment"@en ; + skos:definition "An Act of Financial Instrument Use wherein a Financial Instrument is transferred by an Agent (the Debtor) to another Agent (the Creditor) to decrease the amount the Debtor owes to the Creditor from an earlier Act of Loaning."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReporting - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.merriam-webster.com/dictionary/report" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Reporting"@en ; - "An Act of Representative Communication performed by giving a detailed account or statement."@en . +cco:ActOfReporting rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfRepresentativeCommunication ; + cco:definition_source "http://www.merriam-webster.com/dictionary/report" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Reporting"@en ; + skos:definition "An Act of Representative Communication performed by giving a detailed account or statement."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRepresentativeCommunication - rdf:type owl:Class ; - rdfs:subClassOf ; - "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Examples: affirming, alleging, announcing, answering, attributing, claiming, classifying, concurring, confirming, conjecturing, denying, disagreeing, disclosing, disputing, identifying, informing, insisting, predicting, ranking, reporting, stating, stipulating"@en ; - rdfs:label "Act of Representative Communication"@en ; - "An Act of Communication that commits a speaker to the truth of the expressed proposition."@en . +cco:ActOfRepresentativeCommunication rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCommunication ; + cco:definition_source "Derived (loosely) from: John Searle's Speech Acts: An Essay in the Philosophy of Language" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "Examples: affirming, alleging, announcing, answering, attributing, claiming, classifying, concurring, confirming, conjecturing, denying, disagreeing, disclosing, disputing, identifying, informing, insisting, predicting, ranking, reporting, stating, stipulating"@en ; + rdfs:label "Act of Representative Communication"@en ; + skos:definition "An Act of Communication that commits a speaker to the truth of the expressed proposition."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRequesting - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.merriam-webster.com/dictionary/request" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Requesting"@en ; - "An Act of Directive Communication performed by asking for something."@en . +cco:ActOfRequesting rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfDirectiveCommunication ; + cco:definition_source "http://www.merriam-webster.com/dictionary/request" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Requesting"@en ; + skos:definition "An Act of Directive Communication performed by asking for something."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfResiding - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.thefreedictionary.com/reside" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Residing"@en ; - "An Act of Inhabitancy in which a Person lives in a dwelling permanently or for an extended period of time."@en . +cco:ActOfResiding rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfInhabitancy ; + cco:definition_source "http://www.thefreedictionary.com/reside" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Residing"@en ; + skos:definition "An Act of Inhabitancy in which a Person lives in a dwelling permanently or for an extended period of time."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfSocialGroupMembership - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Social Group Membership"@en ; - "An Act of Association wherein a Person belongs to some Social Group."@en . +cco:ActOfSocialGroupMembership rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfAssociation ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Social Group Membership"@en ; + skos:definition "An Act of Association wherein a Person belongs to some Social Group."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfSocialMovement - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Social_movement&oldid=1062720561"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Social Movement"@en ; - "A Social Act composed of a series of performances, displays and campaigns directed at implementing, resisting or undoing a change in society."@en . +cco:ActOfSocialMovement rdf:type owl:Class ; + rdfs:subClassOf cco:SocialAct ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Social_movement&oldid=1062720561"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Social Movement"@en ; + skos:definition "A Social Act composed of a series of performances, displays and campaigns directed at implementing, resisting or undoing a change in society."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfSojourn - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Sojourn"@en ; - "An Act of Inhabitancy in which a Person lives in a dwelling temporarily, often during stages of an Act of Travel."@en . +cco:ActOfSojourn rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfInhabitancy ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Sojourn"@en ; + skos:definition "An Act of Inhabitancy in which a Person lives in a dwelling temporarily, often during stages of an Act of Travel."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfSuicide - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.merriam-webster.com/dictionary/suicide" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Suicide"@en ; - "Suicide"@en ; - "An Act of Violence in which some Agent intentionally and voluntarily causes their own death."@en . +cco:ActOfSuicide rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfViolence , + [ rdf:type owl:Restriction ; + owl:onProperty cco:is_cause_of ; + owl:someValuesFrom cco:Death + ] ; + cco:definition_source "http://www.merriam-webster.com/dictionary/suicide" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Suicide"@en ; + skos:altLabel "Suicide"@en ; + skos:definition "An Act of Violence in which some Agent intentionally and voluntarily causes their own death."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTargeting - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Targeting"@en ; - "A Planned Act wherein some Agent maintains one or more entities as the objects of potential action given some operational requirement."@en . +cco:ActOfTargeting rdf:type owl:Class ; + rdfs:subClassOf cco:IntentionalAct ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Targeting"@en ; + skos:definition "A Planned Act wherein some Agent maintains one or more entities as the objects of potential action given some operational requirement."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTerrorism - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Terrorism&oldid=1063471352"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Terrorism"@en ; - "An Act of Violence which creates fear and which is prescribed by religious, political or ideological objectives, and which deliberately target or disregard the safety of civilians and are committed by members of non-government organizations."@en . +cco:ActOfTerrorism rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfViolence ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Terrorism&oldid=1063471352"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Terrorism"@en ; + skos:definition "An Act of Violence which creates fear and which is prescribed by religious, political or ideological objectives, and which deliberately target or disregard the safety of civilians and are committed by members of non-government organizations."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTerroristTrainingAcquisition - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Terrorist Training Acquisition"@en ; - "An Act of Training Acquisition performed by an Agent by acquiring knowledge of the tactics, techniques, and/or strategies of the use of violence against civilians in order to attain goals that are political, religous, or ideological in nature from an Agent or communication medium that realizes a capacity derived from its affiliation with a Terrorist Organization."@en . +cco:ActOfTerroristTrainingAcquisition rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfTrainingAcquisition ; + cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Terrorist Training Acquisition"@en ; + skos:definition "An Act of Training Acquisition performed by an Agent by acquiring knowledge of the tactics, techniques, and/or strategies of the use of violence against civilians in order to attain goals that are political, religous, or ideological in nature from an Agent or communication medium that realizes a capacity derived from its affiliation with a Terrorist Organization."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTerroristTrainingInstruction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Terrorist Training Instruction"@en ; - "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Terrorist Organization by imparting knowledge of the tactics, techniques, and/or strategies of the use of violence against civilians in order to attain goals that are political, religous, or ideological in nature to an Agent either directly or indirectly through some communication medium."@en . +cco:ActOfTerroristTrainingInstruction rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfTrainingInstruction ; + cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=terrorism" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Terrorist Training Instruction"@en ; + skos:definition "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with some Terrorist Organization by imparting knowledge of the tactics, techniques, and/or strategies of the use of violence against civilians in order to attain goals that are political, religous, or ideological in nature to an Agent either directly or indirectly through some communication medium."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTestifying - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.merriam-webster.com/dictionary/testify" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Testifying"@en ; - "An Act of Representative Communication performed by stating one's personal knowledge or belief."@en . +cco:ActOfTestifying rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfRepresentativeCommunication ; + cco:definition_source "http://www.merriam-webster.com/dictionary/testify" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Testifying"@en ; + skos:definition "An Act of Representative Communication performed by stating one's personal knowledge or belief."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfThanking - rdf:type owl:Class ; - rdfs:subClassOf ; - " http://www.merriam-webster.com/dictionary/thanks" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Thanking"@en ; - "An Act of Expressive Communication performed by expressing gratitude."@en . +cco:ActOfThanking rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfExpressiveCommunication ; + cco:definition_source " http://www.merriam-webster.com/dictionary/thanks" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Thanking"@en ; + skos:definition "An Act of Expressive Communication performed by expressing gratitude."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfToolUse - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Tool Use"@en ; - "An Act of Artifact Employment in which some Agent uses some Tool."@en . +cco:ActOfToolUse rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfArtifactEmployment ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Tool Use"@en ; + skos:definition "An Act of Artifact Employment in which some Agent uses some Tool."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTraining - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Training"@en ; - "A Planned Act in which knowledge, skills or values are imparted from one or more Agents to at least one other Agent."@en . +cco:ActOfTraining rdf:type owl:Class ; + rdfs:subClassOf cco:IntentionalAct ; + 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/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Training"@en ; + skos:definition "A Planned Act in which knowledge, skills or values are imparted from one or more Agents to at least one other Agent."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTrainingAcquisition - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Training Acquisition"@en ; - "An Act of Training performed by an Agent by acquiring knowledge from another Agent."@en . +cco:ActOfTrainingAcquisition rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfTraining ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Training Acquisition"@en ; + skos:definition "An Act of Training performed by an Agent by acquiring knowledge from another Agent."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTrainingInstruction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Training Instruction"@en ; - "An Act of Training performed by an Agent by imparting knowledge to another Agent."@en . +cco:ActOfTrainingInstruction rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfTraining ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Training Instruction"@en ; + skos:definition "An Act of Training performed by an Agent by imparting knowledge to another Agent."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTravel - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Travel&oldid=1037229469"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Travel"@en ; - "An Act of Location Change wherein one or more Persons move between relatively distant geographical locations for any purpose and any duration, with or without any means of transport."@en . +cco:ActOfTravel rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfLocationChange ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Travel&oldid=1037229469"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Travel"@en ; + skos:definition "An Act of Location Change wherein one or more Persons move between relatively distant geographical locations for any purpose and any duration, with or without any means of transport."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfVehicleUse - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Vehicle Use"@en ; - "An Act of Artifact Employment in which some Agent uses some Vehicle."@en . +cco:ActOfVehicleUse rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfArtifactEmployment ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Vehicle Use"@en ; + skos:definition "An Act of Artifact Employment in which some Agent uses some Vehicle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfViolence - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Violence&oldid=1063681926"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Violence"@en ; - "A Planned Act of causing harm to oneself or to another through the use of physical or verbal force."@en . +cco:ActOfViolence rdf:type owl:Class ; + rdfs:subClassOf cco:IntentionalAct ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Violence&oldid=1063681926"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Violence"@en ; + skos:definition "A Planned Act of causing harm to oneself or to another through the use of physical or verbal force."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfVocationalTrainingAcquisition - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Vocational Training Acquisition"@en ; - "An Act of Training Acquisition performed by an Agent by acquiring skills required for a specific occupation in industry, agriculture or trade from an Agent or communication medium that realizes a capacity derived from its affiliation with a Vocational School, Technical School, Trade Organization, or Industry Educational Program Provider."@en . +cco:ActOfVocationalTrainingAcquisition rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfTrainingAcquisition ; + cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Vocational Training Acquisition"@en ; + skos:definition "An Act of Training Acquisition performed by an Agent by acquiring skills required for a specific occupation in industry, agriculture or trade from an Agent or communication medium that realizes a capacity derived from its affiliation with a Vocational School, Technical School, Trade Organization, or Industry Educational Program Provider."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfVocationalTrainingInstruction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Vocational Training Instruction"@en ; - "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with a Vocational School, Technical School, Trade Organization, or Industry Educational Program Provider by imparting skills required for a specific occupation in industry, agriculture or trade to an Agent either directly or indirectly through some communication medium."@en . +cco:ActOfVocationalTrainingInstruction rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfTrainingInstruction ; + cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=vocational%20training" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Vocational Training Instruction"@en ; + skos:definition "An Act of Training Instruction performed by an Agent who realizes a capacity derived from the Agent's affiliation with a Vocational School, Technical School, Trade Organization, or Industry Educational Program Provider by imparting skills required for a specific occupation in industry, agriculture or trade to an Agent either directly or indirectly through some communication medium."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfVolunteering - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.merriam-webster.com/dictionary/volunteer" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Volunteering"@en ; - "An Act of Commissive Communication performed by voluntarily undertaking or expressing a willingness to undertake a service."@en ; - "entering into military service voluntarily" , - "rendering a service voluntarily" . +cco:ActOfVolunteering rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCommissiveCommunication ; + cco:definition_source "http://www.merriam-webster.com/dictionary/volunteer" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Volunteering"@en ; + skos:definition "An Act of Commissive Communication performed by voluntarily undertaking or expressing a willingness to undertake a service."@en ; + skos:example "entering into military service voluntarily" , + "rendering a service voluntarily" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfWalking - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Walking"@en ; - "An Act of Travel that proceeds by foot."@en . +cco:ActOfWalking rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfTravel ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Walking"@en ; + skos:definition "An Act of Travel that proceeds by foot."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfWarning - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.merriam-webster.com/dictionary/warning" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Warning"@en ; - "An Act of Directive Communication performed by indicating a possible or impending danger, problem, or other unpleasant situation."@en . +cco:ActOfWarning rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfDirectiveCommunication ; + cco:definition_source "http://www.merriam-webster.com/dictionary/warning" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Warning"@en ; + skos:definition "An Act of Directive Communication performed by indicating a possible or impending danger, problem, or other unpleasant situation."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfWeaponUse - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Act of Weapon Use"@en ; - "An Act of Artifact Employment in which some Agent uses some Weapon."@en . +cco:ActOfWeaponUse rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfArtifactEmployment ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Act of Weapon Use"@en ; + skos:definition "An Act of Artifact Employment in which some Agent uses some Weapon."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActionPermission - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Action Permission"@en ; - "Authorization"@en , - "License"@en ; - "A Process Regulation that permits some Process."@en . +cco:ActionPermission rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ActionRegulation + [ rdf:type owl:Restriction ; + owl:onProperty cco:permits ; + owl:someValuesFrom obo:BFO_0000015 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ActionRegulation ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Action Permission"@en ; + skos:altLabel "Authorization"@en , + "License"@en ; + skos:definition "A Process Regulation that permits some Process."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActionProhibition - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Process Prohibition"@en ; - "A Process Regulation that prohibits some Process."@en . +cco:ActionProhibition rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ActionRegulation + [ rdf:type owl:Restriction ; + owl:onProperty cco:prohibits ; + owl:someValuesFrom obo:BFO_0000015 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ActionRegulation ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Process Prohibition"@en ; + skos:definition "A Process Regulation that prohibits some Process."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActionRegulation - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Process Regulation"@en ; - "A Directive Information Content Entity that prescribes an Process as required, prohibited, or permitted, and is the output of an Process which realizes some Authority Role."@en ; - "Although regulations often regulate processes which involve agents--as the regulating or regulated participant--it is unclear how causally active an agents need to be in those regulated processes. For example, it is not clear how causally active a human agent is in the process of a traffic light regulating the motion of a self-driving vehicle."@en . +cco:ActionRegulation rdf:type owl:Class ; + rdfs:subClassOf cco:DirectiveInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Process Regulation"@en ; + skos:definition "A Directive Information Content Entity that prescribes an Process as required, prohibited, or permitted, and is the output of an Process which realizes some Authority Role."@en ; + skos:scopeNote "Although regulations often regulate processes which involve agents--as the regulating or regulated participant--it is unclear how causally active an agents need to be in those regulated processes. For example, it is not clear how causally active a human agent is in the process of a traffic light regulating the motion of a self-driving vehicle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActionRequirement - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Process Requirement"@en ; - "Duty"@en , - "Obligation"@en ; - "A Process Regulation that requires some Process."@en . +cco:ActionRequirement rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:ActionRegulation + [ rdf:type owl:Restriction ; + owl:onProperty cco:requires ; + owl:someValuesFrom obo:BFO_0000015 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:ActionRegulation ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Process Requirement"@en ; + skos:altLabel "Duty"@en , + "Obligation"@en ; + skos:definition "A Process Regulation that requires some Process."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ActiveStasis - rdf:type owl:Class ; - rdfs:subClassOf ; - owl:disjointWith ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Active Stasis"@en ; - "A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact is realizing one or more of its designed Artifact Functions (especially one of its primary functions)."@en . +cco:ActiveStasis rdf:type owl:Class ; + rdfs:subClassOf cco:StasisOfArtifactOperationality ; + owl:disjointWith cco:DeactivatedStasis ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Active Stasis"@en ; + skos:definition "A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact is realizing one or more of its designed Artifact Functions (especially one of its primary functions)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Actuator - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Actuator&oldid=1064000375"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Actuator"@en ; - "A Transducer that is designed to convert some control signal into mechanical motion."@en . +cco:Actuator rdf:type owl:Class ; + rdfs:subClassOf cco:Transducer ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Actuator&oldid=1064000375"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Actuator"@en ; + skos:definition "A Transducer that is designed to convert some control signal into mechanical motion."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Affordance - rdf:type owl:Class ; - rdfs:subClassOf ; - "J. J. Gibson, \"The Theory of Affordances,\" in The Ecological Approach to Visual Perception (NY: Taylor & Francis Group, 1986): 127-143. Available at: https://archive.org/details/pdfy-u5hmFOvOM2Civ4Gz/page/n70/mode/1up."@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Affordance"@en ; - "A Realizable Entity of an Independent Continuant that creates an opportunity for an Agent to realize some Agent Capability or Disposition in some Act."@en . +cco:Affordance rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000017 ; + cco:definition_source "J. J. Gibson, \"The Theory of Affordances,\" in The Ecological Approach to Visual Perception (NY: Taylor & Francis Group, 1986): 127-143. Available at: https://archive.org/details/pdfy-u5hmFOvOM2Civ4Gz/page/n70/mode/1up."@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Affordance"@en ; + skos:definition "A Realizable Entity of an Independent Continuant that creates an opportunity for an Agent to realize some Agent Capability or Disposition in some Act."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Afternoon - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Afternoon"@en ; - "A Temporal Interval that consists of the temporal regions between when the sun is at its apex (approximately 12:00pm) and when it sets (approximately 6:00pm)."@en . +cco:Afternoon rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Afternoon"@en ; + skos:definition "A Temporal Interval that consists of the temporal regions between when the sun is at its apex (approximately 12:00pm) and when it sets (approximately 6:00pm)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Agent - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Agent"@en ; - "A Material Entity that is capable of performing Planned Acts"@en . +cco:Agent rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:AgentCapability + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000040 ; + cco:definition_source "Schlosser, Markus, \"Agency\", The Stanford Encyclopedia of Philosophy (Winter 2019 Edition), Edward N. Zalta (ed.), available at: https://plato.stanford.edu/archives/win2019/entries/agency/"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Agent"@en ; + skos:definition "A Material Entity that bears an Agent Capability."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AgentCapability - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Agent Capability"@en ; - "A Realizable Entity that inheres in an Agent to the extent of that Agent's capacity to realize it in Intentional Acts of a certain type."@en . +cco:AgentCapability rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000017 ; + cco:definition_source "Schlosser, Markus, \"Agency\", The Stanford Encyclopedia of Philosophy (Winter 2019 Edition), Edward N. Zalta (ed.), available at: https://plato.stanford.edu/archives/win2019/entries/agency/"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Agent Capability"@en ; + skos:definition "A Realizable Entity that inheres in a Material Entity in virtue of that Material Entity's capacity to realize it in some Planned Act."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AgriculturalFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Agriculture&oldid=1063222666"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Agricultural Facility"@en ; - "A Facility that is designed as a building or campus for agricultural processes with the aim of cultivating animals, plants, or fungi for food, fiber, biofuel, medicinal plants, or other products to sustain and enhance human life."@en . +cco:AgriculturalFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Facility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Agriculture&oldid=1063222666"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Agricultural Facility"@en ; + skos:definition "A Facility that is designed as a building or campus for agricultural processes with the aim of cultivating animals, plants, or fungi for food, fiber, biofuel, medicinal plants, or other products to sustain and enhance human life."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AirBreathingCombustionEngine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Engine&oldid=1063879193"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Air-Breathing Combustion Engine"@en ; - "A Reaction Engine that functions by drawing a continuous stream of air into and through the Engine where it is compressed, mixed with a Portion of Fuel, ignited, and then expelled as exhaust gas."@en . +cco:AirBreathingCombustionEngine rdf:type owl:Class ; + rdfs:subClassOf cco:ReactionEngine ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Engine&oldid=1063879193"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Air-Breathing Combustion Engine"@en ; + skos:definition "A Reaction Engine that functions by drawing a continuous stream of air into and through the Engine where it is compressed, mixed with a Portion of Fuel, ignited, and then expelled as exhaust gas."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AirBreathingJetEngine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Airbreathing_jet_engine&oldid=1062364308"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Air-Breathing Jet Engine"@en ; - "Ducted Jet Engine"@en ; - "A Jet Engine that is propelled by a jet of hot exhaust gases formed from air that is drawn into the Engine via an Air Inlet."@en . +cco:AirBreathingJetEngine rdf:type owl:Class ; + rdfs:subClassOf cco:JetEngine ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Airbreathing_jet_engine&oldid=1062364308"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Air-Breathing Jet Engine"@en ; + skos:altLabel "Ducted Jet Engine"@en ; + skos:definition "A Jet Engine that is propelled by a jet of hot exhaust gases formed from air that is drawn into the Engine via an Air Inlet."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AirConditioningUnit - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Air_conditioning&oldid=1063494896"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Air Conditioning Unit"@en ; - "AC Unit"@en ; - "A Cooling System that is designed to remove excess heat and humidity from the air in an enclosed space."@en . +cco:AirConditioningUnit rdf:type owl:Class ; + rdfs:subClassOf cco:CoolingSystem ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Air_conditioning&oldid=1063494896"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Air Conditioning Unit"@en ; + skos:altLabel "AC Unit"@en ; + skos:definition "A Cooling System that is designed to remove excess heat and humidity from the air in an enclosed space."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AirInlet - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Air Inlet"@en ; - "Air Intake"@en ; - "A Fluid Control Artifact that consists of an opening that is designed to capture and direct the flow of air into the system it is part of."@en . +cco:AirInlet rdf:type owl:Class ; + rdfs:subClassOf cco:FluidControlArtifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Air Inlet"@en ; + skos:altLabel "Air Intake"@en ; + skos:definition "A Fluid Control Artifact that consists of an opening that is designed to capture and direct the flow of air into the system it is part of."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Aircraft - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Aircraft&oldid=1063924562"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Aircraft"@en ; - "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by air travel."@en . +cco:Aircraft rdf:type owl:Class ; + rdfs:subClassOf cco:Vehicle ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Aircraft&oldid=1063924562"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Aircraft"@en ; + skos:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by air travel."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AircraftManufacturingFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Aerospace_manufacturer&oldid=1059223410"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Aircraft Manufacturing Facility"@en ; - "A Factory that is designed to manufacture Aircraft."@en . +cco:AircraftManufacturingFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Factory ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Aerospace_manufacturer&oldid=1059223410"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Aircraft Manufacturing Facility"@en ; + skos:definition "A Factory that is designed to manufacture Aircraft."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Airport - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Airport&oldid=1063243963"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Airport"@en ; - "A Transportation Facility that is designed for launching, receiving, and housing Aircraft."@en . +cco:Airport rdf:type owl:Class ; + rdfs:subClassOf cco:TransportationFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Airport&oldid=1063243963"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Airport"@en ; + skos:definition "A Transportation Facility that is designed for launching, receiving, and housing Aircraft."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Albedo - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Albedo&oldid=1063352646"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Albedo"@en ; - "A Radiation Reflectivity that inheres in a bearer in virtue of the capacity of its surface to reflect incident electromagnetic radiation of a particular wavelength."@en ; - "Albedo is a reflection coefficient and is measured as the ratio of radiation reflected from the surface to the incident radiation. Albedo is dimensionless, can be expressed as a percentage, and is measured on a scale from 0 for no reflection to 1 for perfect reflection of a surface. Albedo depends on the wavelength of the radiation; when no wavelength is specified, it typically refers to some appropriate average across the spectrum of visible light."@en . +cco:Albedo rdf:type owl:Class ; + rdfs:subClassOf cco:RadiationReflectivity ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Albedo&oldid=1063352646"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Albedo"@en ; + skos:definition "A Radiation Reflectivity that inheres in a bearer in virtue of the capacity of its surface to reflect incident electromagnetic radiation of a particular wavelength."@en ; + skos:scopeNote "Albedo is a reflection coefficient and is measured as the ratio of radiation reflected from the surface to the incident radiation. Albedo is dimensionless, can be expressed as a percentage, and is measured on a scale from 0 for no reflection to 1 for perfect reflection of a surface. Albedo depends on the wavelength of the radiation; when no wavelength is specified, it typically refers to some appropriate average across the spectrum of visible light."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Algorithm - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://purl.obolibrary.org/obo/IAO_0000064"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Algorithm"@en ; - "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:Algorithm rdf:type owl:Class ; + rdfs:subClassOf cco:DirectiveInformationContentEntity ; + 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 ; + skos: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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/AlkalineElectricBattery - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Alkaline_battery&oldid=1055652562"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Alkaline Electric Battery"@en ; - "A Primary Cell Electric Battery that has a Zinc anode and Manganese (IV) oxide cathode."@en . +cco:AlkalineElectricBattery rdf:type owl:Class ; + rdfs:subClassOf cco:PrimaryCellElectricBattery ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Alkaline_battery&oldid=1055652562"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Alkaline Electric Battery"@en ; + skos:definition "A Primary Cell Electric Battery that has a Zinc anode and Manganese (IV) oxide cathode."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AllegianceRole - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Allegiance Role"@en ; - "A Role that inheres in an Agent by virtue of the support it has committed to provide to another Agent when that Agent is involved in a conflict."@en . +cco:AllegianceRole rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Allegiance Role"@en ; + skos:definition "A Role that inheres in an Agent by virtue of the support it has committed to provide to another Agent when that Agent is involved in a conflict."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AlliedPerson - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Allied Person"@en ; - "A Person who is the bearer of some Ally Role."@en . +cco:AlliedPerson rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:Person + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:AllyRole + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:Person ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Allied Person"@en ; + skos:definition "A Person who is the bearer of some Ally Role."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AllyRole - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Ally Role"@en ; - "An Allegiance Role that inheres in an Agent in virtue of that Agent's commitment to perform Acts that support the Objectives of a particular Agent or Group of Agents."@en . +cco:AllyRole rdf:type owl:Class ; + rdfs:subClassOf cco:AllegianceRole ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Ally Role"@en ; + skos:definition "An Allegiance Role that inheres in an Agent in virtue of that Agent's commitment to perform Acts that support the Objectives of a particular Agent or Group of Agents."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AlternatingCurrentPowerSource - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Alternating Current Power Source"@en ; - "An Electrical Power Source that is designed to transfer electrical power in the form of alternating current."@en . +cco:AlternatingCurrentPowerSource rdf:type owl:Class ; + rdfs:subClassOf cco:ElectricalPowerSource ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Alternating Current Power Source"@en ; + skos:definition "An Electrical Power Source that is designed to transfer electrical power in the form of alternating current."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Altitude - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Altitude"@en ; - "A Height that inheres in a Site that externally connects an Independent Continuant to either the surface of the Earth or the Earth's mean Sea Level."@en . +cco:Altitude rdf:type owl:Class ; + rdfs:subClassOf cco:Height ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Altitude"@en ; + skos:definition "A Height that inheres in a Site that externally connects an Independent Continuant to either the surface of the Earth or the Earth's mean Sea Level."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AmmunitionDepot - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Ammunition_dump&oldid=1044466765"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Ammunition Depot"@en ; - "A Storage Facility that is designed to store Portions of Ammunition."@en . +cco:AmmunitionDepot rdf:type owl:Class ; + rdfs:subClassOf cco:StorageFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ammunition_dump&oldid=1044466765"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Ammunition Depot"@en ; + skos:definition "A Storage Facility that is designed to store Portions of Ammunition."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Amount - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://en.wiktionary.org/wiki/amount" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Amount"@en ; - "A Quality that inheres in a bearer in virtue of the total, aggregate or sum of a number of discrete items or material the entity contains as parts."@en . +cco:Amount rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + cco:definition_source "http://en.wiktionary.org/wiki/amount" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Amount"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the total, aggregate or sum of a number of discrete items or material the entity contains as parts."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Amplitude - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Amplitude"@en ; - "A Process Profile of an Oscillation Process that is the absolute value of the maximum displacement from a zero, equilibrium, or mean value during one cycle of the Oscillation Process."@en . +cco:Amplitude rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Amplitude"@en ; + skos:definition "A Process Profile of an Oscillation Process that is the absolute value of the maximum displacement from a zero, equilibrium, or mean value during one cycle of the Oscillation Process."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AngularMomentum - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Angular_momentum&oldid=1063992505"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Angular Momentum"@en ; - "A Momentum that is the product of an object's moment of inertia and its Angular Velocity."@en . +cco:AngularMomentum rdf:type owl:Class ; + rdfs:subClassOf cco:Momentum ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Angular_momentum&oldid=1063992505"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Angular Momentum"@en ; + skos:definition "A Momentum that is the product of an object's moment of inertia and its Angular Velocity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AngularVelocity - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Angular_velocity&oldid=1060081663"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Angular Velocity"@en ; - "Rotational Velocity"@en ; - "A Velocity that is characterized by both the angular Speed of an object and the Axis about which the object is Rotating."@en . +cco:AngularVelocity rdf:type owl:Class ; + rdfs:subClassOf cco:Velocity ; + 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 ; + skos:altLabel "Rotational Velocity"@en ; + skos:definition "A Velocity that is characterized by both the angular Speed of an object and the Axis about which the object is Rotating."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Animal - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Animal&oldid=1063873549"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Animal"@en ; - "An Organism that is multicellular, eukaryotic, heterotrophic, and capable of motility for part of its life."@en . +cco:Animal rdf:type owl:Class ; + rdfs:subClassOf cco:Organism ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Animal&oldid=1063873549"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Animal"@en ; + skos:definition "An Organism that is multicellular, eukaryotic, heterotrophic, and capable of motility for part of its life."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AnthropogenicFeature - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.merriam-webster.com/dictionary/anthropogenic" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Anthropogenic Feature"@en ; - "An Environmental Feature that is related to or is the result of the influence of human beings on the environment."@en . +cco:AnthropogenicFeature rdf:type owl:Class ; + rdfs:subClassOf cco:EnvironmentalFeature ; + cco:definition_source "http://www.merriam-webster.com/dictionary/anthropogenic" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Anthropogenic Feature"@en ; + skos:definition "An Environmental Feature that is related to or is the result of the influence of human beings on the environment."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AntiBacterialArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Antibiotic&oldid=1063633090"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Anti-Bacterial Artifact Function"@en ; - "An Anti-Microbial Artifact Function that is realized in a process which causes harm to, or the death of, some bacterium."@en . +cco:AntiBacterialArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:AntiMicrobialArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Antibiotic&oldid=1063633090"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Anti-Bacterial Artifact Function"@en ; + skos:definition "An Anti-Microbial Artifact Function that is realized in a process which causes harm to, or the death of, some bacterium."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AntiMicrobialArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Antimicrobial&oldid=1064100151"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Anti-Microbial Artifact Function"@en ; - "A Pesticide Artifact Function that is realized in a process which causes illness in, or the death of, a microorganism."@en . +cco:AntiMicrobialArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:PesticideArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Antimicrobial&oldid=1064100151"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Anti-Microbial Artifact Function"@en ; + skos:definition "A Pesticide Artifact Function that is realized in a process which causes illness in, or the death of, a microorganism."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ApartmentBuilding - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Apartment&oldid=1064019048"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Apartment Building"@en ; - "A Residential Facility that is designed to contain multiple permanent residences comprised of a suite of rooms."@en . +cco:ApartmentBuilding rdf:type owl:Class ; + rdfs:subClassOf cco:ResidentialFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Apartment&oldid=1064019048"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Apartment Building"@en ; + skos:definition "A Residential Facility that is designed to contain multiple permanent residences comprised of a suite of rooms."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArbitraryIdentifier - rdf:type owl:Class ; - rdfs:subClassOf ; - owl:disjointWith ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Arbitrary Identifier"@en ; - "Arbitrary ID"@en ; - "A Non-Name Identifier that consists of a string of characters that does not follow an encoding system."@en . +cco:ArbitraryIdentifier rdf:type owl:Class ; + rdfs:subClassOf cco:NonNameIdentifier ; + owl:disjointWith cco:CodeIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Arbitrary Identifier"@en ; + skos:altLabel "Arbitrary ID"@en ; + skos:definition "A Non-Name Identifier that consists of a string of characters that does not follow an encoding system."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArmedForce - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Armed Force"@en ; - "An Organization having the Objective to further the foreign and domestic policies of a Government and to defend that body and the nation it represents from external and internal aggressors."@en . +cco:ArmedForce rdf:type owl:Class ; + rdfs:subClassOf cco:Organization ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Armed Force"@en ; + skos:definition "An Organization having the Objective to further the foreign and domestic policies of a Government and to defend that body and the nation it represents from external and internal aggressors."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArmoredFightingVehicle - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Armoured_fighting_vehicle&oldid=1063212018"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Armored Fighting Vehicle"@en ; - "A Ground Motor Vehicle that is designed to be armored and used to transport and support military personal in combat missions."@en . +cco:ArmoredFightingVehicle rdf:type owl:Class ; + rdfs:subClassOf cco:GroundMotorVehicle ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Armoured_fighting_vehicle&oldid=1063212018"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Armored Fighting Vehicle"@en ; + skos:definition "A Ground Motor Vehicle that is designed to be armored and used to transport and support military personal in combat missions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArmoredPersonnelCarrier - rdf:type owl:Class ; - rdfs:subClassOf ; - "APC" ; - "https://en.wikipedia.org/w/index.php?title=Armoured_personnel_carrier&oldid=1061608326"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Armored Personnel Carrier"@en ; - "An Armored Fighting Vehicle that is designed to transport infantry to the battlefield but which are not usually designed to take part in a direct-fire battle."@en . +cco:ArmoredPersonnelCarrier rdf:type owl:Class ; + rdfs:subClassOf cco:ArmoredFightingVehicle ; + cco:acronym "APC" ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Armoured_personnel_carrier&oldid=1061608326"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Armored Personnel Carrier"@en ; + skos:definition "An Armored Fighting Vehicle that is designed to transport infantry to the battlefield but which are not usually designed to take part in a direct-fire battle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Arrow - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Arrow&oldid=1058445874"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Arrow"@en ; - "A Portion of Ammunition that is designed to be fired from a Bow and consists of a long straight stiff shaft with stabilizers (fletchings) and a slot (the nock) on one end and a weighted tip (the arrowhead) on the other end."@en . +cco:Arrow rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfAmmunition ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Arrow&oldid=1058445874"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Arrow"@en ; + skos:definition "A Portion of Ammunition that is designed to be fired from a Bow and consists of a long straight stiff shaft with stabilizers (fletchings) and a slot (the nock) on one end and a weighted tip (the arrowhead) on the other end."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArticleOfClothing - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Clothing&oldid=1063505718"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Article of Clothing"@en ; - "A Material Artifact that is designed to cover some portion of a body."@en . +cco:ArticleOfClothing rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Clothing&oldid=1063505718"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Article of Clothing"@en ; + skos:definition "A Material Artifact that is designed to cover some portion of a body."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArticleOfSolidWaste - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://stats.oecd.org/glossary/detail.asp?ID=2508" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Article of Solid Waste"@en ; - "A Portion of Waste Material that has a low liquid content."@en . +cco:ArticleOfSolidWaste rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfWasteMaterial ; + cco:definition_source "https://stats.oecd.org/glossary/detail.asp?ID=2508" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Article of Solid Waste"@en ; + skos:definition "A Portion of Waste Material that has a low liquid content."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Artifact - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Material Artifact"@en ; - "A Material Entity that was designed by some Agent to realize a certain Function."@en . +cco:Artifact rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000040 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Material Artifact"@en ; + skos:definition "A Material Entity that was designed by some Agent to realize a certain Function."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactDesignContentEntity - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "https://en.wikipedia.org/w/index.php?title=Design&oldid=1063941625"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Artifact Design"@en ; - "A Directive Information Content Entity that is a specification of an object, manifested by an agent, intended to accomplish goals, in a particular environment, using a set of primitive components, satisfying a set of requirements, subject to constraints."@en . +cco:ArtifactDesignContentEntity rdf:type owl:Class ; + rdfs:subClassOf cco:DirectiveInformationContentEntity , + [ rdf:type owl:Restriction ; + owl:onProperty cco:prescribes ; + owl:someValuesFrom cco:Artifact + ] ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Design&oldid=1063941625"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Artifact Design"@en ; + skos:definition "A Directive Information Content Entity that is a specification of an object, manifested by an agent, intended to accomplish goals, in a particular environment, using a set of primitive components, satisfying a set of requirements, subject to constraints."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactDimensionSpecification - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Dimension Specification"@en ; - "An Quality Specification that prescribes some Size Quality."@en . +cco:ArtifactDimensionSpecification rdf:type owl:Class ; + rdfs:subClassOf cco:QualitySpecification ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Dimension Specification"@en ; + skos:definition "An Quality Specification that prescribes some Size Quality."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Artifact Function"@en ; - "A Function that inheres in some Artifact in virtue of that Artifact being designed to be used in processes that require that Function to be realized."@en . +cco:ArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000034 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000197 ; + owl:someValuesFrom cco:Artifact + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Artifact Function"@en ; + skos:definition "A Function that inheres in some Artifact in virtue of that Artifact being designed to be used in processes that require that Function to be realized."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactFunctionSpecification - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Artifact Function Specification"@en ; - "A Directive Information Content Entity that prescribes some Artifact Function and which is part of some Artifact Model."@en . +cco:ArtifactFunctionSpecification rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:DirectiveInformationContentEntity + [ rdf:type owl:Restriction ; + owl:onProperty cco:prescribes ; + owl:someValuesFrom cco:ArtifactFunction + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:DirectiveInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Artifact Function Specification"@en ; + skos:definition "A Directive Information Content Entity that prescribes some Artifact Function and which is part of some Artifact Model."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactHistory - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Artifact History"@en ; - "A History of an Artifact."@en . +cco:ArtifactHistory rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000182 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Artifact History"@en ; + skos:definition "A History of an Artifact."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactIdentifier - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Artifact Identifier"@en ; - "A Designative Information Content Entity which designates some Artifact."@en . +cco:ArtifactIdentifier rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:DesignativeInformationContentEntity + [ rdf:type owl:Restriction ; + owl:onProperty cco:designates ; + owl:someValuesFrom cco:Artifact + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:DesignativeInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Artifact Identifier"@en ; + skos:definition "A Designative Information Content Entity which designates some Artifact."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactLocation - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Artifact Location"@en ; - "A Site that is the location of some Artifact."@en . +cco:ArtifactLocation rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000029 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000124 ; + owl:someValuesFrom cco:Artifact + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000029 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Artifact Location"@en ; + skos:definition "A Site that is the location of some Artifact."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactModel - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Artifact Model"@en ; - "A Directive Information Content Entity that prescribes a common set of Functions and Qualities to inhere in a set of artifact instances."@en . +cco:ArtifactModel rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactDesignContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Artifact Model"@en ; + skos:definition "A Directive Information Content Entity that prescribes a common set of Functions and Qualities to inhere in a set of artifact instances."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactModelName - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Artifact Model Name"@en ; - "A Designative Information Content Entity that designates some Artifact Model."@en . +cco:ArtifactModelName rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:DesignativeInformationContentEntity + [ rdf:type owl:Restriction ; + owl:onProperty cco:designates ; + owl:someValuesFrom cco:ArtifactModel + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:DesignativeInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Artifact Model Name"@en ; + skos:definition "A Designative Information Content Entity that designates some Artifact Model."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtifactVersionOrdinality - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Artifact Version Ordinality"@en ; - "An Ordinal Measurement Information Content Entity that is about the form of an Artifact which differs in some respects from previous or future forms of that Artifact."@en . +cco:ArtifactVersionOrdinality rdf:type owl:Class ; + rdfs:subClassOf cco:OrdinalMeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Artifact Version Ordinality"@en ; + skos:definition "An Ordinal Measurement Information Content Entity that is about the form of an Artifact which differs in some respects from previous or future forms of that Artifact."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtificialEye - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Artificial_eye&oldid=1046672400"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Artificial Eye"@en ; - "A Prosthesis that is designed to replace a missing eye."@en . +cco:ArtificialEye rdf:type owl:Class ; + rdfs:subClassOf cco:Prosthesis ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Artificial_eye&oldid=1046672400"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Artificial Eye"@en ; + skos:definition "A Prosthesis that is designed to replace a missing eye."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArtificialLanguage - rdf:type owl:Class ; - rdfs:subClassOf ; - owl:disjointWith ; - "https://en.wikipedia.org/w/index.php?title=Constructed_language&oldid=1062733589"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Artificial Language"@en ; - "A Language that is developed through conscious planning and premeditation, rather than one that was developed through use and repetition."@en ; - "Esperanto" , - "Python Programming Language" . +cco:ArtificialLanguage rdf:type owl:Class ; + rdfs:subClassOf cco:Language ; + owl:disjointWith cco:NaturalLanguage ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Constructed_language&oldid=1062733589"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Artificial Language"@en ; + skos:definition "A Language that is developed through conscious planning and premeditation, rather than one that was developed through use and repetition."@en ; + skos:example "Esperanto" , + "Python Programming Language" . ### http://www.ontologyrepository.com/CommonCoreOntologies/AssaultRifle - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Assault_rifle&oldid=1063774380"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Assault Rifle"@en ; - "A Rifle that is designed to have selective-fire functionality and use an intermediate Cartridge and a detachable magazine."@en . +cco:AssaultRifle rdf:type owl:Class ; + rdfs:subClassOf cco:Rifle ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Assault_rifle&oldid=1063774380"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Assault Rifle"@en ; + skos:definition "A Rifle that is designed to have selective-fire functionality and use an intermediate Cartridge and a detachable magazine."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AtmosphericFeature - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Atmospheric Feature"@en ; - "A Geographic Feature that is part of the atmosphere (including the atmosphere itself as a non-proper part) having a relatively stable lifecycle and which has a location that can be distinguished from the surrounding portion of the atmosphere."@en . +cco:AtmosphericFeature rdf:type owl:Class ; + rdfs:subClassOf cco:GeographicFeature ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Atmospheric Feature"@en ; + skos:definition "A Geographic Feature that is part of the atmosphere (including the atmosphere itself as a non-proper part) having a relatively stable lifecycle and which has a location that can be distinguished from the surrounding portion of the atmosphere."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AttitudeControlArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Attitude Control Artifact Function"@en ; - "Orientation Control Artifact Function"@en ; - "An Artifact Function that is realized by an Artifact participating in an attitude control process."@en . +cco:AttitudeControlArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Attitude Control Artifact Function"@en ; + skos:altLabel "Orientation Control Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact participating in an attitude control process."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AuthorityRole - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Authority Role"@en ; - "A Role that is realized by Processes which create, modify, transfer, or eliminate Process Regulations or other Authority Roles, and inheres in an Agent in virtue of collective acceptance of that Agent's ability to issue binding directives."@en ; - "Authority Roles are externally grounded in a social group's collective acceptance of the binding force of the agent's directives. This acceptance can be direct or indirect (e.g., by accepting a procedure for deputizing authority). Such collective acceptance need not be explicit or cognized; rather, collective acceptance can be expressed in the dispositions and attitudes of people toward that agent's directives. In many cases, the directives issued by Authority Roles are backed by threats of punishment or sanction for failure to comply, but the issuing of a directive plus a threat is not sufficient for authority. Rather, an agent's authority must be accepted either directly or indirectly through the acceptance of a procedure for bestowing authority (e.g., elections)."@en . +cco:AuthorityRole rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Authority Role"@en ; + skos:definition "A Role that is realized by Processes which create, modify, transfer, or eliminate Process Regulations or other Authority Roles, and inheres in an Agent in virtue of collective acceptance of that Agent's ability to issue binding directives."@en ; + skos:scopeNote "Authority Roles are externally grounded in a social group's collective acceptance of the binding force of the agent's directives. This acceptance can be direct or indirect (e.g., by accepting a procedure for deputizing authority). Such collective acceptance need not be explicit or cognized; rather, collective acceptance can be expressed in the dispositions and attitudes of people toward that agent's directives. In many cases, the directives issued by Authority Roles are backed by threats of punishment or sanction for failure to comply, but the issuing of a directive plus a threat is not sufficient for authority. Rather, an agent's authority must be accepted either directly or indirectly through the acceptance of a procedure for bestowing authority (e.g., elections)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Automobile - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Car&oldid=1064116950"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Automobile"@en ; - "A Ground Motor Vehicle that is designed to transport a small number of passengers while traveling on four tired wheels."@en . +cco:Automobile rdf:type owl:Class ; + rdfs:subClassOf cco:GroundMotorVehicle ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Car&oldid=1064116950"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Automobile"@en ; + skos:definition "A Ground Motor Vehicle that is designed to transport a small number of passengers while traveling on four tired wheels."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AutopilotSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Autopilot&oldid=1063382206"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Autopilot System"@en ; - "Autopilot"@en ; - "A Vehicle Control System that is designed to enable some Agent to control the trajectory of a Vehicle without constant 'hands-on' control."@en . +cco:AutopilotSystem rdf:type owl:Class ; + rdfs:subClassOf cco:VehicleControlSystem ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Autopilot&oldid=1063382206"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Autopilot System"@en ; + skos:altLabel "Autopilot"@en ; + skos:definition "A Vehicle Control System that is designed to enable some Agent to control the trajectory of a Vehicle without constant 'hands-on' control."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AxialRotationPeriod - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Axial Rotation Period"@en ; - "A Temporal Interval that is equal to the length of time required for a spinning Object to complete one rotation around its Axis of Rotation."@en . +cco:AxialRotationPeriod rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Axial Rotation Period"@en ; + skos:definition "A Temporal Interval that is equal to the length of time required for a spinning Object to complete one rotation around its Axis of Rotation."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AxisOfRotation - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Axis of Rotation"@en ; - "Rotational Axis"@en ; - "A One-Dimensional Spatial Region defined by the line around which a spinning body rotates."@en . +cco:AxisOfRotation rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Axis of Rotation"@en ; + skos:altLabel "Rotational Axis"@en ; + skos:definition "A One-Dimensional Spatial Region defined by the line around which a spinning body rotates."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AztecCode - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Aztec Code"@en ; - "A Two-Dimensional Barcode that is used by the transportation industry to scan tickets."@en . +cco:AztecCode rdf:type owl:Class ; + rdfs:subClassOf cco:TwoDimensionalBarCode ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Aztec Code"@en ; + skos:definition "A Two-Dimensional Barcode that is used by the transportation industry to scan tickets."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Banknote - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Banknote"@en ; - "A Portion of Cash that consists of a portable slips of paper or fabric designed to bear some specified Financial Value."@en . +cco:Banknote rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfCash ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Banknote"@en ; + skos:definition "A Portion of Cash that consists of a portable slips of paper or fabric designed to bear some specified Financial Value."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Barcode - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Barcode&oldid=1059844765"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment "For information on types of barcodes, see: https://www.scandit.com/types-barcodes-choosing-right-barcode/"@en ; - rdfs:label "Barcode"@en ; - "An Information Bearing Artifact that is designed to bear one or more geometric shapes that concretize some Directive Information Content Entity."@en . +cco:Barcode rdf:type owl:Class ; + rdfs:subClassOf cco:InformationBearingArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Barcode&oldid=1059844765"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:comment "For information on types of barcodes, see: https://www.scandit.com/types-barcodes-choosing-right-barcode/"@en ; + rdfs:label "Barcode"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear one or more geometric shapes that concretize some Directive Information Content Entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BaseOfOperations - rdf:type owl:Class ; - rdfs:subClassOf ; - "MOB" ; - "http://www.jcs.mil/Portals/36/Documents/Doctrine/pubs/dictionary.pdf?ver=2018-08-27-122235-653" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Base of Operations"@en ; - "Main Operating Base"@en ; - "A Military Base with permanently stationed operating forces, robust Infrastructure, and strengthened force protection measures such that it is designed to launch and support large-scale operations, support smaller or less-permanent bases, and organize supply facilities."@en . +cco:BaseOfOperations rdf:type owl:Class ; + rdfs:subClassOf cco:MilitaryBase ; + cco:acronym "MOB" ; + cco:definition_source "http://www.jcs.mil/Portals/36/Documents/Doctrine/pubs/dictionary.pdf?ver=2018-08-27-122235-653" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Base of Operations"@en ; + skos:altLabel "Main Operating Base"@en ; + skos:definition "A Military Base with permanently stationed operating forces, robust Infrastructure, and strengthened force protection measures such that it is designed to launch and support large-scale operations, support smaller or less-permanent bases, and organize supply facilities."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BassFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Bass Frequency"@en ; - "A Sonic Frequency that is between 60 and 250 Hz."@en . +cco:BassFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:SonicFrequency ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Bass Frequency"@en ; + skos:definition "A Sonic Frequency that is between 60 and 250 Hz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BatteryTerminal - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Battery_terminal&oldid=1059455659"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Battery Terminal"@en ; - "A Material Artifact that is designed to connect a load or charger to a single or multiple-cell Battery."@en . +cco:BatteryTerminal rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Battery_terminal&oldid=1059455659"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Battery Terminal"@en ; + skos:definition "A Material Artifact that is designed to connect a load or charger to a single or multiple-cell Battery."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BearingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Bearing_(mechanical)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Bearing Artifact Function"@en ; - "An Artifact Function that is realized in processes in which the Artifact constrains relative motion to only the desired motion, and reduces friction between moving parts."@en . +cco:BearingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/wiki/Bearing_(mechanical)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Bearing Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes in which the Artifact constrains relative motion to only the desired motion, and reduces friction between moving parts."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BeginningOfLifeStasis - rdf:type owl:Class ; - rdfs:subClassOf ; - "BOL" , - "BoL" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "A Beginning of Life Stasis (BoL) is a relatively brief Operational Stasis that is primarily of interest for the purpose of establishing a baseline for operational parameters to be compared to the designed specifications as well as the Artifact's performance throughout its operational life."@en ; - rdfs:label "Beginning of Life Stasis"@en ; - "A Operational Stasis that holds during a Temporal Interval when an Artifact is first put into operational use such that its designed set of Artifact Functions is capable of operating at or near their designed peak performance levels."@en . +cco:BeginningOfLifeStasis rdf:type owl:Class ; + rdfs:subClassOf cco:OperationalStasis ; + cco:acronym "BOL" , + "BoL" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "A Beginning of Life Stasis (BoL) is a relatively brief Operational Stasis that is primarily of interest for the purpose of establishing a baseline for operational parameters to be compared to the designed specifications as well as the Artifact's performance throughout its operational life."@en ; + rdfs:label "Beginning of Life Stasis"@en ; + skos:definition "A Operational Stasis that holds during a Temporal Interval when an Artifact is first put into operational use such that its designed set of Artifact Functions is capable of operating at or near their designed peak performance levels."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Behavior - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://purl.obolibrary.org/obo/GO_0007610" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Behavior"@en ; - "An Act in which an Independent Continuant participates as an Agent in response to external or internal stimuli and following some pattern which is dependent upon some combination of that Independent Continuant's internal state and external conditions."@en . +cco:Behavior rdf:type owl:Class ; + rdfs:subClassOf cco:Act ; + cco:definition_source "http://purl.obolibrary.org/obo/GO_0007610" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Behavior"@en ; + skos:definition "An Act in which an Independent Continuant participates as an Agent in response to external or internal stimuli and following some pattern which is dependent upon some combination of that Independent Continuant's internal state and external conditions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Bent - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Bent"@en ; - "Angular"@en , - "Kinked"@en ; - "A Shape Quality inhering in a bearer in virtue of the bearer having one or more angles along its border."@en . +cco:Bent rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Bent"@en ; + skos:altLabel "Angular"@en , + "Kinked"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having one or more angles along its border."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BeverageAntenna - rdf:type owl:Class ; - rdfs:subClassOf ; - "Adapted from: https://en.wikipedia.org/wiki/Beverage_antenna" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Beverage Antenna"@en ; - "A Wire Antenna that consists of a horizontal wire one-half to two wavelengths long that is suspended above the ground with one end attached to the receiver feedline and the other grounded and which is typically used in the low and medium frequency radio bands."@en . +cco:BeverageAntenna rdf:type owl:Class ; + rdfs:subClassOf cco:WireAntenna ; + cco:definition_source "Adapted from: https://en.wikipedia.org/wiki/Beverage_antenna" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Beverage Antenna"@en ; + skos:definition "A Wire Antenna that consists of a horizontal wire one-half to two wavelengths long that is suspended above the ground with one end attached to the receiver feedline and the other grounded and which is typically used in the low and medium frequency radio bands."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Bicycle - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Bicycle&oldid=1063761124"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Bicycle"@en ; - "A Ground Vehicle that consists of two wheels, one in front of the other, attached to a frame along with handlebars and pedals such that it is designed to receive its motive power from pedaling."@en . +cco:Bicycle rdf:type owl:Class ; + rdfs:subClassOf cco:GroundVehicle ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Bicycle&oldid=1063761124"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Bicycle"@en ; + skos:definition "A Ground Vehicle that consists of two wheels, one in front of the other, attached to a frame along with handlebars and pedals such that it is designed to receive its motive power from pedaling."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BidirectionalTransducer - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Transducer&oldid=1053290948"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Bidirectional Transducer"@en ; - "A Transducer that is designed to receive a signal in the form of physical phenomena and convert it into an electrical signal, and vice versa."@en . +cco:BidirectionalTransducer rdf:type owl:Class ; + rdfs:subClassOf cco:Transducer ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Transducer&oldid=1053290948"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Bidirectional Transducer"@en ; + skos:definition "A Transducer that is designed to receive a signal in the form of physical phenomena and convert it into an electrical signal, and vice versa."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BiographicalLife - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Biographical Life"@en ; - "An Act composed of the Life Events that occur during the course of existence of an Agent (i.e. Person or Organization)."@en . +cco:BiographicalLife rdf:type owl:Class ; + rdfs:subClassOf cco:Act ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Biographical Life"@en ; + skos:definition "An Act composed of the Life Events that occur during the course of existence of an Agent (i.e. Person or Organization)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BiologicalSex - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://purl.org/obo/owl/PATO#PATO_0000047" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Biological Sex"@en ; - "A Quality inhering in a bearer by virtue of the bearer's ability to undergo sexual reproduction in order to differentiate the individuals or types involved."@en . +cco:BiologicalSex rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + cco:definition_source "http://purl.org/obo/owl/PATO#PATO_0000047" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Biological Sex"@en ; + skos:definition "A Quality inhering in a bearer by virtue of the bearer's ability to undergo sexual reproduction in order to differentiate the individuals or types involved."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BiologicalWeapon - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Biological_warfare&oldid=1062972883"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Biological Weapon"@en ; - "A Weapon that is designed to inflict harm, incapacity, or death by means of releasing disease-producing agents—such as bacteria, viruses, or fungi."@en . +cco:BiologicalWeapon rdf:type owl:Class ; + rdfs:subClassOf cco:Weapon ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Biological_warfare&oldid=1062972883"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Biological Weapon"@en ; + skos:definition "A Weapon that is designed to inflict harm, incapacity, or death by means of releasing disease-producing agents—such as bacteria, viruses, or fungi."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Biological_Depot - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Biological Depot"@en ; - "A Storage Facility that is designed to store biological agents."@en . +cco:Biological_Depot rdf:type owl:Class ; + rdfs:subClassOf cco:StorageFacility ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Biological Depot"@en ; + skos:definition "A Storage Facility that is designed to store biological agents."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Birth - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Birth&oldid=1063718655"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Birth"@en ; - "A Natural Process of bringing forth offspring."@en . +cco:Birth rdf:type owl:Class ; + rdfs:subClassOf cco:NaturalProcess ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Birth&oldid=1063718655"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Birth"@en ; + skos:definition "A Natural Process of bringing forth offspring."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Black - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Black"@en ; - "A Color that lacks any hues as parts."@en . +cco:Black rdf:type owl:Class ; + rdfs:subClassOf cco:Color ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Black"@en ; + skos:definition "A Color that lacks any hues as parts."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Blond - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Blond"@en ; - "A Color that ranges from nearly white to a light greyish yellow"@en . +cco:Blond rdf:type owl:Class ; + rdfs:subClassOf cco:Color ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Blond"@en ; + skos:definition "A Color that ranges from nearly white to a light greyish yellow"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Blue - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Blue"@en ; - "A Color that is between Cyan and Violet with a wavelength in the visible spectrum typically between 450 to 490 nanometers."@en . +cco:Blue rdf:type owl:Class ; + rdfs:subClassOf cco:Color ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Blue"@en ; + skos:definition "A Color that is between Cyan and Violet with a wavelength in the visible spectrum typically between 450 to 490 nanometers."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Blunt - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Blunt"@en ; - "A Shape Quality inhering in a bearer in virtue of the bearer not having a sharp edge or point."@en . +cco:Blunt rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Blunt"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer not having a sharp edge or point."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BodilyComponent - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3017014/" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Bodily Component"@en ; - "A Fiat Object Part located within or on the surface of an Agent."@en ; - "Bodily Components include anatomical structures, body flora, pathogens, toxins, and their combinations." . +cco:BodilyComponent rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000024 ; + cco:definition_source "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3017014/" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Bodily Component"@en ; + skos:definition "A Fiat Object Part located within or on the surface of an Agent."@en ; + skos:example "Bodily Components include anatomical structures, body flora, pathogens, toxins, and their combinations." . ### http://www.ontologyrepository.com/CommonCoreOntologies/BodyShape - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Body Shape"@en ; - "A Shape Quality inhering in a Person's body by virtue of the body's general outline or figure."@en . +cco:BodyShape rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Body Shape"@en ; + skos:definition "A Shape Quality inhering in a Person's body by virtue of the body's general outline or figure."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Bond - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Bond_(finance)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Bond"@en ; - "A Financial Instrument that is designed to secure an Agent's debt for the holders of that debt."@en . +cco:Bond rdf:type owl:Class ; + rdfs:subClassOf cco:FinancialInstrument ; + cco:definition_source "https://en.wikipedia.org/wiki/Bond_(finance)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Bond"@en ; + skos:definition "A Financial Instrument that is designed to secure an Agent's debt for the holders of that debt."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BondCertificate - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Bond Certificate"@en ; - "A Bond that consists of a Certificate."@en . +cco:BondCertificate rdf:type owl:Class ; + rdfs:subClassOf cco:Bond ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Bond Certificate"@en ; + skos:definition "A Bond that consists of a Certificate."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Book - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Book&oldid=1063132471"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Book"@en ; - "An Information Bearing Artifact that is designed to bear some specific Information Content Entity by means of ink, paper, parchment, or other materials fastened together to hinge at one side."@en . +cco:Book rdf:type owl:Class ; + rdfs:subClassOf cco:InformationBearingArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Book&oldid=1063132471"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Book"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear some specific Information Content Entity by means of ink, paper, parchment, or other materials fastened together to hinge at one side."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BoundingBoxPoint - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Bounding Box Point"@en ; - "A Geospatial Position that is a proper part of some Geospatial Region Bounding Box."@en . +cco:BoundingBoxPoint rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:GeospatialPosition + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:GeospatialRegionBoundingBox + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:GeospatialPosition ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Bounding Box Point"@en ; + skos:definition "A Geospatial Position that is a proper part of some Geospatial Region Bounding Box."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Bow - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Bow_and_arrow&oldid=1062193194"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Bow"@en ; - "A Projectile Launcher that is designed to launch Arrows."@en . +cco:Bow rdf:type owl:Class ; + rdfs:subClassOf cco:ProjectileLauncher ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Bow_and_arrow&oldid=1062193194"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Bow"@en ; + skos:definition "A Projectile Launcher that is designed to launch Arrows."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Brake - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Brake&oldid=1047693009"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Brake"@en ; - "A Material Artifact that is designed to inhibit the Vehicle's Motion by absorbing energy from a moving system."@en . +cco:Brake rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Brake&oldid=1047693009"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Brake"@en ; + skos:definition "A Material Artifact that is designed to inhibit the Vehicle's Motion by absorbing energy from a moving system."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BrakeControlSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Brake Control System"@en ; - "A Vehicle Control System that is designed to control the process of braking with the aim of preventing rolling, skidding, and hydroplaning."@en . +cco:BrakeControlSystem rdf:type owl:Class ; + rdfs:subClassOf cco:VehicleControlSystem ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Brake Control System"@en ; + skos:definition "A Vehicle Control System that is designed to control the process of braking with the aim of preventing rolling, skidding, and hydroplaning."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Branched - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Branched"@en ; - "A Shape Quality inhering in a bearer in virtue of the bearer having subdivisions or offshoots."@en . +cco:Branched rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Branched"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having subdivisions or offshoots."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Bridge - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Bridge&oldid=1061858310" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Bridge"@en ; - "A Land Transportation Artifact that is designed to span physical obstacles without closing the way underneath to enable Persons or Ground Vehicles to pass over the obstacles."@en . +cco:Bridge rdf:type owl:Class ; + rdfs:subClassOf cco:LandTransportationArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Bridge&oldid=1061858310" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Bridge"@en ; + skos:definition "A Land Transportation Artifact that is designed to span physical obstacles without closing the way underneath to enable Persons or Ground Vehicles to pass over the obstacles."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BrillianceFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Brilliance Frequency"@en ; - "A Sonic Frequency that is between 6 and 20 kHz."@en . +cco:BrillianceFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:SonicFrequency ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Brilliance Frequency"@en ; + skos:definition "A Sonic Frequency that is between 6 and 20 kHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Brown - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Brown"@en ; - "A Color that consists of dark orange and red, and of very low intensity."@en . +cco:Brown rdf:type owl:Class ; + rdfs:subClassOf cco:Color ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Brown"@en ; + skos:definition "A Color that consists of dark orange and red, and of very low intensity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Bullet - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Bullet&oldid=1062391591"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Bullet"@en ; - "A Portion of Ammunition that is designed to be projected by a Firearm, Sling, Slingshot, or Air Gun, but which does not (typically) contain explosives."@en . +cco:Bullet rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfAmmunition ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Bullet&oldid=1062391591"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Bullet"@en ; + skos:definition "A Portion of Ammunition that is designed to be projected by a Firearm, Sling, Slingshot, or Air Gun, but which does not (typically) contain explosives."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Bus - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Bus&oldid=1055341487"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Bus"@en ; - "A Ground Motor Vehicle that is designed to transport a large number of people and to travel on six or more tired wheels."@en . +cco:Bus rdf:type owl:Class ; + rdfs:subClassOf cco:GroundMotorVehicle ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Bus&oldid=1055341487"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Bus"@en ; + skos:definition "A Ground Motor Vehicle that is designed to transport a large number of people and to travel on six or more tired wheels."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CabinPressurizationControlSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Cabin_pressurization&oldid=1062243955"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Cabin Pressurization Control System"@en ; - "An Environment Control System that is designed to control the process in which conditioned air is pumped into the Cabin of some Aircraft or Spacecraft in order to create a safe and comfortable environment for passengers and crew flying at high altitudes."@en . +cco:CabinPressurizationControlSystem rdf:type owl:Class ; + rdfs:subClassOf cco:EnvironmentControlSystem ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Cabin_pressurization&oldid=1062243955"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Cabin Pressurization Control System"@en ; + skos:definition "An Environment Control System that is designed to control the process in which conditioned air is pumped into the Cabin of some Aircraft or Spacecraft in order to create a safe and comfortable environment for passengers and crew flying at high altitudes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CalendarDateIdentifier - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Calendar Date Identifier"@en ; - "A Date Identifier that designates some Day by using a combination of Day, Week, Month, or Year Identifiers formatted according to an implementation of a Calendar System."@en ; - "January 1, 2018; 1 January 2018; 01/01/18; 01Jan18" . +cco:CalendarDateIdentifier rdf:type owl:Class ; + rdfs:subClassOf cco:DateIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Calendar Date Identifier"@en ; + skos:definition "A Date Identifier that designates some Day by using a combination of Day, Week, Month, or Year Identifiers formatted according to an implementation of a Calendar System."@en ; + skos:example "January 1, 2018; 1 January 2018; 01/01/18; 01Jan18" . ### http://www.ontologyrepository.com/CommonCoreOntologies/CalendarDay - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Calendar Day"@en ; - "A Day that begins and ends concurrently with the Seconds specified by a Calendar System to be the first and last Seconds of the Day."@en . +cco:CalendarDay rdf:type owl:Class ; + rdfs:subClassOf cco:Day ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Calendar Day"@en ; + skos:definition "A Day that begins and ends concurrently with the Seconds specified by a Calendar System to be the first and last Seconds of the Day."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CalendarMonth - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Calendar Month"@en ; - "A Month that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Month."@en ; - "January; February; March; April; May; June; July; August; September; October; November; December" . +cco:CalendarMonth rdf:type owl:Class ; + rdfs:subClassOf cco:Month ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Calendar Month"@en ; + skos:definition "A Month that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Month."@en ; + skos:example "January; February; March; April; May; June; July; August; September; October; November; December" . ### http://www.ontologyrepository.com/CommonCoreOntologies/CalendarSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Calendar System"@en ; - "A Temporal Reference System that is designed to organize and identify dates."@en ; - "Calendars typically organize dates through the use of naming and temporal conventions based on Days, Weeks, Months, and Years."@en . +cco:CalendarSystem rdf:type owl:Class ; + rdfs:subClassOf cco:TemporalReferenceSystem ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Calendar System"@en ; + skos:definition "A Temporal Reference System that is designed to organize and identify dates."@en ; + skos:scopeNote "Calendars typically organize dates through the use of naming and temporal conventions based on Days, Weeks, Months, and Years."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CalendarWeek - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://wordnetweb.princeton.edu/perl/webwn?s=calendar+week" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Calendar Week"@en ; - "A Week that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Week."@en . +cco:CalendarWeek rdf:type owl:Class ; + rdfs:subClassOf cco:Week ; + cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=calendar+week" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Calendar Week"@en ; + skos:definition "A Week that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Week."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CalendarYear - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Calendar Year"@en ; - "A Year that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Year."@en . +cco:CalendarYear rdf:type owl:Class ; + rdfs:subClassOf cco:Year ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Calendar Year"@en ; + skos:definition "A Year that begins and ends concurrently with the Days specified by a Calendar System to be the first and last Days of the Year."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Camera - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.dictionary.com/browse/camera" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Camera"@en ; - "An Imaging Instrument that is designed to form and digitally or physically record an image of an entity."@en . +cco:Camera rdf:type owl:Class ; + rdfs:subClassOf cco:ImagingInstrument ; + cco:definition_source "http://www.dictionary.com/browse/camera" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Camera"@en ; + skos:definition "An Imaging Instrument that is designed to form and digitally or physically record an image of an entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Canal - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Canal&oldid=1059514223" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Canal"@en ; - "A Water Transportation Artifact that is an artificial Hydrographic Feature designed to convey water or enable Watercraft to travel inland."@en . +cco:Canal rdf:type owl:Class ; + rdfs:subClassOf cco:WaterTransportationArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Canal&oldid=1059514223" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Canal"@en ; + skos:definition "A Water Transportation Artifact that is an artificial Hydrographic Feature designed to convey water or enable Watercraft to travel inland."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Cannon - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Cannon&oldid=1063792906"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Cannon"@en ; - "A Projectile Launcher that is designed to use a controlled explosion to launch a relatively large Portion of Ammunition, such as a Round Shot or a Shell, at a significant Velocity."@en . +cco:Cannon rdf:type owl:Class ; + rdfs:subClassOf cco:ProjectileLauncher ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Cannon&oldid=1063792906"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Cannon"@en ; + skos:definition "A Projectile Launcher that is designed to use a controlled explosion to launch a relatively large Portion of Ammunition, such as a Round Shot or a Shell, at a significant Velocity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CargoCabin - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Cargo Cabin"@en ; - "A Vehicle Compartment that is used to store goods or materials during transportation."@en . +cco:CargoCabin rdf:type owl:Class ; + rdfs:subClassOf cco:VehicleCompartment ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Cargo Cabin"@en ; + skos:definition "A Vehicle Compartment that is used to store goods or materials during transportation."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CarrierAirWing - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Carrier Air Wing"@en ; - "A Military Force that is trained and equipped to conduct air operations while embarked on an aircraft carrier."@en . +cco:CarrierAirWing rdf:type owl:Class ; + rdfs:subClassOf cco:MilitaryPersonnelForce ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Carrier Air Wing"@en ; + skos:definition "A Military Force that is trained and equipped to conduct air operations while embarked on an aircraft carrier."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CartesianCoordinateSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Cartesian_coordinate_system&oldid=1058613323"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Cartesian Coordinate System"@en ; - "Rectangular Coordinate System"@en ; - "A Spatial Reference System that identifies each point in a spatial region of n-dimensions using an ordered n-tuple of numerical coordinates that are the signed (i.e. positive or negative) distances measured in the same unit of length from the zero point where the fixed perpendicular Coordinate System Axes meet."@en . +cco:CartesianCoordinateSystem rdf:type owl:Class ; + rdfs:subClassOf cco:SpatialReferenceSystem ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Cartesian_coordinate_system&oldid=1058613323"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Cartesian Coordinate System"@en ; + skos:altLabel "Rectangular Coordinate System"@en ; + skos:definition "A Spatial Reference System that identifies each point in a spatial region of n-dimensions using an ordered n-tuple of numerical coordinates that are the signed (i.e. positive or negative) distances measured in the same unit of length from the zero point where the fixed perpendicular Coordinate System Axes meet."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Cartridge - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Cartridge_(firearms)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Cartridge"@en ; - "A Portion of Ammunition that is designed to package a Bullet, a propellant substance, and a primer within a case that is designed to fit within the firing chamber of a Firearm."@en . +cco:Cartridge rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfAmmunition ; + cco:definition_source "https://en.wikipedia.org/wiki/Cartridge_(firearms)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Cartridge"@en ; + skos:definition "A Portion of Ammunition that is designed to package a Bullet, a propellant substance, and a primer within a case that is designed to fit within the firing chamber of a Firearm."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CatadioptricOpticalTelescope - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Catadioptric_system&oldid=1017210114"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Catadioptric Optical Telescope"@en ; - "Catadioptric Telescope"@en ; - "An Optical Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light through the use of a combination of Lenses and Mirrors to form an enhanced image of the Object."@en . +cco:CatadioptricOpticalTelescope rdf:type owl:Class ; + rdfs:subClassOf cco:OpticalTelescope ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Catadioptric_system&oldid=1017210114"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Catadioptric Optical Telescope"@en ; + skos:altLabel "Catadioptric Telescope"@en ; + skos:definition "An Optical Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light through the use of a combination of Lenses and Mirrors to form an enhanced image of the Object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CatalystArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Catalysis&oldid=1063864001"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Catalyst Artifact Function"@en ; - "A Chemical Reaction Artifact Function that is realized in a process in which the rate of a chemical reaction is increased due to the participation of an additional substance, without that substance being consumed in the reaction."@en . +cco:CatalystArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ChemicalReactionArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Catalysis&oldid=1063864001"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Catalyst Artifact Function"@en ; + skos:definition "A Chemical Reaction Artifact Function that is realized in a process in which the rate of a chemical reaction is increased due to the participation of an additional substance, without that substance being consumed in the reaction."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Cause - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Cause"@en ; - "A Process that is the cause of or one of the causes of some other Process."@en . +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_0000015 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000015 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Cause"@en ; + skos:definition "A Process that is the cause of or one of the causes of some other Process."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CellularTelecommunicationNetwork - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Cellular_network&oldid=1061429562"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Cellular Telecommunication Network"@en ; - "Cellular Network"@en , - "Mobile Telecommunication Network"@en ; - "A Wireless Telecommunication Network where the last link between the network and the end user is wireless and is distributed over service areas called cells."@en . +cco:CellularTelecommunicationNetwork rdf:type owl:Class ; + rdfs:subClassOf cco:WirelessTelecommunicationNetwork ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Cellular_network&oldid=1061429562"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Cellular Telecommunication Network"@en ; + skos:altLabel "Cellular Network"@en , + "Mobile Telecommunication Network"@en ; + skos:definition "A Wireless Telecommunication Network where the last link between the network and the end user is wireless and is distributed over service areas called cells."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CenterOfMass - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Center_of_mass&oldid=1059976491"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Center of Mass"@en ; - "A Zero-Dimensional Spatial Region that is the point where the weighted position vectors of the distributed Mass of a Material Entity relative to this point sum to zero."@en . +cco:CenterOfMass rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000018 ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Center_of_mass&oldid=1059976491"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Center of Mass"@en ; + skos:definition "A Zero-Dimensional Spatial Region that is the point where the weighted position vectors of the distributed Mass of a Material Entity relative to this point sum to zero."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Certificate - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.dictionary.com/browse/degree" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Certificate"@en ; - "An Information Bearing Artifact that bears an Information Content Entity which attests to certain demonstrated characteristics of an Object, Person, or Organization."@en . +cco:Certificate rdf:type owl:Class ; + rdfs:subClassOf cco:InformationBearingArtifact ; + cco:definition_source "http://www.dictionary.com/browse/degree" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Certificate"@en ; + skos:definition "An Information Bearing Artifact that bears an Information Content Entity which attests to certain demonstrated characteristics of an Object, Person, or Organization."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Change - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Change"@en ; - "A Process in which some independent continuant endures and 1) one or more of the dependent entities it bears increase or decrease in intensity, 2) the entity begins to bear some dependent entity or 3) the entity ceases to bear some dependent entity."@en . +cco:Change rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000015 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Change"@en ; + skos:definition "A Process in which some independent continuant endures and 1) one or more of the dependent entities it bears increase or decrease in intensity, 2) the entity begins to bear some dependent entity or 3) the entity ceases to bear some dependent entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Chart - rdf:type owl:Class ; - rdfs:subClassOf ; - "Adapted from “Chart.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/chart. Accessed 4 Aug. 2024." ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Chart"@en ; - "An Image that is designed to carry some Representational Information Content Entity that is prescribed by some canonical visual format."@en . +cco:Chart rdf:type owl:Class ; + rdfs:subClassOf cco:Image ; + cco:definition_source "Adapted from “Chart.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/chart. Accessed 4 Aug. 2024." ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Chart"@en ; + skos:definition "An Image that is designed to carry some Representational Information Content Entity that is prescribed by some canonical visual format."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalDepot - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Chemical Depot"@en ; - "A Storage Facility that is designed to store chemicals."@en . +cco:ChemicalDepot rdf:type owl:Class ; + rdfs:subClassOf cco:StorageFacility ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Chemical Depot"@en ; + skos:definition "A Storage Facility that is designed to store chemicals."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalManufacturingFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Chemical_industry&oldid=1061177027"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Chemical Manufacturing Facility"@en ; - "A Factory that is designed to manufacture or process chemicals."@en . +cco:ChemicalManufacturingFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Factory ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Chemical_industry&oldid=1061177027"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Chemical Manufacturing Facility"@en ; + skos:definition "A Factory that is designed to manufacture or process chemicals."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalReactionArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Chemical_reaction&oldid=1063262412"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Chemical Reaction Artifact Function"@en ; - "An Artifact Function that is realized in a process that leads to the transformation of one set of chemical substances to another."@en . +cco:ChemicalReactionArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Chemical_reaction&oldid=1063262412"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Chemical Reaction Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process that leads to the transformation of one set of chemical substances to another."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ChemicalWeapon - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Chemical_weapon&oldid=1054342645"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Chemical Weapon"@en ; - "A Weapon that is designed to inflict harm, damage, or incapacity by means of releasing toxic chemicals."@en . +cco:ChemicalWeapon rdf:type owl:Class ; + rdfs:subClassOf cco:Weapon ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Chemical_weapon&oldid=1054342645"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Chemical Weapon"@en ; + skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of releasing toxic chemicals."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Church - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Church_(building)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Church"@en ; - "A Religious Facility that is designed for Christian worship and prayer."@en . +cco:Church rdf:type owl:Class ; + rdfs:subClassOf cco:ReligiousFacility ; + cco:definition_source "https://en.wikipedia.org/wiki/Church_(building)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Church"@en ; + skos:definition "A Religious Facility that is designed for Christian worship and prayer."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CircuitBreaker - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Circuit_breaker&oldid=1060854893"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Circuit Breaker"@en ; - "A Material Artifact that is designed to protect an electrical circuit from damage caused by excess current from an overload or short circuit."@en . +cco:CircuitBreaker rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Circuit_breaker&oldid=1060854893"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Circuit Breaker"@en ; + skos:definition "A Material Artifact that is designed to protect an electrical circuit from damage caused by excess current from an overload or short circuit."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Circumference - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Circumference"@en ; - "A Perimeter that inheres in a circle or ellipse."@en . +cco:Circumference rdf:type owl:Class ; + rdfs:subClassOf cco:Perimeter ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Circumference"@en ; + skos:definition "A Perimeter that inheres in a circle or ellipse."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Citizen - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Citizen"@en ; - "A Person who is the bearer of some Citizen Role."@en . +cco:Citizen rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:Person + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:CitizenRole + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:Person ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Citizen"@en ; + skos:definition "A Person who is the bearer of some Citizen Role."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CitizenRole - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://en.wikitionary.org/wiki/citizen" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Citizen Role"@en ; - "A Role that inheres in a Person by virtue of that Person being legally recognized as a member of a particular state, with associated rights and obligations."@en . +cco:CitizenRole rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + cco:definition_source "http://en.wikitionary.org/wiki/citizen" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Citizen Role"@en ; + skos:definition "A Role that inheres in a Person by virtue of that Person being legally recognized as a member of a particular state, with associated rights and obligations."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/City - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=City&oldid=1062635325"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "City"@en ; - "A Local Administrative Region in which a relatively large human population permanently resides; is designated as a city based on a particular administrative, legal, or historical status; and which delimits a local Government that typically oversees the provision of systems for sanitation, utilities, land usage, housing, and transportation."@en . +cco:City rdf:type owl:Class ; + rdfs:subClassOf cco:LocalAdministrativeRegion ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=City&oldid=1062635325"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "City"@en ; + skos:definition "A Local Administrative Region in which a relatively large human population permanently resides; is designated as a city based on a particular administrative, legal, or historical status; and which delimits a local Government that typically oversees the provision of systems for sanitation, utilities, land usage, housing, and transportation."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CivilOrganization - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Civil Organization"@en ; - "An Organization that is not commercial or military and is the bearer of a Civilian Role."@en . +cco:CivilOrganization rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:Organization + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:CivilianRole + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:Organization ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Civil Organization"@en ; + skos:definition "An Organization that is not commercial or military and is the bearer of a Civilian Role."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CivilTimeReferenceSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "In traditional astronomical usage, civil time is mean solar time as calculated from midnight as the beginning of the Civil Day."@en , - "Note that Civil Time Reference System is more accurately represented as a Temporal Reference System that participates in an act of usage that is sanctioned by an appropriate civil authority. As such, it should be represented as a defined class."@en ; - rdfs:label "Civil Time Reference System"@en ; - "A Temporal Reference System that is a statutory time scale as designated by civilian authorities to determine local time(s)."@en . +cco:CivilTimeReferenceSystem rdf:type owl:Class ; + rdfs:subClassOf cco:TemporalReferenceSystem ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "In traditional astronomical usage, civil time is mean solar time as calculated from midnight as the beginning of the Civil Day."@en , + "Note that Civil Time Reference System is more accurately represented as a Temporal Reference System that participates in an act of usage that is sanctioned by an appropriate civil authority. As such, it should be represented as a defined class."@en ; + rdfs:label "Civil Time Reference System"@en ; + skos:definition "A Temporal Reference System that is a statutory time scale as designated by civilian authorities to determine local time(s)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CivilianRole - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Civilian Role"@en ; - "A Role that inheres in an Agent or Group of Agents by virtue of that Agent or Group of Agents not being part of either an Armed Force or police force."@en . +cco:CivilianRole rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Civilian Role"@en ; + skos:definition "A Role that inheres in an Agent or Group of Agents by virtue of that Agent or Group of Agents not being part of either an Armed Force or police force."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CleaningArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Cleaning Artifact Function"@en ; - "An Artifact Function that is realized in processes in which some Artifact is used to remove foreign objects from another object."@en . +cco:CleaningArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Cleaning Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes in which some Artifact is used to remove foreign objects from another object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ClockTimeSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "A single Clock Time System does not provide a complete means for identifying or measuring times. Depending on the particular Clock Time System, it may be compatible for use with one or more other Temporal Reference Systems."@en ; - rdfs:label "Clock Time System"@en ; - "A Temporal Reference System that is a convention for keeping and displaying the Time of Day."@en . +cco:ClockTimeSystem rdf:type owl:Class ; + rdfs:subClassOf cco:TemporalReferenceSystem ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "A single Clock Time System does not provide a complete means for identifying or measuring times. Depending on the particular Clock Time System, it may be compatible for use with one or more other Temporal Reference Systems."@en ; + rdfs:label "Clock Time System"@en ; + skos:definition "A Temporal Reference System that is a convention for keeping and displaying the Time of Day."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ClockwiseRotationalMotion - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Clockwise Rotational Motion"@en ; - "CW Rotational Motion"@en , - "Clockwise Rotation"@en ; - "A Rotational Motion in which the direction of rotation is toward the right as seen relative to the designated side of the plane of rotation."@en ; - "the axial rotation of the Earth as seen from above the South Pole" . +cco:ClockwiseRotationalMotion rdf:type owl:Class ; + rdfs:subClassOf cco:RotationalMotion ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Clockwise Rotational Motion"@en ; + skos:altLabel "CW Rotational Motion"@en , + "Clockwise Rotation"@en ; + skos:definition "A Rotational Motion in which the direction of rotation is toward the right as seen relative to the designated side of the plane of rotation."@en ; + skos:example "the axial rotation of the Earth as seen from above the South Pole" . ### http://www.ontologyrepository.com/CommonCoreOntologies/Closure - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Closure"@en ; - "A Quality that inheres in a bearer in virtue of the degree to which that bearer affords passage or sightline through it via an opening, aperture, orifice, or vent."@en . +cco:Closure rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Closure"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the degree to which that bearer affords passage or sightline through it via an opening, aperture, orifice, or vent."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CodabarBarcode - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Codabar Barcode"@en ; - "A One-Dimensional Barcode that consists of numbers 0-9 and the characters -$:/.+ and is used by logistics and healthcare professionals."@en . +cco:CodabarBarcode rdf:type owl:Class ; + rdfs:subClassOf cco:OneDimensionalBarcode ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Codabar Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of numbers 0-9 and the characters -$:/.+ and is used by logistics and healthcare professionals."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Code128Barcode - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Code 128 Barcode"@en ; - "A One-Dimensional Barcode that consists of up to 128 ASCII characters and is used primarily in supply chains."@en . +cco:Code128Barcode rdf:type owl:Class ; + rdfs:subClassOf cco:OneDimensionalBarcode ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Code 128 Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of up to 128 ASCII characters and is used primarily in supply chains."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Code39Barcode - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Code 39 Barcode"@en ; - "A One-Dimensional Barcode that consists of 39 characters that are numbers 0-9, capital letters A-Z, or the symbols -.$/+% and space and is used primarily in automotive and defense industries."@en . +cco:Code39Barcode rdf:type owl:Class ; + rdfs:subClassOf cco:OneDimensionalBarcode ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Code 39 Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of 39 characters that are numbers 0-9, capital letters A-Z, or the symbols -.$/+% and space and is used primarily in automotive and defense industries."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Code93Barcode - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Code 93 Barcode"@en ; - "A One-Dimensional Barcode that consists of up to 93 ASCII characters and is used in logistics to identify packages in retail inventory, lable electornic components, and provide supplementary delivery information."@en . +cco:Code93Barcode rdf:type owl:Class ; + rdfs:subClassOf cco:OneDimensionalBarcode ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Code 93 Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of up to 93 ASCII characters and is used in logistics to identify packages in retail inventory, lable electornic components, and provide supplementary delivery information."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CodeIdentifier - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Code Identifier"@en ; - "Code ID"@en , - "ID Code"@en , - "Identifier Code"@en ; - "A Non-Name Identifier that consists of a string of characters that was created and assigned according to an encoding system such that metadata can be derived from the identifier."@en . +cco:CodeIdentifier rdf:type owl:Class ; + rdfs:subClassOf cco:NonNameIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Code Identifier"@en ; + skos:altLabel "Code ID"@en , + "ID Code"@en , + "Identifier Code"@en ; + skos:definition "A Non-Name Identifier that consists of a string of characters that was created and assigned according to an encoding system such that metadata can be derived from the identifier."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CodeList - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Code List"@en ; - "A List that contains an ordered sequence of Information Bearing Entities that carry Code Identifiers."@en . +cco:CodeList rdf:type owl:Class ; + rdfs:subClassOf cco:List ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Code List"@en ; + skos:definition "A List that contains an ordered sequence of Information Bearing Entities that carry Code Identifiers."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Coiled - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Coiled"@en ; - "A Shape Quality inhering in a bearer in virtue of the bearer being wound in concentric rings or spirals."@en . +cco:Coiled rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Coiled"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer being wound in concentric rings or spirals."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Coin - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Coin"@en ; - "A Portion of Cash that consists of a flat, portable, round pieces of metal designed to bear some specified Financial Value."@en . +cco:Coin rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfCash ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Coin"@en ; + skos:definition "A Portion of Cash that consists of a flat, portable, round pieces of metal designed to bear some specified Financial Value."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CollimationArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Collimation Artifact Function"@en ; - "An Artifact Function that is realized by an Artifact participating in a collimation event in which the Artifact narrows a beam of particles or waves by either causing the spatial cross-section of the beam to become smaller or by causing the directions of motion of the beam's constituents to be aligned in a specifc direction of Motion."@en . +cco:CollimationArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Collimation Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact participating in a collimation event in which the Artifact narrows a beam of particles or waves by either causing the spatial cross-section of the beam to become smaller or by causing the directions of motion of the beam's constituents to be aligned in a specifc direction of Motion."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Color - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Color"@en ; - "An Optical Property that inheres in a bearer in virtue of that bearer's Color Hue, Color Saturation and Color Brightness."@en . +cco:Color rdf:type owl:Class ; + rdfs:subClassOf cco:OpticalProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Color"@en ; + skos:definition "An Optical Property that inheres in a bearer in virtue of that bearer's Color Hue, Color Saturation and Color Brightness."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ColorBrightness - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Color Brightness"@en ; - "Color Intensity"@en ; - "An Optical Property that inheres in a bearer in virtue of its capacity to reflect or radiate light."@en . +cco:ColorBrightness rdf:type owl:Class ; + rdfs:subClassOf cco:OpticalProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Color Brightness"@en ; + skos:altLabel "Color Intensity"@en ; + skos:definition "An Optical Property that inheres in a bearer in virtue of its capacity to reflect or radiate light."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ColorHue - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Color Hue"@en ; - "An Optical Property that inheres in a bearer in virtue of its capacity to reflect a dominant wavelength of the visible light spectrum, which is typically divided up into 6 to 8 ranges."@en . +cco:ColorHue rdf:type owl:Class ; + rdfs:subClassOf cco:OpticalProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Color Hue"@en ; + skos:definition "An Optical Property that inheres in a bearer in virtue of its capacity to reflect a dominant wavelength of the visible light spectrum, which is typically divided up into 6 to 8 ranges."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ColorSaturation - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Color Saturation"@en ; - "An Optical Property that inheres in a bearer in virtue of its capacity to reflect high intensity light distributed across fewer wavelengths, typically considered on a continuum of purity."@en . +cco:ColorSaturation rdf:type owl:Class ; + rdfs:subClassOf cco:OpticalProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Color Saturation"@en ; + skos:definition "An Optical Property that inheres in a bearer in virtue of its capacity to reflect high intensity light distributed across fewer wavelengths, typically considered on a continuum of purity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CombatOutpost - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Outpost_(military)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Combat Outpost"@en ; - "A Military Facility that is designed to support the conduction of combat operations of limited scope or size."@en . +cco:CombatOutpost rdf:type owl:Class ; + rdfs:subClassOf cco:MilitaryFacility ; + cco:definition_source "https://en.wikipedia.org/wiki/Outpost_(military)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Combat Outpost"@en ; + skos:definition "A Military Facility that is designed to support the conduction of combat operations of limited scope or size."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Combustion - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Combustion"@en ; - "Burning Process"@en , - "Combustion Process"@en ; - "A Natural Process in which a Portion of Fuel or other Material Entity is burned."@en . +cco:Combustion rdf:type owl:Class ; + rdfs:subClassOf cco:NaturalProcess ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Combustion"@en ; + skos:altLabel "Burning Process"@en , + "Combustion Process"@en ; + skos:definition "A Natural Process in which a Portion of Fuel or other Material Entity is burned."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CombustionChamber - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Combustion Chamber"@en ; - "Burner"@en , - "Combustor"@en , - "Flame Holder"@en ; - "A Material Artifact that is designed to wholly or partially bound an internal Site where a Combustion process is intended to occur."@en . +cco:CombustionChamber rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Combustion Chamber"@en ; + skos:altLabel "Burner"@en , + "Combustor"@en , + "Flame Holder"@en ; + skos:definition "A Material Artifact that is designed to wholly or partially bound an internal Site where a Combustion process is intended to occur."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CombustionEngine - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Combustion Engine"@en ; - "A Heat Engine that is designed to convert thermal energy that is generated through a local Combustion process into mechanical energy."@en . +cco:CombustionEngine rdf:type owl:Class ; + rdfs:subClassOf cco:HeatEngine ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Combustion Engine"@en ; + skos:definition "A Heat Engine that is designed to convert thermal energy that is generated through a local Combustion process into mechanical energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CommandPostFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.dictionary.com/browse/command-post" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Command Post Facility"@en ; - "A Military Facility that is designed to support the command and control of Military Operations or Forces."@en . +cco:CommandPostFacility rdf:type owl:Class ; + rdfs:subClassOf cco:MilitaryFacility ; + cco:definition_source "http://www.dictionary.com/browse/command-post" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Command Post Facility"@en ; + skos:definition "A Military Facility that is designed to support the command and control of Military Operations or Forces."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CommercialOrganization - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Commercial Organization"@en ; - "An Organization that is the bearer of a Commercial Role and whose primary objective is to make a profit from the provision of goods or services."@en . +cco:CommercialOrganization rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:Organization + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:CommercialRole + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:Organization ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Commercial Organization"@en ; + skos:definition "An Organization that is the bearer of a Commercial Role and whose primary objective is to make a profit from the provision of goods or services."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CommercialRole - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Commercial Role"@en ; - "A Role that inheres in an Organization by virtue of its establishment as a for-profit business."@en . +cco:CommercialRole rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Commercial Role"@en ; + skos:definition "A Role that inheres in an Organization by virtue of its establishment as a for-profit business."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CommonStock - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Common Stock"@en ; - "Stock that entitles its holder to voting on corporate decisions."@en . +cco:CommonStock rdf:type owl:Class ; + rdfs:subClassOf cco:Stock ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Common Stock"@en ; + skos:definition "Stock that entitles its holder to voting on corporate decisions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Communication Artifact Function"@en ; - "An Artifact Function that is realized in a process in which meaningful signs are conveyed from one entity to another."@en . +cco:CommunicationArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Communication Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which meaningful signs are conveyed from one entity to another."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationInstrument - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Communication Instrument"@en ; - "A Material Artifact that is designed to facilitate communication between at least two entities."@en . +cco:CommunicationInstrument rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Communication Instrument"@en ; + skos:definition "A Material Artifact that is designed to facilitate communication between at least two entities."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationInterferenceArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Communication Interference Artifact Function"@en ; - "An Artifact Function that is realized during events in which an Artifact is used to interfere with the transmission of information for the purpose of preventing communication."@en . +cco:CommunicationInterferenceArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Communication Interference Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to interfere with the transmission of information for the purpose of preventing communication."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationReceptionArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Communication Reception Artifact Function"@en ; - "An Artifact Function that is realized during events in which an Artifact is used to receive information that has been transmitted for the purpose of communiction."@en . +cco:CommunicationReceptionArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Communication Reception Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to receive information that has been transmitted for the purpose of communiction."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationRelayArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Communication Relay Artifact Function"@en ; - "An Artifact Function that is realized during events in which an Artifact is used to first receive and then transmit information from one Artifact to another for the purpose of communiction."@en . +cco:CommunicationRelayArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Communication Relay Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to first receive and then transmit information from one Artifact to another for the purpose of communiction."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Communications_system&oldid=1058600948"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Communication System"@en ; - "A Material Artifact that is designed to enable some Act of Communication by means of transmission systems, relay stations, tributary stations, and data terminal equipment, usually capable of interconnection and interoperation to form an integrated whole."@en . +cco:CommunicationSystem rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Communications_system&oldid=1058600948"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Communication System"@en ; + skos:definition "A Material Artifact that is designed to enable some Act of Communication by means of transmission systems, relay stations, tributary stations, and data terminal equipment, usually capable of interconnection and interoperation to form an integrated whole."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CommunicationsFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Communications Facility"@en ; - "A Facility that is designed to support processes of receiving or transmitting information."@en . +cco:CommunicationsFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Facility ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Communications Facility"@en ; + skos:definition "A Facility that is designed to support processes of receiving or transmitting information."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ComplexOpticalLens - rdf:type owl:Class ; - rdfs:subClassOf ; - "Hecht, Eugene (1987). Optics (2nd ed.). Addison Wesley. ISBN 978-0-201-11609-0. Chapters 5 & 6."@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Complex Optical Lens"@en ; - "Lens System"@en ; - "An Optical Lens consisting of more than one Simple Optical Lenses."@en . +cco:ComplexOpticalLens rdf:type owl:Class ; + rdfs:subClassOf cco:OpticalLens ; + 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 ; + skos:altLabel "Lens System"@en ; + skos:definition "An Optical Lens consisting of more than one Simple Optical Lenses."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ComponentRole - rdf:type owl:Class ; - rdfs:subClassOf ; - "ISO/IEC. 1998. Information Technology ― System and Software Integrity Levels Geneva, Switzerland: International Organization for Standardization (ISO)/International Electrotechnical Commission (IEC). ISO/IEC. 15026:1998. : 3.1"@en ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Component Role"@en ; - "A Role that inheres in an entity having a discrete structure in virtue of that entity being part of a system considered at a particular level of analysis."@en . +cco:ComponentRole rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + cco:definition_source "ISO/IEC. 1998. Information Technology ― System and Software Integrity Levels Geneva, Switzerland: International Organization for Standardization (ISO)/International Electrotechnical Commission (IEC). ISO/IEC. 15026:1998. : 3.1"@en ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Component Role"@en ; + skos:definition "A Role that inheres in an entity having a discrete structure in virtue of that entity being part of a system considered at a particular level of analysis."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CompressionIgnitionEngine - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Compression Ignition Engine"@en ; - "An Internal Combustion Engine that is designed to operate by igniting a portion of Fuel and Oxidizer mixture using heat generated via compression of the mixture."@en . +cco:CompressionIgnitionEngine rdf:type owl:Class ; + rdfs:subClassOf cco:InternalCombustionEngine ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Compression Ignition Engine"@en ; + skos:definition "An Internal Combustion Engine that is designed to operate by igniting a portion of Fuel and Oxidizer mixture using heat generated via compression of the mixture."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CompressionIgnitionSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Compression Ignition System"@en ; - "An Ignition System that is designed to generate heat by compressing a portion of fuel and oxidizer mixture in order to initiate an Ignition process."@en . +cco:CompressionIgnitionSystem rdf:type owl:Class ; + rdfs:subClassOf cco:IgnitionSystem ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Compression Ignition System"@en ; + skos:definition "An Ignition System that is designed to generate heat by compressing a portion of fuel and oxidizer mixture in order to initiate an Ignition process."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Computer - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Computer&oldid=1061553332"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Computer"@en ; - "An Information Processing Artifact that is designed to execute an arbitrary set of arithmetic or logical operations automatically."@en . +cco:Computer rdf:type owl:Class ; + rdfs:subClassOf cco:InformationProcessingArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Computer&oldid=1061553332"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Computer"@en ; + skos:definition "An Information Processing Artifact that is designed to execute an arbitrary set of arithmetic or logical operations automatically."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ComputerNetwork - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Computer_network&oldid=1061571662"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Computer Network"@en ; - "Data Network"@en ; - "A Telecommunication Network that is designed to allow the exchange of data between two or more computers connected to the network."@en . +cco:ComputerNetwork rdf:type owl:Class ; + rdfs:subClassOf cco:TelecommunicationNetwork ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Computer_network&oldid=1061571662"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Computer Network"@en ; + skos:altLabel "Data Network"@en ; + skos:definition "A Telecommunication Network that is designed to allow the exchange of data between two or more computers connected to the network."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ComputingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Computing Artifact Function"@en ; - "An Artifact Function that is realized by an Artifact participating in a computation process."@en . +cco:ComputingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Computing Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact participating in a computation process."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ConcaveShape - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Concave Shape"@en ; - "A Shape Quality that inheres in a bearer in virtue of the bearer having one or more cavities, such that at least one line connecting a pair of points on the surface of the bearer will lie outside."@en . +cco:ConcaveShape rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Concave Shape"@en ; + skos:definition "A Shape Quality that inheres in a bearer in virtue of the bearer having one or more cavities, such that at least one line connecting a pair of points on the surface of the bearer will lie outside."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ConeShape - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Cone&oldid=1058362269"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Cone Shape"@en ; - "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:ConeShape rdf:type owl:Class ; + rdfs:subClassOf cco:ThreeDimensionalShape ; + 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 ; + skos: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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/ConstructedFeature - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Constructed Feature"@en ; - "An Anthropogenic Feature that has been constructed by deliberate human effort."@en . +cco:ConstructedFeature rdf:type owl:Class ; + rdfs:subClassOf cco:AnthropogenicFeature ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Constructed Feature"@en ; + skos:definition "An Anthropogenic Feature that has been constructed by deliberate human effort."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Container - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Container"@en ; - "A Material Artifact that is designed to contain (wholly or partially) some material entity."@en . +cco:Container rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Container"@en ; + skos:definition "A Material Artifact that is designed to contain (wholly or partially) some material entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ContainingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.dictionary.com/browse/containing" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Containing Artifact Function"@en ; - "An Artifact Function that is realized in a process in which one entity contains another."@en . +cco:ContainingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:definition_source "http://www.dictionary.com/browse/containing" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Containing Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which one entity contains another."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Continent - rdf:type owl:Class ; - rdfs:subClassOf ; - "JC3IEDM version 3.0.2" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Continent"@en ; - "A Geospatial Region that is bounded by any of the Earth's main continuous expanses of land."@en . +cco:Continent rdf:type owl:Class ; + rdfs:subClassOf cco:GeospatialRegion ; + 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 ; + skos:definition "A Geospatial Region that is bounded by any of the Earth's main continuous expanses of land."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ContractorRole - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Contractor Role"@en ; - "A Role that inheres in an Agent or Group of Agents by virtue of that Agent or Group of Agents entering into a Contract to provide materials or labor to perform a service or complete a task."@en ; - "A Contractor Role differs from an Occupation Role in at least two ways. First, the Contract that binds the two parties together is not one of employment. Second, a Contractor Role is occupationally neutral in that an Agent can be contracted to perform any number of Occupational Roles."@en . +cco:ContractorRole rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Contractor Role"@en ; + skos:definition "A Role that inheres in an Agent or Group of Agents by virtue of that Agent or Group of Agents entering into a Contract to provide materials or labor to perform a service or complete a task."@en ; + skos:scopeNote "A Contractor Role differs from an Occupation Role in at least two ways. First, the Contract that binds the two parties together is not one of employment. Second, a Contractor Role is occupationally neutral in that an Agent can be contracted to perform any number of Occupational Roles."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ControlSurface - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Flight_control_surfaces&oldid=1019271264"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Control Surface"@en ; - "A Material Artifact that is designed to deflect air, water, or another medium around its surface in order to change the Attitude of a Vehicle by rotating the Vehicle on one or more of its Axes of Rotation."@en . +cco:ControlSurface rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Flight_control_surfaces&oldid=1019271264"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Control Surface"@en ; + skos:definition "A Material Artifact that is designed to deflect air, water, or another medium around its surface in order to change the Attitude of a Vehicle by rotating the Vehicle on one or more of its Axes of Rotation."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ControlSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Control_system&oldid=1061817176"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Control System"@en ; - "A Material Artifact that is designed to manage, command, direct, or regulate the behavior of at least one other Artifact."@en . +cco:ControlSystem rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Control_system&oldid=1061817176"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Control System"@en ; + skos:definition "A Material Artifact that is designed to manage, command, direct, or regulate the behavior of at least one other Artifact."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ControllablePitchPropeller - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Variable-pitch_propeller&oldid=1041375492"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Controllable Pitch Propeller"@en ; - "Variable-Pitch Propeller"@en ; - "A Propeller whose blades are designed to be alterable by rotating the blades about their vertical axis by means of mechanical or hydraulic arrangement."@en . +cco:ControllablePitchPropeller rdf:type owl:Class ; + rdfs:subClassOf cco:Propeller ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Variable-pitch_propeller&oldid=1041375492"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Controllable Pitch Propeller"@en ; + skos:altLabel "Variable-Pitch Propeller"@en ; + skos:definition "A Propeller whose blades are designed to be alterable by rotating the blades about their vertical axis by means of mechanical or hydraulic arrangement."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ControlledAccessHighway - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Controlled-access_highway&oldid=1063655601"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Controlled-Access Highway"@en ; - "Expressway"@en , - "Freeway"@en , - "Motorway"@en ; - "A Highway that is designed for high-speed vehicular traffic, with all traffic flow and ingress/egress regulated."@en . +cco:ControlledAccessHighway rdf:type owl:Class ; + rdfs:subClassOf cco:Highway ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Controlled-access_highway&oldid=1063655601"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Controlled-Access Highway"@en ; + skos:altLabel "Expressway"@en , + "Freeway"@en , + "Motorway"@en ; + skos:definition "A Highway that is designed for high-speed vehicular traffic, with all traffic flow and ingress/egress regulated."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ConvergentDivergentNozzle - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=De_Laval_nozzle&oldid=1062746288"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment "By increasing the Exhaust Velocity of the gas, the Nozzle increases the Thrust generated."@en ; - rdfs:label "Convergent-Divergent Nozzle"@en ; - "CD Nozzle"@en , - "de Laval Nozzle"@en ; - "A Nozzle that consists of a tube with an asymmetric hourglass shape that is designed to accelerate hot pressurized gas by converting the heat energy of the gas flow into kinetic energy as it passes through the Nozzle Throat to generate increased Exhaust Velocity of the gas as it exits the Nozzle."@en . +cco:ConvergentDivergentNozzle rdf:type owl:Class ; + rdfs:subClassOf cco:Nozzle ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=De_Laval_nozzle&oldid=1062746288"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:comment "By increasing the Exhaust Velocity of the gas, the Nozzle increases the Thrust generated."@en ; + rdfs:label "Convergent-Divergent Nozzle"@en ; + skos:altLabel "CD Nozzle"@en , + "de Laval Nozzle"@en ; + skos:definition "A Nozzle that consists of a tube with an asymmetric hourglass shape that is designed to accelerate hot pressurized gas by converting the heat energy of the gas flow into kinetic energy as it passes through the Nozzle Throat to generate increased Exhaust Velocity of the gas as it exits the Nozzle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ConvexShape - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Convex Shape"@en ; - "A Shape Quality that inheres in a bearer in virtue of the bearer not having a cavity, such that no line connecting a pair of points on the surface of the bearer will lie outside."@en . +cco:ConvexShape rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Convex Shape"@en ; + skos:definition "A Shape Quality that inheres in a bearer in virtue of the bearer not having a cavity, such that no line connecting a pair of points on the surface of the bearer will lie outside."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ConveyanceArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Vehicle&oldid=1063682179"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Conveyance Artifact Function"@en ; - "A Motion Artifact Function that is realized in a process in which the bearer of the function conveys entities from one location to another."@en . +cco:ConveyanceArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:MotionArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Vehicle&oldid=1063682179"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Conveyance Artifact Function"@en ; + skos:definition "A Motion Artifact Function that is realized in a process in which the bearer of the function conveys entities from one location to another."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CoolingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Cooling Artifact Function"@en ; - "An Artifact Function that is realized in a process in which the thermal energy of a system decreases."@en . +cco:CoolingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Cooling Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which the thermal energy of a system decreases."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CoolingSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Cooling System"@en ; - "An Environment Control System that is designed to cool the air or objects in a Site."@en . +cco:CoolingSystem rdf:type owl:Class ; + rdfs:subClassOf cco:EnvironmentControlSystem ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Cooling System"@en ; + skos:definition "An Environment Control System that is designed to cool the air or objects in a Site."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CoordinateSystemAxis - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Coordinate System Axis"@en ; - "A One-Dimensional Spatial Region defined by a Coordinate System for the purpose of identifying the position of entities along one dimension of the Coordinate System's spatial framework."@en . +cco:CoordinateSystemAxis rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Coordinate System Axis"@en ; + skos:definition "A One-Dimensional Spatial Region defined by a Coordinate System for the purpose of identifying the position of entities along one dimension of the Coordinate System's spatial framework."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CountMeasurementInformationContentEntity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Count Measurement Information Content Entity"@en ; - "A Ratio Measurement Information Content Entity that is a measurement of the number of members of some aggregate."@en . +cco:CountMeasurementInformationContentEntity rdf:type owl:Class ; + rdfs:subClassOf cco:RatioMeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Count Measurement Information Content Entity"@en ; + skos:definition "A Ratio Measurement Information Content Entity that is a measurement of the number of members of some aggregate."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CounterClockwiseRotationalMotion - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Counter-Clockwise Rotational Motion"@en ; - "Anti-Clockwise Rotation"@en , - "CCW Rotational Motion"@en , - "Counter-Clockwise Rotation"@en ; - "A Rotational Motion in which the direction of rotation is toward the left as seen relative to the designated side of the plane of rotation."@en ; - "the axial rotation of the Earth as seen from above the North Pole" . +cco:CounterClockwiseRotationalMotion rdf:type owl:Class ; + rdfs:subClassOf cco:RotationalMotion ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Counter-Clockwise Rotational Motion"@en ; + skos:altLabel "Anti-Clockwise Rotation"@en , + "CCW Rotational Motion"@en , + "Counter-Clockwise Rotation"@en ; + skos:definition "A Rotational Motion in which the direction of rotation is toward the left as seen relative to the designated side of the plane of rotation."@en ; + skos:example "the axial rotation of the Earth as seen from above the North Pole" . ### http://www.ontologyrepository.com/CommonCoreOntologies/CounterfeitFinancialInstrument - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Counterfeit_money&oldid=1064052318"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Counterfeit Financial Instrument"@en ; - "A Counterfeit Instrument that is designed to be a fake replica of some legally sanctioned Financial Instrument."@en . +cco:CounterfeitFinancialInstrument rdf:type owl:Class ; + rdfs:subClassOf cco:CounterfeitInstrument ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Counterfeit_money&oldid=1064052318"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Counterfeit Financial Instrument"@en ; + skos:definition "A Counterfeit Instrument that is designed to be a fake replica of some legally sanctioned Financial Instrument."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CounterfeitInstrument - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Counterfeit&oldid=1063493600"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Counterfeit Instrument"@en ; - "A Material Artifact that is designed to be a fake replica of some genuine Artifact."@en . +cco:CounterfeitInstrument rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Counterfeit&oldid=1063493600"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Counterfeit Instrument"@en ; + skos:definition "A Material Artifact that is designed to be a fake replica of some genuine Artifact."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CounterfeitLegalInstrument - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Counterfeit&oldid=1063493600"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Counterfeit Legal Instrument"@en ; - "A Counterfeit Instrument that is designed to be a fake replica of some genuine Legal Instrument."@en . +cco:CounterfeitLegalInstrument rdf:type owl:Class ; + rdfs:subClassOf cco:CounterfeitInstrument ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Counterfeit&oldid=1063493600"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Counterfeit Legal Instrument"@en ; + skos:definition "A Counterfeit Instrument that is designed to be a fake replica of some genuine Legal Instrument."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Country - rdf:type owl:Class ; - rdfs:subClassOf ; - "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; - "https://cubrc.org"^^xsd:anyURI ; - "https://avalon.law.yale.edu/20th_century/intam03.asp" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Domain of a Country"@en ; - "A Government Domain that is associated with certain distinct political, ethnic, or cultural characteristics, and which delimits a Government that has legitimate authority over a Populace."@en ; - "'Country' is an unclear term. Does it refer to the people, the government, the site, or the material in the site? Furthermore, what is properly referred to as a 'Country' is highly dependent on the classification practices of the international community. For example: The United Kingdom is a sovereign country that has Wales, a non-sovereign Country, as a member. Vatican City is a sovereign country that is landlocked by a city: Rome, Italy. Puerto Rico is not a country (it's a territory) but has a government, a distinct culture, and so on. Thus, here we do not define 'Country' but instead define 'Domain of a Country'."@en ; - "Domain of a Country"@en . +cco:Country rdf:type owl:Class ; + rdfs:subClassOf cco:GeopoliticalEntity ; + dcterms:bibliographicCitation "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + cco:definition_source "https://avalon.law.yale.edu/20th_century/intam03.asp" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Domain of a Country"@en ; + skos:definition "A Government Domain that is associated with certain distinct political, ethnic, or cultural characteristics, and which delimits a Government that has legitimate authority over a Populace."@en ; + skos:editorialNote "'Country' is an unclear term. Does it refer to the people, the government, the site, or the material in the site? Furthermore, what is properly referred to as a 'Country' is highly dependent on the classification practices of the international community. For example: The United Kingdom is a sovereign country that has Wales, a non-sovereign Country, as a member. Vatican City is a sovereign country that is landlocked by a city: Rome, Italy. Puerto Rico is not a country (it's a territory) but has a government, a distinct culture, and so on. Thus, here we do not define 'Country' but instead define 'Domain of a Country'."@en ; + skos:prefLabel "Domain of a Country"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/County - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=County&oldid=1062817834"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "County"@en ; - "A Government Domain that is part of either a First-Order or Second-Order Administrative Region."@en . +cco:County rdf:type owl:Class ; + rdfs:subClassOf cco:GeopoliticalEntity ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=County&oldid=1062817834"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "County"@en ; + skos:definition "A Government Domain that is part of either a First-Order or Second-Order Administrative Region."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Coupling - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Coupling&oldid=1055718683"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Coupling"@en ; - "A Material Artifact that is designed to connect two Shafts together at their ends for the purpose of transmitting power."@en . +cco:Coupling rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Coupling&oldid=1055718683"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Coupling"@en ; + skos:definition "A Material Artifact that is designed to connect two Shafts together at their ends for the purpose of transmitting power."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CoveringArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.dictionary.com/browse/covering" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Covering Artifact Function"@en ; - "An Artifact Function that is realized in a process in which an entity is covered."@en . +cco:CoveringArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:definition_source "http://www.dictionary.com/browse/covering" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Covering Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which an entity is covered."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Crew - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Crew"@en ; - "A Group of Persons that bear Roles realized by the operation of the specified Vehicle."@en . +cco:Crew rdf:type owl:Class ; + rdfs:subClassOf cco:GroupOfPersons ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Crew"@en ; + skos:definition "A Group of Persons that bear Roles realized by the operation of the specified Vehicle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CriminalAct - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Crime&oldid=1062237249"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Criminal Act"@en ; - "A Planned Act committed in violation of rules or laws for which some governing authority (via mechanisms such as legal systems) can prescribe a conviction."@en . +cco:CriminalAct rdf:type owl:Class ; + rdfs:subClassOf cco:IntentionalAct ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Crime&oldid=1062237249"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Criminal Act"@en ; + skos:definition "A Planned Act committed in violation of rules or laws for which some governing authority (via mechanisms such as legal systems) can prescribe a conviction."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CrushingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.dictionary.com/browse/crushing" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Crushing Artifact Function"@en ; - "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired because of significant pressure."@en . +cco:CrushingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:DamagingArtifactFunction ; + cco:definition_source "http://www.dictionary.com/browse/crushing" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Crushing Artifact Function"@en ; + skos:definition "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired because of significant pressure."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CryogenicStorageDewar - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Cryogenic_storage_dewar&oldid=1021282649"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Cryogenic Storage Dewar"@en ; - "A Container that is designed to store a Portion of Cryogenic Material (such as liquid helium or liquid oxygen) and which consists of, minimally, walls that are constructed from two or more layers that are separated by a high vacuum to provide thermal insulation between the interior and exterior of the dewar."@en . +cco:CryogenicStorageDewar rdf:type owl:Class ; + rdfs:subClassOf cco:Container ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Cryogenic_storage_dewar&oldid=1021282649"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Cryogenic Storage Dewar"@en ; + skos:definition "A Container that is designed to store a Portion of Cryogenic Material (such as liquid helium or liquid oxygen) and which consists of, minimally, walls that are constructed from two or more layers that are separated by a high vacuum to provide thermal insulation between the interior and exterior of the dewar."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CubeShape - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Cube Shape"@en ; - "A Cuboidal shape inhering in a bearer in virtue of it having six Square faces."@en . +cco:CubeShape rdf:type owl:Class ; + rdfs:subClassOf cco:Cuboidal ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Cube Shape"@en ; + skos:definition "A Cuboidal shape inhering in a bearer in virtue of it having six Square faces."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Cuboidal - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Cuboidal"@en ; - "A Three Dimensional Shape that inheres in a bearer in virtue of it having six Rectangular faces."@en . +cco:Cuboidal rdf:type owl:Class ; + rdfs:subClassOf cco:ThreeDimensionalShape ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Cuboidal"@en ; + skos:definition "A Three Dimensional Shape that inheres in a bearer in virtue of it having six Rectangular faces."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CurrencyUnit - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Currency"@en ; - "A Measurement Unit used in measurements of financial values."@en ; - "U.S. Dollar, Euro, Yuan, South African Rand" . +cco:CurrencyUnit rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Currency"@en ; + skos:definition "A Measurement Unit used in measurements of financial values."@en ; + skos:example "U.S. Dollar, Euro, Yuan, South African Rand" . ### http://www.ontologyrepository.com/CommonCoreOntologies/CurrentConversionArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Current Conversion Artifact Function"@en ; - "An Electrical Artifact Function that is realized by processes in which some Artifact is used to convert some electrical current."@en . +cco:CurrentConversionArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ElectricalArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Current Conversion Artifact Function"@en ; + skos:definition "An Electrical Artifact Function that is realized by processes in which some Artifact is used to convert some electrical current."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Curved - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Curved"@en ; - "A Shape Quality inhering in a bearer in virtue of the bearer having borders which are smoothly rounded."@en . +cco:Curved rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Curved"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having borders which are smoothly rounded."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CurvilinearMotion - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Curvilinear Motion"@en ; - "Curved Motion"@en ; - "A Translational Motion process in which an Object moves along a curved path."@en . +cco:CurvilinearMotion rdf:type owl:Class ; + rdfs:subClassOf cco:TranslationalMotion ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Curvilinear Motion"@en ; + skos:altLabel "Curved Motion"@en ; + skos:definition "A Translational Motion process in which an Object moves along a curved path."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CuttingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.dictionary.com/browse/cutting" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Cutting Artifact Function"@en ; - "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired by being opened or divided."@en . +cco:CuttingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:DamagingArtifactFunction ; + cco:definition_source "http://www.dictionary.com/browse/cutting" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Cutting Artifact Function"@en ; + skos:definition "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired by being opened or divided."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CuttingWeapon - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Cutting&oldid=1058846915"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Cutting Weapon"@en ; - "A Weapon that is designed to inflict harm, damage, or incapacity by means of separating some portion of its target into two or more portions through the application of acutely directed force."@en . +cco:CuttingWeapon rdf:type owl:Class ; + rdfs:subClassOf cco:Weapon ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Cutting&oldid=1058846915"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Cutting Weapon"@en ; + skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of separating some portion of its target into two or more portions through the application of acutely directed force."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Cyan - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Cyan"@en ; - "A Color that is between Green and Blue with a wavelength in the visible spectrum typically between 490 and 520 nanometers."@en . +cco:Cyan rdf:type owl:Class ; + rdfs:subClassOf cco:Color ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Cyan"@en ; + skos:definition "A Color that is between Green and Blue with a wavelength in the visible spectrum typically between 490 and 520 nanometers."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Cylindrical - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Cylindrical"@en ; - "Columnar"@en ; - "A Three Dimensional Shape inhering in a bearer in virtue of the bearer having an elongated shape with round bases."@en . +cco:Cylindrical rdf:type owl:Class ; + rdfs:subClassOf cco:ThreeDimensionalShape ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Cylindrical"@en ; + skos:altLabel "Columnar"@en ; + skos:definition "A Three Dimensional Shape inhering in a bearer in virtue of the bearer having an elongated shape with round bases."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Dam - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Dam&oldid=1053601756" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Dam"@en ; - "A Material Artifact that is designed to impound surface water or underground streams."@en . +cco:Dam rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Dam&oldid=1053601756" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Dam"@en ; + skos:definition "A Material Artifact that is designed to impound surface water or underground streams."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DamagedStasis - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.thefreedictionary.com/damaged" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Damaged Stasis"@en ; - "Compromised"@en , - "Damaged"@en , - "Injured"@en ; - "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has suffered impairment (i.e., a decrease or loss) due to a previous action or event such that the Independent Continuant is now of lesser value, usefulness, or functionality."@en ; - "This class can be used to instantiate instances that might otherwise be treated by defined classes such as Damaged Vehicle or Wounded Person. The Independent Continuant and Quality or Realizable Entity are participants of the stasis which can in turn be related to the temporal interval via the occurs on property. "@en . +cco:DamagedStasis rdf:type owl:Class ; + rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ; + cco:definition_source "http://www.thefreedictionary.com/damaged" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Damaged Stasis"@en ; + skos:altLabel "Compromised"@en , + "Damaged"@en , + "Injured"@en ; + skos:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has suffered impairment (i.e., a decrease or loss) due to a previous action or event such that the Independent Continuant is now of lesser value, usefulness, or functionality."@en ; + skos:scopeNote "This class can be used to instantiate instances that might otherwise be treated by defined classes such as Damaged Vehicle or Wounded Person. The Independent Continuant and Quality or Realizable Entity are participants of the stasis which can in turn be related to the temporal interval via the occurs on property. "@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DamagingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Damaging Artifact Function"@en ; - "An Artifact Function that is realized in a process in which the structural integrity of an entity is impaired."@en . +cco:DamagingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Damaging Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which the structural integrity of an entity is impaired."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DataMatrixCode - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Data Matrix Code"@en ; - "A Two-Dimensional Barcode that consists of cells arranged in rectangular patterns and is used for marking small items in logistics and operations."@en . +cco:DataMatrixCode rdf:type owl:Class ; + rdfs:subClassOf cco:TwoDimensionalBarCode ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Data Matrix Code"@en ; + skos:definition "A Two-Dimensional Barcode that consists of cells arranged in rectangular patterns and is used for marking small items in logistics and operations."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DataRangeIntervalEstimateInformationContentEntity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Data Range Interval Estimate Information Content Entity"@en ; - "A Ratio Measurement Information Content Entity that is a measurement of a set of values and is equal to the absolute difference between the largest value and the smallest value in the set."@en . +cco:DataRangeIntervalEstimateInformationContentEntity rdf:type owl:Class ; + rdfs:subClassOf cco:IntervalEstimateInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Data Range Interval Estimate Information Content Entity"@en ; + skos:definition "A Ratio Measurement Information Content Entity that is a measurement of a set of values and is equal to the absolute difference between the largest value and the smallest value in the set."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Database - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Database&oldid=1057024641"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Database"@en ; - "An Information Bearing Artifact that is designed to bear some set of specific Information Content Entities and to be rapidly searchable and retrievable."@en . +cco:Database rdf:type owl:Class ; + rdfs:subClassOf cco:InformationBearingArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Database&oldid=1057024641"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Database"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear some set of specific Information Content Entities and to be rapidly searchable and retrievable."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DateIdentifier - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Date Identifier"@en ; - "Day Identifier"@en ; - "A Temporal Interval Identifier that designates some Day."@en . +cco:DateIdentifier rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:TemporalIntervalIdentifier + [ rdf:type owl:Restriction ; + owl:onProperty cco:designates ; + owl:someValuesFrom cco:Day + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:TemporalIntervalIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Date Identifier"@en ; + skos:altLabel "Day Identifier"@en ; + skos:definition "A Temporal Interval Identifier that designates some Day."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Day - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://wordnetweb.princeton.edu/perl/webwn?s=day" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Day"@en ; - "A Temporal Interval that is equal to the approximate length of time required for an Astronomical Body to complete one rotation around its Rotational Axis as specified relative to a particular Temporal Reference System."@en ; - "Unless otherwise specified, a Day is assumed to be relative to the rotational motion of the Earth and is approximately equal to a twenty-four hour temporal region for which the start and end times are specified by the Temporal Reference System used."@en . +cco:Day rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:interval_during ; + owl:someValuesFrom cco:Week + ] ; + cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=day" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Day"@en ; + skos:definition "A Temporal Interval that is equal to the approximate length of time required for an Astronomical Body to complete one rotation around its Rotational Axis as specified relative to a particular Temporal Reference System."@en ; + skos:scopeNote "Unless otherwise specified, a Day is assumed to be relative to the rotational motion of the Earth and is approximately equal to a twenty-four hour temporal region for which the start and end times are specified by the Temporal Reference System used."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DeactivatedStasis - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Deactivated Stasis"@en ; - "A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact is not realizing any of its designed Artifact Functions (or at least not realizing any of its primary functions)."@en . +cco:DeactivatedStasis rdf:type owl:Class ; + rdfs:subClassOf cco:StasisOfArtifactOperationality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Deactivated Stasis"@en ; + skos:definition "A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact is not realizing any of its designed Artifact Functions (or at least not realizing any of its primary functions)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Death - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Death&oldid=1064114499"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Death"@en ; - "A Natural Process in which all biological functions that sustain a living organism cease."@en . +cco:Death rdf:type owl:Class ; + rdfs:subClassOf cco:NaturalProcess ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Death&oldid=1064114499"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Death"@en ; + skos:definition "A Natural Process in which all biological functions that sustain a living organism cease."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Decade - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://wordnetweb.princeton.edu/perl/webwn?s=decade" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Decade"@en ; - "A Temporal Interval that is equal to a period of ten consecutive Years."@en . +cco:Decade rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 ; + cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=decade" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Decade"@en ; + skos:definition "A Temporal Interval that is equal to a period of ten consecutive Years."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DeceptionArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Deception&oldid=1061346984"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Deception Artifact Function"@en ; - "An Artifact Function that is realized in processes which misinform or mislead some other entity."@en . +cco:DeceptionArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Deception&oldid=1061346984"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Deception Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes which misinform or mislead some other entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecimalDateIdentifier - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Decimal Date Identifier"@en ; - "A Date Identifier that designates some Day by using a number to indicate the sequential ordering of the Day since a specified Reference Time."@en . +cco:DecimalDateIdentifier rdf:type owl:Class ; + rdfs:subClassOf cco:DateIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Decimal Date Identifier"@en ; + skos:definition "A Date Identifier that designates some Day by using a number to indicate the sequential ordering of the Day since a specified Reference Time."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecimalTimeOfDayIdentifier - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Decimal Time of Day Identifier"@en ; - "Fractional Time of Day Identifier"@en ; - "A Time of Day Identifier that designates an approximate Temporal Instant that is part of some Day and is specified using a decimal value for the portion of the Day that preceded the Temporal Instant."@en . +cco:DecimalTimeOfDayIdentifier rdf:type owl:Class ; + rdfs:subClassOf cco:TimeOfDayIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Decimal Time of Day Identifier"@en ; + skos:altLabel "Fractional Time of Day Identifier"@en ; + skos:definition "A Time of Day Identifier that designates an approximate Temporal Instant that is part of some Day and is specified using a decimal value for the portion of the Day that preceded the Temporal Instant."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecontaminationFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Decontamination&oldid=1049850150"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Decontamination Facility"@en ; - "A Washing Facility that is designed to wash personnel or equipment after (potential) contamination by radioactive, biological, or chemical material."@en . +cco:DecontaminationFacility rdf:type owl:Class ; + rdfs:subClassOf cco:WashingFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Decontamination&oldid=1049850150"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Decontamination Facility"@en ; + skos:definition "A Washing Facility that is designed to wash personnel or equipment after (potential) contamination by radioactive, biological, or chemical material."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Decoy - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Decoy&oldid=1058455081"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Decoy"@en ; - "A Material Artifact that is designed to distract or conceal what an individual or group might be looking for."@en . +cco:Decoy rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Decoy&oldid=1058455081"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Decoy"@en ; + skos:definition "A Material Artifact that is designed to distract or conceal what an individual or group might be looking for."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfDependentContinuant - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Decrease of Dependent Continuant"@en ; - "A Change in which some Independent Continuant has a decrease in the level of some Dependent Continuant that it bears."@en . +cco:DecreaseOfDependentContinuant rdf:type owl:Class ; + rdfs:subClassOf cco:Change ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Decrease of Dependent Continuant"@en ; + skos:definition "A Change in which some Independent Continuant has a decrease in the level of some Dependent Continuant that it bears."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfDisposition - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Decrease of Disposition"@en ; - "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Disposition it bears."@en . +cco:DecreaseOfDisposition rdf:type owl:Class ; + rdfs:subClassOf cco:DecreaseOfRealizableEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Decrease of Disposition"@en ; + skos:definition "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Disposition it bears."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Decrease of Function"@en ; - "A Decrease of Disposition in which some Independent Continuant has a decrease of some Function that it bears."@en . +cco:DecreaseOfFunction rdf:type owl:Class ; + rdfs:subClassOf cco:DecreaseOfDisposition ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Decrease of Function"@en ; + skos:definition "A Decrease of Disposition in which some Independent Continuant has a decrease of some Function that it bears."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfGenericallyDependentContinuant - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "For the most part Generically Dependent Continuants do not inhere in their bearers over some continuous scale. The primary exception is religion and this class allows annotation of those cases where an Agent is described as becoming less religious. Other cases would include the decrease of an organization's bearing of some objective."@en ; - rdfs:label "Decrease of Generically Dependent Continuant"@en ; - "A Decrease of Dependent Continuant in which some Independent Continuant has a decrease in the level of a Generically Dependent Continuant that it bears."@en . +cco:DecreaseOfGenericallyDependentContinuant rdf:type owl:Class ; + rdfs:subClassOf cco:DecreaseOfDependentContinuant ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "For the most part Generically Dependent Continuants do not inhere in their bearers over some continuous scale. The primary exception is religion and this class allows annotation of those cases where an Agent is described as becoming less religious. Other cases would include the decrease of an organization's bearing of some objective."@en ; + rdfs:label "Decrease of Generically Dependent Continuant"@en ; + skos:definition "A Decrease of Dependent Continuant in which some Independent Continuant has a decrease in the level of a Generically Dependent Continuant that it bears."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfQuality - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Decrease of Quality"@en ; - "A Decrease of Specifically Dependent Continuant in which some Independent Continuant has a decrease of some Quality that it bears."@en ; - "Weight Loss, Decreasing Temperature, decreasing color intensity, loss of structural integrity" . +cco:DecreaseOfQuality rdf:type owl:Class ; + rdfs:subClassOf cco:DecreaseOfSpecificallyDependentContinuant ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Decrease of Quality"@en ; + skos:definition "A Decrease of Specifically Dependent Continuant in which some Independent Continuant has a decrease of some Quality that it bears."@en ; + skos:example "Weight Loss, Decreasing Temperature, decreasing color intensity, loss of structural integrity" . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfRealizableEntity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Decrease of Realizable Entity"@en ; - "A Decrease of Specifically Dependent Continuant in which some Independent Continuant has a decrease of some Realizable Entity that it bears."@en . +cco:DecreaseOfRealizableEntity rdf:type owl:Class ; + rdfs:subClassOf cco:DecreaseOfSpecificallyDependentContinuant ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Decrease of Realizable Entity"@en ; + skos:definition "A Decrease of Specifically Dependent Continuant in which some Independent Continuant has a decrease of some Realizable Entity that it bears."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfRole - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Decrease of Role"@en ; - "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Role that it bears."@en . +cco:DecreaseOfRole rdf:type owl:Class ; + rdfs:subClassOf cco:DecreaseOfRealizableEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Decrease of Role"@en ; + skos:definition "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Role that it bears."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfSpecificallyDependentContinuant - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Decrease of Specifically Dependent Continuant"@en ; - "A Decrease of Dependent Continuant in which some Independent Continuant has a decrease in some Specifically Dependent Continuant that it bears."@en . +cco:DecreaseOfSpecificallyDependentContinuant rdf:type owl:Class ; + rdfs:subClassOf cco:DecreaseOfDependentContinuant ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Decrease of Specifically Dependent Continuant"@en ; + skos:definition "A Decrease of Dependent Continuant in which some Independent Continuant has a decrease in some Specifically Dependent Continuant that it bears."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DeflectingPrism - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Deflecting Prism"@en ; - "A Prism designed to deflect a beam of light entering the Prism by a fixed angle."@en . +cco:DeflectingPrism rdf:type owl:Class ; + rdfs:subClassOf cco:Prism ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Deflecting Prism"@en ; + skos:definition "A Prism designed to deflect a beam of light entering the Prism by a fixed angle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DefoliantArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Defoliant&oldid=1059494225"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Defoliant Artifact Function"@en ; - "An Herbicide Artifact Function that is realized in a process that causes a plant to lose its leaves."@en . +cco:DefoliantArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:HerbicideArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Defoliant&oldid=1059494225"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Defoliant Artifact Function"@en ; + skos:definition "An Herbicide Artifact Function that is realized in a process that causes a plant to lose its leaves."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DefunctStasis - rdf:type owl:Class ; - rdfs:subClassOf ; - owl:disjointWith ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Defunct Stasis"@en ; - "A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact no longer maintains its designed set of Artifact Functions (or at least no longer maintains its primary functions)."@en . +cco:DefunctStasis rdf:type owl:Class ; + rdfs:subClassOf cco:StasisOfArtifactOperationality ; + owl:disjointWith cco:OperationalStasis ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Defunct Stasis"@en ; + skos:definition "A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact no longer maintains its designed set of Artifact Functions (or at least no longer maintains its primary functions)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DelimitingDomain - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - owl:disjointWith ; - "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; - "https://cubrc.org"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Delimiting Domain"@en ; - "A Geospatial Region that delimits the authority of an Organization to exercise its control within the bounded area."@en ; - "Delimiting Domain"@en . +cco:DelimitingDomain rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:GeospatialRegion + [ rdf:type owl:Restriction ; + owl:onProperty cco:delimits ; + owl:someValuesFrom cco:Organization + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:GeospatialRegion ; + owl:disjointWith cco:DivisonOfGeopoliticalEntity ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Delimiting Domain"@en ; + skos:definition "A Geospatial Region that delimits the authority of an Organization to exercise its control within the bounded area."@en ; + skos:prefLabel "Delimiting Domain"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DeltaV - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Delta-v is not equivalent to and should not be confused with Acceleration, which is the rate of change of Velocity."@en ; - rdfs:label "Delta-v"@en ; - "Change in Velocity"@en , - "DeltaV"@en ; - "A Process Profile that is the total change in Velocity of an object's Motion."@en . +cco:DeltaV rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:has_process_part ; + owl:someValuesFrom cco:Velocity + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "Delta-v is not equivalent to and should not be confused with Acceleration, which is the rate of change of Velocity."@en ; + rdfs:label "Delta-v"@en ; + skos:altLabel "Change in Velocity"@en , + "DeltaV"@en ; + skos:definition "A Process Profile that is the total change in Velocity of an object's Motion."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Density - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Mass Density"@en ; - "Density"@en ; - "A Quality that inheres in a bearer in virtue of that bearer's mass per unit volume."@en . +cco:Density rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Mass Density"@en ; + skos:altLabel "Density"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of that bearer's mass per unit volume."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Denture - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Dentures&oldid=1056527226"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Denture"@en ; - "A Prosthesis that is designed to replace missing teeth."@en . +cco:Denture rdf:type owl:Class ; + rdfs:subClassOf cco:Prosthesis ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Dentures&oldid=1056527226"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Denture"@en ; + skos:definition "A Prosthesis that is designed to replace missing teeth."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Depth - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Depth"@en ; - "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a downward, backward, or inward direction."@en . +cco:Depth rdf:type owl:Class ; + rdfs:subClassOf cco:OneDimensionalExtent ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Depth"@en ; + skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a downward, backward, or inward direction."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DescriptiveInformationContentEntity - rdf:type owl:Class ; - rdfs:subClassOf ; - owl:disjointWith , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Descriptive Information Content Entity"@en ; - "Descriptive ICE"@en ; - "An Information Content Entity that consists of a set of propositions that describe some Entity."@en . +cco:DescriptiveInformationContentEntity rdf:type owl:Class ; + rdfs:subClassOf cco:InformationContentEntity ; + owl:disjointWith cco:DesignativeInformationContentEntity , + cco:DirectiveInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Descriptive Information Content Entity"@en ; + skos:altLabel "Descriptive ICE"@en ; + skos:definition "An Information Content Entity that consists of a set of propositions that describe some Entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DesignativeInformationContentEntity - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - owl:disjointWith ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Designative Information Content Entity"@en ; - "Designative ICE"@en ; - "An Information Content Entity that consists of a set of symbols that denote some Entity."@en . +cco:DesignativeInformationContentEntity rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:InformationContentEntity + [ rdf:type owl:Restriction ; + owl:onProperty cco:designates ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:InformationContentEntity ; + owl:disjointWith cco:DirectiveInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Designative Information Content Entity"@en ; + skos:altLabel "Designative ICE"@en ; + skos:definition "An Information Content Entity that consists of a set of symbols that denote some Entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DesignativeName - rdf:type owl:Class ; - rdfs:subClassOf ; - owl:disjointWith ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Designative Name"@en ; - "Name"@en ; - "A Designative Information Content Entity that consists of a string of characters that designates an entity within a specified cultural or social namespace and which is typically a word or phrase in a natural language that has an accepted cultural or social significance."@en . +cco:DesignativeName rdf:type owl:Class ; + rdfs:subClassOf cco:DesignativeInformationContentEntity ; + owl:disjointWith cco:NonNameIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Designative Name"@en ; + skos:altLabel "Name"@en ; + skos:definition "A Designative Information Content Entity that consists of a string of characters that designates an entity within a specified cultural or social namespace and which is typically a word or phrase in a natural language that has an accepted cultural or social significance."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DetergentArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Detergent&oldid=1064079329"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Detergent Artifact Function"@en ; - "A Surfactant Artifact Function that is realized in a process that cleans substances in dilute solutions."@en . +cco:DetergentArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:SurfactantArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Detergent&oldid=1064079329"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Detergent Artifact Function"@en ; + skos:definition "A Surfactant Artifact Function that is realized in a process that cleans substances in dilute solutions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DetonatingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Detonation&oldid=1061553336"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Detonating Artifact Function"@en ; - "An Artifact Function that is realized in processes of combustion involving a supersonic exothermic front accelerating through a medium that eventually drives a shock front propagating directly in front of it."@en . +cco:DetonatingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Detonation&oldid=1061553336"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Detonating Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes of combustion involving a supersonic exothermic front accelerating through a medium that eventually drives a shock front propagating directly in front of it."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DeviationMeasurementInformationContentEntity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "'Deviation Measurement Information Content Entity' and 'Veracity Measurement Information Content Entity' are complementary notions. Deviation is a measure of whether reality conforms to an ICE (e.g., a plan or prediction), whereas Veracity is a measure of whether a Descriptive ICE conforms to reality."@en , - "Note, the term 'accuracy' is avoided due to its ambiguity between: correctness-of-performance (see: 'Reliability Measurement Information Content Entity'), correctness-of-information (see: 'Veracity Measurement Information Content Entity'), and adherance-to-expectations ('Deviation Measurement Information Content Entity')."@en ; - rdfs:label "Deviation Measurement Information Content Entity"@en ; - "Conformance Measurement"@en , - "Degree of Conformance"@en , - "Degree of Deviation"@en , - "Deviation Measurement"@en ; - "A Measurement Information Content Entity that is a measurement of the extent to which an entity conforms to how it is expected or supposed to be."@en ; - "a missile impact deviates from its target location by 100 feet" , - "a satellite deviaties from its predicted orbital path by 5 kilometers" , - "an overweight piece of luggage deviates from an airline's maximum allowed weight by +10 pounds" ; - "In order for a Deviation to exist, an entity must first be expected, represented, prescribed, or predicted as being a certain way. Then, at a future time, this value can be compared to its actual, reported, or measured value to determine the Deviation between these values."@en . +cco:DeviationMeasurementInformationContentEntity rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "'Deviation Measurement Information Content Entity' and 'Veracity Measurement Information Content Entity' are complementary notions. Deviation is a measure of whether reality conforms to an ICE (e.g., a plan or prediction), whereas Veracity is a measure of whether a Descriptive ICE conforms to reality."@en , + "Note, the term 'accuracy' is avoided due to its ambiguity between: correctness-of-performance (see: 'Reliability Measurement Information Content Entity'), correctness-of-information (see: 'Veracity Measurement Information Content Entity'), and adherance-to-expectations ('Deviation Measurement Information Content Entity')."@en ; + rdfs:label "Deviation Measurement Information Content Entity"@en ; + skos:altLabel "Conformance Measurement"@en , + "Degree of Conformance"@en , + "Degree of Deviation"@en , + "Deviation Measurement"@en ; + skos:definition "A Measurement Information Content Entity that is a measurement of the extent to which an entity conforms to how it is expected or supposed to be."@en ; + skos:example "a missile impact deviates from its target location by 100 feet" , + "a satellite deviaties from its predicted orbital path by 5 kilometers" , + "an overweight piece of luggage deviates from an airline's maximum allowed weight by +10 pounds" ; + skos:scopeNote "In order for a Deviation to exist, an entity must first be expected, represented, prescribed, or predicted as being a certain way. Then, at a future time, this value can be compared to its actual, reported, or measured value to determine the Deviation between these values."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Diameter - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Diameter"@en ; - "A One Dimensional Extent that inheres in a circle in virtue of the extent of a straight line that passes through the center of the circle and starts and ends on the circle's boundary."@en . +cco:Diameter rdf:type owl:Class ; + rdfs:subClassOf cco:OneDimensionalExtent ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Diameter"@en ; + skos:definition "A One Dimensional Extent that inheres in a circle in virtue of the extent of a straight line that passes through the center of the circle and starts and ends on the circle's boundary."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DiffractionArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Diffraction Artifact Function"@en ; - "An Artifact Function that is realized by an Artifact participating in a diffraction event in which the Artifact forces a wave to bend around the corners of an obstacle or aperture into the region of geometrical shadow of the obstacle."@en . +cco:DiffractionArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Diffraction Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact participating in a diffraction event in which the Artifact forces a wave to bend around the corners of an obstacle or aperture into the region of geometrical shadow of the obstacle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DiffractionGrating - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Diffraction_grating&oldid=1060463366"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Diffraction Grating"@en ; - "An Optical Instrument with a periodic structure that is designed to split and defract a beam of light into several beams travelling in different directions."@en . +cco:DiffractionGrating rdf:type owl:Class ; + rdfs:subClassOf cco:OpticalInstrument ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Diffraction_grating&oldid=1060463366"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Diffraction Grating"@en ; + skos:definition "An Optical Instrument with a periodic structure that is designed to split and defract a beam of light into several beams travelling in different directions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DigitalStorageDevice - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Data_storage&oldid=1060116427"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Digital Storage Device"@en ; - "An Information Medium Artifact that is designed to bear some Information Content Entity by means of recording that information in digital (binary) format."@en ; - "A computer's Hard Disk Drive" , - "A portable USB Drive" . +cco:DigitalStorageDevice rdf:type owl:Class ; + rdfs:subClassOf cco:InformationMediumArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Data_storage&oldid=1060116427"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Digital Storage Device"@en ; + skos:definition "An Information Medium Artifact that is designed to bear some Information Content Entity by means of recording that information in digital (binary) format."@en ; + skos:example "A computer's Hard Disk Drive" , + "A portable USB Drive" . ### http://www.ontologyrepository.com/CommonCoreOntologies/DiminutiveName - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Diminutive Name"@en ; - "An Abbreviated Name that is a familiar form of a Proper Name."@en ; - "Alex, Bob, Cathy" ; - "\"Familiar form of a Proper Name\" means: that the name is (originally) a short, affectionate version of the fuller name, used (originally) by family or friends."@en . +cco:DiminutiveName rdf:type owl:Class ; + rdfs:subClassOf cco:AbbreviatedName ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Diminutive Name"@en ; + skos:definition "An Abbreviated Name that is a familiar form of a Proper Name."@en ; + skos:example "Alex, Bob, Cathy" ; + skos:scopeNote "\"Familiar form of a Proper Name\" means: that the name is (originally) a short, affectionate version of the fuller name, used (originally) by family or friends."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DirectCurrentPowerSource - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Direct Current Power Source"@en ; - "An Electrical Power Source that is designed to transfer electrical power in the form of direct current."@en . +cco:DirectCurrentPowerSource rdf:type owl:Class ; + rdfs:subClassOf cco:ElectricalPowerSource ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Direct Current Power Source"@en ; + skos:definition "An Electrical Power Source that is designed to transfer electrical power in the form of direct current."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DirectiveInformationContentEntity - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Directive Information Content Entity"@en ; - "Directive ICE"@en ; - "An Information Content Entity that consists of a set of propositions or images (as in the case of a blueprint) that prescribe some Entity."@en . +cco:DirectiveInformationContentEntity rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:InformationContentEntity + [ rdf:type owl:Restriction ; + owl:onProperty cco:prescribes ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:InformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Directive Information Content Entity"@en ; + skos:altLabel "Directive ICE"@en ; + skos:definition "An Information Content Entity that consists of a set of propositions or images (as in the case of a blueprint) that prescribe some Entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Disability - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Disability"@en ; - "A Quality inhering in an Agent by virtue a physical or mental condition that limits the Agent's movements, senses, or activities."@en . +cco:Disability rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Disability"@en ; + skos:definition "A Quality inhering in an Agent by virtue a physical or mental condition that limits the Agent's movements, senses, or activities."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Disease - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://purl.obolibrary.org/obo/OGMS_0000031" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Disease"@en ; - "A Disposition to undergo pathological processes that exists in an organism because of one or more disorders in that organism."@en . +cco:Disease rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000016 ; + cco:definition_source "http://purl.obolibrary.org/obo/OGMS_0000031" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Disease"@en ; + skos:definition "A Disposition to undergo pathological processes that exists in an organism because of one or more disorders in that organism."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DishReceiver - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Dish Receiver"@en ; - "A Radio Receiver that uses a Parabolic (or Dish) Antenna to intercept radio signals."@en . +cco:DishReceiver rdf:type owl:Class ; + rdfs:subClassOf cco:RadioReceiver ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Dish Receiver"@en ; + skos:definition "A Radio Receiver that uses a Parabolic (or Dish) Antenna to intercept radio signals."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DispersivePrism - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Dispersive Prism"@en ; - "A Prism designed to break up a beam of light entering the Prism into its constituent spectral colors by leveraging the refractive index of light based on its Frequency."@en . +cco:DispersivePrism rdf:type owl:Class ; + rdfs:subClassOf cco:Prism ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Dispersive Prism"@en ; + skos:definition "A Prism designed to break up a beam of light entering the Prism into its constituent spectral colors by leveraging the refractive index of light based on its Frequency."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DisruptingDisposition - rdf:type owl:Class ; - rdfs:subClassOf ; - "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; - "https://cubrc.org"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Disrupting Disposition"@en ; - "A disposition the realization of which would disrupt a process some entity has an interest in."@en ; - "This is a defined class. A Disrupting Disposition is indexed by the interest_in object property. A disposition can be a Disrupting Disposition according to one index and not a Disrupting Disposition according to another index." ; - "Threat"@en . +cco:DisruptingDisposition rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000016 ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Disrupting Disposition"@en ; + skos:definition "A disposition the realization of which would disrupt a process some entity has an interest in."@en ; + skos:editorialNote "This is a defined class. A Disrupting Disposition is indexed by the interest_in object property. A disposition can be a Disrupting Disposition according to one index and not a Disrupting Disposition according to another index." ; + skos:prefLabel "Threat"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DistanceMeasurementArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Distance Measurement Artifact Function"@en ; - "A Measurement Artifact Function that is realized during events in which an Artifact is used to measure the spatial Distance to a specified object or class of objects."@en . +cco:DistanceMeasurementArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Distance Measurement Artifact Function"@en ; + skos:definition "A Measurement Artifact Function that is realized during events in which an Artifact is used to measure the spatial Distance to a specified object or class of objects."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DistanceMeasurementInformationContentEntity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Distance Measurement Information Content Entity"@en ; - "A Ratio Measurement Information Content Entity that is a measurement of a One-Dimensional Extent inhering in some Site that is externally connected to two Independent Continuants."@en ; - "Displacement (vector) is the shortest possible distance (scalar) between two points. Further thought is needed to adequately handle measurements of distance traveled along a path, e.g., a circuitous path or an arc (such as the surface of a planet), versus the simple case of a direct, straight line between two points."@en , - "Distance is a measure between two reference points, which are located on or in, or in some manner part of, the two obejcts for which the length of the extent between is sought. For exmple, the center point of the indentation of a ball in the sand and the edge of the foul line, the forwardmost point on a car's bumper and the closest point on the 2-dimensional plane that serves as the fiat boundary of a crosswalk, the center of an antenna array and closest point on ground."@en . +cco:DistanceMeasurementInformationContentEntity rdf:type owl:Class ; + rdfs:subClassOf cco:RatioMeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Distance Measurement Information Content Entity"@en ; + skos:definition "A Ratio Measurement Information Content Entity that is a measurement of a One-Dimensional Extent inhering in some Site that is externally connected to two Independent Continuants."@en ; + skos:scopeNote "Displacement (vector) is the shortest possible distance (scalar) between two points. Further thought is needed to adequately handle measurements of distance traveled along a path, e.g., a circuitous path or an arc (such as the surface of a planet), versus the simple case of a direct, straight line between two points."@en , + "Distance is a measure between two reference points, which are located on or in, or in some manner part of, the two obejcts for which the length of the extent between is sought. For exmple, the center point of the indentation of a ball in the sand and the edge of the foul line, the forwardmost point on a car's bumper and the closest point on the 2-dimensional plane that serves as the fiat boundary of a crosswalk, the center of an antenna array and closest point on ground."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DistributionPort - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Port&oldid=1064091505"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Distribution Port"@en ; - "A Port that is designed with the cargo handling equipment necessary for the loading and unloading of Watercraft"@en . +cco:DistributionPort rdf:type owl:Class ; + rdfs:subClassOf cco:Port ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Port&oldid=1064091505"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Distribution Port"@en ; + skos:definition "A Port that is designed with the cargo handling equipment necessary for the loading and unloading of Watercraft"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DivisonOfGeopoliticalEntity - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:comment "Instances of this class are not proper Delimiting Domains, but in some cases may have an organization that exercises some control over the region, such as the homeowners' association for a neighborhood."@en ; - rdfs:label "Division of Delimiting Domain"@en ; - "A Geospatial Region that is a fiat division of a Delimiting Domain and not a Delimiting Domain."@en ; - "Flatbush, French Quarter, Western New York, Texas Panhandle, Greater Montreal Area of Quebec, Pacific Northwest, southwest area of Al Anbar Province, Northern Iraq." . +cco:DivisonOfGeopoliticalEntity rdf:type owl:Class ; + rdfs:subClassOf cco:GeospatialRegion , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:DelimitingDomain + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:comment "Instances of this class are not proper Delimiting Domains, but in some cases may have an organization that exercises some control over the region, such as the homeowners' association for a neighborhood."@en ; + rdfs:label "Division of Delimiting Domain"@en ; + skos:definition "A Geospatial Region that is a fiat division of a Delimiting Domain and not a Delimiting Domain."@en ; + skos:example "Flatbush, French Quarter, Western New York, Texas Panhandle, Greater Montreal Area of Quebec, Pacific Northwest, southwest area of Al Anbar Province, Northern Iraq." . ### http://www.ontologyrepository.com/CommonCoreOntologies/Document - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Document&oldid=1057829688"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Document"@en ; - "An Information Bearing Artifact that is designed to bear some specific Information Content Entity in a series of paragraphs of text or diagrams in the form of physical pieces of paper or an electronic word processor file."@en . +cco:Document rdf:type owl:Class ; + rdfs:subClassOf cco:InformationBearingArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Document&oldid=1057829688"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Document"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear some specific Information Content Entity in a series of paragraphs of text or diagrams in the form of physical pieces of paper or an electronic word processor file."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DocumentField - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Document Field"@en ; - "An Information Bearing Entity that is a part of some document into which bearers of prescribed information can be written or selected."@en . +cco:DocumentField rdf:type owl:Class ; + rdfs:subClassOf cco:InformationBearingEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Document Field"@en ; + skos:definition "An Information Bearing Entity that is a part of some document into which bearers of prescribed information can be written or selected."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DocumentForm - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Form_(document)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Document Form"@en ; - "A Document having Document Fields as parts in which to write or select prescribed content."@en . +cco:DocumentForm rdf:type owl:Class ; + rdfs:subClassOf cco:Document ; + cco:definition_source "https://en.wikipedia.org/wiki/Form_(document)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Document Form"@en ; + skos:definition "A Document having Document Fields as parts in which to write or select prescribed content."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Drooping - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Drooping"@en ; - "A Shape Quality inhering in a bearer in virtue of the bearer having a border that hangs downwards."@en . +cco:Drooping rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Drooping"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a border that hangs downwards."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EAN13Barcode - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "EAN-13 Barcode"@en ; - "An EAN Barcode that consists of 13 numerical digits and is used to designate products at the point of sale."@en . +cco:EAN13Barcode rdf:type owl:Class ; + rdfs:subClassOf cco:EANBarcode ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "EAN-13 Barcode"@en ; + skos:definition "An EAN Barcode that consists of 13 numerical digits and is used to designate products at the point of sale."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EAN8Barcode - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "EAN-8 Barcode"@en ; - "An EAN Barcode that consists of 8 numerical digits and is used to designate products at the point of sale."@en . +cco:EAN8Barcode rdf:type owl:Class ; + rdfs:subClassOf cco:EANBarcode ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "EAN-8 Barcode"@en ; + skos:definition "An EAN Barcode that consists of 8 numerical digits and is used to designate products at the point of sale."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EANBarcode - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "EAN Barcode"@en ; - "A One-Dimensional Barcode that consists of 8 or 13 numerical digits and is used to scan consumer goods."@en . +cco:EANBarcode rdf:type owl:Class ; + rdfs:subClassOf cco:OneDimensionalBarcode ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "EAN Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of 8 or 13 numerical digits and is used to scan consumer goods."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EducationArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Education Artifact Function"@en ; - "A Service Artifact Function that is realized in processes of transmiting accumulated knowledge skills and values from one generation to another."@en . +cco:EducationArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ServiceArtifactFunction ; + 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/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Education Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of transmiting accumulated knowledge skills and values from one generation to another."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EducationalFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Educational Facility"@en ; - "A Facility that is designed for facilitating learning, or the acquisition of knowledge, skills, values, beliefs, and habits."@en . +cco:EducationalFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Facility ; + 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/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Educational Facility"@en ; + skos:definition "A Facility that is designed for facilitating learning, or the acquisition of knowledge, skills, values, beliefs, and habits."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EducationalOrganization - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Educational Organization"@en ; - "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:EducationalOrganization rdf:type owl:Class ; + rdfs:subClassOf cco:Organization ; + 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 ; + skos: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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/Effect - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://wordnetweb.princeton.edu/perl/webwn?s=effect" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Effect"@en ; - "Consequence"@en ; - "A Process that follows and is caused by some previous Process."@en . +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_0000015 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000015 ; + cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=effect" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Effect"@en ; + skos:altLabel "Consequence"@en ; + skos:definition "A Process that follows and is caused by some previous Process."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EffectOfLocationChange - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Effect of Location Change"@en ; - "An Effect caused by some Act of Location Change and which results in an Object being located in a different place."@en . +cco:EffectOfLocationChange rdf:type owl:Class ; + rdfs:subClassOf cco:Effect , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000132 ; + owl:someValuesFrom cco:ActOfLocationChange + ] , + [ rdf:type owl:Restriction ; + owl:onProperty cco:caused_by ; + owl:someValuesFrom cco:ActOfLocationChange + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Effect of Location Change"@en ; + skos:definition "An Effect caused by some Act of Location Change and which results in an Object being located in a different place."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Election - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Election&oldid=1063238552"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Election"@en ; - "Act of Political Election"@en ; - "A Social Act by which a population chooses an individual to hold public office."@en . +cco:Election rdf:type owl:Class ; + rdfs:subClassOf cco:SocialAct ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Election&oldid=1063238552"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Election"@en ; + skos:altLabel "Act of Political Election"@en ; + skos:definition "A Social Act by which a population chooses an individual to hold public office."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricBattery - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Battery_(electricity)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electric Battery"@en ; - "Battery"@en ; - "An Electrical Power Source that is designed to produce electric power by converting chemical energy to electrical energy."@en . +cco:ElectricBattery rdf:type owl:Class ; + rdfs:subClassOf cco:ElectricalPowerSource ; + cco:definition_source "https://en.wikipedia.org/wiki/Battery_(electricity)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Electric Battery"@en ; + skos:altLabel "Battery"@en ; + skos:definition "An Electrical Power Source that is designed to produce electric power by converting chemical energy to electrical energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricGenerator - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Electric_generator&oldid=1057805035"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electric Generator"@en ; - "An Electrical Power Source that is designed to convert mechanical energy to electrical energy for use in an external circuit."@en . +cco:ElectricGenerator rdf:type owl:Class ; + rdfs:subClassOf cco:ElectricalPowerSource ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electric_generator&oldid=1057805035"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Electric Generator"@en ; + skos:definition "An Electrical Power Source that is designed to convert mechanical energy to electrical energy for use in an external circuit."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricMotor - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Electric_motor&oldid=1063829856"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electric Motor"@en ; - "Electric Engine"@en ; - "An Engine that is designed to convert electrical energy into mechanical energy."@en . +cco:ElectricMotor rdf:type owl:Class ; + rdfs:subClassOf cco:Engine ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electric_motor&oldid=1063829856"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Electric Motor"@en ; + skos:altLabel "Electric Engine"@en ; + skos:definition "An Engine that is designed to convert electrical energy into mechanical energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricPowerStation - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Power_station&oldid=1052973815"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Electric Power Station"@en ; - "Power Plant"@en ; - "A Facility that is designed to generate electrical power."@en . +cco:ElectricPowerStation rdf:type owl:Class ; + rdfs:subClassOf cco:Facility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Power_station&oldid=1052973815"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Electric Power Station"@en ; + skos:altLabel "Power Plant"@en ; + skos:definition "A Facility that is designed to generate electrical power."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricalArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electrical Artifact Function"@en ; - "An Artifact Function that is realized during events in which an Artifact is used to perform a process involving electrical power."@en . +cco:ElectricalArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Electrical Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to perform a process involving electrical power."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricalConductionArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electrical Conduction Artifact Function"@en ; - "An Electrical Artifact Function that is realized by an Artifact being used to conduct an electric current."@en . +cco:ElectricalConductionArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ElectricalArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Electrical Conduction Artifact Function"@en ; + skos:definition "An Electrical Artifact Function that is realized by an Artifact being used to conduct an electric current."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricalConnectorArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electrical Connector Artifact Function"@en ; - "An Electrical Conduction Artifact Function that is realized by processes in which some Artifact is used to join electrical terminations to create an electrical circuit."@en . +cco:ElectricalConnectorArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ElectricalConductionArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Electrical Connector Artifact Function"@en ; + skos:definition "An Electrical Conduction Artifact Function that is realized by processes in which some Artifact is used to join electrical terminations to create an electrical circuit."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricalContactArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electrical Contact Artifact Function"@en ; - "An Electrical Conduction Artifact Function that is realized by processes in which some Artifact is used as an endpoint of an electrical circuit from which an electrical current is passed via physical contact with the endpoint."@en . +cco:ElectricalContactArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ElectricalConductionArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Electrical Contact Artifact Function"@en ; + skos:definition "An Electrical Conduction Artifact Function that is realized by processes in which some Artifact is used as an endpoint of an electrical circuit from which an electrical current is passed via physical contact with the endpoint."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricalPowerProductionArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electrical Power Production Artifact Function"@en ; - "An Electrical Artifact Function that is realized during events in which an Artifact is used to generate electrical power."@en . +cco:ElectricalPowerProductionArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ElectricalArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Electrical Power Production Artifact Function"@en ; + skos:definition "An Electrical Artifact Function that is realized during events in which an Artifact is used to generate electrical power."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricalPowerSource - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electrical Power Source"@en ; - "A Power Source that is designed to generate, control, and transfer power in the form of electrical energy."@en . +cco:ElectricalPowerSource rdf:type owl:Class ; + rdfs:subClassOf cco:PowerSource ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Electrical Power Source"@en ; + skos:definition "A Power Source that is designed to generate, control, and transfer power in the form of electrical energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectricalPowerStorageArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electrical Power Storage Artifact Function"@en ; - "Capacitance"@en ; - "An Electrical Artifact Function that is realized during events in which an Artifact is used to store electrical power to be released at a later time."@en . +cco:ElectricalPowerStorageArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ElectricalArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Electrical Power Storage Artifact Function"@en ; + skos:altLabel "Capacitance"@en ; + skos:definition "An Electrical Artifact Function that is realized during events in which an Artifact is used to store electrical power to be released at a later time."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticCommunicationArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electromagnetic Communication Artifact Function"@en ; - "A Communication Artifact Function that is realized in a process that conveys meaningful signs by means of electromagnetic radiation."@en . +cco:ElectromagneticCommunicationArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:CommunicationArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Electromagnetic Communication Artifact Function"@en ; + skos:definition "A Communication Artifact Function that is realized in a process that conveys meaningful signs by means of electromagnetic radiation."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticInductionArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Electromagnetic_induction&oldid=1061836930"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electromagnetic Induction Artifact Function"@en ; - "An Artifact Function that is realized by processes in which some Artifact that is used to produce electromotive force across an electrical conductor due to its dynamic interaction with a magnetic field."@en . +cco:ElectromagneticInductionArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electromagnetic_induction&oldid=1061836930"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Electromagnetic Induction Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by processes in which some Artifact that is used to produce electromotive force across an electrical conductor due to its dynamic interaction with a magnetic field."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticPulse - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Electromagnetic_pulse&oldid=1060859738"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Electromagnetic Pulse"@en ; - "EMP"@en , - "Transient Electromagnetic Disturbance"@en ; - "An Electromagnetic Wave Process that consists of a short high-energy burst of electromagnetic energy."@en . +cco:ElectromagneticPulse rdf:type owl:Class ; + rdfs:subClassOf cco:ElectromagneticWaveProcess ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electromagnetic_pulse&oldid=1060859738"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Electromagnetic Pulse"@en ; + skos:altLabel "EMP"@en , + "Transient Electromagnetic Disturbance"@en ; + skos:definition "An Electromagnetic Wave Process that consists of a short high-energy burst of electromagnetic energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticRadiationFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Divisions between EM radiation frequencies are fiat and sources vary on where to draw boundaries."@en ; - rdfs:label "Electromagnetic Radiation Frequency"@en ; - "A Frequency that is characterized by the rate of Oscillations per second of an Electromagnetic Wave."@en . +cco:ElectromagneticRadiationFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:Frequency ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "Divisions between EM radiation frequencies are fiat and sources vary on where to draw boundaries."@en ; + rdfs:label "Electromagnetic Radiation Frequency"@en ; + skos:definition "A Frequency that is characterized by the rate of Oscillations per second of an Electromagnetic Wave."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticRadiationProperty - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Electromagnetic Radiation Property"@en ; - "A Disposition that inheres in an bearer in virtue of how that bearer interacts with electromagnetic radiation."@en . +cco:ElectromagneticRadiationProperty rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000016 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Electromagnetic Radiation Property"@en ; + skos:definition "A Disposition that inheres in an bearer in virtue of how that bearer interacts with electromagnetic radiation."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticShieldingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Electromagnetic_shielding&oldid=1063432544"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electromagnetic Shielding Artifact Function"@en ; - "An Artifact Function that is realized in a process in which an electromagnetic field is blocked by barriers made of conductive or magnetic materials."@en . +cco:ElectromagneticShieldingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electromagnetic_shielding&oldid=1063432544"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Electromagnetic Shielding Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which an electromagnetic field is blocked by barriers made of conductive or magnetic materials."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticWaveProcess - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Electromagnetic Wave Process"@en ; - "Electromagnetic Radiation"@en ; - "A Wave Process that is produced by charged particles, involves the periodic Oscillation of electric and magnetic fields at right angles to each other and the direction of wave propogation such that it has a Transverse Wave Profile, and which transfers electromagnetic radiant energy through a portion of space or matter."@en . +cco:ElectromagneticWaveProcess rdf:type owl:Class ; + rdfs:subClassOf cco:WaveProcess , + [ rdf:type owl:Restriction ; + owl:onProperty cco:has_process_part ; + owl:someValuesFrom cco:TransverseWaveProfile + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Electromagnetic Wave Process"@en ; + skos:altLabel "Electromagnetic Radiation"@en ; + skos:definition "A Wave Process that is produced by charged particles, involves the periodic Oscillation of electric and magnetic fields at right angles to each other and the direction of wave propogation such that it has a Transverse Wave Profile, and which transfers electromagnetic radiant energy through a portion of space or matter."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectronMicroscope - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Electron_microscope&oldid=1060512240"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electron Microscope"@en ; - "A Microscope that is designed to use a beam of accelerated electrons to illuminate the target and produce a significantly enlarged image of the Object."@en . +cco:ElectronMicroscope rdf:type owl:Class ; + rdfs:subClassOf cco:Microscope ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electron_microscope&oldid=1060512240"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Electron Microscope"@en ; + skos:definition "A Microscope that is designed to use a beam of accelerated electrons to illuminate the target and produce a significantly enlarged image of the Object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectronicBond - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electronic Bond"@en ; - "A Bond that consists of Bytes."@en . +cco:ElectronicBond rdf:type owl:Class ; + rdfs:subClassOf cco:Bond ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Electronic Bond"@en ; + skos:definition "A Bond that consists of Bytes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectronicCash - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electronic Cash"@en ; - "A Portion of Cash that consists of Bytes."@en . +cco:ElectronicCash rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfCash ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Electronic Cash"@en ; + skos:definition "A Portion of Cash that consists of Bytes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectronicSignalProcessingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electronic Signal Processing Artifact Function"@en ; - "A Signal Processing Artifact Function that inheres in Artifacts that are designed to process or transfer information contained in electronic signals."@en . +cco:ElectronicSignalProcessingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:SignalProcessingArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Electronic Signal Processing Artifact Function"@en ; + skos:definition "A Signal Processing Artifact Function that inheres in Artifacts that are designed to process or transfer information contained in electronic signals."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ElectronicStock - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electronic Stock"@en ; - "Stock that consists of Bytes."@en . +cco:ElectronicStock rdf:type owl:Class ; + rdfs:subClassOf cco:Stock ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Electronic Stock"@en ; + skos:definition "Stock that consists of Bytes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EmailBox - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Email_box&oldid=1061295368"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Email Box"@en ; - "A Telecommunication Instrument that is designed to be the delivery destination of Email Messages that are addressed to the corresponding Email Address."@en . +cco:EmailBox rdf:type owl:Class ; + rdfs:subClassOf cco:TelecommunicationInstrument ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Email_box&oldid=1061295368"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Email Box"@en ; + skos:definition "A Telecommunication Instrument that is designed to be the delivery destination of Email Messages that are addressed to the corresponding Email Address."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EmailMessage - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Email Message"@en ; - "A Message that is transmitted to the recipient's Email Box."@en . +cco:EmailMessage rdf:type owl:Class ; + rdfs:subClassOf cco:Message ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Email Message"@en ; + skos:definition "A Message that is transmitted to the recipient's Email Box."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EmailMessaging - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Email Messaging"@en ; - "Act of Emailing"@en ; - "An Act of Communication by Media in which text-based communication occurs between two or more people using personal computers or other devices using some Email Client Software conveyed over the Internet."@en . +cco:EmailMessaging rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCommunicationByMedia ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Email&oldid=1063646749"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Email Messaging"@en ; + skos:altLabel "Act of Emailing"@en ; + skos:definition "An Act of Communication by Media in which text-based communication occurs between two or more people using personal computers or other devices using some Email Client Software conveyed over the Internet."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EmergencyACDCPowerSource - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Emergency AC/DC Power Source"@en ; - "An Electrical Power Source that is designed to provide electrical power in an emergency situation by means of both alternating current and direct current."@en . +cco:EmergencyACDCPowerSource rdf:type owl:Class ; + rdfs:subClassOf cco:ElectricalPowerSource ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Emergency AC/DC Power Source"@en ; + skos:definition "An Electrical Power Source that is designed to provide electrical power in an emergency situation by means of both alternating current and direct current."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EmergencyLocatorTransmitter - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Emergency_position-indicating_radiobeacon&oldid=1063407242"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Emergency Locator Transmitter"@en ; - "A Radio Transmitter that is designed to signal distress and provide positional data for the entity it is located on."@en . +cco:EmergencyLocatorTransmitter rdf:type owl:Class ; + rdfs:subClassOf cco:RadioTransmitter ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Emergency_position-indicating_radiobeacon&oldid=1063407242"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Emergency Locator Transmitter"@en ; + skos:definition "A Radio Transmitter that is designed to signal distress and provide positional data for the entity it is located on."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EmulsifierArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Emulsion&oldid=1056901580"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Emulsifier Artifact Function"@en ; - "A Chemical Reaction Artifact Function that is realized in a process in which two or more liquids that are normally immiscible are mixed."@en . +cco:EmulsifierArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ChemicalReactionArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Emulsion&oldid=1056901580"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Emulsifier Artifact Function"@en ; + skos:definition "A Chemical Reaction Artifact Function that is realized in a process in which two or more liquids that are normally immiscible are mixed."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EndOfLifeStasis - rdf:type owl:Class ; - rdfs:subClassOf ; - "EOL" , - "EoL" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "An End of Life Stasis (EoL) is distinguished from a Stasis of Partially Mission Capable or Stasis of Non-Mission Capable in that EoL is more inclusive such that the participating Artifact may be either Partially or Non-Mission Capable. Additionally, EoL applies only to Artifacts and is typically determined in relation to its original mission and designed primary functions. In contrast, an Artifact's level of Mission Capability depends on the requirements of the mission under consideration such that a given Artifact may simultaneously be Fully Mission Capable for mission1, Partially Mission Capable for mission2, and Non-Mission Capable for mission3."@en ; - rdfs:label "End of Life Stasis"@en ; - "A Stasis of Artifact Operationality that holds during a Temporal Interval when the participating Artifact is no longer capable of realizing all of its designed primary Artifact Functions."@en . +cco:EndOfLifeStasis rdf:type owl:Class ; + rdfs:subClassOf cco:StasisOfArtifactOperationality ; + cco:acronym "EOL" , + "EoL" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "An End of Life Stasis (EoL) is distinguished from a Stasis of Partially Mission Capable or Stasis of Non-Mission Capable in that EoL is more inclusive such that the participating Artifact may be either Partially or Non-Mission Capable. Additionally, EoL applies only to Artifacts and is typically determined in relation to its original mission and designed primary functions. In contrast, an Artifact's level of Mission Capability depends on the requirements of the mission under consideration such that a given Artifact may simultaneously be Fully Mission Capable for mission1, Partially Mission Capable for mission2, and Non-Mission Capable for mission3."@en ; + rdfs:label "End of Life Stasis"@en ; + skos:definition "A Stasis of Artifact Operationality that holds during a Temporal Interval when the participating Artifact is no longer capable of realizing all of its designed primary Artifact Functions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Enemy - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Enemy Person"@en ; - "A Person who is the bearer of some Enemy Role."@en . +cco:Enemy rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:Person + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:EnemyRole + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:Person ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Enemy Person"@en ; + skos:definition "A Person who is the bearer of some Enemy Role."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EnemyRole - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Enemy Role"@en ; - "An Allegiance Role that inheres in an Agent by virtue of that Agent having committed offensive Acts or exhibited intent to perform such Acts towards a particular Agent or Group of Agents or has been declared as hostile by some appropriate authority."@en . +cco:EnemyRole rdf:type owl:Class ; + rdfs:subClassOf cco:AllegianceRole ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Enemy Role"@en ; + skos:definition "An Allegiance Role that inheres in an Agent by virtue of that Agent having committed offensive Acts or exhibited intent to perform such Acts towards a particular Agent or Group of Agents or has been declared as hostile by some appropriate authority."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Engine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Engine&oldid=1063879193"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Engine"@en ; - "Motor"@en ; - "A Material Artifact that is designed to convert one form of energy into mechanical energy."@en . +cco:Engine rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Engine&oldid=1063879193"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Engine"@en ; + skos:altLabel "Motor"@en ; + skos:definition "A Material Artifact that is designed to convert one form of energy into mechanical energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EnhancedStasis - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.thefreedictionary.com/enhance" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Enhanced Stasis"@en ; - "Enhanced"@en ; - "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has undergone improvement (i.e., an increase or gain) due to a previous action or event such that the Independent Continuant is now of greater value, usefulness, or functionality."@en . +cco:EnhancedStasis rdf:type owl:Class ; + rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ; + cco:definition_source "http://www.thefreedictionary.com/enhance" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Enhanced Stasis"@en ; + skos:altLabel "Enhanced"@en ; + skos:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has undergone improvement (i.e., an increase or gain) due to a previous action or event such that the Independent Continuant is now of greater value, usefulness, or functionality."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EnhancingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Enhancement&oldid=1003326590"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Enhancing Artifact Function"@en ; - "An Artifact Function that is realized in processes of intensifying, increainsg, or further improving the quality, value, or extent of some entity."@en . +cco:EnhancingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Enhancement&oldid=1003326590"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Enhancing Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes of intensifying, increainsg, or further improving the quality, value, or extent of some entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EntertainmentFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Entertainment&oldid=1061851778"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Entertainment Facility"@en ; - "A Facility that is designed to host activities that are intended to hold the interest of, or give pleasure or delight to, an audience."@en . +cco:EntertainmentFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Facility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Entertainment&oldid=1061851778"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Entertainment Facility"@en ; + skos:definition "A Facility that is designed to host activities that are intended to hold the interest of, or give pleasure or delight to, an audience."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EnvironmentControlSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment "Controlling air quality typically involves temperature control, oxygen replenishment, and removal of moisture, odor, smoke, heat, dust, airborne bacteria, carbon dioxide, and other undesired gases or particulates."@en ; - rdfs:label "Environment Control System"@en ; - "A Material Artifact that is designed to control the temperature, air quality, or other feature of a Site that is relevant to the comfort or operation of entities located within that Site."@en . +cco:EnvironmentControlSystem rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:comment "Controlling air quality typically involves temperature control, oxygen replenishment, and removal of moisture, odor, smoke, heat, dust, airborne bacteria, carbon dioxide, and other undesired gases or particulates."@en ; + rdfs:label "Environment Control System"@en ; + skos:definition "A Material Artifact that is designed to control the temperature, air quality, or other feature of a Site that is relevant to the comfort or operation of entities located within that Site."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EnvironmentalFeature - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Environmental Feature"@en ; - "A Material Entity that is either a natural or man-made feature of the environment."@en . +cco:EnvironmentalFeature rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000040 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Environmental Feature"@en ; + skos:definition "A Material Entity that is either a natural or man-made feature of the environment."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EquipmentCoolingSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Equipment Cooling System"@en ; - "A Cooling System that is designed to cool some piece of equipment."@en . +cco:EquipmentCoolingSystem rdf:type owl:Class ; + rdfs:subClassOf cco:CoolingSystem ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Equipment Cooling System"@en ; + skos:definition "A Cooling System that is designed to cool some piece of equipment."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EquipmentMount - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Equipment Mount"@en ; - "A Material Artifact that is designed to support an Artifact."@en . +cco:EquipmentMount rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Equipment Mount"@en ; + skos:definition "A Material Artifact that is designed to support an Artifact."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EstimateInformationContentEntity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Estimate Information Content Entity"@en ; - "Estimate"@en , - "Estimate Measurement Information Content Entity"@en , - "Estimated Value"@en ; - "A Measurement Information Content Entity that is a measurement of an entity based on partial information about that entity or an appropriately similar entity."@en . +cco:EstimateInformationContentEntity rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Estimate Information Content Entity"@en ; + skos:altLabel "Estimate"@en , + "Estimate Measurement Information Content Entity"@en , + "Estimated Value"@en ; + skos:definition "A Measurement Information Content Entity that is a measurement of an entity based on partial information about that entity or an appropriately similar entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EthnicGroup - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Ethnic Group"@en ; - "A Group of Persons who identify with one another based on one or more shared inherited characteristics such as language, ancestry, nationality, culture, customs, religion, or social experiences."@en . +cco:EthnicGroup rdf:type owl:Class ; + rdfs:subClassOf cco:GroupOfPersons , + [ rdf:type owl:Restriction ; + owl:onProperty cco:aggregate_has_quality ; + owl:someValuesFrom cco:Ethnicity + ] ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Ethnic Group"@en ; + skos:definition "A Group of Persons who identify with one another based on one or more shared inherited characteristics such as language, ancestry, nationality, culture, customs, religion, or social experiences."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Ethnicity - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Ethnicity"@en ; - "A Quality that inheres in its bearers by virtue of a common heritage, often consisting of a common language, a common culture (often including a shared religion) and an ideology that stresses common ancestry or endogamy."@en . +cco:Ethnicity rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ethnic_group&oldid=1063804490"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Ethnicity"@en ; + skos:definition "A Quality that inheres in its bearers by virtue of a common heritage, often consisting of a common language, a common culture (often including a shared religion) and an ideology that stresses common ancestry or endogamy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Evening - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Evening"@en ; - "A Temporal Interval that consists of the temporal regions between when the sun sets (approximately 6:00pm) and when people typically retire to sleep (approximately 9:00pm)."@en . +cco:Evening rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Evening"@en ; + skos:definition "A Temporal Interval that consists of the temporal regions between when the sun sets (approximately 6:00pm) and when people typically retire to sleep (approximately 9:00pm)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EventStatusNominalInformationContentEntity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Event Status Nominal Information Content Entity"@en ; - "A Nominal Measurement Information Content Entity that is a measurement of the current state of a process."@en ; - "proposed, approved, planned, in progress, completed, failed, or successful" . +cco:EventStatusNominalInformationContentEntity rdf:type owl:Class ; + rdfs:subClassOf cco:NominalMeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Event Status Nominal Information Content Entity"@en ; + skos:definition "A Nominal Measurement Information Content Entity that is a measurement of the current state of a process."@en ; + skos:example "proposed, approved, planned, in progress, completed, failed, or successful" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ExplosiveArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.dictionary.com/browse/explosive" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Explosive Artifact Function"@en ; - "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired beucase of the rapid increase in volume and release of energy in an extreme manner."@en . +cco:ExplosiveArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:DamagingArtifactFunction ; + cco:definition_source "http://www.dictionary.com/browse/explosive" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Explosive Artifact Function"@en ; + skos:definition "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired beucase of the rapid increase in volume and release of energy in an extreme manner."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ExplosiveWeapon - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Explosive_weapon&oldid=1062481268"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Explosive Weapon"@en ; - "Bomb"@en ; - "A Weapon that is designed to inflict harm, damage, or incapacity by means of a violent release of energy caused by the exothermic reaction of an explosive material."@en . +cco:ExplosiveWeapon rdf:type owl:Class ; + rdfs:subClassOf cco:Weapon ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Explosive_weapon&oldid=1062481268"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Explosive Weapon"@en ; + skos:altLabel "Bomb"@en ; + skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of a violent release of energy caused by the exothermic reaction of an explosive material."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ExternalCombustionEngine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=External_combustion_engine&oldid=1063941809"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "External Combustion Engine"@en ; - "A Combustion Engine that is designed to have an external Combustion Chamber where portions of Fuel and Oxidizer mixture are burned to generate thermal energy to heat the working fluid, which transfers energy to the Engine where it is converted into mechanical energy."@en . +cco:ExternalCombustionEngine rdf:type owl:Class ; + rdfs:subClassOf cco:CombustionEngine ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=External_combustion_engine&oldid=1063941809"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "External Combustion Engine"@en ; + skos:definition "A Combustion Engine that is designed to have an external Combustion Chamber where portions of Fuel and Oxidizer mixture are burned to generate thermal energy to heat the working fluid, which transfers energy to the Engine where it is converted into mechanical energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ExternalNavigationLightingSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Navigation_light&oldid=1034200601"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "External Navigation Lighting System"@en ; - "A Lighting System that is designed to be attached to some Vehicle and to emit colored light in order to signal that Vehicle's position, heading, and status."@en . +cco:ExternalNavigationLightingSystem rdf:type owl:Class ; + rdfs:subClassOf cco:LightingSystem ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Navigation_light&oldid=1034200601"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "External Navigation Lighting System"@en ; + skos:definition "A Lighting System that is designed to be attached to some Vehicle and to emit colored light in order to signal that Vehicle's position, heading, and status."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ExtremeUltravioletLightFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Extreme Ultraviolet Light Frequency"@en ; - "An Ultraviolet Light Frequency that is between 3 and 30 petahertz."@en . +cco:ExtremeUltravioletLightFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:UltravioletLightFrequency ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Extreme Ultraviolet Light Frequency"@en ; + skos:definition "An Ultraviolet Light Frequency that is between 3 and 30 petahertz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ExtremelyHighFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "EHF" ; - "International Telecommunication Union (ITU)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The corresponding Wavelength range is 10–1 mm"@en ; - rdfs:label "Extremely High Frequency"@en ; - "ITU Band Number 11"@en , - "Millimeter Band Frequency"@en ; - "A Microwave Frequency that is between 30 and 300 GHz."@en . +cco:ExtremelyHighFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:MicrowaveFrequency ; + cco:acronym "EHF" ; + cco:definition_source "International Telecommunication Union (ITU)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "The corresponding Wavelength range is 10–1 mm"@en ; + rdfs:label "Extremely High Frequency"@en ; + skos:altLabel "ITU Band Number 11"@en , + "Millimeter Band Frequency"@en ; + skos:definition "A Microwave Frequency that is between 30 and 300 GHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ExtremelyLowFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "ELF" ; - "International Telecommunication Union (ITU)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The corresponding Wavelength range is 100,000–10,000 km"@en ; - rdfs:label "Extremely Low Frequency"@en ; - "ITU Band Number 1"@en ; - "A Radio Frequency that is between 3 and 30 Hz."@en . +cco:ExtremelyLowFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:RadioFrequency ; + cco:acronym "ELF" ; + cco:definition_source "International Telecommunication Union (ITU)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "The corresponding Wavelength range is 100,000–10,000 km"@en ; + rdfs:label "Extremely Low Frequency"@en ; + skos:altLabel "ITU Band Number 1"@en ; + skos:definition "A Radio Frequency that is between 3 and 30 Hz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Eye - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Eye"@en ; - "A Bodily Component that consists of an organ that canonically affords the Agent it is part of with the ability to receive visual stimuli necessary for sight."@en . +cco:Eye rdf:type owl:Class ; + rdfs:subClassOf cco:BodilyComponent ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Eye"@en ; + skos:definition "A Bodily Component that consists of an organ that canonically affords the Agent it is part of with the ability to receive visual stimuli necessary for sight."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EyeColor - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Eye Color"@en ; - "A Quality inhering in an Eye by virtue of the color of the Eye's Iris."@en . +cco:EyeColor rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000197 ; + owl:someValuesFrom cco:Iris + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Eye Color"@en ; + skos:definition "A Quality inhering in an Eye by virtue of the color of the Eye's Iris."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FMRadioBroadcastFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "International Telecommunication Union (ITU) Region 2" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "FM Radio Broadcast Frequency"@en ; - "Frequency Modulation Radio Broadcast Frequency"@en ; - "A Very High Frequency that is between 88 and 108 MHz."@en . +cco:FMRadioBroadcastFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:VeryHighFrequency ; + cco:definition_source "International Telecommunication Union (ITU) Region 2" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "FM Radio Broadcast Frequency"@en ; + skos:altLabel "Frequency Modulation Radio Broadcast Frequency"@en ; + skos:definition "A Very High Frequency that is between 88 and 108 MHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FacialHair - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Facial Hair"@en ; - "A Bodily Component that consists of a portion of hair that grows on the face of a human (typically male) or other animal."@en . +cco:FacialHair rdf:type owl:Class ; + rdfs:subClassOf cco:BodilyComponent ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Facial Hair"@en ; + skos:definition "A Bodily Component that consists of a portion of hair that grows on the face of a human (typically male) or other animal."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Facility - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Facility"@en ; - "A Material Artifact that is designed as a building or campus dedicated to some specific purpose."@en . +cco:Facility rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000171 ; + owl:someValuesFrom cco:PortionOfGeosphere + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Facility"@en ; + skos:definition "A Material Artifact that is designed as a building or campus dedicated to some specific purpose."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FacsimileTransmission - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Fax&oldid=1054674158"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Facsimile Transmission"@en ; - "Act of Facsimile Transmission"@en , - "Act of Faxing"@en ; - "An Act of Communication by Media in which the Information Content Entity that inheres in a Document is transmitted over a Telephone Network."@en . +cco:FacsimileTransmission rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCommunicationByMedia ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Fax&oldid=1054674158"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Facsimile Transmission"@en ; + skos:altLabel "Act of Facsimile Transmission"@en , + "Act of Faxing"@en ; + skos:definition "An Act of Communication by Media in which the Information Content Entity that inheres in a Document is transmitted over a Telephone Network."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Factory - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Factory&oldid=1064125324"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Factory"@en ; - "A Facility that is designed for manufacturing or refining material products."@en . +cco:Factory rdf:type owl:Class ; + rdfs:subClassOf cco:Facility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Factory&oldid=1064125324"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Factory"@en ; + skos:definition "A Facility that is designed for manufacturing or refining material products."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Family - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Family"@en ; - "A Group of Persons related to one another by ancestry or marriage."@en . +cco:Family rdf:type owl:Class ; + rdfs:subClassOf cco:GroupOfPersons ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Family"@en ; + skos:definition "A Group of Persons related to one another by ancestry or marriage."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Fan - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Fan_(machine)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fan"@en ; - "A Fluid Control Artifact that consists of a rotating arrangement of vanes or blades that are designed to act on a portion of fluid to create flow within it."@en . +cco:Fan rdf:type owl:Class ; + rdfs:subClassOf cco:FluidControlArtifact ; + cco:definition_source "https://en.wikipedia.org/wiki/Fan_(machine)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Fan"@en ; + skos:definition "A Fluid Control Artifact that consists of a rotating arrangement of vanes or blades that are designed to act on a portion of fluid to create flow within it."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FarInfraredLightFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Far Infrared Light Frequency"@en ; - "An Infrared Light Frequency that is between 300 gigahertz and 20 terahertz."@en . +cco:FarInfraredLightFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:InfraredLightFrequency ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Far Infrared Light Frequency"@en ; + skos:definition "An Infrared Light Frequency that is between 300 gigahertz and 20 terahertz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Farm - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Farm&oldid=1058311769"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Farm"@en ; - "An Agricultural Facility that is designed to produce food and other crops."@en . +cco:Farm rdf:type owl:Class ; + rdfs:subClassOf cco:AgriculturalFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Farm&oldid=1058311769"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Farm"@en ; + skos:definition "An Agricultural Facility that is designed to produce food and other crops."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Fatigability - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Fatigability"@en ; - "A Realizable Entity that is realized when its bearer loses strength and tires quickly."@en . +cco:Fatigability rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000017 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Fatigability"@en ; + skos:definition "A Realizable Entity that is realized when its bearer loses strength and tires quickly."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FemaleSex - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://purl.org/obo/owl/PATO#PATO_0000383" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Female Sex"@en ; - "A Biological Sex inhering in an individual that only produces gametes that can be fertilized by male gametes."@en . +cco:FemaleSex rdf:type owl:Class ; + rdfs:subClassOf cco:BiologicalSex ; + cco:definition_source "http://purl.org/obo/owl/PATO#PATO_0000383" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Female Sex"@en ; + skos:definition "A Biological Sex inhering in an individual that only produces gametes that can be fertilized by male gametes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FertilizerArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Fertilizer&oldid=1062923261"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fertilizer Artifact Function"@en ; - "An Enhancing Artifact Function that is realized in processes of supplying soilds or plant tissues with one or more plant nutrients essential to growth."@en . +cco:FertilizerArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:EnhancingArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Fertilizer&oldid=1062923261"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Fertilizer Artifact Function"@en ; + skos:definition "An Enhancing Artifact Function that is realized in processes of supplying soilds or plant tissues with one or more plant nutrients essential to growth."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Filter - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Filter"@en ; - "A Material Artifact that bears a Filter Function."@en . +cco:Filter rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:Artifact + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:FilterFunction + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:Artifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Filter"@en ; + skos:definition "A Material Artifact that bears a Filter Function."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FilterFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment """Although its basic function remains the same, a Filter can be used in 2 different ways: +cco:FilterFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:comment """Although its basic function remains the same, a Filter can be used in 2 different ways: (1) to allow only the desired entities to pass through (e.g. removing dirt from engine oil); or (2) to allow everything except the desired entities to pass through (e.g. panning for gold)."""@en ; - rdfs:label "Filter Function"@en ; - "An Artifact Function that is realized in a process where entities of a specific type or which have specified properties enter it or pass through it."@en . + rdfs:label "Filter Function"@en ; + skos:definition "An Artifact Function that is realized in a process where entities of a specific type or which have specified properties enter it or pass through it."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FiltrationArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Filtration&oldid=1061655528"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Filtration Artifact Function"@en ; - "A Filter Function that is realized in a process in which some solid entity is prevented from moving along with some quantity of liquid."@en . +cco:FiltrationArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:FilterFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Filtration&oldid=1061655528"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Filtration Artifact Function"@en ; + skos:definition "A Filter Function that is realized in a process in which some solid entity is prevented from moving along with some quantity of liquid."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FinancialArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Financial Artifact Function"@en ; - "A Service Artifact Function that is realized in processes of managing money."@en . +cco:FinancialArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ServiceArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Financial Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of managing money."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FinancialFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Financial Facility"@en ; - "A Facility that is designed to support the management of money."@en . +cco:FinancialFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Facility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Financial Facility"@en ; + skos:definition "A Facility that is designed to support the management of money."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FinancialInstrument - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Financial Instrument"@en ; - "A Material Artifact that is designed to be a tradeable asset and that is legally sanctioned."@en . +cco:FinancialInstrument rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Finance&oldid=1062402926"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Financial Instrument"@en ; + skos:definition "A Material Artifact that is designed to be a tradeable asset and that is legally sanctioned."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FinancialValue - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Financial Value"@en ; - "A quality that inheres in an independent continuant to the degree that that independent continuant can serve as a medium of exchange in an economic system at a particular time."@en . +cco:FinancialValue rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Financial Value"@en ; + skos:definition "A quality that inheres in an independent continuant to the degree that that independent continuant can serve as a medium of exchange in an economic system at a particular time."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FinancialValueOfProperty - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Financial Value of Property"@en ; - "Property Value"@en ; - "Financial Value that inheres in an material entity that is the object of an Act of Ownership."@en . +cco:FinancialValueOfProperty rdf:type owl:Class ; + rdfs:subClassOf cco:FinancialValue ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Financial Value of Property"@en ; + skos:altLabel "Property Value"@en ; + skos:definition "Financial Value that inheres in an material entity that is the object of an Act of Ownership."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FireStation - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Fire_station&oldid=1060666629"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Fire Station"@en ; - "Fire Hall"@en , - "Fire House"@en ; - "A Public Safety Facility that is designed for the storage of firefighting apparatus."@en . +cco:FireStation rdf:type owl:Class ; + rdfs:subClassOf cco:PublicSafetyFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Fire_station&oldid=1060666629"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Fire Station"@en ; + skos:altLabel "Fire Hall"@en , + "Fire House"@en ; + skos:definition "A Public Safety Facility that is designed for the storage of firefighting apparatus."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Firearm - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Firearm&oldid=1061216363"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Firearm"@en ; - "A Projectile Launcher that is designed to launch Bullets or Cartridges."@en . +cco:Firearm rdf:type owl:Class ; + rdfs:subClassOf cco:ProjectileLauncher ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Firearm&oldid=1061216363"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Firearm"@en ; + skos:definition "A Projectile Launcher that is designed to launch Bullets or Cartridges."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FirstOrderAdministrativeRegion - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.geonames.org/export/codes.html" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "First-Order Administrative Region"@en ; - "A Government Domain that is a primary administrative division of a Country."@en ; - "a state in the United States" . +cco:FirstOrderAdministrativeRegion rdf:type owl:Class ; + rdfs:subClassOf cco:GeopoliticalEntity , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:Country + ] ; + cco:definition_source "http://www.geonames.org/export/codes.html" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "First-Order Administrative Region"@en ; + skos:definition "A Government Domain that is a primary administrative division of a Country."@en ; + skos:example "a state in the United States" . ### http://www.ontologyrepository.com/CommonCoreOntologies/FixedLineNetworkTelephoneCall - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Fixed Line Network Telephone Call"@en ; - "A Telephone Call transmitted over a telephone network where the telephones are wired into a single telephone exchange."@en . +cco:FixedLineNetworkTelephoneCall rdf:type owl:Class ; + rdfs:subClassOf cco:TelephoneCall ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Fixed Line Network Telephone Call"@en ; + skos:definition "A Telephone Call transmitted over a telephone network where the telephones are wired into a single telephone exchange."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Flat - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Flat"@en ; - "A Shape Quality inhering in a bearer in virtue of the bearer having a horizontal border without a significant deviation."@en . +cco:Flat rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Flat"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a horizontal border without a significant deviation."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FlightTransponder - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Transponder_(aeronautics)&oldid=1052688836"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Flight Transponder"@en ; - "A Radio Transponder that is designed to produce a specified response (typically for identification, location, or status update purposes) when it receives a radio-frequency interrogation."@en . +cco:FlightTransponder rdf:type owl:Class ; + rdfs:subClassOf cco:RadioTransponder ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Transponder_(aeronautics)&oldid=1052688836"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Flight Transponder"@en ; + skos:definition "A Radio Transponder that is designed to produce a specified response (typically for identification, location, or status update purposes) when it receives a radio-frequency interrogation."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FlowControlValve - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Flow_control_valve&oldid=1013438085"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment "Flow Control Valves are often more complex than a simple Valve and typically include an Actuator that is capable of automatically adjusting the state of the valve in response to signals from a connected Sensor or Controller."@en ; - rdfs:label "Flow Control Valve"@en ; - "A Valve that is designed to regulate the flow or Pressure of a fluid."@en . +cco:FlowControlValve rdf:type owl:Class ; + rdfs:subClassOf cco:Valve ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Flow_control_valve&oldid=1013438085"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:comment "Flow Control Valves are often more complex than a simple Valve and typically include an Actuator that is capable of automatically adjusting the state of the valve in response to signals from a connected Sensor or Controller."@en ; + rdfs:label "Flow Control Valve"@en ; + skos:definition "A Valve that is designed to regulate the flow or Pressure of a fluid."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FluidControlArtifact - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fluid Control Artifact"@en ; - "A Material Artifact that is designed to manipulate the flow of a fluid (i.e. a liquid or a gas)."@en . +cco:FluidControlArtifact rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Fluid Control Artifact"@en ; + skos:definition "A Material Artifact that is designed to manipulate the flow of a fluid (i.e. a liquid or a gas)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FluidControlArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fluid Control Artifact Function"@en ; - "An Artifact Function that is realized in processes in which some Artifact is used to control the direction or flow of some fluid."@en . +cco:FluidControlArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Fluid Control Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes in which some Artifact is used to control the direction or flow of some fluid."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Fluorescence - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Fluorescence&oldid=1061358510"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Fluorescence"@en ; - "A Luminescent Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light while absorbing shorter wavelength radiation, but not after."@en . +cco:Fluorescence rdf:type owl:Class ; + rdfs:subClassOf cco:LuminescentProperty ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Fluorescence&oldid=1061358510"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Fluorescence"@en ; + skos:definition "A Luminescent Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light while absorbing shorter wavelength radiation, but not after."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Flywheel - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Flywheel&oldid=1061360783"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Flywheel"@en ; - "A Material Artifact that is designed to store rotational energy such that it has a significant moment of inertia which enables it to resist changes in rotational speed."@en . +cco:Flywheel rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Flywheel&oldid=1061360783"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Flywheel"@en ; + skos:definition "A Material Artifact that is designed to store rotational energy such that it has a significant moment of inertia which enables it to resist changes in rotational speed."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Folded - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Folded"@en ; - "A Shape Quality inhering in a bearer in virtue of one part of the bearer being layered over another connected part."@en . +cco:Folded rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Folded"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of one part of the bearer being layered over another connected part."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Force - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Force"@en ; - "A Process Profile that is the rate of change of an object's Momentum, is the product of an object's Mass and Acceleration with respect to an inertial frame of reference, and is measured in units of Newtons (N)."@en . +cco:Force rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Force"@en ; + skos:definition "A Process Profile that is the rate of change of an object's Momentum, is the product of an object's Mass and Acceleration with respect to an inertial frame of reference, and is measured in units of Newtons (N)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Fort - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Fortification&oldid=1060156408"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Fort"@en ; - "A Military Facility that is designed to support the defense of or solidification of rule over some Geospatial Region and its inhabitants."@en . +cco:Fort rdf:type owl:Class ; + rdfs:subClassOf cco:MilitaryFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Fortification&oldid=1060156408"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Fort"@en ; + skos:definition "A Military Facility that is designed to support the defense of or solidification of rule over some Geospatial Region and its inhabitants."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ForwardOperationsBase - rdf:type owl:Class ; - rdfs:subClassOf ; - "FOB" ; - "https://en.wikipedia.org/w/index.php?title=Forward_operating_base&oldid=1059263624"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Forward Operations Base"@en ; - "Forward Operating Base"@en ; - "A Military Base that is located relatively close to an offensive Area of Operations, is supported by the Base of Operations, and is designed to support local strategic objectives and tactical operations."@en . +cco:ForwardOperationsBase rdf:type owl:Class ; + rdfs:subClassOf cco:MilitaryBase ; + cco:acronym "FOB" ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Forward_operating_base&oldid=1059263624"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Forward Operations Base"@en ; + skos:altLabel "Forward Operating Base"@en ; + skos:definition "A Military Base that is located relatively close to an offensive Area of Operations, is supported by the Base of Operations, and is designed to support local strategic objectives and tactical operations."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FossilFuelPowerPlant - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Fossil_fuel&oldid=1062298144"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Fossil Fuel Power Plant"@en ; - "An Electric Power Station that is designed to convert fossil fuels (e.g. coal, natural gas, or petroleum) into electrical energy."@en . +cco:FossilFuelPowerPlant rdf:type owl:Class ; + rdfs:subClassOf cco:ElectricPowerStation ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Fossil_fuel&oldid=1062298144"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Fossil Fuel Power Plant"@en ; + skos:definition "An Electric Power Station that is designed to convert fossil fuels (e.g. coal, natural gas, or petroleum) into electrical energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FourthOrderAdministrativeRegion - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.geonames.org/export/codes.html" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Fourth-Order Administrative Region"@en ; - "A Government Domain that is a subdivision of a Third-Order Administrative Region."@en . +cco:FourthOrderAdministrativeRegion rdf:type owl:Class ; + rdfs:subClassOf cco:GeopoliticalEntity , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:ThirdOrderAdministrativeRegion + ] ; + cco:definition_source "http://www.geonames.org/export/codes.html" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Fourth-Order Administrative Region"@en ; + skos:definition "A Government Domain that is a subdivision of a Third-Order Administrative Region."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FragmentationArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.dictionary.com/browse/fragmentation" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fragmentation Artifact Function"@en ; - "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired because of a detonation which causes fragmentation."@en . +cco:FragmentationArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:DamagingArtifactFunction ; + cco:definition_source "http://www.dictionary.com/browse/fragmentation" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Fragmentation Artifact Function"@en ; + skos:definition "A Damaging Artifact Function that is realized in a process in which the structural integrity of an entity is impaired because of a detonation which causes fragmentation."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FragranceArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Perfume&oldid=1062785740"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fragrance Artifact Function"@en ; - "An Artifact Function that is realized in processes of perceiving a pleasant or sweet odor."@en . +cco:FragranceArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Perfume&oldid=1062785740"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Fragrance Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes of perceiving a pleasant or sweet odor."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FreightTrainCar - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Goods_wagon&oldid=1062686785"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Freight Train Car"@en ; - "Freight Car"@en ; - "A Train Car that is designed to transport cargo."@en . +cco:FreightTrainCar rdf:type owl:Class ; + rdfs:subClassOf cco:TrainCar ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Goods_wagon&oldid=1062686785"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Freight Train Car"@en ; + skos:altLabel "Freight Car"@en ; + skos:definition "A Train Car that is designed to transport cargo."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Frequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Frequency&oldid=1062800545"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Frequency"@en ; - "Temporal Frequency"@en ; - "A Process Profile that is characterized by the number of repetitive processes during a particular time period."@en . +cco:Frequency rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Frequency&oldid=1062800545"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Frequency"@en ; + skos:altLabel "Temporal Frequency"@en ; + skos:definition "A Process Profile that is characterized by the number of repetitive processes during a particular time period."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FrequencyMeasurementArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Frequency Measurement Artifact Function"@en ; - "A Measurement Artifact Function that is realized during events in which an Artifact is used to measure the Frequency of a specified object or class of objects."@en . +cco:FrequencyMeasurementArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Frequency Measurement Artifact Function"@en ; + skos:definition "A Measurement Artifact Function that is realized during events in which an Artifact is used to measure the Frequency of a specified object or class of objects."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FrictionReductionArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Friction&oldid=1061569068"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Friction Reduction Artifact Function"@en ; - "An Artifact Function that is realized in processes of reducing the force resisting the relative motion of surfaces in contact."@en . +cco:FrictionReductionArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Friction&oldid=1061569068"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Friction Reduction Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes of reducing the force resisting the relative motion of surfaces in contact."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FuelArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Fuel&oldid=1063590518"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fuel Artifact Function"@en ; - "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:FuelArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + 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 ; + skos: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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/FuelCell - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Fuel_cell&oldid=1063586731"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fuel Cell"@en ; - "An Electrical Power Source that consists in part of an anode, a cathode, and an electrolyte; converts chemical energy from a fuel into electricity through a chemical reaction of positively charged hydrogen ions with an oxidizing agent (typically oxygen); and, if given a continuous source of fuel and oxidizing agent, can continuously produce electricity."@en ; - "A Fuel Cell differs from a Battery in that it requires a continuous source of fuel and oxygen to sustain the chemical reaction, whereas a Battery only uses chemicals already stored inside it."@en . +cco:FuelCell rdf:type owl:Class ; + rdfs:subClassOf cco:ElectricalPowerSource ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Fuel_cell&oldid=1063586731"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Fuel Cell"@en ; + skos:definition "An Electrical Power Source that consists in part of an anode, a cathode, and an electrolyte; converts chemical energy from a fuel into electricity through a chemical reaction of positively charged hydrogen ions with an oxidizing agent (typically oxygen); and, if given a continuous source of fuel and oxidizing agent, can continuously produce electricity."@en ; + skos:scopeNote "A Fuel Cell differs from a Battery in that it requires a continuous source of fuel and oxygen to sustain the chemical reaction, whereas a Battery only uses chemicals already stored inside it."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FuelSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Aircraft_fuel_system&oldid=1003132173"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fuel System"@en ; - "A Material Artifact that is designed to pump, manage, and deliver some Portion of Fuel to the Propulsion System and Auxiliary Power Unit of some Vehicle."@en . +cco:FuelSystem rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Aircraft_fuel_system&oldid=1003132173"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Fuel System"@en ; + skos:definition "A Material Artifact that is designed to pump, manage, and deliver some Portion of Fuel to the Propulsion System and Auxiliary Power Unit of some Vehicle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FuelTank - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fuel Tank"@en ; - "A Container that is designed to store a Portion of Fuel."@en . +cco:FuelTank rdf:type owl:Class ; + rdfs:subClassOf cco:Container ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Fuel Tank"@en ; + skos:definition "A Container that is designed to store a Portion of Fuel."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FuelTransferSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fuel Transfer System"@en ; - "A Fluid Control Artifact that is designed to facilitate the transfer of some Portion of Fuel from the Fuel Tank for use in some Engine."@en . +cco:FuelTransferSystem rdf:type owl:Class ; + rdfs:subClassOf cco:FluidControlArtifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Fuel Transfer System"@en ; + skos:definition "A Fluid Control Artifact that is designed to facilitate the transfer of some Portion of Fuel from the Fuel Tank for use in some Engine."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FuelVentilationSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Aircraft_fuel_system&oldid=1003132173"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fuel Ventilation System"@en ; - "A Fluid Control Artifact that is designed to allow air into the Fuel Tank to take the place of burned fuel."@en . +cco:FuelVentilationSystem rdf:type owl:Class ; + rdfs:subClassOf cco:FluidControlArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Aircraft_fuel_system&oldid=1003132173"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Fuel Ventilation System"@en ; + skos:definition "A Fluid Control Artifact that is designed to allow air into the Fuel Tank to take the place of burned fuel."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FullMotionVideoCamera - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Full Motion Video Camera"@en ; - "A Video Camera that is designed to capture and record images of sufficiently high quality and in rapid enough succession that the resulting video supports smooth playback."@en . +cco:FullMotionVideoCamera rdf:type owl:Class ; + rdfs:subClassOf cco:VideoCamera ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Full Motion Video Camera"@en ; + skos:definition "A Video Camera that is designed to capture and record images of sufficiently high quality and in rapid enough succession that the resulting video supports smooth playback."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FullMotionVideoImagingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Full Motion Video Imaging Artifact Function"@en ; - "An Imaging Artifact Function that inheres in Artifacts that are designed to produce video of entities that is of high enough quality to make the represented motion appear continuous to human viewers."@en . +cco:FullMotionVideoImagingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ImagingArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Full Motion Video Imaging Artifact Function"@en ; + skos:definition "An Imaging Artifact Function that inheres in Artifacts that are designed to produce video of entities that is of high enough quality to make the represented motion appear continuous to human viewers."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FundamentalFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Fundamental Frequency"@en ; - "A Sound Frequency that is the lowest Frequency of a Sound Wave."@en . +cco:FundamentalFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:SoundFrequency ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Fundamental Frequency"@en ; + skos:definition "A Sound Frequency that is the lowest Frequency of a Sound Wave."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Funeral - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Funeral&oldid=1060270978"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Funeral"@en ; - "Act of Funeral Ceremony"@en ; - "An Act of Ceremony in which the Life of a Person who has died is celebrated, sanctified, or remembered."@en . +cco:Funeral rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCeremony ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Funeral&oldid=1060270978"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Funeral"@en ; + skos:altLabel "Act of Funeral Ceremony"@en ; + skos:definition "An Act of Ceremony in which the Life of a Person who has died is celebrated, sanctified, or remembered."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FungicideArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Fungicide&oldid=1056769271"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Fungicide Artifact Function"@en ; - "An Anti-Microbial Artifact Function that is realized in a process which causes harm to, or the death of, some fungus or fungal spore."@en . +cco:FungicideArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:AntiMicrobialArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Fungicide&oldid=1056769271"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Fungicide Artifact Function"@en ; + skos:definition "An Anti-Microbial Artifact Function that is realized in a process which causes harm to, or the death of, some fungus or fungal spore."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GS1DataBar - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment "Further variants of GS1 DataBar have not been defined here."@en ; - rdfs:label "GS1 DataBar Barcode"@en ; - "A One-Dimensional Barcode that consists of 12-14 numerical digits and is used in retail and healthcare."@en . +cco:GS1DataBar rdf:type owl:Class ; + rdfs:subClassOf cco:OneDimensionalBarcode ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:comment "Further variants of GS1 DataBar have not been defined here."@en ; + rdfs:label "GS1 DataBar Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of 12-14 numerical digits and is used in retail and healthcare."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfDependentContinuant - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Gain of Dependent Continuant"@en ; - "A Change in which an Independent Continuant becomes the bearer or carrier of some Dependent Continuant."@en . +cco:GainOfDependentContinuant rdf:type owl:Class ; + rdfs:subClassOf cco:Change ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Gain of Dependent Continuant"@en ; + skos:definition "A Change in which an Independent Continuant becomes the bearer or carrier of some Dependent Continuant."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfDisposition - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] - ] ; - "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 BFO 'occupies temporal region' property) that the Entity bears the Disposition."@en ; - rdfs:label "Gain of Disposition"@en ; - "A Gain of Realizable Entity in which some Independent Continuant becomes the bearer of some Disposition."@en . +cco:GainOfDisposition rdf:type owl:Class ; + rdfs:subClassOf cco:GainOfRealizableEntity , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000057 ; + owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom obo:BFO_0000016 + ] + ) ; + rdf:type owl:Class + ] + ] ; + 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 BFO 'occupies temporal region' property) that the Entity bears the Disposition."@en ; + rdfs:label "Gain of Disposition"@en ; + skos:definition "A Gain of Realizable Entity in which some Independent Continuant becomes the bearer of some Disposition."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfFunction - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] - ] ; - "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 BFO 'occupies temporal region' property) that the Entity bears the Function."@en ; - rdfs:label "Gain of Function"@en ; - "A Gain of Disposition in which some Independent Continuant becomes the bearer of some Function."@en . +cco:GainOfFunction rdf:type owl:Class ; + rdfs:subClassOf cco:GainOfDisposition , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000057 ; + owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom obo:BFO_0000034 + ] + ) ; + rdf:type owl:Class + ] + ] ; + 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 BFO 'occupies temporal region' property) that the Entity bears the Function."@en ; + rdfs:label "Gain of Function"@en ; + skos:definition "A Gain of Disposition in which some Independent Continuant becomes the bearer of some Function."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfGenericallyDependentContinuant - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Gain of Generically Dependent Continuant"@en ; - "A Gain of Dependent Continuant wherein some Independent Continuant becomes the carrier of some Generically Dependent Continuant."@en ; - "A Person forms a Plan, A Person is initiated into a Religion, A photgraphic image is produced." . +cco:GainOfGenericallyDependentContinuant rdf:type owl:Class ; + rdfs:subClassOf cco:GainOfDependentContinuant , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000057 ; + owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom obo:BFO_0000031 + ] + ) ; + rdf:type owl:Class + ] + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Gain of Generically Dependent Continuant"@en ; + skos:definition "A Gain of Dependent Continuant wherein some Independent Continuant becomes the carrier of some Generically Dependent Continuant."@en ; + skos:example "A Person forms a Plan, A Person is initiated into a Religion, A photgraphic image is produced." . ### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfQuality - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Gain of Quality"@en ; - "A Gain of Specifically Dependent Continuant in which an Independent Continuant becomes the bearer of some Quality."@en ; - "A person becoming pregnant." . +cco:GainOfQuality rdf:type owl:Class ; + rdfs:subClassOf cco:GainOfSpecificallyDependentContinuant , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000057 ; + owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom obo:BFO_0000019 + ] + ) ; + rdf:type owl:Class + ] + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Gain of Quality"@en ; + skos:definition "A Gain of Specifically Dependent Continuant in which an Independent Continuant becomes the bearer of some Quality."@en ; + skos:example "A person becoming pregnant." . ### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfRealizableEntity - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Gain of Realizable Entity"@en ; - "A Gain of Specifically Dependent Continuant in which some Independent Continuant becomes the bearer of some Realizable Entity."@en ; - "An informant becomes unreliable (disposition), A person begins to speak French (function), a person becomes a welder (role)." . +cco:GainOfRealizableEntity rdf:type owl:Class ; + rdfs:subClassOf cco:GainOfSpecificallyDependentContinuant , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000057 ; + owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom obo:BFO_0000017 + ] + ) ; + rdf:type owl:Class + ] + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Gain of Realizable Entity"@en ; + skos:definition "A Gain of Specifically Dependent Continuant in which some Independent Continuant becomes the bearer of some Realizable Entity."@en ; + skos:example "An informant becomes unreliable (disposition), A person begins to speak French (function), a person becomes a welder (role)." . ### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfRole - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] - ] ; - "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 Role."@en ; - rdfs:label "Gain of Role"@en ; - "A Gain of Realizable Entity in which some Independent Continuant becomes bearer of some Role."@en . +cco:GainOfRole rdf:type owl:Class ; + rdfs:subClassOf cco:GainOfRealizableEntity , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000057 ; + owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom obo:BFO_0000023 + ] + ) ; + rdf:type owl:Class + ] + ] ; + 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 Role."@en ; + rdfs:label "Gain of Role"@en ; + skos:definition "A Gain of Realizable Entity in which some Independent Continuant becomes bearer of some Role."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfSpecificallyDependentContinuant - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Gain of Specifically Dependent Continuant"@en ; - "A Gain of Dependent Continuant in which some Independent Continuant becomes the bearer of some Specifically Dependent Continuant."@en ; - "A Person becomes pregnant (gain of quality), A person becomes forgetful (gain of disposition), A vehicle becomes amphibious (gain of function), A Person becomes a Database Administrator (gain of role)." . +cco:GainOfSpecificallyDependentContinuant rdf:type owl:Class ; + rdfs:subClassOf cco:GainOfDependentContinuant , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000057 ; + owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom obo:BFO_0000020 + ] + ) ; + rdf:type owl:Class + ] + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Gain of Specifically Dependent Continuant"@en ; + skos:definition "A Gain of Dependent Continuant in which some Independent Continuant becomes the bearer of some Specifically Dependent Continuant."@en ; + skos:example "A Person becomes pregnant (gain of quality), A person becomes forgetful (gain of disposition), A vehicle becomes amphibious (gain of function), A Person becomes a Database Administrator (gain of role)." . ### http://www.ontologyrepository.com/CommonCoreOntologies/GammaRayFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Gamma_ray&oldid=1062115897"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment """Currently gamma radiation is distinguished from x-rays by their source--either inside or outside of the nucleus--rather than by frequency, energy, and wavelength. +cco:GammaRayFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:ElectromagneticRadiationFrequency ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Gamma_ray&oldid=1062115897"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment """Currently gamma radiation is distinguished from x-rays by their source--either inside or outside of the nucleus--rather than by frequency, energy, and wavelength. https://en.wikipedia.org/wiki/Gamma_ray#Naming_conventions_and_overlap_in_terminology"""@en ; - rdfs:label "Gamma Ray Frequency"@en ; - "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is above 30 exahertz."@en . + rdfs:label "Gamma Ray Frequency"@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is above 30 exahertz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GammaRayTelescope - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Telescope&oldid=1057722342"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Gamma-ray Telescope"@en ; - "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing Gamma-rays to form an enhanced image of the Object."@en . +cco:GammaRayTelescope rdf:type owl:Class ; + rdfs:subClassOf cco:Telescope ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telescope&oldid=1057722342"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Gamma-ray Telescope"@en ; + skos:definition "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing Gamma-rays to form an enhanced image of the Object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GasProcessingFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Natural-gas_processing&oldid=1056700541"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Gas Processing Facility"@en ; - "A Refinery that is designed for refining natural gas into products of value."@en . +cco:GasProcessingFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Refinery ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Natural-gas_processing&oldid=1056700541"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Gas Processing Facility"@en ; + skos:definition "A Refinery that is designed for refining natural gas into products of value."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GasTurbine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Gas_turbine&oldid=1062398125"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Gas Turbine"@en ; - "Combustion Turbine"@en ; - "An Internal Combustion Engine that has a rotating compressor and a turbine and is designed to operate utilizing continous Combustion to produce Thrust, either directly via exhaust or indirectly via a prop."@en . +cco:GasTurbine rdf:type owl:Class ; + rdfs:subClassOf cco:InternalCombustionEngine ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Gas_turbine&oldid=1062398125"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Gas Turbine"@en ; + skos:altLabel "Combustion Turbine"@en ; + skos:definition "An Internal Combustion Engine that has a rotating compressor and a turbine and is designed to operate utilizing continous Combustion to produce Thrust, either directly via exhaust or indirectly via a prop."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeneratorControlUnit - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Generator Control Unit"@en ; - "A Control System that is designed to regulate the voltage of some Electrical Power Source."@en . +cco:GeneratorControlUnit rdf:type owl:Class ; + rdfs:subClassOf cco:ControlSystem ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Generator Control Unit"@en ; + skos:definition "A Control System that is designed to regulate the voltage of some Electrical Power Source."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeographicFeature - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Geographic Feature"@en ; - "An Environmental Feature that is a natural (i.e. not human made) topographical feature having a (relatively) stable location in some Geospatial Region which can be designated by location-specific data."@en . +cco:GeographicFeature rdf:type owl:Class ; + rdfs:subClassOf cco:EnvironmentalFeature ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Geographic Feature"@en ; + skos:definition "An Environmental Feature that is a natural (i.e. not human made) topographical feature having a (relatively) stable location in some Geospatial Region which can be designated by location-specific data."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalEntity - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Government Domain"@en ; - "A Delimiting Domain that delimits the authority of a Government to exercise its control within the bounded area."@en . +cco:GeopoliticalEntity rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:DelimitingDomain + [ rdf:type owl:Restriction ; + owl:onProperty cco:delimits ; + owl:someValuesFrom cco:Government + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:DelimitingDomain ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Government Domain"@en ; + skos:definition "A Delimiting Domain that delimits the authority of a Government to exercise its control within the bounded area."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalEntityBorder - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Border&oldid=1061275162"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Government Domain Border"@en ; - "A Geospatial Boundary that is a boundary of some Government Domain."@en . +cco:GeopoliticalEntityBorder rdf:type owl:Class ; + rdfs:subClassOf cco:GeospatialBoundary ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Border&oldid=1061275162"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Government Domain Border"@en ; + skos:definition "A Geospatial Boundary that is a boundary of some Government Domain."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalOrganization - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "Lee, David S., and Brad Glosserman. “How Companies Can Navigate Today’s Geopolitical Risks.” Harvard Business Review, 28 Nov. 2022. hbr.org, https://hbr.org/2022/11/how-companies-can-navigate-todays-geopolitical-risks." , - "University, Utah State. Geopolitical Power | Aggies GO. https://chass.usu.edu/international-studies/aggies-go/power. Accessed 6 Apr. 2023." ; - "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; - "https://cubrc.org"^^xsd:anyURI ; - "https://chass.usu.edu/international-studies/aggies-go/power" , - "https://hbr.org/2022/11/how-companies-can-navigate-todays-geopolitical-risks" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Geopolitical Organization"@en ; - "An Organization that bears a Geopolitical Power Role."@en ; - "Geopolitical Organization"@en . +cco:GeopoliticalOrganization rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:Organization + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:GeopoliticalPowerRole + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:Organization ; + dcterms:bibliographicCitation "Lee, David S., and Brad Glosserman. “How Companies Can Navigate Today’s Geopolitical Risks.” Harvard Business Review, 28 Nov. 2022. hbr.org, https://hbr.org/2022/11/how-companies-can-navigate-todays-geopolitical-risks." , + "University, Utah State. Geopolitical Power | Aggies GO. https://chass.usu.edu/international-studies/aggies-go/power. Accessed 6 Apr. 2023." ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + cco:definition_source "https://chass.usu.edu/international-studies/aggies-go/power" , + "https://hbr.org/2022/11/how-companies-can-navigate-todays-geopolitical-risks" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Geopolitical Organization"@en ; + skos:definition "An Organization that bears a Geopolitical Power Role."@en ; + skos:prefLabel "Geopolitical Organization"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeopoliticalPowerRole - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "University, Utah State. Geopolitical Power | Aggies GO. https://chass.usu.edu/international-studies/aggies-go/power. Accessed 6 Apr. 2023." ; - "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; - "https://cubrc.org"^^xsd:anyURI ; - "https://chass.usu.edu/international-studies/aggies-go/power" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Geopolitical Power Role"@en ; - "A Role had by an Organization, that is perceived by an International Community as capable of performing influential acts in that community, and which would be realized in performing such acts."@en ; - "Geopolitical Power Role"@en . +cco:GeopoliticalPowerRole rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000197 ; + owl:someValuesFrom cco:Organization + ] ; + dcterms:bibliographicCitation "University, Utah State. Geopolitical Power | Aggies GO. https://chass.usu.edu/international-studies/aggies-go/power. Accessed 6 Apr. 2023." ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + cco:definition_source "https://chass.usu.edu/international-studies/aggies-go/power" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Geopolitical Power Role"@en ; + skos:definition "A Role had by an Organization, that is perceived by an International Community as capable of performing influential acts in that community, and which would be realized in performing such acts."@en ; + skos:prefLabel "Geopolitical Power Role"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialBoundary - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "One-Dimensional Geospatial Boundary"@en ; - "A Fiat Line that is a boundary of some Geospatial Region."@en . +cco:GeospatialBoundary rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000142 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "One-Dimensional Geospatial Boundary"@en ; + skos:definition "A Fiat Line that is a boundary of some Geospatial Region."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialCoordinateReferenceSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Geospatial Coordinate Reference System"@en ; - "Geographic Coordinate System"@en ; - "A Spatial Reference System that is used to determine and identify the location of a point or object at or near the surface of the Earth."@en . +cco:GeospatialCoordinateReferenceSystem rdf:type owl:Class ; + rdfs:subClassOf cco:SpatialReferenceSystem ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Geospatial Coordinate Reference System"@en ; + skos:altLabel "Geographic Coordinate System"@en ; + skos:definition "A Spatial Reference System that is used to determine and identify the location of a point or object at or near the surface of the Earth."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialEllipse - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Geospatial Ellipse"@en ; - "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:GeospatialEllipse rdf:type owl:Class ; + rdfs:subClassOf cco:GeospatialBoundary ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Geospatial Ellipse"@en ; + skos: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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialErrorRegion - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Geospatial Error Region"@en ; - "A One-Dimensional Geospatial Boundary that bounds some Geospatial Region according to probability estimations for locating some object within it."@en . +cco:GeospatialErrorRegion rdf:type owl:Class ; + rdfs:subClassOf cco:GeospatialBoundary ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Geospatial Error Region"@en ; + skos:definition "A One-Dimensional Geospatial Boundary that bounds some Geospatial Region according to probability estimations for locating some object within it."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLine - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Geospatial Line"@en ; - "A Geospatial Line String that has only two vertices."@en . +cco:GeospatialLine rdf:type owl:Class ; + rdfs:subClassOf cco:GeospatialLineString ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Geospatial Line"@en ; + skos:definition "A Geospatial Line String that has only two vertices."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLineString - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Geospatial Line String"@en ; - "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:GeospatialLineString rdf:type owl:Class ; + rdfs:subClassOf cco:GeospatialBoundary ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Geospatial Line String"@en ; + skos: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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialLocation - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Geospatial Location"@en ; - "A Geospatial Region that is at which an Entity or Event is located."@en . +cco:GeospatialLocation rdf:type owl:Class ; + rdfs:subClassOf cco:GeospatialRegion , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000124 ; + owl:someValuesFrom obo:BFO_0000001 + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Geospatial Location"@en ; + skos:definition "A Geospatial Region that is at which an Entity or Event is located."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialPolygon - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Geospatial Polygon"@en ; - "A Geospatial Line String that has at least three vertices where the connecting lines form a closed loop."@en . +cco:GeospatialPolygon rdf:type owl:Class ; + rdfs:subClassOf cco:GeospatialLineString ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Geospatial Polygon"@en ; + skos:definition "A Geospatial Line String that has at least three vertices where the connecting lines form a closed loop."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialPosition - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Geospatial Position"@en ; - "A Fiat Point that is at or near the surface of the Earth and fixed according to some Geospatial Coordinate Reference System."@en . +cco:GeospatialPosition rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000147 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Geospatial Position"@en ; + skos:definition "A Fiat Point that is at or near the surface of the Earth and fixed according to some Geospatial Coordinate Reference System."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegion - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Geospatial Region"@en ; - "A Site that is at or near the surface of the Earth."@en . +cco:GeospatialRegion rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000029 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Geospatial Region"@en ; + skos:definition "A Site that is at or near the surface of the Earth."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegionBoundingBox - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Geospatial Region Bounding Box"@en ; - "A Geospatial Polygon that has some Geospatial Region as a non-tangential proper part."@en . +cco:GeospatialRegionBoundingBox rdf:type owl:Class ; + rdfs:subClassOf cco:GeospatialPolygon ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Geospatial Region Bounding Box"@en ; + skos:definition "A Geospatial Polygon that has some Geospatial Region as a non-tangential proper part."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeospatialRegionBoundingBoxIdentifierList - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Geospatial Region Bounding Box Identifier List"@en ; - "A Measurement Unit of Geocoordinate that is comprised of 4 pairs of coordinates, one for each of the 4 defining points (North, West, South, East) of a Geospatial Region Bounding Box."@en . +cco:GeospatialRegionBoundingBoxIdentifierList rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnitOfGeocoordinate ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Geospatial Region Bounding Box Identifier List"@en ; + skos:definition "A Measurement Unit of Geocoordinate that is comprised of 4 pairs of coordinates, one for each of the 4 defining points (North, West, South, East) of a Geospatial Region Bounding Box."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Gimbal - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Gimbal&oldid=1053306885"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Gimbal"@en ; - "An Equipment Mount that consists of a pivoted support that allows an Artifact to Rotate about one or more Axes."@en . +cco:Gimbal rdf:type owl:Class ; + rdfs:subClassOf cco:EquipmentMount ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Gimbal&oldid=1053306885"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Gimbal"@en ; + skos:definition "An Equipment Mount that consists of a pivoted support that allows an Artifact to Rotate about one or more Axes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GoldColor - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Gold Color"@en ; - "A Color that resembles a yellow-orange Hue with the added feature of having a metallic shine."@en . +cco:GoldColor rdf:type owl:Class ; + rdfs:subClassOf cco:Color ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Gold Color"@en ; + skos:definition "A Color that resembles a yellow-orange Hue with the added feature of having a metallic shine."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Government - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "https://cubrc.org"^^xsd:anyURI ; - "https://en.wikipedia.org/w/index.php?title=Government&oldid=1063736308"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Government"@en ; - "An Organization that is the highest legitimate authority delimited by some Delimiting Domain and that exercises executive, legislative, or judicial authority in that Domain."@en ; - "Highest legitimate authority should not be confused with highest legitimate authority of a particular kind. For example, while the judicial branch of the United States government has the highest judicial authority in a Delimiting Domain, it is not the highest legitimate authority delimited by that domain. The combination of executive, judicial, and legislative branches is higher because it wields more legitimate authority than any branch on its own."@en , - "Importantly, the definition states \"highest legitimate authority delimited by some Delimiting Domain\" and not \"highest legitimate authority in some Delimiting Domain.\" The government of Wales is the highest legitimate authority delimited by some Delimiting Domain but it is not the highest legitimate authority in that domain, which would be the government of the United Kingdom."@en . +cco:Government rdf:type owl:Class ; + rdfs:subClassOf cco:Organization , + [ rdf:type owl:Restriction ; + owl:onProperty cco:is_delimited_by ; + owl:someValuesFrom cco:DelimitingDomain + ] ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Government&oldid=1063736308"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Government"@en ; + skos:definition "An Organization that is the highest legitimate authority delimited by some Delimiting Domain and that exercises executive, legislative, or judicial authority in that Domain."@en ; + skos:editorialNote "Highest legitimate authority should not be confused with highest legitimate authority of a particular kind. For example, while the judicial branch of the United States government has the highest judicial authority in a Delimiting Domain, it is not the highest legitimate authority delimited by that domain. The combination of executive, judicial, and legislative branches is higher because it wields more legitimate authority than any branch on its own."@en , + "Importantly, the definition states \"highest legitimate authority delimited by some Delimiting Domain\" and not \"highest legitimate authority in some Delimiting Domain.\" The government of Wales is the highest legitimate authority delimited by some Delimiting Domain but it is not the highest legitimate authority in that domain, which would be the government of the United Kingdom."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GovernmentAgency - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Government Organization"@en ; - "An Organization that is part of a Government and is responsible for the oversight or administration of specific governmental functions."@en . +cco:GovernmentAgency rdf:type owl:Class ; + rdfs:subClassOf cco:Organization , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:Government + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Government Organization"@en ; + skos:definition "An Organization that is part of a Government and is responsible for the oversight or administration of specific governmental functions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GovernmentArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Government&oldid=1063736308"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Government Artifact Function"@en ; - "A Service Artifact Function that is realized in processes in which public policy is administered and the actions of its members are directed."@en . +cco:GovernmentArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ServiceArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Government&oldid=1063736308"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Government Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes in which public policy is administered and the actions of its members are directed."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GovernmentBuilding - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Administration_(government)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Government Building"@en ; - "A Facility that is designed for the administration of a community."@en . +cco:GovernmentBuilding rdf:type owl:Class ; + rdfs:subClassOf cco:Facility ; + cco:definition_source "https://en.wikipedia.org/wiki/Administration_(government)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Government Building"@en ; + skos:definition "A Facility that is designed for the administration of a community."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GovernmentOfACountry - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; - "2023-02-08T19:54:46-05:00"^^xsd:dateTime ; - "https://cubrc.org"^^xsd:anyURI ; - "https://avalon.law.yale.edu/20th_century/intam03.asp" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Government of a Country"@en ; - "A Government that has legitimate authority within and is delimited by a Domain of a Country."@en ; - "Government of a Country"@en . +cco:GovernmentOfACountry rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:Government + [ rdf:type owl:Restriction ; + owl:onProperty cco:is_delimited_by ; + owl:someValuesFrom cco:Country + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:Government ; + dcterms:bibliographicCitation "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; + dcterms:created "2023-02-08T19:54:46-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + cco:definition_source "https://avalon.law.yale.edu/20th_century/intam03.asp" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Government of a Country"@en ; + skos:definition "A Government that has legitimate authority within and is delimited by a Domain of a Country."@en ; + skos:prefLabel "Government of a Country"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Green - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Green"@en ; - "A Color that is between Yellow and Cyan with a wavelength in the visible spectrum, typically between 520 to 560 nanometers."@en . +cco:Green rdf:type owl:Class ; + rdfs:subClassOf cco:Color ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Green"@en ; + skos:definition "A Color that is between Yellow and Cyan with a wavelength in the visible spectrum, typically between 520 to 560 nanometers."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GreenwichMeanTimeZoneIdentifier - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Greenwich Mean Time (GMT) is the mean solar time at the Royal Observatory in Greenwich, London and has been superseded by Coordinated Universal Time (UTC)."@en ; - rdfs:label "Greenwich Mean Time Zone Identifier"@en ; - "A Time Zone Identifier that designates a spatial region where the local time is calculated according to the specified offset from Greenwich Mean Time."@en . +cco:GreenwichMeanTimeZoneIdentifier rdf:type owl:Class ; + rdfs:subClassOf cco:TimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Greenwich Mean Time (GMT) is the mean solar time at the Royal Observatory in Greenwich, London and has been superseded by Coordinated Universal Time (UTC)."@en ; + rdfs:label "Greenwich Mean Time Zone Identifier"@en ; + skos:definition "A Time Zone Identifier that designates a spatial region where the local time is calculated according to the specified offset from Greenwich Mean Time."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GregorianDay - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:comment "A Gregorian Day is twenty-four Hours in duration."@en ; - rdfs:label "Gregorian Day"@en ; - "A Calendar Day in the Gregorian Calendar."@en . +cco:GregorianDay rdf:type owl:Class ; + rdfs:subClassOf cco:CalendarDay ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:comment "A Gregorian Day is twenty-four Hours in duration."@en ; + rdfs:label "Gregorian Day"@en ; + skos:definition "A Calendar Day in the Gregorian Calendar."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GregorianYear - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:comment "A Gregorian Year begins concurrently with January 1, ends concurrently with December 31, and has an average duration of exactly 365.2425 Gregorian Days. The Gregorian Year is based upon the vernal equinox year. Unless otherwise stated, instances of Calendar Year are assumed to be instances of Gregorian Year since the Gregorian Calendar is the most widely used civil Calendar System."@en ; - rdfs:label "Gregorian Year"@en ; - "A Calendar Year in the Gregorian Calendar."@en . +cco:GregorianYear rdf:type owl:Class ; + rdfs:subClassOf cco:CalendarYear ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:comment "A Gregorian Year begins concurrently with January 1, ends concurrently with December 31, and has an average duration of exactly 365.2425 Gregorian Days. The Gregorian Year is based upon the vernal equinox year. Unless otherwise stated, instances of Calendar Year are assumed to be instances of Gregorian Year since the Gregorian Calendar is the most widely used civil Calendar System."@en ; + rdfs:label "Gregorian Year"@en ; + skos:definition "A Calendar Year in the Gregorian Calendar."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Grenade - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Grenade&oldid=1060366148"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Grenade"@en ; - "Hand Grenade"@en ; - "An Explosive Weapon that is designed to be relatively small and to be thrown by hand."@en . +cco:Grenade rdf:type owl:Class ; + rdfs:subClassOf cco:ExplosiveWeapon ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Grenade&oldid=1060366148"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Grenade"@en ; + skos:altLabel "Hand Grenade"@en ; + skos:definition "An Explosive Weapon that is designed to be relatively small and to be thrown by hand."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Grey - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Grey"@en ; - "A Color between white and black colors."@en . +cco:Grey rdf:type owl:Class ; + rdfs:subClassOf cco:Color ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Grey"@en ; + skos:definition "A Color between white and black colors."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GroceryStore - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Grocery_store&oldid=1060022873"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Grocery Store"@en ; - "A Commercial Facility that is designed to sell food."@en . +cco:GroceryStore rdf:type owl:Class ; + rdfs:subClassOf cco:RetailFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Grocery_store&oldid=1060022873"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Grocery Store"@en ; + skos:definition "A Commercial Facility that is designed to sell food."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GroundMotorVehicle - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Motor_vehicle&oldid=1063627395"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Ground Motor Vehicle"@en ; - "A Ground Vehicle that is designed to receive its motive power from an Engine and is not designed to travel on rails."@en . +cco:GroundMotorVehicle rdf:type owl:Class ; + rdfs:subClassOf cco:GroundVehicle ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Motor_vehicle&oldid=1063627395"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Ground Motor Vehicle"@en ; + skos:definition "A Ground Vehicle that is designed to receive its motive power from an Engine and is not designed to travel on rails."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GroundMovingTargetIndicationArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Ground Moving Target Indication Artifact Function"@en ; - "A Moving Target Indication Artifact Function that inheres in Artifacts that are designed to identify and track entities moving on or near the ground."@en . +cco:GroundMovingTargetIndicationArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:MovingTargetIndicationArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Ground Moving Target Indication Artifact Function"@en ; + skos:definition "A Moving Target Indication Artifact Function that inheres in Artifacts that are designed to identify and track entities moving on or near the ground."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GroundTrack - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Ground_track&oldid=1058025510"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Ground Track"@en ; - "Ground Trace"@en ; - "A One-Dimensional Spatial Region defined by the line formed on the surface of an Astronomical Body by projecting an imaginary line from the center of the tracked Object to the center of the Astronomical Body as the Object travels above the surface."@en ; - "The Ground Track is the line on the surface of the Earth or other Astronomical Body that is located directly below the Object Track."@en . +cco:GroundTrack rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ground_track&oldid=1058025510"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Ground Track"@en ; + skos:altLabel "Ground Trace"@en ; + skos:definition "A One-Dimensional Spatial Region defined by the line formed on the surface of an Astronomical Body by projecting an imaginary line from the center of the tracked Object to the center of the Astronomical Body as the Object travels above the surface."@en ; + skos:scopeNote "The Ground Track is the line on the surface of the Earth or other Astronomical Body that is located directly below the Object Track."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GroundTrackPoint - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Ground Track Point"@en ; - "A Zero-Dimensional Spatial Region that is an idealized point located on the surface of an Astronomical Body directly below an Object Track Point."@en . +cco:GroundTrackPoint rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000018 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Ground Track Point"@en ; + skos:definition "A Zero-Dimensional Spatial Region that is an idealized point located on the surface of an Astronomical Body directly below an Object Track Point."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GroundVehicle - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Category:Land_vehicles&oldid=546083623"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Ground Vehicle"@en ; - "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by some form of ground travel."@en . +cco:GroundVehicle rdf:type owl:Class ; + rdfs:subClassOf cco:Vehicle ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Category:Land_vehicles&oldid=546083623"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Ground Vehicle"@en ; + skos:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by some form of ground travel."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GroupOfAgents - rdf:type owl:Class ; - rdfs:subClassOf , - [ owl:intersectionOf ( [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Group of Agents"@en ; - "An Object Aggregate that has only Agents as parts."@en . +cco:GroupOfAgents rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000027 , + [ owl:intersectionOf ( [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000115 ; + owl:someValuesFrom cco:Agent + ] + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000115 ; + owl:allValuesFrom cco:Agent + ] + ) ; + rdf:type owl:Class + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Group of Agents"@en ; + skos:definition "An Object Aggregate that has only Agents as parts."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GroupOfOrganizations - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Group of Organizations"@en ; - "A Group of Agents that has only Organizations as parts."@en . +cco:GroupOfOrganizations rdf:type owl:Class ; + rdfs:subClassOf cco:GroupOfAgents , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:someValuesFrom cco:Organization + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom cco:Organization + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Group of Organizations"@en ; + skos:definition "A Group of Agents that has only Organizations as parts."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GroupOfPersons - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:allValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Group of Persons"@en ; - "A Group of Agents that has only Persons as parts."@en . +cco:GroupOfPersons rdf:type owl:Class ; + rdfs:subClassOf cco:GroupOfAgents , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:someValuesFrom cco:Person + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:allValuesFrom cco:Person + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Group of Persons"@en ; + skos:definition "A Group of Agents that has only Persons as parts."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HairColor - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Hair Color"@en ; - "A Quality inhering in a portion of Hair by virtue of its color."@en . +cco:HairColor rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Hair Color"@en ; + skos:definition "A Quality inhering in a portion of Hair by virtue of its color."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HandGun - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Handgun&oldid=1060570395"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Hand Gun"@en ; - "A Firearm that is designed to have a relatively short barrel and to be held in one or two hands and to be fired without being braced against the shoulder."@en . +cco:HandGun rdf:type owl:Class ; + rdfs:subClassOf cco:Firearm ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Handgun&oldid=1060570395"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Hand Gun"@en ; + skos:definition "A Firearm that is designed to have a relatively short barrel and to be held in one or two hands and to be fired without being braced against the shoulder."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HardXrayFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Hard X-ray Frequency"@en ; - "An X-Ray Frequency that is between 3 and 30 exahertz."@en . +cco:HardXrayFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:XrayFrequency ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Hard X-ray Frequency"@en ; + skos:definition "An X-Ray Frequency that is between 3 and 30 exahertz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Hardness - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Hardness"@en ; - "A Quality that inheres in a bearer in virtue of the degree to which it can be turned, bowed, or twisted without breaking."@en . +cco:Hardness rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Hardness"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the degree to which it can be turned, bowed, or twisted without breaking."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Hazel - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Hazel"@en ; - "A Color that is a combination of Brown and Green, typically associated with eye color."@en . +cco:Hazel rdf:type owl:Class ; + rdfs:subClassOf cco:Color ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Hazel"@en ; + skos:definition "A Color that is a combination of Brown and Green, typically associated with eye color."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HealingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Healing&oldid=1053920678"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Healing Artifact Function"@en ; - "An Artifact Function that is realized in a process in which health is restored to an unbalanced, diseased, or damaged organism."@en . +cco:HealingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Healing&oldid=1053920678"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Healing Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which health is restored to an unbalanced, diseased, or damaged organism."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HealthcareArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Health_care&oldid=1064015344"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Healthcare Artifact Function"@en ; - "A Service Artifact Function that is realized in processes of treating and preventing illness."@en . +cco:HealthcareArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ServiceArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Health_care&oldid=1064015344"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Healthcare Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of treating and preventing illness."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HealthcareFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Medicine&oldid=1062226814"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Healthcare Facility"@en ; - "A Facility that is designed for the diagnosis, treatment, and prevention of disease."@en . +cco:HealthcareFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Facility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Medicine&oldid=1062226814"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Healthcare Facility"@en ; + skos:definition "A Facility that is designed for the diagnosis, treatment, and prevention of disease."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HearingAid - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Hearing_aid&oldid=1062688647"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Hearing Aid"@en ; - "A Medical Artifact that is designed to improve hearing for its user."@en . +cco:HearingAid rdf:type owl:Class ; + rdfs:subClassOf cco:MedicalArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hearing_aid&oldid=1062688647"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Hearing Aid"@en ; + skos:definition "A Medical Artifact that is designed to improve hearing for its user."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HeatEngine - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Heat Engine"@en ; - "An Engine that is designed to convert thermal energy into mechanical energy."@en . +cco:HeatEngine rdf:type owl:Class ; + rdfs:subClassOf cco:Engine ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Heat Engine"@en ; + skos:definition "An Engine that is designed to convert thermal energy into mechanical energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HeatSink - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Heat_sink&oldid=1062822080"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Heat Sink"@en ; - "A Material Artifact that is designed to regulate the temperature of a computer by the passive transfer of heat away from other components in the computer."@en . +cco:HeatSink rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Heat_sink&oldid=1062822080"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Heat Sink"@en ; + skos:definition "A Material Artifact that is designed to regulate the temperature of a computer by the passive transfer of heat away from other components in the computer."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HeatingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Heating Artifact Function"@en ; - "An Artifact Function that is realized in a process in which the thermal energy of a system increases."@en . +cco:HeatingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Heating Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which the thermal energy of a system increases."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HeatingSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Heating System"@en ; - "An Environment Control System that is designed to heat the air or objects in a Site."@en . +cco:HeatingSystem rdf:type owl:Class ; + rdfs:subClassOf cco:EnvironmentControlSystem ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Heating System"@en ; + skos:definition "An Environment Control System that is designed to heat the air or objects in a Site."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HeavyMachineGun - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Heavy_machine_gun&oldid=1047303735"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Heavy Machine Gun"@en ; - "A Mounted Gun that is designed to fire ammunition greater than .50 caliber or 12.7mm ammunition in quick succession from an ammunition belt, and which typically weighs more than 30lbs."@en . +cco:HeavyMachineGun rdf:type owl:Class ; + rdfs:subClassOf cco:MountedGun ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Heavy_machine_gun&oldid=1047303735"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Heavy Machine Gun"@en ; + skos:definition "A Mounted Gun that is designed to fire ammunition greater than .50 caliber or 12.7mm ammunition in quick succession from an ammunition belt, and which typically weighs more than 30lbs."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Height - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Height"@en ; - "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a vertical direction."@en . +cco:Height rdf:type owl:Class ; + rdfs:subClassOf cco:OneDimensionalExtent ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Height"@en ; + skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a vertical direction."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HelicalAntenna - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Helical_antenna&oldid=1062343033"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Helical Antenna"@en ; - "A Wire Antenna that consists of a conducting wire wound in the form of a helix that is typically mounted over a ground plane with a feed line connected between the bottom of the helix and the ground plane."@en . +cco:HelicalAntenna rdf:type owl:Class ; + rdfs:subClassOf cco:WireAntenna ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Helical_antenna&oldid=1062343033"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Helical Antenna"@en ; + skos:definition "A Wire Antenna that consists of a conducting wire wound in the form of a helix that is typically mounted over a ground plane with a feed line connected between the bottom of the helix and the ground plane."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Heliport - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Heliport&oldid=1049937701"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Heliport"@en ; - "An Airport that is designed for launching, receiving, and housing Rotorcraft."@en . +cco:Heliport rdf:type owl:Class ; + rdfs:subClassOf cco:Airport ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Heliport&oldid=1049937701"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Heliport"@en ; + skos:definition "An Airport that is designed for launching, receiving, and housing Rotorcraft."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HerbicideArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Herbicide&oldid=1061228045"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Herbicide Artifact Function"@en ; - "A Pesticide Artifact Function that is realized in a process which causes harm to, or the death to, unwanted plants."@en . +cco:HerbicideArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:PesticideArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Herbicide&oldid=1061228045"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Herbicide Artifact Function"@en ; + skos:definition "A Pesticide Artifact Function that is realized in a process which causes harm to, or the death to, unwanted plants."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HighDensityResidentialArea - rdf:type owl:Class ; - rdfs:subClassOf ; - "Anderson et. al. A Land Use and Land Cover Classification System for use with Remote Sensor Data, Geological Survey Professional Paper 964" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "High Density Residential Area"@en ; - "A Populated Place which is characterized by densely contained multiple-unit living structures."@en . +cco:HighDensityResidentialArea rdf:type owl:Class ; + rdfs:subClassOf cco:PopulatedPlace ; + cco:definition_source "Anderson et. al. A Land Use and Land Cover Classification System for use with Remote Sensor Data, Geological Survey Professional Paper 964" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "High Density Residential Area"@en ; + skos:definition "A Populated Place which is characterized by densely contained multiple-unit living structures."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HighFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "HF" ; - "International Telecommunication Union (ITU) and IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The corresponding Wavelength range is 100–10 m"@en ; - rdfs:label "High Frequency"@en ; - "ITU Band Number 7"@en ; - "A Radio Frequency that is between 3 and 30 MHz."@en . +cco:HighFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:RadioFrequency ; + cco:acronym "HF" ; + cco:definition_source "International Telecommunication Union (ITU) and IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "The corresponding Wavelength range is 100–10 m"@en ; + rdfs:label "High Frequency"@en ; + skos:altLabel "ITU Band Number 7"@en ; + skos:definition "A Radio Frequency that is between 3 and 30 MHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HighFrequencyCommunicationInstrument - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "High Frequency Communication Instrument"@en ; - "A Radio Communication Instrument that is designed to participate in some process that has process part some High Frequency."@en . +cco:HighFrequencyCommunicationInstrument rdf:type owl:Class ; + rdfs:subClassOf cco:RadioCommunicationInstrument ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "High Frequency Communication Instrument"@en ; + skos:definition "A Radio Communication Instrument that is designed to participate in some process that has process part some High Frequency."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Highway - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Highway&oldid=1063985949"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Highway"@en ; - "A Road that is designed to enable Ground Vehicles to travel between relatively major destinations."@en . +cco:Highway rdf:type owl:Class ; + rdfs:subClassOf cco:Road ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Highway&oldid=1063985949"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Highway"@en ; + skos:definition "A Road that is designed to enable Ground Vehicles to travel between relatively major destinations."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HighwayInterchange - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Interchange_(road)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Highway Interchange"@en ; - "A Road Junction that is designed to enable Ground Vehicles to exit one or more Highways and enter another Highway without directly crossing any other traffic stream."@en . +cco:HighwayInterchange rdf:type owl:Class ; + rdfs:subClassOf cco:RoadJunction ; + cco:definition_source "https://en.wikipedia.org/wiki/Interchange_(road)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Highway Interchange"@en ; + skos:definition "A Road Junction that is designed to enable Ground Vehicles to exit one or more Highways and enter another Highway without directly crossing any other traffic stream."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Hinge - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Hinge&oldid=1059935559"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Hinge"@en ; - "A Machine Bearing that is designed to limit the angle of Rotation between two solid objects."@en . +cco:Hinge rdf:type owl:Class ; + rdfs:subClassOf cco:MachineBearing ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hinge&oldid=1059935559"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Hinge"@en ; + skos:definition "A Machine Bearing that is designed to limit the angle of Rotation between two solid objects."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HornAntenna - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Horn_antenna&oldid=1050375403"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Horn Antenna"@en ; - "Microwave Horn"@en ; - "A Radio Antenna that consists of a flaring metal waveguide shaped like a horn to direct radio waves in a beam and can be used on its own or as a feeder for larger antenna structures, such as Parabolic Antennas."@en . +cco:HornAntenna rdf:type owl:Class ; + rdfs:subClassOf cco:RadioAntenna ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Horn_antenna&oldid=1050375403"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Horn Antenna"@en ; + skos:altLabel "Microwave Horn"@en ; + skos:definition "A Radio Antenna that consists of a flaring metal waveguide shaped like a horn to direct radio waves in a beam and can be used on its own or as a feeder for larger antenna structures, such as Parabolic Antennas."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Hospital - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Hospital&oldid=1063047817"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Hospital"@en ; - "A Healthcare Facility that is designed to provide patient treatment with specialized staff and equipment."@en . +cco:Hospital rdf:type owl:Class ; + rdfs:subClassOf cco:HealthcareFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hospital&oldid=1063047817"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Hospital"@en ; + skos:definition "A Healthcare Facility that is designed to provide patient treatment with specialized staff and equipment."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HospitalityArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Hospitality&oldid=1049599161"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Hospitality Artifact Function"@en ; - "A Service Artifact Function that is realized in processes of accommodation food and beverage meeting and events gaming entertainment and recreation tourism services and visitor information."@en . +cco:HospitalityArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ServiceArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hospitality&oldid=1049599161"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Hospitality Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of accommodation food and beverage meeting and events gaming entertainment and recreation tourism services and visitor information."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Hostel - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Hostel&oldid=1057812930"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Hostel"@en ; - "A Residential Facility that is designed to temporarily lodge guests in a sociable environment for relatively low costs."@en . +cco:Hostel rdf:type owl:Class ; + rdfs:subClassOf cco:ResidentialFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hostel&oldid=1057812930"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Hostel"@en ; + skos:definition "A Residential Facility that is designed to temporarily lodge guests in a sociable environment for relatively low costs."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Hotel - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Hotel&oldid=1063583593"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Hotel"@en ; - "A Residential Facility that is designed to provide lodging that is paid for on a short-term basis."@en . +cco:Hotel rdf:type owl:Class ; + rdfs:subClassOf cco:ResidentialFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hotel&oldid=1063583593"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Hotel"@en ; + skos:definition "A Residential Facility that is designed to provide lodging that is paid for on a short-term basis."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Hour - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://wordnetweb.princeton.edu/perl/webwn?s=hour" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Hour"@en ; - "A Temporal Interval that is equal to sixty consecutive Minutes."@en . +cco:Hour rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:interval_during ; + owl:someValuesFrom cco:Day + ] ; + cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=hour" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Hour"@en ; + skos:definition "A Temporal Interval that is equal to sixty consecutive Minutes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/House - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=House&oldid=1062818553"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "House"@en ; - "A Residential Facility that is designed to provide a self-standing, permanent residence for an individual, family, household, multiple families, or similar-sized group."@en . +cco:House rdf:type owl:Class ; + rdfs:subClassOf cco:ResidentialFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=House&oldid=1062818553"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "House"@en ; + skos:definition "A Residential Facility that is designed to provide a self-standing, permanent residence for an individual, family, household, multiple families, or similar-sized group."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Howitzer - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Howitzer&oldid=1059576383"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Howitzer"@en ; - "A Cannon that is designed to have a relatively short barrel and to use relatively small propellant charges to propel projectiles in relatively high trajectories with a steep angle of descent."@en . +cco:Howitzer rdf:type owl:Class ; + rdfs:subClassOf cco:Cannon ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Howitzer&oldid=1059576383"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Howitzer"@en ; + skos:definition "A Cannon that is designed to have a relatively short barrel and to use relatively small propellant charges to propel projectiles in relatively high trajectories with a steep angle of descent."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HydraulicFluidReservoir - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Hydraulic Fluid Reservoir"@en ; - "A Container that is designed to store some hydraulic fluid for use in some Hyrdraulic Power Source."@en . +cco:HydraulicFluidReservoir rdf:type owl:Class ; + rdfs:subClassOf cco:Container ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Hydraulic Fluid Reservoir"@en ; + skos:definition "A Container that is designed to store some hydraulic fluid for use in some Hyrdraulic Power Source."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HydraulicMotor - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Hydraulic_motor&oldid=1027427666"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Hydraulic Motor"@en ; - "A Physically Powered Engine that converts hydraulic pressure and flow into torque and angular displacement."@en . +cco:HydraulicMotor rdf:type owl:Class ; + rdfs:subClassOf cco:PhysicallyPoweredEngine ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hydraulic_motor&oldid=1027427666"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Hydraulic Motor"@en ; + skos:definition "A Physically Powered Engine that converts hydraulic pressure and flow into torque and angular displacement."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HydraulicPowerSource - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Hydraulic Power Source"@en ; - "A Power Source that is designed to generate, control, or transmit power by means of pressurized liquid."@en . +cco:HydraulicPowerSource rdf:type owl:Class ; + rdfs:subClassOf cco:PowerSource ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Hydraulic Power Source"@en ; + skos:definition "A Power Source that is designed to generate, control, or transmit power by means of pressurized liquid."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HydraulicPowerTransferUnit - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Power_transfer_unit&oldid=1002682083"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Hydraulic Power Transfer Unit"@en ; - "A Material Artifact that is designed to transfer hydraulic power from one of an Aircraft's hydraulic systems to another in the event that a system has failed or been turned off."@en . +cco:HydraulicPowerTransferUnit rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Power_transfer_unit&oldid=1002682083"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Hydraulic Power Transfer Unit"@en ; + skos:definition "A Material Artifact that is designed to transfer hydraulic power from one of an Aircraft's hydraulic systems to another in the event that a system has failed or been turned off."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HydraulicValve - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Power_transfer_unit&oldid=1002682083"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Hydraulic Valve"@en ; - "A Valve that is designed to regulate, direct, or control the flow of a liquid by opening, closing, or partially obstructing various passageways."@en . +cco:HydraulicValve rdf:type owl:Class ; + rdfs:subClassOf cco:Valve ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Power_transfer_unit&oldid=1002682083"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Hydraulic Valve"@en ; + skos:definition "A Valve that is designed to regulate, direct, or control the flow of a liquid by opening, closing, or partially obstructing various passageways."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HydroelectricPowerPlant - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Hydroelectricity&oldid=1062438236"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Hydroelectric Power Plant"@en ; - "An Electric Power Station that is designed to convert hydropower into electrical power."@en . +cco:HydroelectricPowerPlant rdf:type owl:Class ; + rdfs:subClassOf cco:ElectricPowerStation ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hydroelectricity&oldid=1062438236"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Hydroelectric Power Plant"@en ; + skos:definition "An Electric Power Station that is designed to convert hydropower into electrical power."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HydrographicFeature - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Hydrographic Feature"@en ; - "A Geographic Feature associated with water."@en . +cco:HydrographicFeature rdf:type owl:Class ; + rdfs:subClassOf cco:GeographicFeature ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Hydrographic Feature"@en ; + skos:definition "A Geographic Feature associated with water."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ISBNBarcode - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "ISBN Barcode"@en ; - "An EAN Barcode that is used to designate books."@en . +cco:ISBNBarcode rdf:type owl:Class ; + rdfs:subClassOf cco:EANBarcode ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "ISBN Barcode"@en ; + skos:definition "An EAN Barcode that is used to designate books."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ISSNBarcode - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "ISSN Barcode"@en ; - "An EAN Barcode that is used to designate periodicals."@en . +cco:ISSNBarcode rdf:type owl:Class ; + rdfs:subClassOf cco:EANBarcode ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "ISSN Barcode"@en ; + skos:definition "An EAN Barcode that is used to designate periodicals."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ITFBarcode - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "ITF Barcode"@en ; - "A One-Dimensional Barcode that consists of an even number of numerical characters and is used primarily in packaging and distribution."@en . +cco:ITFBarcode rdf:type owl:Class ; + rdfs:subClassOf cco:OneDimensionalBarcode ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "ITF Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of an even number of numerical characters and is used primarily in packaging and distribution."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IdentificationFriendOrFoeTransponder - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Identification_friend_or_foe&oldid=1055168718"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Identification Friend or Foe Transponder"@en ; - "IFF"@en ; - "A Radio Transponder that is designed to automatically transmit a predefined signal in response to receiving an appropriate interrogation signal such that the entity it is located on can be positively identified as friendly."@en . +cco:IdentificationFriendOrFoeTransponder rdf:type owl:Class ; + rdfs:subClassOf cco:RadioTransponder ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Identification_friend_or_foe&oldid=1055168718"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Identification Friend or Foe Transponder"@en ; + skos:altLabel "IFF"@en ; + skos:definition "A Radio Transponder that is designed to automatically transmit a predefined signal in response to receiving an appropriate interrogation signal such that the entity it is located on can be positively identified as friendly."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Ideology - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Ideology"@en ; - "An Information Content Entity that consists of a collection of claims about how some part of the world is or should be and which is accepted as true by an Agent or Group of Agents such that it forms the basis of their beliefs, goals, expectations, and motivations."@en . +cco:Ideology rdf:type owl:Class ; + rdfs:subClassOf cco:InformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Ideology"@en ; + skos:definition "An Information Content Entity that consists of a collection of claims about how some part of the world is or should be and which is accepted as true by an Agent or Group of Agents such that it forms the basis of their beliefs, goals, expectations, and motivations."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IgnitionProcess - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Ignition Process"@en ; - "Ignition"@en ; - "A Natural Process that initiates a Combustion process."@en . +cco:IgnitionProcess rdf:type owl:Class ; + rdfs:subClassOf cco:NaturalProcess ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Ignition Process"@en ; + skos:altLabel "Ignition"@en ; + skos:definition "A Natural Process that initiates a Combustion process."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IgnitionSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Ignition System"@en ; - "A Material Artifact that is designed to produce an Ignition process."@en . +cco:IgnitionSystem rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Ignition System"@en ; + skos:definition "A Material Artifact that is designed to produce an Ignition process."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Image - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Image&oldid=1062709732"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Image"@en ; - "An Information Bearing Artifact that is designed to carry an Information Content Entity that represents some entity owing to a visual isomorphism between the carrying artifact and the entity."@en . +cco:Image rdf:type owl:Class ; + rdfs:subClassOf cco:InformationBearingArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Image&oldid=1062709732"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Image"@en ; + skos:definition "An Information Bearing Artifact that is designed to carry an Information Content Entity that represents some entity owing to a visual isomorphism between the carrying artifact and the entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ImagingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Imaging Artifact Function"@en ; - "An Artifact Function that inheres in Artifacts that are designed to produce visual representations of entities."@en . +cco:ImagingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Imaging Artifact Function"@en ; + skos:definition "An Artifact Function that inheres in Artifacts that are designed to produce visual representations of entities."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ImagingInstrument - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Imaging Instrument"@en ; - "A Material Artifact that is designed to produce images (visual representations) of an entity."@en . +cco:ImagingInstrument rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Imaging Instrument"@en ; + skos:definition "A Material Artifact that is designed to produce images (visual representations) of an entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ImpactShieldingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Impact Shielding Artifact Function"@en ; - "An Artifact Function that is realized during events in which an Artifact reduces the damage caused to the shielded object by an impact with another object."@en . +cco:ImpactShieldingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Impact Shielding Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact reduces the damage caused to the shielded object by an impact with another object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ImprovisedExplosiveDevice - rdf:type owl:Class ; - rdfs:subClassOf ; - "IED" ; - "https://en.wikipedia.org/w/index.php?title=Improvised_explosive_device&oldid=1063432318"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Improvised Explosive Device"@en ; - "An Explosive Weapon that is designed to be used in non-conventional military action."@en . +cco:ImprovisedExplosiveDevice rdf:type owl:Class ; + rdfs:subClassOf cco:ExplosiveWeapon ; + cco:acronym "IED" ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Improvised_explosive_device&oldid=1063432318"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Improvised Explosive Device"@en ; + skos:definition "An Explosive Weapon that is designed to be used in non-conventional military action."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ImpulsiveForce - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "An Impulse changes the Momentum (and potentially also the direction of Motion) of the object it is applied to and is typically measured in Newton meters."@en ; - rdfs:label "Impulsive Force"@en ; - "Imp"@en , - "Impulse"@en , - "J"@en ; - "A Process Profile that is the integral of a Force that is applied to a portion of matter over a period of time."@en . +cco:ImpulsiveForce rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "An Impulse changes the Momentum (and potentially also the direction of Motion) of the object it is applied to and is typically measured in Newton meters."@en ; + rdfs:label "Impulsive Force"@en ; + skos:altLabel "Imp"@en , + "Impulse"@en , + "J"@en ; + skos:definition "A Process Profile that is the integral of a Force that is applied to a portion of matter over a period of time."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IncendiaryWeapon - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Incendiary_device&oldid=1055642422"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Incendiary Weapon"@en ; - "A Weapon that is designed to inflict harm, damage, or incapacity by means of starting a fire."@en . +cco:IncendiaryWeapon rdf:type owl:Class ; + rdfs:subClassOf cco:Weapon ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Incendiary_device&oldid=1055642422"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Incendiary Weapon"@en ; + skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of starting a fire."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IncorporatedOrganization - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.dictionary.com/browse/corporation" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Incorporated Organization"@en ; - "Corporation"@en ; - "An Organization formed by an Act of Incorporation that consists of an association of individuals, created by law or under authority of law, having a continuous existence independent of the existences of its members and owners, and having powers and liabilities distinct from those of its members and owners."@en . +cco:IncorporatedOrganization rdf:type owl:Class ; + rdfs:subClassOf cco:Organization ; + cco:definition_source "http://www.dictionary.com/browse/corporation" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Incorporated Organization"@en ; + skos:altLabel "Corporation"@en ; + skos:definition "An Organization formed by an Act of Incorporation that consists of an association of individuals, created by law or under authority of law, having a continuous existence independent of the existences of its members and owners, and having powers and liabilities distinct from those of its members and owners."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfDependentContinuant - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Increase of Dependent Continuant"@en ; - "A Change in which some Independent Continuant has an increase in the level of some Dependent Continuant that it bears."@en . +cco:IncreaseOfDependentContinuant rdf:type owl:Class ; + rdfs:subClassOf cco:Change ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Increase of Dependent Continuant"@en ; + skos:definition "A Change in which some Independent Continuant has an increase in the level of some Dependent Continuant that it bears."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfDisposition - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Increase of Disposition"@en ; - "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Disposition that it bears."@en . +cco:IncreaseOfDisposition rdf:type owl:Class ; + rdfs:subClassOf cco:IncreaseOfRealizableEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Increase of Disposition"@en ; + skos:definition "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Disposition that it bears."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Increase of Function"@en ; - "An Increase of Disposition in which some Independent Continuant has an increase of some Function that it bears."@en . +cco:IncreaseOfFunction rdf:type owl:Class ; + rdfs:subClassOf cco:IncreaseOfDisposition ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Increase of Function"@en ; + skos:definition "An Increase of Disposition in which some Independent Continuant has an increase of some Function that it bears."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfGenericallyDependentContinuant - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Increase of Generically Dependent Continuant"@en ; - "An Increase of Dependent Continuant in which some Independent Continuant has an increase of some Generically Dependent Continuant that it bears."@en . +cco:IncreaseOfGenericallyDependentContinuant rdf:type owl:Class ; + rdfs:subClassOf cco:IncreaseOfDependentContinuant ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Increase of Generically Dependent Continuant"@en ; + skos:definition "An Increase of Dependent Continuant in which some Independent Continuant has an increase of some Generically Dependent Continuant that it bears."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfQuality - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Increase of Quality"@en ; - "An Increase of Specifically Dependent Continuant in which some Indpendent Continuant has an increase of some Quality that it bears."@en . +cco:IncreaseOfQuality rdf:type owl:Class ; + rdfs:subClassOf cco:IncreaseOfSpecificallyDependentContinuant ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Increase of Quality"@en ; + skos:definition "An Increase of Specifically Dependent Continuant in which some Indpendent Continuant has an increase of some Quality that it bears."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfRealizableEntity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Increase of Realizable Entity"@en ; - "An Increase of Specifically Dependent Continuant in which some Independent Continuant has an increase of some Realizable Entity that it bears."@en . +cco:IncreaseOfRealizableEntity rdf:type owl:Class ; + rdfs:subClassOf cco:IncreaseOfSpecificallyDependentContinuant ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Increase of Realizable Entity"@en ; + skos:definition "An Increase of Specifically Dependent Continuant in which some Independent Continuant has an increase of some Realizable Entity that it bears."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfRole - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Increase of Role"@en ; - "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Role that it bears."@en . +cco:IncreaseOfRole rdf:type owl:Class ; + rdfs:subClassOf cco:IncreaseOfRealizableEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Increase of Role"@en ; + skos:definition "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Role that it bears."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfSpecificallyDependentContinuant - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Increase of Specifically Dependent Continuant"@en ; - "An Increase of Dependent Continuant in which some Independent Continuant has an increase of some Specifically Dependent Continuant that it bears."@en . +cco:IncreaseOfSpecificallyDependentContinuant rdf:type owl:Class ; + rdfs:subClassOf cco:IncreaseOfDependentContinuant ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Increase of Specifically Dependent Continuant"@en ; + skos:definition "An Increase of Dependent Continuant in which some Independent Continuant has an increase of some Specifically Dependent Continuant that it bears."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InertialNavigationSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Inertial_navigation_system&oldid=1063682725"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Inertial Navigation System"@en ; - "INS"@en ; - "A Navigation System that is designed to continuously calculate via dead reckoning the position, orientation, and velocity of a moving object without the need for external references."@en . +cco:InertialNavigationSystem rdf:type owl:Class ; + rdfs:subClassOf cco:NavigationSystem ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Inertial_navigation_system&oldid=1063682725"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Inertial Navigation System"@en ; + skos:altLabel "INS"@en ; + skos:definition "A Navigation System that is designed to continuously calculate via dead reckoning the position, orientation, and velocity of a moving object without the need for external references."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InfantryFightingVehicle - rdf:type owl:Class ; - rdfs:subClassOf ; - "IFV" ; - "https://en.wikipedia.org/w/index.php?title=Infantry_fighting_vehicle&oldid=1062470745"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Infantry Fighting Vehicle"@en ; - "An Armored Fighting Vehicle that is designed to carry infantry into battle and to provide fire support for them."@en ; - "Infantry Fighting Vehicles (IFVs) are differentiated from Armored Personnel Carriers (APCs) because they are designed to give direct fire support to the dismounted infantry and so usually have significantly enhanced armament. IFVs also often have improved armour and firing ports (allowing the infantry to fire personal weapons while mounted)."@en . +cco:InfantryFightingVehicle rdf:type owl:Class ; + rdfs:subClassOf cco:ArmoredFightingVehicle ; + cco:acronym "IFV" ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Infantry_fighting_vehicle&oldid=1062470745"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Infantry Fighting Vehicle"@en ; + skos:definition "An Armored Fighting Vehicle that is designed to carry infantry into battle and to provide fire support for them."@en ; + skos:scopeNote "Infantry Fighting Vehicles (IFVs) are differentiated from Armored Personnel Carriers (APCs) because they are designed to give direct fire support to the dismounted infantry and so usually have significantly enhanced armament. IFVs also often have improved armour and firing ports (allowing the infantry to fire personal weapons while mounted)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InformationBearingArtifact - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Information Bearing Artifact"@en ; - "A Material Artifact that carries an Information Content Entity and is designed to do so using a particular format or structure."@en . +cco:InformationBearingArtifact rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:InformationContentEntity + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:InformationMediumArtifact + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Information Bearing Artifact"@en ; + skos:definition "A Material Artifact that carries an Information Content Entity and is designed to do so using a particular format or structure."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InformationBearingEntity - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://purl.obolibrary.org/obo/IAO_0000178"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Information Bearing Entity"@en ; - "IBE"@en ; - "An Object upon which an Information Content Entity generically depends."@en . +cco:InformationBearingEntity rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000030 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000101 ; + owl:someValuesFrom cco:InformationContentEntity + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000030 ; + cco:definition_source "http://purl.obolibrary.org/obo/IAO_0000178"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Information Bearing Entity"@en ; + skos:altLabel "IBE"@en ; + skos:definition "An Object upon which an Information Content Entity generically depends."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InformationContentEntity - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://purl.obolibrary.org/obo/IAO_0000030" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Information Content Entity"@en ; - "ICE"@en ; - "A Generically Dependent Continuant that generically depends on some Information Bearing Entity and stands in relation of aboutness to some Entity."@en ; - "Information Content Entity is here intended to be a class of Entities whose instances are the informational content of Information Bearing Entities. For example, three instances of information bearers -- such as a bar chart, color-coded map, and a written report -- each of which lists the GDP of Countries for the year 2010 are each different carriers of the same information content. It is this content that is generically dependent upon its carrier. This treatment of Informational Content Entity (cf. the Information Artifact Ontology) leads to a principle of subtyping based upon the relationship that ICE's have with the Entity they are about rather than characteristics such as format, language, measurement scale, or media. The latter are treated here as being Qualities of bearers."@en . +cco:InformationContentEntity rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000031 + [ rdf:type owl:Restriction ; + owl:onProperty cco:is_about ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000031 ; + cco:definition_source "http://purl.obolibrary.org/obo/IAO_0000030" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Information Content Entity"@en ; + skos:altLabel "ICE"@en ; + skos:definition "A Generically Dependent Continuant that generically depends on some Information Bearing Entity and stands in relation of aboutness to some Entity."@en ; + skos:scopeNote "Information Content Entity is here intended to be a class of Entities whose instances are the informational content of Information Bearing Entities. For example, three instances of information bearers -- such as a bar chart, color-coded map, and a written report -- each of which lists the GDP of Countries for the year 2010 are each different carriers of the same information content. It is this content that is generically dependent upon its carrier. This treatment of Informational Content Entity (cf. the Information Artifact Ontology) leads to a principle of subtyping based upon the relationship that ICE's have with the Entity they are about rather than characteristics such as format, language, measurement scale, or media. The latter are treated here as being Qualities of bearers."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InformationLine - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Information Line"@en ; - "An Information Bearing Artifact that consists of a single line or row of some larger Information Bearing Artifact of which it is a part."@en ; - "a line in a computer file that bears a portion of code for some computer program" , - "a line of data in a database" , - "a line of text in a book" . +cco:InformationLine rdf:type owl:Class ; + rdfs:subClassOf cco:InformationBearingArtifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Information Line"@en ; + skos:definition "An Information Bearing Artifact that consists of a single line or row of some larger Information Bearing Artifact of which it is a part."@en ; + skos:example "a line in a computer file that bears a portion of code for some computer program" , + "a line of data in a database" , + "a line of text in a book" . ### http://www.ontologyrepository.com/CommonCoreOntologies/InformationMediumArtifact - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment "An empty notebook, when manufactured, is a medium but not yet a carrier of information content. However, a book, in the sense of a novel or collection of philosophical essays or poems, depends necessarily on it carrying some information content. Thus, there are no empty books. Likewise, there are no empty databases, only portions of digital storage that have not yet been configured to carry some information content according to a database software application."@en ; - rdfs:label "Information Medium Artifact"@en ; - "A Material Artifact that is designed to have some Information Bearing Artifact as part."@en ; - "A magnetic hard drive" , - "A notebook" . +cco:InformationMediumArtifact rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:comment "An empty notebook, when manufactured, is a medium but not yet a carrier of information content. However, a book, in the sense of a novel or collection of philosophical essays or poems, depends necessarily on it carrying some information content. Thus, there are no empty books. Likewise, there are no empty databases, only portions of digital storage that have not yet been configured to carry some information content according to a database software application."@en ; + rdfs:label "Information Medium Artifact"@en ; + skos:definition "A Material Artifact that is designed to have some Information Bearing Artifact as part."@en ; + skos:example "A magnetic hard drive" , + "A notebook" . ### http://www.ontologyrepository.com/CommonCoreOntologies/InformationProcessingArtifact - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Information Processing Artifact"@en ; - "A Material Artifact that is designed to use algorithms to transform some Information Content Entity into another Information Content Entity."@en . +cco:InformationProcessingArtifact rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Information Processing Artifact"@en ; + skos:definition "A Material Artifact that is designed to use algorithms to transform some Information Content Entity into another Information Content Entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InformationQualityEntity - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Typically, an IQE will be a complex pattern made up of multiple qualities joined together spatially."@en ; - rdfs:label "Information Quality Entity"@en ; - "IQE"@en ; - "A Quality that concretizes some Information Content Entity."@en . +cco:InformationQualityEntity rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000197 ; + owl:someValuesFrom cco:InformationBearingEntity + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Typically, an IQE will be a complex pattern made up of multiple qualities joined together spatially."@en ; + rdfs:label "Information Quality Entity"@en ; + skos:altLabel "IQE"@en ; + skos:definition "A Quality that concretizes some Information Content Entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InfraredCamera - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Thermographic_camera&oldid=1063916009"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Infrared Camera"@en ; - "Thermal Imaging Camera"@en , - "Thermographic Camera"@en ; - "A Camera that is designed to form and record an image generated from infrared radiation."@en . +cco:InfraredCamera rdf:type owl:Class ; + rdfs:subClassOf cco:Camera ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Thermographic_camera&oldid=1063916009"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Infrared Camera"@en ; + skos:altLabel "Thermal Imaging Camera"@en , + "Thermographic Camera"@en ; + skos:definition "A Camera that is designed to form and record an image generated from infrared radiation."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InfraredLightFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Infrared&oldid=1064111319"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Infrared Light Frequency"@en ; - "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 300 gigahertz and 430 tetrahertz."@en . +cco:InfraredLightFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:ElectromagneticRadiationFrequency ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Infrared&oldid=1064111319"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Infrared Light Frequency"@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 300 gigahertz and 430 tetrahertz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InfraredTelescope - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Infrared_telescope&oldid=1062918090"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Infrared Telescope"@en ; - "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing infrared light to form an enhanced image of the Object."@en . +cco:InfraredTelescope rdf:type owl:Class ; + rdfs:subClassOf cco:Telescope ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Infrared_telescope&oldid=1062918090"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Infrared Telescope"@en ; + skos:definition "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing infrared light to form an enhanced image of the Object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InfrasonicFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Infrasonic Frequency"@en ; - "A Sound Frequency that is below 20 Hz."@en . +cco:InfrasonicFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:SoundFrequency ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Infrasonic Frequency"@en ; + skos:definition "A Sound Frequency that is below 20 Hz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Infrastructure - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Infrastructure System"@en ; - "Infrastructure"@en ; - "A Material Entity that is composed of elements bearing Infrastructure Roles and is by itself sufficient to provide a planned service or benefit to some organization that maintains its elements."@en . +cco:Infrastructure rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000040 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Infrastructure System"@en ; + skos:altLabel "Infrastructure"@en ; + skos:definition "A Material Entity that is composed of elements bearing Infrastructure Roles and is by itself sufficient to provide a planned service or benefit to some organization that maintains its elements."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InfrastructureElement - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Infrastructure Element"@en ; - "A Material Entity that bears an Infrastructure Role."@en . +cco:InfrastructureElement rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040 + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:InfrastructureRole + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000040 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Infrastructure Element"@en ; + skos:definition "A Material Entity that bears an Infrastructure Role."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InfrastructureRole - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://archive.org/details/economicsprincip00osul/page/n489/mode/2up"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment "The disposition will typically be a function of an artifact, which is often designed to be part of some Infrastructure system. But not always. In some cases an entity may be repurposed to be an element of some Infrastructure. In those cases it is a capability of that entity that supports the functioning of the system."@en ; - rdfs:label "Infrastructure Role"@en ; - "A Role that inheres in the bearer of a Disposition and has been assigned to an Infrastructure System such that the realization of that Disposition is sometimes part of the functioning of the Infrastructure System."@en . +cco:InfrastructureRole rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + cco:definition_source "https://archive.org/details/economicsprincip00osul/page/n489/mode/2up"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:comment "The disposition will typically be a function of an artifact, which is often designed to be part of some Infrastructure system. But not always. In some cases an entity may be repurposed to be an element of some Infrastructure. In those cases it is a capability of that entity that supports the functioning of the system."@en ; + rdfs:label "Infrastructure Role"@en ; + skos:definition "A Role that inheres in the bearer of a Disposition and has been assigned to an Infrastructure System such that the realization of that Disposition is sometimes part of the functioning of the Infrastructure System."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InhibitingMotionArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Inhibiting Motion Artifact Function"@en ; - "An Artifact Function that is realized by processes in which some Artifact is used to inhibit the motion of some object."@en . +cco:InhibitingMotionArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Inhibiting Motion Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by processes in which some Artifact is used to inhibit the motion of some object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Initialism - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Initialism"@en ; - "An Abbreviated Name that consists of the initial letters of some words (or syllables) in a Designative Name, and in which each letter is pronounced separately."@en ; - "USA, CPU, BBC" . +cco:Initialism rdf:type owl:Class ; + rdfs:subClassOf cco:AbbreviatedName ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Initialism"@en ; + skos:definition "An Abbreviated Name that consists of the initial letters of some words (or syllables) in a Designative Name, and in which each letter is pronounced separately."@en ; + skos:example "USA, CPU, BBC" . ### http://www.ontologyrepository.com/CommonCoreOntologies/InsecticideArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Insecticide&oldid=1063322558"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Insecticide Artifact Function"@en ; - "A Pesticide Artifact Function that is realized in a process that causes harm to, or the death of, an insect."@en . +cco:InsecticideArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:PesticideArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Insecticide&oldid=1063322558"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Insecticide Artifact Function"@en ; + skos:definition "A Pesticide Artifact Function that is realized in a process that causes harm to, or the death of, an insect."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InstantMessaging - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Instant_messaging&oldid=1062873579"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Instant Messaging"@en ; - "Act of IMing"@en , - "Act of Instant Messaging"@en ; - "An Act of Communication by Media in which real-time direct text-based communication occurs between two or more people using personal computers or other devices, along with shared Instant Messaging Client Software conveyed over a network, such as the Internet."@en . +cco:InstantMessaging rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCommunicationByMedia ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Instant_messaging&oldid=1062873579"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Instant Messaging"@en ; + skos:altLabel "Act of IMing"@en , + "Act of Instant Messaging"@en ; + skos:definition "An Act of Communication by Media in which real-time direct text-based communication occurs between two or more people using personal computers or other devices, along with shared Instant Messaging Client Software conveyed over a network, such as the Internet."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InstrumentDisplayPanel - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Flight_instruments&oldid=1062972990"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Instrument Display Panel"@en ; - "An Information Bearing Artifact that is designed to bear information about some Artifact that is derived by the instrumentation Sensors of that Artifact."@en . +cco:InstrumentDisplayPanel rdf:type owl:Class ; + rdfs:subClassOf cco:InformationBearingArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Flight_instruments&oldid=1062972990"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Instrument Display Panel"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear information about some Artifact that is derived by the instrumentation Sensors of that Artifact."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IntentionalAct - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Planned Act"@en ; - "Intentional Act"@en ; - "An Act in which at least one Agent plays a causative role and which is prescribed by some Directive Information Content Entity held by at least one of the Agents."@en . +cco:IntentionalAct rdf:type owl:Class ; + rdfs:subClassOf cco:Act ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Planned Act"@en ; + skos:altLabel "Intentional Act"@en ; + skos:definition "An Act in which at least one Agent plays a causative role and which is prescribed by some Directive Information Content Entity held by at least one of the Agents."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IntercommunicationSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Intercom&oldid=1055934442"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Intercommunication System"@en ; - "A Communication System that is designed to enable some Act of Communication between end points within a building, small collection of buildings, or within a small area of service."@en . +cco:IntercommunicationSystem rdf:type owl:Class ; + rdfs:subClassOf cco:CommunicationSystem ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Intercom&oldid=1055934442"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Intercommunication System"@en ; + skos:definition "A Communication System that is designed to enable some Act of Communication between end points within a building, small collection of buildings, or within a small area of service."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InteriorLightingSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Interior Lighting System"@en ; - "A Lighting System that is designed to emit light within the interior of some area."@en . +cco:InteriorLightingSystem rdf:type owl:Class ; + rdfs:subClassOf cco:LightingSystem ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Interior Lighting System"@en ; + skos:definition "A Lighting System that is designed to emit light within the interior of some area."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InternalCombustionEngine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Internal_combustion_engine&oldid=1063281505"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Internal Combustion Engine"@en ; - "A Combustion Engine that is designed to have an internal Combustion Chamber where portions of Fuel and Oxidizer mixture are burned to generate thermal energy that is then converted into mechanical energy."@en . +cco:InternalCombustionEngine rdf:type owl:Class ; + rdfs:subClassOf cco:CombustionEngine ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Internal_combustion_engine&oldid=1063281505"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Internal Combustion Engine"@en ; + skos:definition "A Combustion Engine that is designed to have an internal Combustion Chamber where portions of Fuel and Oxidizer mixture are burned to generate thermal energy that is then converted into mechanical energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InternationalCommunity - rdf:type owl:Class ; - rdfs:subClassOf ; - "The International Community. 5 Apr. 2023, https://dictionary.cambridge.org/us/dictionary/english/international-community." ; - "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; - "https://cubrc.org"^^xsd:anyURI ; - "https://dictionary.cambridge.org/us/dictionary/english/international-community" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "International Community"@en ; - "A maximal Group of Geopolitical Organizations engaged in geopolitics with one another."@en ; - "International Community"@en . +cco:InternationalCommunity rdf:type owl:Class ; + rdfs:subClassOf cco:GroupOfAgents ; + dcterms:bibliographicCitation "The International Community. 5 Apr. 2023, https://dictionary.cambridge.org/us/dictionary/english/international-community." ; + dcterms:created "2022-12-30T21:32:27-05:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + cco:definition_source "https://dictionary.cambridge.org/us/dictionary/english/international-community" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "International Community"@en ; + skos:definition "A maximal Group of Geopolitical Organizations engaged in geopolitics with one another."@en ; + skos:prefLabel "International Community"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InterpersonalRelationshipRole - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Interpersonal Relationship Role"@en ; - "A Role that inheres in a Person in virtue of the obligations, expectations, or social norms that govern that Person's Intentional Acts within the context of a relationship with another Person."@en . +cco:InterpersonalRelationshipRole rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Interpersonal Relationship Role"@en ; + skos:definition "A Role that inheres in a Person in virtue of the obligations, expectations, or social norms that govern that Person's Intentional Acts within the context of a relationship with another Person."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Interphone - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Interphone"@en ; - "An Intercommunication System that that is designed to facilitate some Act of Communication between agents by means of audio messages."@en . +cco:Interphone rdf:type owl:Class ; + rdfs:subClassOf cco:IntercommunicationSystem ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Interphone"@en ; + skos:definition "An Intercommunication System that that is designed to facilitate some Act of Communication between agents by means of audio messages."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IntervalEstimateInformationContentEntity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Interval Estimate Information Content Entity"@en ; - "Interval Estimate"@en , - "Interval Estimate Measurement Information Content Entity"@en ; - "An Estimate Information Content Entity that consists of an interval of possible (or probable) values for the measured entity."@en . +cco:IntervalEstimateInformationContentEntity rdf:type owl:Class ; + rdfs:subClassOf cco:EstimateInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Interval Estimate Information Content Entity"@en ; + skos:altLabel "Interval Estimate"@en , + "Interval Estimate Measurement Information Content Entity"@en ; + skos:definition "An Estimate Information Content Entity that consists of an interval of possible (or probable) values for the measured entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IntervalMeasurementInformationContentEntity - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - owl:disjointWith , - , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; - rdfs:label "Interval Measurement Information Content Entity"@en ; - "A Measurement Information Content Entity that places a Quality of an Entity onto some interval scale having no true zero value."@en ; - "The sentence \"The temperature reached -27 degrees Fahrenheit on January 20, 1985 in Chicago, IL.\" is the carrier of an interval measurement as 0 degrees on the Fahrenheit scale does not describe absolute zero."@en . +cco:IntervalMeasurementInformationContentEntity rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:MeasurementInformationContentEntity + [ rdf:type owl:Restriction ; + owl:onProperty cco:is_a_interval_measurement_of ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:MeasurementInformationContentEntity ; + owl:disjointWith cco:NominalMeasurementInformationContentEntity , + cco:OrdinalMeasurementInformationContentEntity , + cco:RatioMeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; + rdfs:label "Interval Measurement Information Content Entity"@en ; + skos:definition "A Measurement Information Content Entity that places a Quality of an Entity onto some interval scale having no true zero value."@en ; + skos:example "The sentence \"The temperature reached -27 degrees Fahrenheit on January 20, 1985 in Chicago, IL.\" is the carrier of an interval measurement as 0 degrees on the Fahrenheit scale does not describe absolute zero."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InverseSawtoothWaveform - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Inverse Sawtooth Waveform"@en ; - "A Waveform that is characterized by a sawtooth shape due to the continuous linear transition from maximum to minimum Amplitudes followed by a near-instantaneous transition from the minimum to maximum Amplitudes of the Wave Cycle."@en . +cco:InverseSawtoothWaveform rdf:type owl:Class ; + rdfs:subClassOf cco:Waveform ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Inverse Sawtooth Waveform"@en ; + skos:definition "A Waveform that is characterized by a sawtooth shape due to the continuous linear transition from maximum to minimum Amplitudes followed by a near-instantaneous transition from the minimum to maximum Amplitudes of the Wave Cycle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Iris - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.thefreedictionary.com/iris" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Iris"@en ; - "A Bodily Component that consists of the part of an Eye that is a pigmented, round, contractile membrane, suspended between the cornea and lens and perforated by the pupil, and which canonically regulates the amount of light entering the Eye."@en . +cco:Iris rdf:type owl:Class ; + rdfs:subClassOf cco:BodilyComponent , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:Eye + ] ; + cco:definition_source "http://www.thefreedictionary.com/iris" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Iris"@en ; + skos:definition "A Bodily Component that consists of the part of an Eye that is a pigmented, round, contractile membrane, suspended between the cornea and lens and perforated by the pupil, and which canonically regulates the amount of light entering the Eye."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/JAN13Barcode - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "JAN-13 Barcode"@en ; - "An EAN Barcode that consists of 13 numerical digits and is used primarily in Japan to designate products at the point of sale."@en . +cco:JAN13Barcode rdf:type owl:Class ; + rdfs:subClassOf cco:EANBarcode ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "JAN-13 Barcode"@en ; + skos:definition "An EAN Barcode that consists of 13 numerical digits and is used primarily in Japan to designate products at the point of sale."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/JetEngine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Jet_engine&oldid=1060157063"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment "Some (most) jet engines utilize turbines, but some do not. Most rocket engines do not utilize turbines, but some do."@en ; - rdfs:label "Jet Engine"@en ; - "A Reaction Engine that discharges a fast moving jet that generates Thrust by jet propulsion."@en . +cco:JetEngine rdf:type owl:Class ; + rdfs:subClassOf cco:ReactionEngine ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Jet_engine&oldid=1060157063"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:comment "Some (most) jet engines utilize turbines, but some do not. Most rocket engines do not utilize turbines, but some do."@en ; + rdfs:label "Jet Engine"@en ; + skos:definition "A Reaction Engine that discharges a fast moving jet that generates Thrust by jet propulsion."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/JournalArticle - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Academic_journal&oldid=1059723283"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Journal Article"@en ; - "An Information Bearing Artifact that is designed to bear a specific brief composition on a specific topic as part of a Journal Issue."@en . +cco:JournalArticle rdf:type owl:Class ; + rdfs:subClassOf cco:InformationBearingArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Academic_journal&oldid=1059723283"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Journal Article"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear a specific brief composition on a specific topic as part of a Journal Issue."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/JulianDate - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "JD" ; - "https://www.defit.org/julian-date/" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Julian Date"@en ; - "A Time of Day as specified according to the Julian Calendar using the Julian Date epoch."@en . +cco:JulianDate rdf:type owl:Class ; + rdfs:subClassOf cco:TimeOfDay , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000132 ; + owl:someValuesFrom cco:JulianDay + ] ; + cco:acronym "JD" ; + cco:definition_source "https://www.defit.org/julian-date/" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Julian Date"@en ; + skos:definition "A Time of Day as specified according to the Julian Calendar using the Julian Date epoch."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/JulianDateFraction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Julian Date Fraction"@en ; - "Julian Date Time Identifier"@en , - "Julian Day Fraction"@en ; - "A Decimal Time of Day Identifier that designates an approximate Temporal Instant that is part of some Julian Day."@en . +cco:JulianDateFraction rdf:type owl:Class ; + rdfs:subClassOf cco:DecimalTimeOfDayIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Julian Date Fraction"@en ; + skos:altLabel "Julian Date Time Identifier"@en , + "Julian Day Fraction"@en ; + skos:definition "A Decimal Time of Day Identifier that designates an approximate Temporal Instant that is part of some Julian Day."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/JulianDateIdentifier - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Julian Date Identifier"@en ; - "A Decimal Time of Day Identifier that designates a Julian Date and is composed of both a Julian Day Number and a Julian Date Fraction."@en . +cco:JulianDateIdentifier rdf:type owl:Class ; + rdfs:subClassOf cco:DecimalTimeOfDayIdentifier , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:someValuesFrom cco:JulianDateFraction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:someValuesFrom cco:JulianDayNumber + ] , + [ rdf:type owl:Restriction ; + owl:onProperty cco:designates ; + owl:someValuesFrom cco:JulianDate + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Julian Date Identifier"@en ; + skos:definition "A Decimal Time of Day Identifier that designates a Julian Date and is composed of both a Julian Day Number and a Julian Date Fraction."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/JulianDay - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://www.defit.org/julian-date/" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:comment "A Julian Day begins at noon Universal Time and is twenty-four Hours in duration."@en ; - rdfs:label "Julian Day"@en ; - "A Calendar Day in the Julian Calendar."@en . +cco:JulianDay rdf:type owl:Class ; + rdfs:subClassOf cco:CalendarDay ; + cco:definition_source "https://www.defit.org/julian-date/" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:comment "A Julian Day begins at noon Universal Time and is twenty-four Hours in duration."@en ; + rdfs:label "Julian Day"@en ; + skos:definition "A Calendar Day in the Julian Calendar."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/JulianDayNumber - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Julian Day Number"@en ; - "A Decimal Date Identifier that designates some Julian Day by using a number to indicate the sequential ordering of the Day since the Julian Date epoch."@en . +cco:JulianDayNumber rdf:type owl:Class ; + rdfs:subClassOf cco:DecimalDateIdentifier , + [ rdf:type owl:Restriction ; + owl:onProperty cco:designates ; + owl:someValuesFrom cco:JulianDay + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Julian Day Number"@en ; + skos:definition "A Decimal Date Identifier that designates some Julian Day by using a number to indicate the sequential ordering of the Day since the Julian Date epoch."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/JulianYear - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:comment "A Julian Year begins concurrently with January 1, ends concurrently with December 31, and has an average duration of exactly 365.25 Julian Days. Julian Years are typically indicated by prefixing a capital 'J' in front of the Year number, e.g. J2000.0 or J2018."@en ; - rdfs:label "Julian Year"@en ; - "A Calendar Year in the Julian Calendar."@en . +cco:JulianYear rdf:type owl:Class ; + rdfs:subClassOf cco:CalendarYear ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:comment "A Julian Year begins concurrently with January 1, ends concurrently with December 31, and has an average duration of exactly 365.25 Julian Days. Julian Years are typically indicated by prefixing a capital 'J' in front of the Year number, e.g. J2000.0 or J2018."@en ; + rdfs:label "Julian Year"@en ; + skos:definition "A Calendar Year in the Julian Calendar."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LandMine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Land_mine&oldid=1060289159"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Land Mine"@en ; - "An Explosive Weapon that is designed to be concealed under or on the ground and to detonate as its target passes over or near it."@en . +cco:LandMine rdf:type owl:Class ; + rdfs:subClassOf cco:ExplosiveWeapon ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Land_mine&oldid=1060289159"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Land Mine"@en ; + skos:definition "An Explosive Weapon that is designed to be concealed under or on the ground and to detonate as its target passes over or near it."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LandTransportationArtifact - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Land Transportation Artifact"@en ; - "A Transportation Artifact that is fixed in place and designed to bear a Function, the realization of which is sometimes part of a process moving Vehicles and Agents from one location to another via land."@en . +cco:LandTransportationArtifact rdf:type owl:Class ; + rdfs:subClassOf cco:TransportationArtifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Land Transportation Artifact"@en ; + skos:definition "A Transportation Artifact that is fixed in place and designed to bear a Function, the realization of which is sometimes part of a process moving Vehicles and Agents from one location to another via land."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Landfill - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Landfill&oldid=1058364420"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Landfill"@en ; - "A Waste Management Facility that is designed for disposing of waste by burial."@en . +cco:Landfill rdf:type owl:Class ; + rdfs:subClassOf cco:WasteManagementFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Landfill&oldid=1058364420"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Landfill"@en ; + skos:definition "A Waste Management Facility that is designed for disposing of waste by burial."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LandlineTelephone - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Telephone&oldid=1060006278"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Landline Telephone"@en ; - "A Telephone that is connected to a Telephone Network through a pair of wires."@en . +cco:LandlineTelephone rdf:type owl:Class ; + rdfs:subClassOf cco:Telephone ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone&oldid=1060006278"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Landline Telephone"@en ; + skos:definition "A Telephone that is connected to a Telephone Network through a pair of wires."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Language - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Language"@en ; - "A Directive Information Content Entity that prescribes a canonical format for communication."@en . +cco:Language rdf:type owl:Class ; + rdfs:subClassOf cco:DirectiveInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Language"@en ; + skos:definition "A Directive Information Content Entity that prescribes a canonical format for communication."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LanguageSkill - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Language Skill"@en ; - "A Skill that is realized by an Act which is prescribed by a Language."@en . +cco:LanguageSkill rdf:type owl:Class ; + rdfs:subClassOf cco:Skill ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Language Skill"@en ; + skos:definition "A Skill that is realized by an Act which is prescribed by a Language."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LargeScaleRocketLauncher - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Large-Scale Rocket Launcher"@en ; - "A Rocket Launcher that is designed to contain multiple Rocket Launchers."@en . +cco:LargeScaleRocketLauncher rdf:type owl:Class ; + rdfs:subClassOf cco:RocketLauncher ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Large-Scale Rocket Launcher"@en ; + skos:definition "A Rocket Launcher that is designed to contain multiple Rocket Launchers."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Laser - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Laser&oldid=1059215159"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Laser"@en ; - "A Material Artifact that is designed to emit light coherently through a process of optical amplification based on the stimulated emission of electromagnetic radiation."@en . +cco:Laser rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Laser&oldid=1059215159"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Laser"@en ; + skos:definition "A Material Artifact that is designed to emit light coherently through a process of optical amplification based on the stimulated emission of electromagnetic radiation."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LeadAcidElectricBattery - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Lead%E2%80%93acid_battery&oldid=1061641405"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Lead Acid Electric Battery"@en ; - "A Secondary Cell Electric Battery that has a lead anode and lead oxide cathode."@en . +cco:LeadAcidElectricBattery rdf:type owl:Class ; + rdfs:subClassOf cco:SecondaryCellElectricBattery ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Lead%E2%80%93acid_battery&oldid=1061641405"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Lead Acid Electric Battery"@en ; + skos:definition "A Secondary Cell Electric Battery that has a lead anode and lead oxide cathode."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LegalArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Law&oldid=1060821734"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Legal Artifact Function"@en ; - "A Service Artifact Function that is realized in processes of giving legal advice to clients drafting legal documents for clients and representing clients in legal negotiations and court proceedings such as lawsuits."@en . +cco:LegalArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ServiceArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Law&oldid=1060821734"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Legal Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of giving legal advice to clients drafting legal documents for clients and representing clients in legal negotiations and court proceedings such as lawsuits."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LegalInstrument - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Legal_instrument&oldid=1054387344"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Legal Instrument"@en ; - "A Material Artifact that is designed as a formally executed written document that can be formally attributed to its author, records and formally expresses a legally enforceable act, process, or contractual duty, obligation, or right, and therefore evidences that act, process, or agreement."@en . +cco:LegalInstrument rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Legal_instrument&oldid=1054387344"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Legal Instrument"@en ; + skos:definition "A Material Artifact that is designed as a formally executed written document that can be formally attributed to its author, records and formally expresses a legally enforceable act, process, or contractual duty, obligation, or right, and therefore evidences that act, process, or agreement."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LegalName - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Legal Name"@en ; - "A Proper Name that is an official name for the designated entity as determined by a Government or court of law."@en . +cco:LegalName rdf:type owl:Class ; + rdfs:subClassOf cco:ProperName ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Legal Name"@en ; + skos:definition "A Proper Name that is an official name for the designated entity as determined by a Government or court of law."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LegalSystemAct - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.id.uscourts.gov/glossary.htm" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Legal System Act"@en ; - "A Planned Act performed by an Agent that realizes their role within the context of a legal system of some jurisdiction."@en . +cco:LegalSystemAct rdf:type owl:Class ; + rdfs:subClassOf cco:IntentionalAct ; + cco:definition_source "http://www.id.uscourts.gov/glossary.htm" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Legal System Act"@en ; + skos:definition "A Planned Act performed by an Agent that realizes their role within the context of a legal system of some jurisdiction."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Length - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Length"@en ; - "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's greatest extent in one direction."@en . +cco:Length rdf:type owl:Class ; + rdfs:subClassOf cco:OneDimensionalExtent ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Length"@en ; + skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's greatest extent in one direction."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LifeSupportArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Life Support Artifact Function"@en ; - "An Artifact Function that is realized during events in which an Artifact materially affects an organism, where this causes that organism to continue living in a situation where death would otherwise occur."@en . +cco:LifeSupportArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Life Support Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact materially affects an organism, where this causes that organism to continue living in a situation where death would otherwise occur."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LiftingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Lifting Artifact Function"@en ; - "An Artifact Function that is realized by processes in which some Artifact is used to lift some object."@en . +cco:LiftingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Lifting Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by processes in which some Artifact is used to lift some object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LightMachineGun - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Light_machine_gun&oldid=1063598801"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Light Machine Gun"@en ; - "A Long Gun that is designed to fire bullets in quick succession from an ammunition belt or magazine and to be employed by an individual soldier, with or without assistance, and typically weighing 9-22 lbs."@en . +cco:LightMachineGun rdf:type owl:Class ; + rdfs:subClassOf cco:LongGun ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Light_machine_gun&oldid=1063598801"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Light Machine Gun"@en ; + skos:definition "A Long Gun that is designed to fire bullets in quick succession from an ammunition belt or magazine and to be employed by an individual soldier, with or without assistance, and typically weighing 9-22 lbs."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LightingSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Lighting System"@en ; - "A Material Artifact that is designed to emit light within some area."@en . +cco:LightingSystem rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Lighting System"@en ; + skos:definition "A Material Artifact that is designed to emit light within some area."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/List - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=List_(abstract_data_type)&oldid=1041588680"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "List"@en ; - "An Information Bearing Artifact that consists of one or more Information Bearing Artifacts that carry Information Content Entities and are the subjects of some Sequence Position Ordinality."@en . +cco:List rdf:type owl:Class ; + rdfs:subClassOf cco:InformationBearingArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=List_(abstract_data_type)&oldid=1041588680"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "List"@en ; + skos:definition "An Information Bearing Artifact that consists of one or more Information Bearing Artifacts that carry Information Content Entities and are the subjects of some Sequence Position Ordinality."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LithiumIonElectricBattery - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Lithium-ion_battery&oldid=1064099588"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Lithium-ion Electric Battery"@en ; - "A Secondary Cell Electric Battery that produces electricity when lithium ions move from anode to cathode."@en . +cco:LithiumIonElectricBattery rdf:type owl:Class ; + rdfs:subClassOf cco:SecondaryCellElectricBattery ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Lithium-ion_battery&oldid=1064099588"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Lithium-ion Electric Battery"@en ; + skos:definition "A Secondary Cell Electric Battery that produces electricity when lithium ions move from anode to cathode."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LocalAdministrativeRegion - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Local Administrative Region"@en ; - "Locality"@en ; - "A Government Domain that delimits a local Government."@en . +cco:LocalAdministrativeRegion rdf:type owl:Class ; + rdfs:subClassOf cco:GeopoliticalEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Local Administrative Region"@en ; + skos:altLabel "Locality"@en ; + skos:definition "A Government Domain that delimits a local Government."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Locomotive - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Locomotive&oldid=1062802629"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Locomotive"@en ; - "A Rail Transport Vehicle that is designed to provide the motive power for a Train."@en . +cco:Locomotive rdf:type owl:Class ; + rdfs:subClassOf cco:RailTransportVehicle ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Locomotive&oldid=1062802629"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Locomotive"@en ; + skos:definition "A Rail Transport Vehicle that is designed to provide the motive power for a Train."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LongGun - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Long_gun&oldid=1063715506"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Long Gun"@en ; - "A Firearm that is designed to have a longer barrel than a Hand Gun and to be fired while braced against the shoulder."@en . +cco:LongGun rdf:type owl:Class ; + rdfs:subClassOf cco:Firearm ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Long_gun&oldid=1063715506"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Long Gun"@en ; + skos:definition "A Firearm that is designed to have a longer barrel than a Hand Gun and to be fired while braced against the shoulder."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LongitudinalWaveProfile - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Longitudinal Wave Profile"@en ; - "Compression Wave"@en , - "Longitudinal Wave"@en ; - "A Wave Process Profile in which the displacement of participating particles is parallel to the direction of the Wave Process' propogation such that the particles alternate between participating in processes of compression and rarefaction as they participate in individual Wave Processes."@en . +cco:LongitudinalWaveProfile rdf:type owl:Class ; + rdfs:subClassOf cco:WaveProcessProfile , + [ rdf:type owl:Restriction ; + owl:onProperty cco:is_part_of_process ; + owl:someValuesFrom cco:MechanicalWaveProcess + ] ; + cco:definition_source "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Longitudinal Wave Profile"@en ; + skos:altLabel "Compression Wave"@en , + "Longitudinal Wave"@en ; + skos:definition "A Wave Process Profile in which the displacement of participating particles is parallel to the direction of the Wave Process' propogation such that the particles alternate between participating in processes of compression and rarefaction as they participate in individual Wave Processes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfDependentContinuant - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Loss of Dependent Continuant"@en ; - "A Change in which some Independent Continuant ceases to be the bearer or carrier of some Dependent Continuant."@en . +cco:LossOfDependentContinuant rdf:type owl:Class ; + rdfs:subClassOf cco:Change ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Loss of Dependent Continuant"@en ; + skos:definition "A Change in which some Independent Continuant ceases to be the bearer or carrier of some Dependent Continuant."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfDisposition - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Loss of Disposition"@en ; - "A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Disposition."@en . +cco:LossOfDisposition rdf:type owl:Class ; + rdfs:subClassOf cco:LossOfRealizableEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Loss of Disposition"@en ; + skos:definition "A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Disposition."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Loss of Function"@en ; - "A Loss of Disposition in which some Independent Continuant ceases to be the bearer of some Function."@en . +cco:LossOfFunction rdf:type owl:Class ; + rdfs:subClassOf cco:LossOfDisposition ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Loss of Function"@en ; + skos:definition "A Loss of Disposition in which some Independent Continuant ceases to be the bearer of some Function."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfGenericallyDependentContinuant - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Loss of Generically Dependent Continuant"@en ; - "A Loss of Dependent Continuant in which some Independent Continuant ceases to be the carrier of some Generically Dependent Continuant."@en . +cco:LossOfGenericallyDependentContinuant rdf:type owl:Class ; + rdfs:subClassOf cco:LossOfDependentContinuant ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Loss of Generically Dependent Continuant"@en ; + skos:definition "A Loss of Dependent Continuant in which some Independent Continuant ceases to be the carrier of some Generically Dependent Continuant."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfQuality - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Loss of Quality"@en ; - "A Loss of Specifically Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Quality."@en . +cco:LossOfQuality rdf:type owl:Class ; + rdfs:subClassOf cco:LossOfSpecificallyDependentContinuant ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Loss of Quality"@en ; + skos:definition "A Loss of Specifically Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Quality."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfRealizableEntity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Loss of Realizable Entity"@en ; - "A Loss of Specifically Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Realizable Entity."@en . +cco:LossOfRealizableEntity rdf:type owl:Class ; + rdfs:subClassOf cco:LossOfSpecificallyDependentContinuant ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Loss of Realizable Entity"@en ; + skos:definition "A Loss of Specifically Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Realizable Entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfRole - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Loss of Role"@en ; - "A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Role."@en . +cco:LossOfRole rdf:type owl:Class ; + rdfs:subClassOf cco:LossOfRealizableEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Loss of Role"@en ; + skos:definition "A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Role."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfSpecificallyDependentContinuant - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Loss of Specifically Dependent Continuant"@en ; - "A Loss of Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Specifically Dependent Continuant."@en . +cco:LossOfSpecificallyDependentContinuant rdf:type owl:Class ; + rdfs:subClassOf cco:LossOfDependentContinuant ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Loss of Specifically Dependent Continuant"@en ; + skos:definition "A Loss of Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Specifically Dependent Continuant."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LotNumber - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Lot_number&oldid=1061846325"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Lot Number"@en ; - "A Code Identifier that designates a particular quantity or lot of material from a single manufacturer."@en . +cco:LotNumber rdf:type owl:Class ; + rdfs:subClassOf cco:CodeIdentifier ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Lot_number&oldid=1061846325"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Lot Number"@en ; + skos:definition "A Code Identifier that designates a particular quantity or lot of material from a single manufacturer."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Loudness - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://byjus.com/physics/loudness-of-sound/"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Loudness"@en ; - "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:Loudness rdf:type owl:Class ; + rdfs:subClassOf cco:SoundProcessProfile ; + 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 ; + skos: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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/LowDensityResidentialArea - rdf:type owl:Class ; - rdfs:subClassOf ; - "Anderson et. al. A Land Use and Land Cover Classification System for use with Remote Sensor Data, Geological Survey Professional Paper 964" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Low Density Residential Area"@en ; - "A Populated Place where houses are on lots of more than one acre."@en . +cco:LowDensityResidentialArea rdf:type owl:Class ; + rdfs:subClassOf cco:PopulatedPlace ; + cco:definition_source "Anderson et. al. A Land Use and Land Cover Classification System for use with Remote Sensor Data, Geological Survey Professional Paper 964" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Low Density Residential Area"@en ; + skos:definition "A Populated Place where houses are on lots of more than one acre."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LowFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "LF" ; - "International Telecommunication Union (ITU)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The corresponding Wavelength range is 10–1 km"@en ; - rdfs:label "Low Frequency"@en ; - "ITU Band Number 5"@en ; - "A Radio Frequency that is between 30 and 300 kHz."@en . +cco:LowFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:RadioFrequency ; + cco:acronym "LF" ; + cco:definition_source "International Telecommunication Union (ITU)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "The corresponding Wavelength range is 10–1 km"@en ; + rdfs:label "Low Frequency"@en ; + skos:altLabel "ITU Band Number 5"@en ; + skos:definition "A Radio Frequency that is between 30 and 300 kHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LowMidrangeFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Low Midrange Frequency"@en ; - "A Sonic Frequency that is between 250 and 500 Hz."@en . +cco:LowMidrangeFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:SonicFrequency ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Low Midrange Frequency"@en ; + skos:definition "A Sonic Frequency that is between 250 and 500 Hz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LubricationSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment "A Lubrication System typical consists of a reservoir, pump, heat exchanger, filter, regulator, valves, sensors, pipes, and hoses. In some cases it also includes the passageways and openings within the artifact it is designed to lubricate. For example, the oil holes in a bearing and crankshaft."@en ; - rdfs:label "Lubrication System"@en ; - "A Material Artifact that is designed to contain, transfer, and regulate the flow of lubricant to multiple locations in an Artifact."@en . +cco:LubricationSystem rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:comment "A Lubrication System typical consists of a reservoir, pump, heat exchanger, filter, regulator, valves, sensors, pipes, and hoses. In some cases it also includes the passageways and openings within the artifact it is designed to lubricate. For example, the oil holes in a bearing and crankshaft."@en ; + rdfs:label "Lubrication System"@en ; + skos:definition "A Material Artifact that is designed to contain, transfer, and regulate the flow of lubricant to multiple locations in an Artifact."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LuminescentProperty - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Luminescence&oldid=1050169944"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:comment "There are a variety of photometric measurements, such as luminous flux/power or luminous intensity, whose units are lumen and candela respectively, which attempt to describe properties associated with the perception of light. These are weighted measurements, typically by the luminosity function, as thus exist on the side of information content. It is a point of further development to add the needed intrinsic properties of radiation that such measurements are about."@en ; - rdfs:label "Luminescent Property"@en ; - "An Optical Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light, but which isn't the result of the bearer being heated."@en . +cco:LuminescentProperty rdf:type owl:Class ; + rdfs:subClassOf cco:OpticalProperty ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Luminescence&oldid=1050169944"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:comment "There are a variety of photometric measurements, such as luminous flux/power or luminous intensity, whose units are lumen and candela respectively, which attempt to describe properties associated with the perception of light. These are weighted measurements, typically by the luminosity function, as thus exist on the side of information content. It is a point of further development to add the needed intrinsic properties of radiation that such measurements are about."@en ; + rdfs:label "Luminescent Property"@en ; + skos:definition "An Optical Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light, but which isn't the result of the bearer being heated."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LunarCalendarSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Lunar_calendar&oldid=1055396837"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Lunar Calendar System"@en ; - "A Calendar System that is designed to organize and identify dates based on the cycles of the Moon's phases."@en . +cco:LunarCalendarSystem rdf:type owl:Class ; + rdfs:subClassOf cco:CalendarSystem ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Lunar_calendar&oldid=1055396837"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Lunar Calendar System"@en ; + skos:definition "A Calendar System that is designed to organize and identify dates based on the cycles of the Moon's phases."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MSIPlesseyBarcode - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "MSI Plessey Barcode"@en ; - "A One-Dimensional Barcode that consists of an indefinite number of numerical characters and is used for inventory control and marking storage containers and shelves in warehouse environments."@en . +cco:MSIPlesseyBarcode rdf:type owl:Class ; + rdfs:subClassOf cco:OneDimensionalBarcode ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "MSI Plessey Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of an indefinite number of numerical characters and is used for inventory control and marking storage containers and shelves in warehouse environments."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MachineBearing - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Bearing_(mechanical)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Machine Bearing"@en ; - "A Material Artifact that is designed to constrain relative motion to only desired motion and reduces friction between moving parts."@en . +cco:MachineBearing rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/wiki/Bearing_(mechanical)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Machine Bearing"@en ; + skos:definition "A Material Artifact that is designed to constrain relative motion to only desired motion and reduces friction between moving parts."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Magenta - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Magenta"@en ; - "A Color consisting of red and blue hues."@en . +cco:Magenta rdf:type owl:Class ; + rdfs:subClassOf cco:Color ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Magenta"@en ; + skos:definition "A Color consisting of red and blue hues."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Magnetic - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Magnetism"@en ; - "A Disposition that is realized when its bearer exerts a magnetic force on another entity."@en . +cco:Magnetic rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000016 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Magnetism"@en ; + skos:definition "A Disposition that is realized when its bearer exerts a magnetic force on another entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Mailing - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Mail&oldid=1057401839"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Mailing"@en ; - "Act of Mailing"@en ; - "An Act of Communication by Media in which information and tangible objects, usually written documents, are delivered to destinations around the world."@en . +cco:Mailing rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCommunicationByMedia ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Mail&oldid=1057401839"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Mailing"@en ; + skos:altLabel "Act of Mailing"@en ; + skos:definition "An Act of Communication by Media in which information and tangible objects, usually written documents, are delivered to destinations around the world."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MailingFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Mail&oldid=1057401839"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Mailing Facility"@en ; - "A Facility that is designed for the systematic physical transportation of documents and packages."@en . +cco:MailingFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Facility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Mail&oldid=1057401839"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Mailing Facility"@en ; + skos:definition "A Facility that is designed for the systematic physical transportation of documents and packages."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MaintenanceFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.dictionary.com/browse/maintain" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Maintenance Facility"@en ; - "A Facility that is designed to be used to perform actions to maintain or improve the state of some property or equipment."@en . +cco:MaintenanceFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Facility ; + cco:definition_source "http://www.dictionary.com/browse/maintain" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Maintenance Facility"@en ; + skos:definition "A Facility that is designed to be used to perform actions to maintain or improve the state of some property or equipment."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MajorAxis - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Major Axis"@en ; - "A One-Dimensional Spatial Region that is the longest line segment that connects two points on the edge of an Ellipse."@en . +cco:MajorAxis rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Major Axis"@en ; + skos:definition "A One-Dimensional Spatial Region that is the longest line segment that connects two points on the edge of an Ellipse."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MaleSex - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://purl.org/obo/owl/PATO#PATO_0000384" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Male Sex"@en ; - "A Biological Sex inhering in an individual whose sex organs contain only male gametes."@en . +cco:MaleSex rdf:type owl:Class ; + rdfs:subClassOf cco:BiologicalSex ; + cco:definition_source "http://purl.org/obo/owl/PATO#PATO_0000384" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Male Sex"@en ; + skos:definition "A Biological Sex inhering in an individual whose sex organs contain only male gametes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ManualTool - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Hand_tool&oldid=1060741381"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Manual Tool"@en ; - "Hand Tool"@en ; - "A Tool that is designed to be powered by manual labor rather than by an engine."@en . +cco:ManualTool rdf:type owl:Class ; + rdfs:subClassOf cco:Tool ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hand_tool&oldid=1060741381"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Manual Tool"@en ; + skos:altLabel "Hand Tool"@en ; + skos:definition "A Tool that is designed to be powered by manual labor rather than by an engine."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Maroon - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Maroon"@en ; - "A Color consisting of purple and brown hue."@en . +cco:Maroon rdf:type owl:Class ; + rdfs:subClassOf cco:Color ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Maroon"@en ; + skos:definition "A Color consisting of purple and brown hue."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Married - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Marriage&oldid=1064076951"^^xsd:anyURI , - "Haviland, William A.; Prins, Harald E. L.; McBride, Bunny; Walrath, Dana (2011). Cultural Anthropology: The Human Challenge (13th ed.). Cengage Learning. ISBN 978-0-495-81178-7" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Married"@en ; - "Married Stasis"@en ; - "A Stasis of Generically Dependent Continuant that consists of a socially, culturally, or ritually recognized union or legal contract between spouses that establishes rights and obligations between them, between them and their children, and between them and their in-laws."@en . +cco:Married rdf:type owl:Class ; + rdfs:subClassOf cco:StasisOfGenericallyDependentContinuant ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Marriage&oldid=1064076951"^^xsd:anyURI , + "Haviland, William A.; Prins, Harald E. L.; McBride, Bunny; Walrath, Dana (2011). Cultural Anthropology: The Human Challenge (13th ed.). Cengage Learning. ISBN 978-0-495-81178-7" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Married"@en ; + skos:altLabel "Married Stasis"@en ; + skos:definition "A Stasis of Generically Dependent Continuant that consists of a socially, culturally, or ritually recognized union or legal contract between spouses that establishes rights and obligations between them, between them and their children, and between them and their in-laws."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Mass - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:comment "'Matter' here can also refer to the inertial energy of an object."@en , - "Typical unit of measure is the kilogram or pound."@en ; - rdfs:label "Mass"@en ; - "A Quality that inheres in a bearer in virtue of the amount of matter in that bearer."@en . +cco:Mass rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:comment "'Matter' here can also refer to the inertial energy of an object."@en , + "Typical unit of measure is the kilogram or pound."@en ; + rdfs:label "Mass"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the amount of matter in that bearer."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MassSpecification - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Mass Specification"@en ; - "A Quality Specification that prescribes the Amount of Mass that a Material Entity should have."@en . +cco:MassSpecification rdf:type owl:Class ; + rdfs:subClassOf cco:QualitySpecification ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Mass Specification"@en ; + skos:definition "A Quality Specification that prescribes the Amount of Mass that a Material Entity should have."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MaterialTerritoryOfACountry - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; - "2023-02-06T10:14:09-05:00"@en ; - "https://avalon.law.yale.edu/20th_century/intam03.asp" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Material Territory of a Country"@en ; - "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a The Domain of a Country."@en ; - "Material Territory of a Country"@en . +cco:MaterialTerritoryOfACountry rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:MaterialTerritoryOfAGovernmentDomain + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000171 ; + owl:someValuesFrom cco:Country + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:MaterialTerritoryOfAGovernmentDomain ; + dcterms:bibliographicCitation "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; + dcterms:created "2023-02-06T10:14:09-05:00"@en ; + cco:definition_source "https://avalon.law.yale.edu/20th_century/intam03.asp" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Material Territory of a Country"@en ; + skos:definition "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a The Domain of a Country."@en ; + skos:prefLabel "Material Territory of a Country"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MaterialTerritoryOfAGovernmentDomain - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; - "2023-02-06T10:14:09-05:00"@en ; - "https://avalon.law.yale.edu/20th_century/intam03.asp" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Material Territory of a Government Domain"@en ; - "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a Government Domain"@en ; - "Material Territory of a Government Domain"@en . +cco:MaterialTerritoryOfAGovernmentDomain rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:PortionOfGeosphere + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000171 ; + owl:someValuesFrom cco:GeopoliticalEntity + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:PortionOfGeosphere ; + dcterms:bibliographicCitation "Convention on Rights and Duties of States (inter-American); December 26, 1933. https://avalon.law.yale.edu/20th_century/intam03.asp. Accessed 6 Apr. 2023." ; + dcterms:created "2023-02-06T10:14:09-05:00"@en ; + cco:definition_source "https://avalon.law.yale.edu/20th_century/intam03.asp" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Material Territory of a Government Domain"@en ; + skos:definition "The portions of lithosphere, hydrosphere, or atmosphere that together exactly occupy a Government Domain"@en ; + skos:prefLabel "Material Territory of a Government Domain"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MaximumOrdinalMeasurementInformationContentEntity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Maximum Ordinal Measurement Information Content Entity"@en ; - "An Ordinal Measurement Information Content Entity that is a measurement of some entity in virtue of it being the largest or having the greatest amount relative to a nominally described set of like entities."@en . +cco:MaximumOrdinalMeasurementInformationContentEntity rdf:type owl:Class ; + rdfs:subClassOf cco:OrdinalMeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Maximum Ordinal Measurement Information Content Entity"@en ; + skos:definition "An Ordinal Measurement Information Content Entity that is a measurement of some entity in virtue of it being the largest or having the greatest amount relative to a nominally described set of like entities."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MaximumPower - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Maximum Power"@en ; - "A Power that is characterized by the maximum rate of Work, or Energy consumed, done in a given time period."@en . +cco:MaximumPower rdf:type owl:Class ; + rdfs:subClassOf cco:Power ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Maximum Power"@en ; + skos:definition "A Power that is characterized by the maximum rate of Work, or Energy consumed, done in a given time period."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MaximumSpeedArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Maximum Speed Artifact Function"@en ; - "A Speed Artifact Function that is realized in some process in which the Artifact bearing the Artifact Function attains the highest speed at which that Artifact is designed to operate."@en . +cco:MaximumSpeedArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:SpeedArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Maximum Speed Artifact Function"@en ; + skos:definition "A Speed Artifact Function that is realized in some process in which the Artifact bearing the Artifact Function attains the highest speed at which that Artifact is designed to operate."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeanPointEstimateInformationContentEntity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Mean Point Estimate Information Content Entity"@en ; - "Arithmetic Mean"@en , - "Average"@en , - "Mean"@en ; - "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to the sum of all the values in the set divided by the total number of values in the set."@en . +cco:MeanPointEstimateInformationContentEntity rdf:type owl:Class ; + rdfs:subClassOf cco:PointEstimateInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Mean Point Estimate Information Content Entity"@en ; + skos:altLabel "Arithmetic Mean"@en , + "Average"@en , + "Mean"@en ; + skos:definition "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to the sum of all the values in the set divided by the total number of values in the set."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Measurement Artifact Function"@en ; - "An Artifact Function that is realized during events in which an Artifact is used to measure one or more features of a specified object or class of objects."@en . +cco:MeasurementArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Measurement Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to measure one or more features of a specified object or class of objects."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementInformationContentEntity - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - owl:disjointWith ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Measurement Information Content Entity"@en ; - "Measurement ICE"@en ; - "A Descriptive Information Content Entity that describes the extent, dimensions, quantity, or quality of an Entity relative to some standard."@en . +cco:MeasurementInformationContentEntity rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:DescriptiveInformationContentEntity + [ rdf:type owl:Restriction ; + owl:onProperty cco:is_a_measurement_of ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:DescriptiveInformationContentEntity ; + owl:disjointWith cco:RepresentationalInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Measurement Information Content Entity"@en ; + skos:altLabel "Measurement ICE"@en ; + skos:definition "A Descriptive Information Content Entity that describes the extent, dimensions, quantity, or quality of an Entity relative to some standard."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnit - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Unit_of_measurement&oldid=1061038125"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit"@en ; - "A Descriptive Information Content Entity that describes a definite magnitude of a physical quantity, defined and adopted by convention and/or by law, that is used as a standard for measurement of the same physical quantity."@en . +cco:MeasurementUnit rdf:type owl:Class ; + rdfs:subClassOf cco:DescriptiveInformationContentEntity ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Unit_of_measurement&oldid=1061038125"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit"@en ; + skos:definition "A Descriptive Information Content Entity that describes a definite magnitude of a physical quantity, defined and adopted by convention and/or by law, that is used as a standard for measurement of the same physical quantity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAcceleration - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Acceleration"@en ; - "A Measurement Unit that is used as a standard for measurement of the rate at which objects change their velocities per unit of time."@en ; - "feet per second per second, kilometers per second per second" . +cco:MeasurementUnitOfAcceleration rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Acceleration"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the rate at which objects change their velocities per unit of time."@en ; + skos:example "feet per second per second, kilometers per second per second" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAmountOfSubstance - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology" ; - rdfs:comment "The type of particle quantified is typically either atoms or molecules, but may also be protons, neutrons, electrons, quarks, or other particles. The type of particle being measured should always be specified along with the measurement and its unit."@en ; - rdfs:label "Measurement Unit of Amount of Substance"@en ; - "Measurement Unit of Chemical Amount"@en , - "Measurement Unit of Enplethy"@en ; - "A Measurement Unit that is used as a standard for measurement of the number of a specified type of particle in a portion of matter."@en ; - "mole, pound-mole" . +cco:MeasurementUnitOfAmountOfSubstance rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology" ; + rdfs:comment "The type of particle quantified is typically either atoms or molecules, but may also be protons, neutrons, electrons, quarks, or other particles. The type of particle being measured should always be specified along with the measurement and its unit."@en ; + rdfs:label "Measurement Unit of Amount of Substance"@en ; + skos:altLabel "Measurement Unit of Chemical Amount"@en , + "Measurement Unit of Enplethy"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the number of a specified type of particle in a portion of matter."@en ; + skos:example "mole, pound-mole" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAngle - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Angle"@en ; - "A Measurement Unit that is used as a standard for measurement of the angle between two lines or planes in relation to a vertex."@en ; - "degrees, radians" . +cco:MeasurementUnitOfAngle rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Angle"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the angle between two lines or planes in relation to a vertex."@en ; + skos:example "degrees, radians" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfArea - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Area"@en ; - "A Measurement Unit that is used as a standard for measurement of two-dimensional regions or Geospatial Regions."@en ; - "square feet, square meters, acre, hectare" . +cco:MeasurementUnitOfArea rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Area"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of two-dimensional regions or Geospatial Regions."@en ; + skos:example "square feet, square meters, acre, hectare" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfAreaMomentOfInertia - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Area Moment of Inertia"@en ; - "Measurement Unit of Second Area Moment"@en ; - "A Measurement Unit that is used as a standard for measurement of the distribution of Mass of an object with respect to an axis."@en ; - "A measure of an object’s resistance to bending or deflection."@en . +cco:MeasurementUnitOfAreaMomentOfInertia rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Area Moment of Inertia"@en ; + skos:altLabel "Measurement Unit of Second Area Moment"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the distribution of Mass of an object with respect to an axis."@en ; + skos:scopeNote "A measure of an object’s resistance to bending or deflection."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfDensity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Density"@en ; - "A Measurement Unit that is used as a standard for measurement of the mass of an object per unit of its total volume."@en . +cco:MeasurementUnitOfDensity rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Density"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the mass of an object per unit of its total volume."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfElectromagneticForce - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Electromagnetic Force"@en ; - "A Measurement Unit that is used as a standard for measurement of the electromagnetic force between electrically charged entities."@en ; - "volt, ampere, coulomb" . +cco:MeasurementUnitOfElectromagneticForce rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Electromagnetic Force"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the electromagnetic force between electrically charged entities."@en ; + skos:example "volt, ampere, coulomb" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfEnergy - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Energy"@en ; - "A Measurement Unit that is used as a standard for measurement of the Amount of work that is available in an object."@en ; - "ft-lbs, calorie, horsepower, kilowatt" . +cco:MeasurementUnitOfEnergy rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Energy"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the Amount of work that is available in an object."@en ; + skos:example "ft-lbs, calorie, horsepower, kilowatt" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFlow - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Flow"@en ; - "A Measurement Unit that is used as a standard for measurement of the rate at which portions of a substance pass per unit of time."@en . +cco:MeasurementUnitOfFlow rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Flow"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the rate at which portions of a substance pass per unit of time."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfForce - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Force"@en ; - "A Measurement Unit that is used as a standard for measurement of interactions in which the Motion or Velocity of an object is changed, unless the interaction is opposed."@en ; - "newton, dyne, pound force " . +cco:MeasurementUnitOfForce rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Force"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of interactions in which the Motion or Velocity of an object is changed, unless the interaction is opposed."@en ; + skos:example "newton, dyne, pound force " . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Frequency"@en ; - "A Measurement Unit that is used as a standard for measurement of the number of times an event repeats per unit of time."@en ; - "hertz, revolutions per minute" . +cco:MeasurementUnitOfFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Frequency"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the number of times an event repeats per unit of time."@en ; + skos:example "hertz, revolutions per minute" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfGeocoordinate - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Geocoordinate"@en ; - "A Measurement Unit specifying the geospatial coordinates of a location."@en . +cco:MeasurementUnitOfGeocoordinate rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Geocoordinate"@en ; + skos:definition "A Measurement Unit specifying the geospatial coordinates of a location."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfImpulse - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Impulse"@en ; - "A Measurement Unit that is used as a standard for measurement of the integral of a Force applied to a portion of matter over a temporal interval."@en ; - "N s, dyne second" . +cco:MeasurementUnitOfImpulse rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Impulse"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the integral of a Force applied to a portion of matter over a temporal interval."@en ; + skos:example "N s, dyne second" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfLength - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Length"@en ; - "A Measurement Unit that is used as a standard for measurement of one-dimensional regions or Geospatial Regions."@en ; - "foot, meter, kilometer, mile" . +cco:MeasurementUnitOfLength rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Length"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of one-dimensional regions or Geospatial Regions."@en ; + skos:example "foot, meter, kilometer, mile" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMass - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Mass"@en ; - "A Measurement Unit that is used as a standard for measurement of an object's resistance to Acceleration when a Force is applied to the object."@en ; - "ounce, gram, pound" . +cco:MeasurementUnitOfMass rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Mass"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of an object's resistance to Acceleration when a Force is applied to the object."@en ; + skos:example "ounce, gram, pound" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMassFlowRate - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Mass Flow Rate"@en ; - "A Measurement Unit of Flow that is used as a standard for measurement of the rate at which the Mass of a substance passes per unit time."@en ; - "kilogram per second, slug per second, pound per second" . +cco:MeasurementUnitOfMassFlowRate rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnitOfFlow ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Mass Flow Rate"@en ; + skos:definition "A Measurement Unit of Flow that is used as a standard for measurement of the rate at which the Mass of a substance passes per unit time."@en ; + skos:example "kilogram per second, slug per second, pound per second" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfMomentum - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Momentum"@en ; - "A Measurement Unit that is used as a standard for measurement of the Momentum of a portion of matter that is in Motion."@en ; - "kg m/s, slug ft/s, g m/s" . +cco:MeasurementUnitOfMomentum rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Momentum"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the Momentum of a portion of matter that is in Motion."@en ; + skos:example "kg m/s, slug ft/s, g m/s" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPower - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Power"@en ; - "A Measurement Unit that is used as a standard for measurement of rates of work."@en ; - "watt, horsepower" . +cco:MeasurementUnitOfPower rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Power"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of rates of work."@en ; + skos:example "watt, horsepower" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfPressure - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Pressure"@en ; - "A Measurement Unit that is used as a standard for measurement of Force applied perpendicular to a surface per unit area."@en ; - "pascal, atmosphere, pound-force per square inch" . +cco:MeasurementUnitOfPressure rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Pressure"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of Force applied perpendicular to a surface per unit area."@en ; + skos:example "pascal, atmosphere, pound-force per square inch" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfRotationalInertia - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Rotational Inertia"@en ; - "Measurement Unit of Moment of Inertia"@en , - "Measurement Unit of Rotational Mass"@en ; - "A Measurement Unit that is used as a standard for measurement of the distribution of Mass of an object with respect to its axis of rotation."@en ; - "A measure of an object’s resistance to change in its state of rotation."@en . +cco:MeasurementUnitOfRotationalInertia rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Rotational Inertia"@en ; + skos:altLabel "Measurement Unit of Moment of Inertia"@en , + "Measurement Unit of Rotational Mass"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the distribution of Mass of an object with respect to its axis of rotation."@en ; + skos:scopeNote "A measure of an object’s resistance to change in its state of rotation."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSoundLevel - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Sound Level"@en ; - "A Measurement Unit that is used as a standard for measurement of the level (the loudness) of sounds."@en ; - "decibels, sones" . +cco:MeasurementUnitOfSoundLevel rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Sound Level"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the level (the loudness) of sounds."@en ; + skos:example "decibels, sones" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfSpeed - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Speed"@en ; - "A Measurement Unit that is used as a standard for measurement of the rates at which objects traverse distance."@en ; - "miles per hour, kilometers per hour, knot, mach" . +cco:MeasurementUnitOfSpeed rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Speed"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the rates at which objects traverse distance."@en ; + skos:example "miles per hour, kilometers per hour, knot, mach" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTemperature - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Temperature"@en ; - "A Measurement Unit that is used as a standard for measurement of the thermal energy in an object."@en ; - "celsius, fahrenheit, kelvin" . +cco:MeasurementUnitOfTemperature rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Temperature"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the thermal energy in an object."@en ; + skos:example "celsius, fahrenheit, kelvin" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTime - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Time"@en ; - "A Measurement Unit that is used as a standard for measurement of temporal regions."@en ; - "second, minute, hour, day" . +cco:MeasurementUnitOfTime rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Time"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of temporal regions."@en ; + skos:example "second, minute, hour, day" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfTorque - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Torque"@en ; - "Measurement Unit of Moment of Force"@en , - "Measurement Unit of Rotational Force"@en ; - "A Measurement Unit that is used as a standard for measurement of the rate of change of angular momentum of an object."@en . +cco:MeasurementUnitOfTorque rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Torque"@en ; + skos:altLabel "Measurement Unit of Moment of Force"@en , + "Measurement Unit of Rotational Force"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of the rate of change of angular momentum of an object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolume - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Volume"@en ; - "A Measurement Unit that is used as a standard for measurement of sites or three-dimensional regions or Geospatial Regions."@en ; - "cubic feet, cubic meter, quart, liter" . +cco:MeasurementUnitOfVolume rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Volume"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of sites or three-dimensional regions or Geospatial Regions."@en ; + skos:example "cubic feet, cubic meter, quart, liter" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfVolumetricFlowRate - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Volumetric Flow Rate"@en ; - "A Measurement Unit of Flow that is used as a standard for measurement of the rate at which volumes of fluid pass per unit time."@en ; - "cubic metres per second, standard cubic centimeters per minute, cubic feet per second, gallons per minute" . +cco:MeasurementUnitOfVolumetricFlowRate rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnitOfFlow ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Volumetric Flow Rate"@en ; + skos:definition "A Measurement Unit of Flow that is used as a standard for measurement of the rate at which volumes of fluid pass per unit time."@en ; + skos:example "cubic metres per second, standard cubic centimeters per minute, cubic feet per second, gallons per minute" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeasurementUnitOfWork - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Measurement Unit of Work"@en ; - "A Measurement Unit that is used as a standard for measurement of displacements of points to which Forces have been applied."@en ; - "joule, erg, kilowatt hour" . +cco:MeasurementUnitOfWork rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Measurement Unit of Work"@en ; + skos:definition "A Measurement Unit that is used as a standard for measurement of displacements of points to which Forces have been applied."@en ; + skos:example "joule, erg, kilowatt hour" . ### http://www.ontologyrepository.com/CommonCoreOntologies/MechanicalProcess - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Mechanical Process"@en ; - "A Process that is the realization of some Disposition of an Artifact"@en . +cco:MechanicalProcess rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000015 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Mechanical Process"@en ; + skos:definition "A Process that is the realization of some Disposition of an Artifact"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MechanicalWaveProcess - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Mechanical_wave&oldid=1057233679"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Mechanical Wave Process"@en ; - "A Wave Process that involves Oscillation of a portion of matter such that energy is transferred through the material medium."@en . +cco:MechanicalWaveProcess rdf:type owl:Class ; + rdfs:subClassOf cco:WaveProcess ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Mechanical_wave&oldid=1057233679"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Mechanical Wave Process"@en ; + skos:definition "A Wave Process that involves Oscillation of a portion of matter such that energy is transferred through the material medium."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MedianPointEstimateInformationContentEntity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Median Point Estimate Information Content Entity"@en ; - "Median"@en ; - "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to either the middle value or the average of the two values which separate the set into two equally populated upper and lower sets."@en . +cco:MedianPointEstimateInformationContentEntity rdf:type owl:Class ; + rdfs:subClassOf cco:PointEstimateInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Median Point Estimate Information Content Entity"@en ; + skos:altLabel "Median"@en ; + skos:definition "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to either the middle value or the average of the two values which separate the set into two equally populated upper and lower sets."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MedicalArtifact - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Medical Artifact"@en ; - "A Material Artifact that is designed for diagnosing, treating, or preventing disease, disability, or death."@en . +cco:MedicalArtifact rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Medical Artifact"@en ; + skos:definition "A Material Artifact that is designed for diagnosing, treating, or preventing disease, disability, or death."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MedicalDepot - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Medical Depot"@en ; - "A Storage Facility that is designed to store medical supplies."@en . +cco:MedicalDepot rdf:type owl:Class ; + rdfs:subClassOf cco:StorageFacility ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Medical Depot"@en ; + skos:definition "A Storage Facility that is designed to store medical supplies."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MediumFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "MF" ; - "International Telecommunication Union (ITU)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The corresponding Wavelength range is 1,000–100 m"@en ; - rdfs:label "Medium Frequency"@en ; - "ITU Band Number 6"@en ; - "A Radio Frequency that is between 300 kHz and 3 MHz."@en . +cco:MediumFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:RadioFrequency ; + cco:acronym "MF" ; + cco:definition_source "International Telecommunication Union (ITU)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "The corresponding Wavelength range is 1,000–100 m"@en ; + rdfs:label "Medium Frequency"@en ; + skos:altLabel "ITU Band Number 6"@en ; + skos:definition "A Radio Frequency that is between 300 kHz and 3 MHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MediumMachineGun - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Medium_machine_gun&oldid=1063571269"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Medium Machine Gun"@en ; - "A Mounted Gun that is designed to fire full-power rifle Cartridges (less than .50 caliber or 12.7mm) in quick succession from an ammunition belt, and which typically weighs 22-30 lbs."@en . +cco:MediumMachineGun rdf:type owl:Class ; + rdfs:subClassOf cco:MountedGun ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Medium_machine_gun&oldid=1063571269"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Medium Machine Gun"@en ; + skos:definition "A Mounted Gun that is designed to fire full-power rifle Cartridges (less than .50 caliber or 12.7mm) in quick succession from an ammunition belt, and which typically weighs 22-30 lbs."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Message - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Message&oldid=1060098631"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Message"@en ; - "An Information Bearing Artifact that is designed to bear some specific Information Content Entity that is relatively brief and to be transmitted from a sender to a recipient."@en . +cco:Message rdf:type owl:Class ; + rdfs:subClassOf cco:InformationBearingArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Message&oldid=1060098631"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Message"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear some specific Information Content Entity that is relatively brief and to be transmitted from a sender to a recipient."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Microscope - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Microscope&oldid=1059024357"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Microscope"@en ; - "An Imaging Instrument that is designed to enable users to see Objects that are otherwise too small to be seen by the naked eye by producing a significantly enlarged image of the Object."@en . +cco:Microscope rdf:type owl:Class ; + rdfs:subClassOf cco:ImagingInstrument ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Microscope&oldid=1059024357"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Microscope"@en ; + skos:definition "An Imaging Instrument that is designed to enable users to see Objects that are otherwise too small to be seen by the naked eye by producing a significantly enlarged image of the Object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MicrowaveFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Microwave&oldid=1062124842"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The corresponding Wavelength range is 1,000–1 mm"@en ; - rdfs:label "Microwave Frequency"@en ; - "A Radio Frequency that is between 300 MHz and 300 GHz."@en . +cco:MicrowaveFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:RadioFrequency ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Microwave&oldid=1062124842"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "The corresponding Wavelength range is 1,000–1 mm"@en ; + rdfs:label "Microwave Frequency"@en ; + skos:definition "A Radio Frequency that is between 300 MHz and 300 GHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MidInfraredLightFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Mid Infrared Light Frequency"@en ; - "An Infrared Light Frequency that is between 20 and 214 terahertz."@en . +cco:MidInfraredLightFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:InfraredLightFrequency ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Mid Infrared Light Frequency"@en ; + skos:definition "An Infrared Light Frequency that is between 20 and 214 terahertz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MidrangeFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Midrange Frequency"@en ; - "A Sonic Frequency that is between 500 Hz and 2 kHz."@en . +cco:MidrangeFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:SonicFrequency ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Midrange Frequency"@en ; + skos:definition "A Sonic Frequency that is between 500 Hz and 2 kHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Military Artifact Function"@en ; - "A Service Artifact Function that is realized in processes related to the armed services."@en . +cco:MilitaryArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ServiceArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Military Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes related to the armed services."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryBase - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Military_base&oldid=1047077734"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Military Base"@en ; - "A Military Facility that is designed to shelter military equipment and personnel and to facilitate training and operations."@en . +cco:MilitaryBase rdf:type owl:Class ; + rdfs:subClassOf cco:MilitaryFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Military_base&oldid=1047077734"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Military Base"@en ; + skos:definition "A Military Facility that is designed to shelter military equipment and personnel and to facilitate training and operations."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Military Facility"@en ; - "A Facility that is designed to support a Military Force."@en . +cco:MilitaryFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Facility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Military Facility"@en ; + skos:definition "A Facility that is designed to support a Military Force."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryHeadquartersFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Headquarters&oldid=1046429636"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Military Headquarters Facility"@en ; - "A Military Facility that is designed for military administration and coordination."@en . +cco:MilitaryHeadquartersFacility rdf:type owl:Class ; + rdfs:subClassOf cco:MilitaryFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Headquarters&oldid=1046429636"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Military Headquarters Facility"@en ; + skos:definition "A Military Facility that is designed for military administration and coordination."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryPersonnelForce - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Military Personnel Force"@en ; - "An Armed Force authorized to use deadly force, and weapons, to support the interests of the Government and some or all of its Citizens."@en . +cco:MilitaryPersonnelForce rdf:type owl:Class ; + rdfs:subClassOf cco:ArmedForce ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Military&oldid=1063431234"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Military Personnel Force"@en ; + skos:definition "An Armed Force authorized to use deadly force, and weapons, to support the interests of the Government and some or all of its Citizens."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MilitaryTimeZoneIdentifier - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Military Time Zone Identifier"@en ; - "A Time Zone Identifier that designates a spatial region where the local time is calculated according to the specified offset from Zulu time, which has no offset from Coordinated Universal Time."@en . +cco:MilitaryTimeZoneIdentifier rdf:type owl:Class ; + rdfs:subClassOf cco:TimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Military Time Zone Identifier"@en ; + skos:definition "A Time Zone Identifier that designates a spatial region where the local time is calculated according to the specified offset from Zulu time, which has no offset from Coordinated Universal Time."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Mine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Mining&oldid=1062844924"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Mine"@en ; - "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:Mine rdf:type owl:Class ; + rdfs:subClassOf cco:Facility ; + 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 ; + skos: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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/MinimumOrdinalMeasurementInformationContentEntity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Minimum Ordinal Measurement Information Content Entity"@en ; - "An Ordinal Measurement Information Content Entity that is a measurement of some entity in virtue of it being the smallest or having the least amount relative to a nominally described set of like entities."@en . +cco:MinimumOrdinalMeasurementInformationContentEntity rdf:type owl:Class ; + rdfs:subClassOf cco:OrdinalMeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Minimum Ordinal Measurement Information Content Entity"@en ; + skos:definition "An Ordinal Measurement Information Content Entity that is a measurement of some entity in virtue of it being the smallest or having the least amount relative to a nominally described set of like entities."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MinimumSpeedArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Minimum Speed Artifact Function"@en ; - "A Speed Artifact Function that is realized in some process in which the Artifact bearing the Artifact Function attains the lowest speed at which that Artifact is designed to operate."@en . +cco:MinimumSpeedArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:SpeedArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Minimum Speed Artifact Function"@en ; + skos:definition "A Speed Artifact Function that is realized in some process in which the Artifact bearing the Artifact Function attains the lowest speed at which that Artifact is designed to operate."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MinorAxis - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Semi-major_and_semi-minor_axes&oldid=1047911304"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Minor Axis"@en ; - "A One-Dimensional Spatial Region that is the longest line segment perpendicular to the Major Axis that connects two points on the edge of an Ellipse."@en . +cco:MinorAxis rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Semi-major_and_semi-minor_axes&oldid=1047911304"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Minor Axis"@en ; + skos:definition "A One-Dimensional Spatial Region that is the longest line segment perpendicular to the Major Axis that connects two points on the edge of an Ellipse."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Minute - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://wordnetweb.princeton.edu/perl/webwn?s=minute" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Minute"@en ; - "A Temporal Interval that is equal to sixty consecutive Seconds."@en . +cco:Minute rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:interval_during ; + owl:someValuesFrom cco:Hour + ] ; + cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=minute" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Minute"@en ; + skos:definition "A Temporal Interval that is equal to sixty consecutive Seconds."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Mirror - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Mirror&oldid=1063296474"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Mirror"@en ; - "An Optical Instrument that is designed to reflect light that has a wavelength within a given range and is incident on its relflecting surface such that the reflected light maintains most of the characteristics of the original light."@en . +cco:Mirror rdf:type owl:Class ; + rdfs:subClassOf cco:OpticalInstrument ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Mirror&oldid=1063296474"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Mirror"@en ; + skos:definition "An Optical Instrument that is designed to reflect light that has a wavelength within a given range and is incident on its relflecting surface such that the reflected light maintains most of the characteristics of the original light."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MissileLaunchSite - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Missile_launch_facility&oldid=1062709375"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Missile Launch Site"@en ; - "A Military Facility that is designed for storing and launching missiles."@en . +cco:MissileLaunchSite rdf:type owl:Class ; + rdfs:subClassOf cco:MilitaryFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Missile_launch_facility&oldid=1062709375"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Missile Launch Site"@en ; + skos:definition "A Military Facility that is designed for storing and launching missiles."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MissileLauncher - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Missile Launcher"@en ; - "A Projectile Launcher that is designed to launch one or more Precision-Guided Missiles."@en . +cco:MissileLauncher rdf:type owl:Class ; + rdfs:subClassOf cco:ProjectileLauncher ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Missile Launcher"@en ; + skos:definition "A Projectile Launcher that is designed to launch one or more Precision-Guided Missiles."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MobileTelephone - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Mobile_phone&oldid=1061800841"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Mobile Telephone"@en ; - "A Telephone that is connected to a Telephone Network by radio waves."@en . +cco:MobileTelephone rdf:type owl:Class ; + rdfs:subClassOf cco:Telephone ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Mobile_phone&oldid=1061800841"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Mobile Telephone"@en ; + skos:definition "A Telephone that is connected to a Telephone Network by radio waves."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModePointEstimateInformationContentEntity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "While there is always at least one Mode for every set of data, it is possible for any given set of data to have multiple Modes. The Mode is typically most useful when the members of the set are all Nominal Measurement Information Content Entities."@en ; - rdfs:label "Mode Point Estimate Information Content Entity"@en ; - "Mode"@en , - "Statistical Mode"@en ; - "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to the value or values that occur most often in the set."@en . +cco:ModePointEstimateInformationContentEntity rdf:type owl:Class ; + rdfs:subClassOf cco:PointEstimateInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "While there is always at least one Mode for every set of data, it is possible for any given set of data to have multiple Modes. The Mode is typically most useful when the members of the set are all Nominal Measurement Information Content Entities."@en ; + rdfs:label "Mode Point Estimate Information Content Entity"@en ; + skos:altLabel "Mode"@en , + "Statistical Mode"@en ; + skos:definition "A Point Estimate Information Content Entity that is a measurement of a set of values and is equal to the value or values that occur most often in the set."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ModifiedJulianDate - rdf:type owl:Class ; - rdfs:subClassOf ; - "MJD" ; - "http://aa.usno.navy.mil/data/docs/JulianDate.php" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:comment """A Day begins at midnight GMT within the Modified Julian Date reference system. The Modified Julian Date (MJD) is related to the Julian Date (JD) by the formula: +cco:ModifiedJulianDate rdf:type owl:Class ; + rdfs:subClassOf cco:TimeOfDay ; + cco:acronym "MJD" ; + cco:definition_source "http://aa.usno.navy.mil/data/docs/JulianDate.php" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:comment """A Day begins at midnight GMT within the Modified Julian Date reference system. The Modified Julian Date (MJD) is related to the Julian Date (JD) by the formula: MJD = JD - 2400000.5"""@en ; - rdfs:label "Modified Julian Date"@en ; - "A Time of Day as specified according to the Julian Calendar using the Modified Julian Date epoch."@en . + rdfs:label "Modified Julian Date"@en ; + skos:definition "A Time of Day as specified according to the Julian Calendar using the Modified Julian Date epoch."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Momentum - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The SI unit of measure for Momentum is Newton seconds (N s)."@en ; - rdfs:label "Momentum"@en ; - "A Process Profile of an object in Motion that is the product of its Mass and Velocity with respect to a frame of reference."@en . +cco:Momentum rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "The SI unit of measure for Momentum is Newton seconds (N s)."@en ; + rdfs:label "Momentum"@en ; + skos:definition "A Process Profile of an object in Motion that is the product of its Mass and Velocity with respect to a frame of reference."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Month - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://wordnetweb.princeton.edu/perl/webwn?s=month" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Month"@en ; - "A Temporal Interval that is based on the approximate length of time required for a Natural Satellite to complete one cycle of its rotational motion around its Primary Body."@en ; - "Unless otherwise specified, it is assumed that a Month is specified relative to the Rotational Motion of the Moon around the Earth. Earth Months are approximately equal to four consecutive Weeks or 30 consecutive Days."@en . +cco:Month rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:interval_during ; + owl:someValuesFrom cco:Year + ] ; + cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=month" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Month"@en ; + skos:definition "A Temporal Interval that is based on the approximate length of time required for a Natural Satellite to complete one cycle of its rotational motion around its Primary Body."@en ; + skos:scopeNote "Unless otherwise specified, it is assumed that a Month is specified relative to the Rotational Motion of the Moon around the Earth. Earth Months are approximately equal to four consecutive Weeks or 30 consecutive Days."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Morning - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Morning"@en ; - "A Temporal Interval that consists of the temporal regions between when the sun dawns (approximately 6:00am) and reaches its apex (approximately 12:00pm)."@en . +cco:Morning rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Morning"@en ; + skos:definition "A Temporal Interval that consists of the temporal regions between when the sun dawns (approximately 6:00am) and reaches its apex (approximately 12:00pm)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Mortar - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Mortar_(weapon)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Mortar"@en ; - "A Cannon that is designed to fire projectiles at relatively low velocities over relatively short ranges."@en . +cco:Mortar rdf:type owl:Class ; + rdfs:subClassOf cco:Cannon ; + cco:definition_source "https://en.wikipedia.org/wiki/Mortar_(weapon)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Mortar"@en ; + skos:definition "A Cannon that is designed to fire projectiles at relatively low velocities over relatively short ranges."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Mosque - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Mosque&oldid=1062609892"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Mosque"@en ; - "A Religious Facility that is designed for Islamic worship and prayer."@en . +cco:Mosque rdf:type owl:Class ; + rdfs:subClassOf cco:ReligiousFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Mosque&oldid=1062609892"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Mosque"@en ; + skos:definition "A Religious Facility that is designed for Islamic worship and prayer."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Motel - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Motel&oldid=1063898961"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Motel"@en ; - "A Hotel that is designed to accommodate motor vehicles along with their occupants."@en . +cco:Motel rdf:type owl:Class ; + rdfs:subClassOf cco:Hotel ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Motel&oldid=1063898961"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Motel"@en ; + skos:definition "A Hotel that is designed to accommodate motor vehicles along with their occupants."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MotionArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Motion_(physics)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Motion Artifact Function"@en ; - "An Artifact Function that is realized in a process in which an entity changes its position with respect to time."@en . +cco:MotionArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/wiki/Motion_(physics)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Motion Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process in which an entity changes its position with respect to time."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MotionObservationArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Motion Observation Artifact Function"@en ; - "An Observation Artifact Function that is realized during events in which an Artifact is used to collect information about the Motion of a specified object or class of objects."@en . +cco:MotionObservationArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ObservationArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Motion Observation Artifact Function"@en ; + skos:definition "An Observation Artifact Function that is realized during events in which an Artifact is used to collect information about the Motion of a specified object or class of objects."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MotionProcess - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Motion"@en ; - "A Natural Process in which a Continuant changes its Location or Spatial Orientation over some Temporal Interval."@en . +cco:MotionProcess rdf:type owl:Class ; + rdfs:subClassOf cco:NaturalProcess ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Motion"@en ; + skos:definition "A Natural Process in which a Continuant changes its Location or Spatial Orientation over some Temporal Interval."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MotorVehicleManufacturingFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Automotive_industry&oldid=1061661751"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Motor Vehicle Manufacturing Facility"@en ; - "A Factory that is designed to manufacture automobiles."@en . +cco:MotorVehicleManufacturingFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Factory ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Automotive_industry&oldid=1061661751"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Motor Vehicle Manufacturing Facility"@en ; + skos:definition "A Factory that is designed to manufacture automobiles."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Motorcycle - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Motorcycle&oldid=1063743553"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Motorcycle"@en ; - "Motorbike"@en ; - "A Ground Motor Vehicle that is designed to transport a very small number of passengers (usually 1 or 2) while traveling on two or three tired wheels."@en . +cco:Motorcycle rdf:type owl:Class ; + rdfs:subClassOf cco:GroundMotorVehicle ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Motorcycle&oldid=1063743553"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Motorcycle"@en ; + skos:altLabel "Motorbike"@en ; + skos:definition "A Ground Motor Vehicle that is designed to transport a very small number of passengers (usually 1 or 2) while traveling on two or three tired wheels."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MountedGun - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Mounted Gun"@en ; - "A Firearm that is designed to be fired while mounted."@en . +cco:MountedGun rdf:type owl:Class ; + rdfs:subClassOf cco:Firearm ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Mounted Gun"@en ; + skos:definition "A Firearm that is designed to be fired while mounted."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MovingTargetIndicationArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Moving Target Indication Artifact Function"@en ; - "A Radar Imaging Artifact Function that inheres in Artifacts that are designed to identify and produce visual representations of moving entities by using a radar to emit successive phase coherent pulses, which are sampled and added to the subsequent pulse to cancel out signals from non-moving entities such that only signals from moving entities remain and are displayed."@en . +cco:MovingTargetIndicationArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:RadarImagingArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Moving Target Indication Artifact Function"@en ; + skos:definition "A Radar Imaging Artifact Function that inheres in Artifacts that are designed to identify and produce visual representations of moving entities by using a radar to emit successive phase coherent pulses, which are sampled and added to the subsequent pulse to cancel out signals from non-moving entities such that only signals from moving entities remain and are displayed."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MultiDayTemporalInterval - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:comment "This is a defined class."@en ; - rdfs:label "Multi-Day Temporal Interval"@en ; - "A one-dimensional temporal region that is measured in Days and spans at least one Day."@en . +cco:MultiDayTemporalInterval rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000038 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:interval_contains ; + owl:someValuesFrom cco:Day + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Day Temporal Interval"@en ; + skos:definition "A one-dimensional temporal region that is measured in Days and spans at least one Day."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MultiHourTemporalInterval - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:comment "This is a defined class."@en ; - rdfs:label "Multi-Hour Temporal Interval"@en ; - "A one-dimensional temporal region that is measured in Hours and spans at least one Hour."@en . +cco:MultiHourTemporalInterval rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000038 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:interval_contains ; + owl:someValuesFrom cco:Hour + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Hour Temporal Interval"@en ; + skos:definition "A one-dimensional temporal region that is measured in Hours and spans at least one Hour."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MultiMinuteTemporalInterval - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:comment "This is a defined class."@en ; - rdfs:label "Multi-Minute Temporal Interval"@en ; - "A one-dimensional temporal region that is measured in Minutes and spans at least one Minute."@en . +cco:MultiMinuteTemporalInterval rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000038 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:interval_contains ; + owl:someValuesFrom cco:Minute + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Minute Temporal Interval"@en ; + skos:definition "A one-dimensional temporal region that is measured in Minutes and spans at least one Minute."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MultiMonthTemporalInterval - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:comment "This is a defined class."@en ; - rdfs:label "Multi-Month Temporal Interval"@en ; - "A one-dimensional temporal region that is measured in Months and spans at least one Month."@en . +cco:MultiMonthTemporalInterval rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000038 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:interval_contains ; + owl:someValuesFrom cco:Month + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Month Temporal Interval"@en ; + skos:definition "A one-dimensional temporal region that is measured in Months and spans at least one Month."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MultiSecondTemporalInterval - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:comment "This is a defined class."@en ; - rdfs:label "Multi-Second Temporal Interval"@en ; - "A one-dimensional temporal region that is measured in Seconds and spans at least one Second."@en . +cco:MultiSecondTemporalInterval rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000038 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:interval_contains ; + owl:someValuesFrom cco:Second + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Second Temporal Interval"@en ; + skos:definition "A one-dimensional temporal region that is measured in Seconds and spans at least one Second."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MultiWeekTemporalInterval - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:comment "This is a defined class."@en ; - rdfs:label "Multi-Week Temporal Interval"@en ; - "A one-dimensional temporal region that is measured in Weeks and spans at least one Week."@en . +cco:MultiWeekTemporalInterval rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000038 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:interval_contains ; + owl:someValuesFrom cco:Week + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Week Temporal Interval"@en ; + skos:definition "A one-dimensional temporal region that is measured in Weeks and spans at least one Week."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MultiYearTemporalInterval - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:comment "This is a defined class."@en ; - rdfs:label "Multi-Year Temporal Interval"@en ; - "A one-dimensional temporal region that is measured in Years and spans at least one Year."@en . +cco:MultiYearTemporalInterval rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000038 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:interval_contains ; + owl:someValuesFrom cco:Year + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:comment "This is a defined class."@en ; + rdfs:label "Multi-Year Temporal Interval"@en ; + skos:definition "A one-dimensional temporal region that is measured in Years and spans at least one Year."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MuzzleBlast - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Muzzle Blast"@en ; - "A Sound Wave Process that is caused by a projectile being pushed from the barrel of a firearm by an explosive charge."@en . +cco:MuzzleBlast rdf:type owl:Class ; + rdfs:subClassOf cco:SoundWaveProcess ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Muzzle Blast"@en ; + skos:definition "A Sound Wave Process that is caused by a projectile being pushed from the barrel of a firearm by an explosive charge."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Nadir - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Nadir&oldid=1057007248"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Nadir"@en ; - "A One-Dimensional Spatial Region that extends from a given location downward along the local vertical direction pointing in the direction of the apparent Gravitational Force at that location."@en . +cco:Nadir rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Nadir&oldid=1057007248"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Nadir"@en ; + skos:definition "A One-Dimensional Spatial Region that extends from a given location downward along the local vertical direction pointing in the direction of the apparent Gravitational Force at that location."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NaturalLanguage - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Natural_language&oldid=1060890461"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Natural Language"@en ; - "A Language that is developed and evolves through use and repetition, rather than through conscious planning or premeditation."@en ; - "English" , - "Mandarin (Chinese)" , - "Spanish" . +cco:NaturalLanguage rdf:type owl:Class ; + rdfs:subClassOf cco:Language ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Natural_language&oldid=1060890461"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Natural Language"@en ; + skos:definition "A Language that is developed and evolves through use and repetition, rather than through conscious planning or premeditation."@en ; + skos:example "English" , + "Mandarin (Chinese)" , + "Spanish" . ### http://www.ontologyrepository.com/CommonCoreOntologies/NaturalProcess - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.thefreedictionary.com/natural+process" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Natural Process"@en ; - "A Process existing in or produced by nature; rather than by the intent of human beings."@en . +cco:NaturalProcess rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000015 ; + cco:definition_source "http://www.thefreedictionary.com/natural+process" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Natural Process"@en ; + skos:definition "A Process existing in or produced by nature; rather than by the intent of human beings."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NavigationArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Navigation Artifact Function"@en ; - "An Artifact Function that is realized during events in which an Artifact is used to determine the precise location of itself or another object and plan a route to a specified destination."@en . +cco:NavigationArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Navigation Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to determine the precise location of itself or another object and plan a route to a specified destination."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NavigationSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Navigation&oldid=1064122463"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Navigation System"@en ; - "A Material Artifact that is designed to enable an Agent or Artifact to determine the position or direction of some object, usually for the purpose of monitoring or controlling the movement of some Vehicle from one place to another."@en . +cco:NavigationSystem rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Navigation&oldid=1064122463"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Navigation System"@en ; + skos:definition "A Material Artifact that is designed to enable an Agent or Artifact to determine the position or direction of some object, usually for the purpose of monitoring or controlling the movement of some Vehicle from one place to another."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NearInfraredLightFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Near Infrared Light Frequency"@en ; - "An Infrared Light Frequency that is between 214 and 400 terahertz."@en . +cco:NearInfraredLightFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:InfraredLightFrequency ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electromagnetic_spectrum&oldid=1063851392"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Near Infrared Light Frequency"@en ; + skos:definition "An Infrared Light Frequency that is between 214 and 400 terahertz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NearUltravioletLightFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Near Ultraviolet Light Frequency"@en ; - "An Ultraviolet Light Frequency that is between 750 terahertz and 3 petahertz."@en . +cco:NearUltravioletLightFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:UltravioletLightFrequency ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Near Ultraviolet Light Frequency"@en ; + skos:definition "An Ultraviolet Light Frequency that is between 750 terahertz and 3 petahertz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NeutralRole - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Neutral Role"@en ; - "An Allegiance Role that inheres in an Agent by virtue of that Agent not performing or being committed to performing Acts that have as their Objective to either support or undermine the Objectives of an Agent or Group of Agents involved in some conflict."@en . +cco:NeutralRole rdf:type owl:Class ; + rdfs:subClassOf cco:AllegianceRole ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Neutral Role"@en ; + skos:definition "An Allegiance Role that inheres in an Agent by virtue of that Agent not performing or being committed to performing Acts that have as their Objective to either support or undermine the Objectives of an Agent or Group of Agents involved in some conflict."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NeutralizationArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Neutralization_(chemistry)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Neutralization Artifact Function"@en ; - "A Chemical Reaction Artifact Function that is realized in a process in which an acid and a base react quantitatively with each other."@en . +cco:NeutralizationArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ChemicalReactionArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/wiki/Neutralization_(chemistry)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Neutralization Artifact Function"@en ; + skos:definition "A Chemical Reaction Artifact Function that is realized in a process in which an acid and a base react quantitatively with each other."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NickelCadmiumElectricBattery - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Nickel%E2%80%93cadmium_battery&oldid=1061809659"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Nickel Cadmium Electric Battery"@en ; - "NiCad Battery"@en ; - "A Secondary Cell Electric Battery that has a cadmium anode and nickel oxide hydroxide cathode."@en . +cco:NickelCadmiumElectricBattery rdf:type owl:Class ; + rdfs:subClassOf cco:SecondaryCellElectricBattery ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Nickel%E2%80%93cadmium_battery&oldid=1061809659"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Nickel Cadmium Electric Battery"@en ; + skos:altLabel "NiCad Battery"@en ; + skos:definition "A Secondary Cell Electric Battery that has a cadmium anode and nickel oxide hydroxide cathode."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NickelMetalHydrideElectricBattery - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Nickel%E2%80%93metal_hydride_battery&oldid=1061626676"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Nickel-metal Hydride Electric Battery"@en ; - "NiMH Battery"@en ; - "A Secondary Cell Electric Battery that has a metal-hydride anode and nickel oxide hydroxide cathode."@en . +cco:NickelMetalHydrideElectricBattery rdf:type owl:Class ; + rdfs:subClassOf cco:SecondaryCellElectricBattery ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Nickel%E2%80%93metal_hydride_battery&oldid=1061626676"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Nickel-metal Hydride Electric Battery"@en ; + skos:altLabel "NiMH Battery"@en ; + skos:definition "A Secondary Cell Electric Battery that has a metal-hydride anode and nickel oxide hydroxide cathode."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Nickname - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Nickname"@en ; - "A Designative Name that is a familiar or humorous substitute for an entity's Proper Name."@en ; - "Ike, Chief, P-Fox" . +cco:Nickname rdf:type owl:Class ; + rdfs:subClassOf cco:DesignativeName ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Nickname"@en ; + skos:definition "A Designative Name that is a familiar or humorous substitute for an entity's Proper Name."@en ; + skos:example "Ike, Chief, P-Fox" . ### http://www.ontologyrepository.com/CommonCoreOntologies/Night - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Night"@en ; - "A Temporal Interval that consists of the temporal regions between when people typically retire to sleep (approximately 9:00pm) and when the sun dawns (approximately 6:00am)."@en . +cco:Night rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Night"@en ; + skos:definition "A Temporal Interval that consists of the temporal regions between when people typically retire to sleep (approximately 9:00pm) and when the sun dawns (approximately 6:00am)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NominalMeasurementInformationContentEntity - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - owl:disjointWith , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; - rdfs:label "Nominal Measurement Information Content Entity"@en ; - "A Measurement Information Content Entity that consists of a symbol that classifies Entities according to some shared, possibly arbitrary, characteristic."@en ; - "The sentence \"January 20, 1985 was a cold day in Chicago, IL\" is the carrier of a nominal measurement."@en , - "a measurement that classifies automobiles as sedans, coupes, hatchbacks, or convertibles" , - "a measurement that classifies military intelligence as strategic, operational, or tactical" , - "a measurement that classifies rocks as igneous, sedimentary, or metamorphic" . +cco:NominalMeasurementInformationContentEntity rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:MeasurementInformationContentEntity + [ rdf:type owl:Restriction ; + owl:onProperty cco:is_a_nominal_measurement_of ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:MeasurementInformationContentEntity ; + owl:disjointWith cco:OrdinalMeasurementInformationContentEntity , + cco:RatioMeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; + rdfs:label "Nominal Measurement Information Content Entity"@en ; + skos:definition "A Measurement Information Content Entity that consists of a symbol that classifies Entities according to some shared, possibly arbitrary, characteristic."@en ; + skos:example "The sentence \"January 20, 1985 was a cold day in Chicago, IL\" is the carrier of a nominal measurement."@en , + "a measurement that classifies automobiles as sedans, coupes, hatchbacks, or convertibles" , + "a measurement that classifies military intelligence as strategic, operational, or tactical" , + "a measurement that classifies rocks as igneous, sedimentary, or metamorphic" . ### http://www.ontologyrepository.com/CommonCoreOntologies/NominalSpeedArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Nominal Speed Artifact Function"@en ; - "A Speed Artifact Function that is realized in some process in which the Artifact bearing the Artifact Function attains a speed that does not exceed some specified tolerance of that Artifact."@en . +cco:NominalSpeedArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:SpeedArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Nominal Speed Artifact Function"@en ; + skos:definition "A Speed Artifact Function that is realized in some process in which the Artifact bearing the Artifact Function attains a speed that does not exceed some specified tolerance of that Artifact."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NominalStasis - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.oxforddictionaries.com/definition/nominal (Definition 6)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Nominal Stasis"@en ; - "Nominal"@en ; - "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has a level of intensity or functionality that falls within the designed, expected, or acceptable range such that the Independent Continuant is of normal value, usefulness, or functionality."@en . +cco:NominalStasis rdf:type owl:Class ; + rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ; + cco:definition_source "https://en.oxforddictionaries.com/definition/nominal (Definition 6)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Nominal Stasis"@en ; + skos:altLabel "Nominal"@en ; + skos:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears a Quality or Realizable Entity that has a level of intensity or functionality that falls within the designed, expected, or acceptable range such that the Independent Continuant is of normal value, usefulness, or functionality."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NonNameIdentifier - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Non-Name Identifier"@en ; - "ID"@en , - "Identifier"@en ; - "A Designative Information Content Entity that consists of a string of characters that designates an entity within a specified namespace or context, is not a Designative Name, may be automatically or randomly generated, and typically has no preexisting cultural or social significance."@en . +cco:NonNameIdentifier rdf:type owl:Class ; + rdfs:subClassOf cco:DesignativeInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Non-Name Identifier"@en ; + skos:altLabel "ID"@en , + "Identifier"@en ; + skos:definition "A Designative Information Content Entity that consists of a string of characters that designates an entity within a specified namespace or context, is not a Designative Name, may be automatically or randomly generated, and typically has no preexisting cultural or social significance."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NotificationMessage - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Notification Message"@en ; - "A Message that is designed to bear an Information Content Entity that describes a scenario that has been determined to merit attention by the recipient."@en . +cco:NotificationMessage rdf:type owl:Class ; + rdfs:subClassOf cco:Message ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Notification Message"@en ; + skos:definition "A Message that is designed to bear an Information Content Entity that describes a scenario that has been determined to merit attention by the recipient."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Nozzle - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Nozzle"@en ; - "A Fluid Control Artifact that is designed to control the speed, direction, rate, shape, or pressure of the flow of fluid exiting it."@en . +cco:Nozzle rdf:type owl:Class ; + rdfs:subClassOf cco:FluidControlArtifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Nozzle"@en ; + skos:definition "A Fluid Control Artifact that is designed to control the speed, direction, rate, shape, or pressure of the flow of fluid exiting it."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NozzleMouth - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Nozzle Mouth"@en ; - "A Fluid Control Artifact that consists of the portion of a Nozzle at the end that is designed to be where the flow of fluid exits the Nozzle."@en . +cco:NozzleMouth rdf:type owl:Class ; + rdfs:subClassOf cco:FluidControlArtifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Nozzle Mouth"@en ; + skos:definition "A Fluid Control Artifact that consists of the portion of a Nozzle at the end that is designed to be where the flow of fluid exits the Nozzle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NozzleThroat - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Nozzle Throat"@en ; - "A Fluid Control Artifact that consists of the narrowest portion of a Nozzle that is designed to converge the flow of fluid in order to increase the Velocity of the flow."@en . +cco:NozzleThroat rdf:type owl:Class ; + rdfs:subClassOf cco:FluidControlArtifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Nozzle Throat"@en ; + skos:definition "A Fluid Control Artifact that consists of the narrowest portion of a Nozzle that is designed to converge the flow of fluid in order to increase the Velocity of the flow."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NuclearFamily - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Nuclear Family"@en ; - "A Family composed of parents and their children."@en . +cco:NuclearFamily rdf:type owl:Class ; + rdfs:subClassOf cco:Family ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Nuclear Family"@en ; + skos:definition "A Family composed of parents and their children."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NuclearPowerPlant - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Nuclear_power_plant&oldid=1062752651"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Nuclear Power Plant"@en ; - "A Thermal Power Plant that is designed to produce heat by means of a nuclear reactor, which is then converted to electrical energy."@en . +cco:NuclearPowerPlant rdf:type owl:Class ; + rdfs:subClassOf cco:ThermalPowerPlant ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Nuclear_power_plant&oldid=1062752651"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Nuclear Power Plant"@en ; + skos:definition "A Thermal Power Plant that is designed to produce heat by means of a nuclear reactor, which is then converted to electrical energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NuclearRadiationDetectionArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Nuclear Radiation Detection Artifact Function"@en ; - "An Artifact Function that is realized during events in which an Artifact is used to detect the presence of nuclear radiation particles."@en . +cco:NuclearRadiationDetectionArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Nuclear Radiation Detection Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to detect the presence of nuclear radiation particles."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NuclearReactor - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Nuclear_reactor&oldid=1063370273"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Nuclear Reactor"@en ; - "A Power Source that is designed to initiate and control a self-sustained nuclear chain reaction to produce power in the form of heat, which can be transferred to a working fluid for further conversion to mechanical or electrical energy."@en . +cco:NuclearReactor rdf:type owl:Class ; + rdfs:subClassOf cco:PowerSource ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Nuclear_reactor&oldid=1063370273"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Nuclear Reactor"@en ; + skos:definition "A Power Source that is designed to initiate and control a self-sustained nuclear chain reaction to produce power in the form of heat, which can be transferred to a working fluid for further conversion to mechanical or electrical energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NuclearStorageDepot - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Nuclear Storage Depot"@en ; - "A Storage Facility that is designed to store nuclear material."@en . +cco:NuclearStorageDepot rdf:type owl:Class ; + rdfs:subClassOf cco:StorageFacility ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Nuclear Storage Depot"@en ; + skos:definition "A Storage Facility that is designed to store nuclear material."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NuclearWeapon - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Nuclear_weapon&oldid=1060854171"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Nuclear Weapon"@en ; - "A Weapon that is designed to inflict harm, damage, or incapacity by means of a destructive nuclear reaction, either through fission or through a combination of fission and fusion."@en . +cco:NuclearWeapon rdf:type owl:Class ; + rdfs:subClassOf cco:Weapon ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Nuclear_weapon&oldid=1060854171"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Nuclear Weapon"@en ; + skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of a destructive nuclear reaction, either through fission or through a combination of fission and fusion."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ObjectTrack - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:comment "The exact line of the Object Track may be drawn based on the Center of Mass of the Object or another reference point, such as the location of a transponder beacon or the center of a radar cross-section, depending on the Object being tracked."@en ; - rdfs:label "Object Track"@en ; - "A One-Dimensional Spatial Region that consists of the idealized line along which an Object has traversed during some motion."@en . +cco:ObjectTrack rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:has_spatial_part ; + owl:someValuesFrom cco:ObjectTrackPoint + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:comment "The exact line of the Object Track may be drawn based on the Center of Mass of the Object or another reference point, such as the location of a transponder beacon or the center of a radar cross-section, depending on the Object being tracked."@en ; + rdfs:label "Object Track"@en ; + skos:definition "A One-Dimensional Spatial Region that consists of the idealized line along which an Object has traversed during some motion."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ObjectTrackPoint - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Object Track Point"@en ; - "A Zero-Dimensional Spatial Region that is an idealized point where an Object is or was located during some motion."@en . +cco:ObjectTrackPoint rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000018 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:spatial_part_of ; + owl:someValuesFrom cco:ObjectTrack + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Object Track Point"@en ; + skos:definition "A Zero-Dimensional Spatial Region that is an idealized point where an Object is or was located during some motion."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Objective - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://en.wikipedia.org/wiki/Objective_(goal)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Objective"@en ; - "A Directive Information Content Entity that prescribes some projected state that some Agent intends to achieve."@en . +cco:Objective rdf:type owl:Class ; + rdfs:subClassOf cco:DirectiveInformationContentEntity ; + cco:definition_source "http://en.wikipedia.org/wiki/Objective_(goal)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Objective"@en ; + skos:definition "A Directive Information Content Entity that prescribes some projected state that some Agent intends to achieve."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Oblong - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Oblong"@en ; - "A Shape Quality inhering in a bearer in virtue of the bearer having an long thin shape with approximately parallel sides."@en . +cco:Oblong rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Oblong"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having an long thin shape with approximately parallel sides."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ObservationArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Observation Artifact Function"@en ; - "An Artifact Function that is realized during events in which an Artifact is used to collect information about a specified object or class of objects."@en . +cco:ObservationArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Observation Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to collect information about a specified object or class of objects."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OccupationRole - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Occupation Role"@en ; - "A Role that inheres in an Agent in virtue of the responsibilities that Agent is expected to fulfill within the context of some Act of Employment."@en . +cco:OccupationRole rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Occupation Role"@en ; + skos:definition "A Role that inheres in an Agent in virtue of the responsibilities that Agent is expected to fulfill within the context of some Act of Employment."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OcularProsthesis - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Ocular_prosthesis&oldid=1061336760"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Ocular Prosthesis"@en ; - "An Artificial Eye that is designed to replace a missing eye, but which does not function as an eye."@en . +cco:OcularProsthesis rdf:type owl:Class ; + rdfs:subClassOf cco:ArtificialEye ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ocular_prosthesis&oldid=1061336760"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Ocular Prosthesis"@en ; + skos:definition "An Artificial Eye that is designed to replace a missing eye, but which does not function as an eye."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OfficeBuilding - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Office&oldid=1063508719"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Office Building"@en ; - "A Commercial Facility that is designed as an environment for conducting commercial, professional, or bureaucratic work."@en . +cco:OfficeBuilding rdf:type owl:Class ; + rdfs:subClassOf cco:RetailFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Office&oldid=1063508719"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Office Building"@en ; + skos:definition "A Commercial Facility that is designed as an environment for conducting commercial, professional, or bureaucratic work."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OneDimensionalBarcode - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "One-Dimensional Barcode"@en ; - "A Barcode that is designed to bear parallel lines of varying widths and spacing that concretize some Directive Information Content Entity."@en . +cco:OneDimensionalBarcode rdf:type owl:Class ; + rdfs:subClassOf cco:Barcode ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "One-Dimensional Barcode"@en ; + skos:definition "A Barcode that is designed to bear parallel lines of varying widths and spacing that concretize some Directive Information Content Entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OneDimensionalExtent - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://purl.obolibrary.org/obo/PATO_0001708" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:comment "Subclasses of one dimensional extent are included for usability. It is doubtful any of them can be objectively distinguished (on the side of the bearing entity) without some reference to external properties such as orientation and perspective."@en ; - rdfs:label "One Dimensional Extent"@en ; - "A Size Quality that inheres in a bearer in virtue of the bearer's extension in one dimension."@en . +cco:OneDimensionalExtent rdf:type owl:Class ; + rdfs:subClassOf cco:SizeQuality ; + cco:definition_source "http://purl.obolibrary.org/obo/PATO_0001708" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:comment "Subclasses of one dimensional extent are included for usability. It is doubtful any of them can be objectively distinguished (on the side of the bearing entity) without some reference to external properties such as orientation and perspective."@en ; + rdfs:label "One Dimensional Extent"@en ; + skos:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in one dimension."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Opacity - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Opacity_(optics)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:comment "Note that it is important to specify the frequency of electromagnetic radiation when representing a bearer's Opacity since a bearer may be Opaque with respect to electromagnetic radiation of one frequency, but be transparent with respect to electromagnetic radiation of another frequency. Unless otherwise stated, statements about a bearer's Opacity are assumed to be about electromagnetic radiation with a frequency in the visible spectrum."@en ; - rdfs:label "Opacity"@en ; - "An Electromagnetic Radiation Property that inheres in a bearer in virtue of that bearer's capacity to transmit electromagnetic radiation of a given frequency through the bearer instead of reflecting, scattering, or absorbing electromangentic radiation of that frequency."@en . +cco:Opacity rdf:type owl:Class ; + rdfs:subClassOf cco:ElectromagneticRadiationProperty ; + cco:definition_source "https://en.wikipedia.org/wiki/Opacity_(optics)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:comment "Note that it is important to specify the frequency of electromagnetic radiation when representing a bearer's Opacity since a bearer may be Opaque with respect to electromagnetic radiation of one frequency, but be transparent with respect to electromagnetic radiation of another frequency. Unless otherwise stated, statements about a bearer's Opacity are assumed to be about electromagnetic radiation with a frequency in the visible spectrum."@en ; + rdfs:label "Opacity"@en ; + skos:definition "An Electromagnetic Radiation Property that inheres in a bearer in virtue of that bearer's capacity to transmit electromagnetic radiation of a given frequency through the bearer instead of reflecting, scattering, or absorbing electromangentic radiation of that frequency."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Opaque - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Opaque"@en ; - "An Opacity that inheres in a bearer in virtue of that bearer's incapacity to transmit electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs all electromagnetic radiation of that frequency."@en . +cco:Opaque rdf:type owl:Class ; + rdfs:subClassOf cco:Opacity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Opaque"@en ; + skos:definition "An Opacity that inheres in a bearer in virtue of that bearer's incapacity to transmit electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs all electromagnetic radiation of that frequency."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OpenPitMine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Open-pit_mining&oldid=1059271938"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Open Pit Mine"@en ; - "A Mine that is designed to support the extraction of materials from the ground directly without using tunnels."@en . +cco:OpenPitMine rdf:type owl:Class ; + rdfs:subClassOf cco:Mine ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Open-pit_mining&oldid=1059271938"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Open Pit Mine"@en ; + skos:definition "A Mine that is designed to support the extraction of materials from the ground directly without using tunnels."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OperationalArea - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:comment "This is a general term that applies to both military and civilian activities, such as the Geospatial Region within which a company conducts its business."@en ; - rdfs:label "Operational Area"@en ; - "A Geospatial Location in which an Agent conducts some activity."@en . +cco:OperationalArea rdf:type owl:Class ; + rdfs:subClassOf cco:GeospatialLocation ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:comment "This is a general term that applies to both military and civilian activities, such as the Geospatial Region within which a company conducts its business."@en ; + rdfs:label "Operational Area"@en ; + skos:definition "A Geospatial Location in which an Agent conducts some activity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OperationalStasis - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Operational Stasis"@en ; - "A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact maintains its designed set of Artifact Functions (or at least maintains its primary functions)."@en . +cco:OperationalStasis rdf:type owl:Class ; + rdfs:subClassOf cco:StasisOfArtifactOperationality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Operational Stasis"@en ; + skos:definition "A Stasis of Artifact Operationality that holds during a Temporal Interval when an Artifact maintains its designed set of Artifact Functions (or at least maintains its primary functions)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OperatorRole - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Operator Role"@en ; - "A Role that inheres in an Agent by virtue of that Agent's responsibilities to operate or control some Artifact."@en ; - "the role of driving a car" , - "the role of flying an airplane" , - "the role of operating a crane" . +cco:OperatorRole rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Operator Role"@en ; + skos:definition "A Role that inheres in an Agent by virtue of that Agent's responsibilities to operate or control some Artifact."@en ; + skos:example "the role of driving a car" , + "the role of flying an airplane" , + "the role of operating a crane" . ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalCamera - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Camera&oldid=1063931551"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Optical Camera"@en ; - "A Camera that is designed to form and record an image generated from visible light."@en . +cco:OpticalCamera rdf:type owl:Class ; + rdfs:subClassOf cco:Camera ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Camera&oldid=1063931551"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Optical Camera"@en ; + skos:definition "A Camera that is designed to form and record an image generated from visible light."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalCommunicationArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Optical Communication Artifact Function"@en ; - "An Electromagnetic Communication Artifact Function that is realized in a process that conveys meaningful signs by means of visible light."@en . +cco:OpticalCommunicationArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ElectromagneticCommunicationArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Optical Communication Artifact Function"@en ; + skos:definition "An Electromagnetic Communication Artifact Function that is realized in a process that conveys meaningful signs by means of visible light."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalFocusingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Optical Focusing Artifact Function"@en ; - "An Optical Processing Artifact Function that is realized by an Artifact participating in a light focusing event in which the Artifact causes the light beam to converge on a target spatial point."@en . +cco:OpticalFocusingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:OpticalProcessingArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Optical Focusing Artifact Function"@en ; + skos:definition "An Optical Processing Artifact Function that is realized by an Artifact participating in a light focusing event in which the Artifact causes the light beam to converge on a target spatial point."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalInstrument - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Optical_instrument&oldid=1061981216"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment "Optical Instruments are typically constructed for the purpose of being used to aid in vision or the analysis of light."@en ; - rdfs:label "Optical Instrument"@en ; - "A Material Artifact that is designed to process light waves."@en ; - "Light waves can be processed in a variety of ways including via reflection, refraction, diffraction, deflection, focusing, collimation, dispersion, and interference."@en . +cco:OpticalInstrument rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Optical_instrument&oldid=1061981216"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:comment "Optical Instruments are typically constructed for the purpose of being used to aid in vision or the analysis of light."@en ; + rdfs:label "Optical Instrument"@en ; + skos:definition "A Material Artifact that is designed to process light waves."@en ; + skos:scopeNote "Light waves can be processed in a variety of ways including via reflection, refraction, diffraction, deflection, focusing, collimation, dispersion, and interference."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalLens - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Lens_(optics)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Optical Lens"@en ; - "Lens"@en ; - "An Optical Instrument that is designed to focus or disperse a beam of light entering the lens by means of refraction."@en . +cco:OpticalLens rdf:type owl:Class ; + rdfs:subClassOf cco:OpticalInstrument ; + cco:definition_source "https://en.wikipedia.org/wiki/Lens_(optics)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Optical Lens"@en ; + skos:altLabel "Lens"@en ; + skos:definition "An Optical Instrument that is designed to focus or disperse a beam of light entering the lens by means of refraction."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalMicroscope - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Optical_microscope&oldid=1063131242"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Optical Microscope"@en ; - "Light Microscope"@en ; - "A Microscope that is designed to use visible light and a system of Optical Lenses to produce a significantly enlarged image of the Object."@en . +cco:OpticalMicroscope rdf:type owl:Class ; + rdfs:subClassOf cco:Microscope ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Optical_microscope&oldid=1063131242"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Optical Microscope"@en ; + skos:altLabel "Light Microscope"@en ; + skos:definition "A Microscope that is designed to use visible light and a system of Optical Lenses to produce a significantly enlarged image of the Object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalProcessingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Optical Processing Artifact Function"@en ; - "An Artifact Function that is realized by an Artifact participating in a visible light processing event."@en . +cco:OpticalProcessingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Optical Processing Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact participating in a visible light processing event."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalProperty - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Optical Property"@en ; - "An Electromagnetic Radiation Property that is realized when its bearer interacts with electromagnetic waves within the visible light spectrum."@en . +cco:OpticalProperty rdf:type owl:Class ; + rdfs:subClassOf cco:ElectromagneticRadiationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Optical Property"@en ; + skos:definition "An Electromagnetic Radiation Property that is realized when its bearer interacts with electromagnetic waves within the visible light spectrum."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OpticalTelescope - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Optical_telescope&oldid=1062201329"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Optical Telescope"@en ; - "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light to form an enhanced image of the Object."@en . +cco:OpticalTelescope rdf:type owl:Class ; + rdfs:subClassOf cco:Telescope ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Optical_telescope&oldid=1062201329"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Optical Telescope"@en ; + skos:definition "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light to form an enhanced image of the Object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Orange - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Orange"@en ; - "A Color that is between Red and Yellow with a wavelength in the visible spectrum typically between 590 to 635 nanometers."@en . +cco:Orange rdf:type owl:Class ; + rdfs:subClassOf cco:Color ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Orange"@en ; + skos:definition "A Color that is between Red and Yellow with a wavelength in the visible spectrum typically between 590 to 635 nanometers."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OrdinalDateIdentifier - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Ordinal_date&oldid=1061989434"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "An Ordinal Date Identifier may or may not also contain a number indicating a specific Year. If both numbers are included, the ISO 8601 ordinal date format stipulates that the two numbers be formatted as YYYY-DDD or YYYYDDD where [YYYY] indicates a year and [DDD] is the day of that year, from 001 through 365 (or 366 in leap years)."@en ; - rdfs:label "Ordinal Date Identifier"@en ; - "Ordinal Date"@en ; - "A Decimal Date Identifier that designates some Day by using a number to indicate the sequential ordering of the Day since the beginning of the Year."@en . +cco:OrdinalDateIdentifier rdf:type owl:Class ; + rdfs:subClassOf cco:DecimalDateIdentifier ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ordinal_date&oldid=1061989434"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "An Ordinal Date Identifier may or may not also contain a number indicating a specific Year. If both numbers are included, the ISO 8601 ordinal date format stipulates that the two numbers be formatted as YYYY-DDD or YYYYDDD where [YYYY] indicates a year and [DDD] is the day of that year, from 001 through 365 (or 366 in leap years)."@en ; + rdfs:label "Ordinal Date Identifier"@en ; + skos:altLabel "Ordinal Date"@en ; + skos:definition "A Decimal Date Identifier that designates some Day by using a number to indicate the sequential ordering of the Day since the beginning of the Year."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OrdinalMeasurementInformationContentEntity - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - owl:disjointWith ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; - rdfs:label "Ordinal Measurement Information Content Entity"@en ; - "A Measurement Information Content Entity that consists of a symbol that places an Entity into some rank order."@en ; - "The sentence \"The coldest day in history in Chicago, IL. is January 20, 1985.\" is the carrier of an ordinal measurment."@en , - "a measurement that places Geospatial Regions into a rank order of small, medium, large" , - "a measurement that places military units onto a readiness rank order of red, yellow, green" . +cco:OrdinalMeasurementInformationContentEntity rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:MeasurementInformationContentEntity + [ rdf:type owl:Restriction ; + owl:onProperty cco:is_a_ordinal_measurement_of ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:MeasurementInformationContentEntity ; + owl:disjointWith cco:RatioMeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; + rdfs:label "Ordinal Measurement Information Content Entity"@en ; + skos:definition "A Measurement Information Content Entity that consists of a symbol that places an Entity into some rank order."@en ; + skos:example "The sentence \"The coldest day in history in Chicago, IL. is January 20, 1985.\" is the carrier of an ordinal measurment."@en , + "a measurement that places Geospatial Regions into a rank order of small, medium, large" , + "a measurement that places military units onto a readiness rank order of red, yellow, green" . ### http://www.ontologyrepository.com/CommonCoreOntologies/Organism - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Organism"@en ; - "An Object that is an Animal or Plant."@en . +cco:Organism rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000030 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Organism"@en ; + skos:definition "An Object that is an Animal or Plant."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Organization - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://purl.obolibrary.org/obo/OBI_0000245" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:comment "Members of organizations are either Organizations themselves or individual Persons. Members can bear specific Organization Member Roles that are determined in the organization rules. The organization rules also determine how decisions are made on behalf of the Organization by the organization members."@en ; - rdfs:label "Organization"@en ; - "A Group of Agents which can be the bearer of roles, has members, and has a set of organization rules."@en . +cco:Organization rdf:type owl:Class ; + rdfs:subClassOf cco:GroupOfAgents ; + cco:definition_source "http://purl.obolibrary.org/obo/OBI_0000245" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:comment "Members of organizations are either Organizations themselves or individual Persons. Members can bear specific Organization Member Roles that are determined in the organization rules. The organization rules also determine how decisions are made on behalf of the Organization by the organization members."@en ; + rdfs:label "Organization"@en ; + skos:definition "A Group of Agents which can be the bearer of roles, has members, and has a set of organization rules."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OrganizationCapability - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Organization Capability"@en ; - "An Agent Capability that inheres in an Organization to the extent of that Organization's capacity to realize it in Intentional Acts of a certain type."@en . +cco:OrganizationCapability rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:AgentCapability + [ rdf:type owl:Restriction ; + owl:onProperty cco:capability_of ; + owl:someValuesFrom cco:Organization + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:AgentCapability ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Organization Capability"@en ; + skos:definition "An Agent Capability that inheres in an Organization to the extent of that Organization's capacity to realize it in Intentional Acts of a certain type."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OrganizationMember - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Organization Member"@en ; - "A Person who is affiliated with some Organization by being a member of that Organization."@en . +cco:OrganizationMember rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:Person + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:OrganizationMemberRole + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:Person , + [ rdf:type owl:Restriction ; + owl:onProperty cco:is_affiliated_with ; + owl:someValuesFrom cco:Organization + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Organization Member"@en ; + skos:definition "A Person who is affiliated with some Organization by being a member of that Organization."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OrganizationMemberRole - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Organization Member Role"@en ; - "A Role that inheres in an Agent in virtue of the responsibilities that Agent is expected to fulfill as a member of some Organization."@en . +cco:OrganizationMemberRole rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Organization Member Role"@en ; + skos:definition "A Role that inheres in an Agent in virtue of the responsibilities that Agent is expected to fulfill as a member of some Organization."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OrientationControlArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Orientation Control Artifact Function"@en ; - "An Artifact Function that is realized by processes in which some Artifact is used to control the Orientation of some object."@en . +cco:OrientationControlArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Orientation Control Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by processes in which some Artifact is used to control the Orientation of some object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OrientationObservationArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Orientation Observation Artifact Function"@en ; - "Attitude Observation Artifact Function"@en ; - "An Observation Artifact Function that is realized during events in which an Artifact is used to collect information about the Orientation of a specified object or class of objects."@en . +cco:OrientationObservationArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ObservationArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Orientation Observation Artifact Function"@en ; + skos:altLabel "Attitude Observation Artifact Function"@en ; + skos:definition "An Observation Artifact Function that is realized during events in which an Artifact is used to collect information about the Orientation of a specified object or class of objects."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OscillationProcess - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Oscillation&oldid=1002978272"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Oscillation is often thought of in the sense of motion, e.g., a swinging clock pendulum. However, the repetitive variation in location around a central point is technically a process of vibration, sometimes referred to as mechanical oscillation. Use the term Vibration Motion for those cases."@en ; - rdfs:label "Oscillation Process"@en ; - "Oscillation"@en ; - "A Change in which the dependent entity alternates between two or more stases."@en . +cco:OscillationProcess rdf:type owl:Class ; + rdfs:subClassOf cco:Change ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Oscillation&oldid=1002978272"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "Oscillation is often thought of in the sense of motion, e.g., a swinging clock pendulum. However, the repetitive variation in location around a central point is technically a process of vibration, sometimes referred to as mechanical oscillation. Use the term Vibration Motion for those cases."@en ; + rdfs:label "Oscillation Process"@en ; + skos:altLabel "Oscillation"@en ; + skos:definition "A Change in which the dependent entity alternates between two or more stases."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OxidizerArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Redox&oldid=1063866348"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Oxidizer Artifact Function"@en ; - "A Chemical Reaction Artifact Function that is realized in a process in which electrons are removed from a reactant in a redox reaction."@en . +cco:OxidizerArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ChemicalReactionArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Redox&oldid=1063866348"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Oxidizer Artifact Function"@en ; + skos:definition "A Chemical Reaction Artifact Function that is realized in a process in which electrons are removed from a reactant in a redox reaction."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PDF417Code - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "PDF417 Code"@en ; - "A Two-Dimensional Barcode that is used in applications that require the storage of huge amounts of data."@en . +cco:PDF417Code rdf:type owl:Class ; + rdfs:subClassOf cco:TwoDimensionalBarCode ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "PDF417 Code"@en ; + skos:definition "A Two-Dimensional Barcode that is used in applications that require the storage of huge amounts of data."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ParabolicAntenna - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Parabolic_antenna&oldid=1057213241"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Parabolic Antenna"@en ; - "Dish Antenna"@en , - "Parabolic Dish"@en ; - "A Radio Antenna that uses a parabolic reflector to direct or receive radio waves and has a very high gain."@en . +cco:ParabolicAntenna rdf:type owl:Class ; + rdfs:subClassOf cco:RadioAntenna ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Parabolic_antenna&oldid=1057213241"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Parabolic Antenna"@en ; + skos:altLabel "Dish Antenna"@en , + "Parabolic Dish"@en ; + skos:definition "A Radio Antenna that uses a parabolic reflector to direct or receive radio waves and has a very high gain."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ParamilitaryForce - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Paramilitary&oldid=1063281359"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Paramilitary Force"@en ; - "An Armed Force whose organizational structure, training, subculture, and (often) function are similar to those of a professional Military, and which is not included as part of a Government's formal Armed Forces."@en . +cco:ParamilitaryForce rdf:type owl:Class ; + rdfs:subClassOf cco:ArmedForce ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Paramilitary&oldid=1063281359"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Paramilitary Force"@en ; + skos:definition "An Armed Force whose organizational structure, training, subculture, and (often) function are similar to those of a professional Military, and which is not included as part of a Government's formal Armed Forces."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Park - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Park&oldid=1061073992"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Park"@en ; - "An Anthropogenic Feature that is a bounded area of land, or water, usually in its natural or semi-natural (landscaped) state and set aside for some purpose, usually to do with recreation or conservation."@en . +cco:Park rdf:type owl:Class ; + rdfs:subClassOf cco:AnthropogenicFeature ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Park&oldid=1061073992"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Park"@en ; + skos:definition "An Anthropogenic Feature that is a bounded area of land, or water, usually in its natural or semi-natural (landscaped) state and set aside for some purpose, usually to do with recreation or conservation."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PartNumber - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Part Number"@en ; - "A Code Identifier that designates a type of part whose instances are designed to be part of some Artifact."@en . +cco:PartNumber rdf:type owl:Class ; + rdfs:subClassOf cco:CodeIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Part Number"@en ; + skos:definition "A Code Identifier that designates a type of part whose instances are designed to be part of some Artifact."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PartRole - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://origins.sese.asu.edu/ses405/Class%20Notes/Sys-Hier-WBS_Module_V1.0_PAS.pdf"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Part Role"@en ; - "A Role that inheres in an entity in virtue of it being part of some other entity without being subject to further subdivision or disassembly without destruction of its designated use."@en . +cco:PartRole rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + cco:definition_source "http://origins.sese.asu.edu/ses405/Class%20Notes/Sys-Hier-WBS_Module_V1.0_PAS.pdf"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Part Role"@en ; + skos:definition "A Role that inheres in an entity in virtue of it being part of some other entity without being subject to further subdivision or disassembly without destruction of its designated use."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PartsList - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Parts List"@en ; - "A Quality Specification that prescribes the Amount of some type of Artifact that are part of or located on another Artifact."@en . +cco:PartsList rdf:type owl:Class ; + rdfs:subClassOf cco:QualitySpecification ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Parts List"@en ; + skos:definition "A Quality Specification that prescribes the Amount of some type of Artifact that are part of or located on another Artifact."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PassengerTrainCar - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Passenger_car_(rail)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Passenger Train Car"@en ; - "A Train Car that is designed to transport passengers."@en . +cco:PassengerTrainCar rdf:type owl:Class ; + rdfs:subClassOf cco:TrainCar ; + cco:definition_source "https://en.wikipedia.org/wiki/Passenger_car_(rail)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Passenger Train Car"@en ; + skos:definition "A Train Car that is designed to transport passengers."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PatchAntenna - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Patch_antenna&oldid=1016658507"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Patch Antenna"@en ; - "Microstrip Patch Antenna"@en , - "Rectangular Microstrip Antenna"@en ; - "A Radio Antenna that consists of a flat rectangular sheet (or patch) of metal mounted over a larger sheet of metal called a ground plane which is typically contained inside a plastic radome for protection and is small enough that it can be mounted on a flat surface."@en . +cco:PatchAntenna rdf:type owl:Class ; + rdfs:subClassOf cco:RadioAntenna ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Patch_antenna&oldid=1016658507"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Patch Antenna"@en ; + skos:altLabel "Microstrip Patch Antenna"@en , + "Rectangular Microstrip Antenna"@en ; + skos:definition "A Radio Antenna that consists of a flat rectangular sheet (or patch) of metal mounted over a larger sheet of metal called a ground plane which is typically contained inside a plastic radome for protection and is small enough that it can be mounted on a flat surface."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PatchReceiver - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Patch Receiver"@en ; - "A Radio Receiver that uses a Patch Antenna to intercept radio signals."@en . +cco:PatchReceiver rdf:type owl:Class ; + rdfs:subClassOf cco:RadioReceiver ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Patch Receiver"@en ; + skos:definition "A Radio Receiver that uses a Patch Antenna to intercept radio signals."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Payload - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Payload&oldid=1035953573"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment "Depending on the nature of the Flight or Mission, the Payload of a Vehicle may include cargo, passengers, flight crew, munitions, scientific instruments or experiments, or other equipment. Extra fuel, when optionally carried, is also considered part of the payload."@en ; - rdfs:label "Payload"@en ; - "A Material Entity that is transported by a Vehicle during an Act of Location Change for the purpose of being delivered to or performing one or more functions at a predefined location."@en ; - "In each case, the Payload is what provides the immediate reason for performing the Act of Location Change (e.g. transporting the passengers of a commercial airline flight to their destination; transporting food, fuel, oxygen, research equipment, and spare parts to the International Space Station; or conveying an array of sensors, cameras, and communications systems so they can operate during a Sun-Synchronous Earth Orbit)."@en . +cco:Payload rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000040 ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Payload&oldid=1035953573"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:comment "Depending on the nature of the Flight or Mission, the Payload of a Vehicle may include cargo, passengers, flight crew, munitions, scientific instruments or experiments, or other equipment. Extra fuel, when optionally carried, is also considered part of the payload."@en ; + rdfs:label "Payload"@en ; + skos:definition "A Material Entity that is transported by a Vehicle during an Act of Location Change for the purpose of being delivered to or performing one or more functions at a predefined location."@en ; + skos:scopeNote "In each case, the Payload is what provides the immediate reason for performing the Act of Location Change (e.g. transporting the passengers of a commercial airline flight to their destination; transporting food, fuel, oxygen, research equipment, and spare parts to the International Space Station; or conveying an array of sensors, cameras, and communications systems so they can operate during a Sun-Synchronous Earth Orbit)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PayloadCapacity - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "https://en.wikipedia.org/w/index.php?title=Payload&oldid=1035953573"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Payload Capacity"@en ; - "An Artifact Function that inheres in a Vehicle that is designed to transport Payload, and which is typically characterized by the maximum Weight, Mass, or Volume of Payload that the Vehicle can transport."@en . +cco:PayloadCapacity rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000197 ; + owl:someValuesFrom cco:Vehicle + ] ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Payload&oldid=1035953573"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Payload Capacity"@en ; + skos:definition "An Artifact Function that inheres in a Vehicle that is designed to transport Payload, and which is typically characterized by the maximum Weight, Mass, or Volume of Payload that the Vehicle can transport."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PerformanceSpecification - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Performance Specification"@en ; - "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 ; - "Maximum Speed at high altitude; Rate of Ascent at 10 degrees celsius with nominal payload." . +cco:PerformanceSpecification rdf:type owl:Class ; + rdfs:subClassOf cco:DirectiveInformationContentEntity , + [ rdf:type owl:Restriction ; + owl:onProperty cco:describes_condition ; + owl:someValuesFrom obo:BFO_0000001 + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Performance Specification"@en ; + skos: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 ; + skos:example "Maximum Speed at high altitude; Rate of Ascent at 10 degrees celsius with nominal payload." . ### http://www.ontologyrepository.com/CommonCoreOntologies/Perimeter - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Perimeter"@en ; - "A One Dimensional Extent that inheres in a bearer in virtue of the extent of a boundary which encloses the bearer."@en . +cco:Perimeter rdf:type owl:Class ; + rdfs:subClassOf cco:OneDimensionalExtent ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Perimeter"@en ; + skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the extent of a boundary which encloses the bearer."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Periscope - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Periscope&oldid=1030400442"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Periscope"@en ; - "An Optical Instrument that is designed to enable observation of an object that is located over, around, or through another object, obstacle, or condition that prevents direct line-of-sight observation from the observer's current position."@en . +cco:Periscope rdf:type owl:Class ; + rdfs:subClassOf cco:OpticalInstrument ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Periscope&oldid=1030400442"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Periscope"@en ; + skos:definition "An Optical Instrument that is designed to enable observation of an object that is located over, around, or through another object, obstacle, or condition that prevents direct line-of-sight observation from the observer's current position."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PermanentResident - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "2023-03-29T20:17:54-04:00"^^xsd:dateTime ; - "https://cubrc.org"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Permanent Resident"@en ; - "A person with a Permanent Resident Role."@en ; - "Permanent Resident"@en . +cco:PermanentResident rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:Person + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:PermanentResidentRole + ] + ) ; + 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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Permanent Resident"@en ; + skos:definition "A person with a Permanent Resident Role."@en ; + skos:prefLabel "Permanent Resident"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PermanentResidentRole - rdf:type owl:Class ; - rdfs:subClassOf ; - "Permanent Residency - Wikipedia. https://en.wikipedia.org/wiki/Permanent_residency. Accessed 10 Feb. 2023." ; - "2023-03-29T20:17:54-04:00"^^xsd:dateTime ; - "https://cubrc.org"^^xsd:anyURI ; - "https://en.wikipedia.org/wiki/Permanent_residency" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Permanent Resident Role"@en ; - "A role inhering in a Person by virtue of that Person being recognized as having legal resident status in a Government Domain in which that person is not a citizen but where they have the right to reside on a permanent basis."@en ; - "Permanent Resident Role"@en . +cco:PermanentResidentRole rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + dcterms:bibliographicCitation "Permanent Residency - Wikipedia. https://en.wikipedia.org/wiki/Permanent_residency. Accessed 10 Feb. 2023." ; + dcterms:created "2023-03-29T20:17:54-04:00"^^xsd:dateTime ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + cco:definition_source "https://en.wikipedia.org/wiki/Permanent_residency" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Permanent Resident Role"@en ; + skos:definition "A role inhering in a Person by virtue of that Person being recognized as having legal resident status in a Government Domain in which that person is not a citizen but where they have the right to reside on a permanent basis."@en ; + skos:prefLabel "Permanent Resident Role"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Person - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Human&oldid=1063145185"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Person"@en ; - "Human"@en ; - "An Animal that is a member of the species Homo sapiens."@en . +cco:Person rdf:type owl:Class ; + rdfs:subClassOf cco:Animal ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Human&oldid=1063145185"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Person"@en ; + skos:altLabel "Human"@en ; + skos:definition "An Animal that is a member of the species Homo sapiens."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PesticideArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.dictionary.com/browse/pesticide" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Pesticide Artifact Function"@en ; - "A Poison Artifact Function that is realized in a process which causes illness in, or the death of, a living thing that is detrimental to humans or human concerns."@en . +cco:PesticideArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:PoisonArtifactFunction ; + cco:definition_source "http://www.dictionary.com/browse/pesticide" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Pesticide Artifact Function"@en ; + skos:definition "A Poison Artifact Function that is realized in a process which causes illness in, or the death of, a living thing that is detrimental to humans or human concerns."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PetrochemicalRefinery - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Petrochemical&oldid=1060574535"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Petrochemical Refinery"@en ; - "A Refinery that is designed for refining crude oil, intermediate petroleum products, or synthetic petroleum into products of value."@en . +cco:PetrochemicalRefinery rdf:type owl:Class ; + rdfs:subClassOf cco:Refinery ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Petrochemical&oldid=1060574535"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Petrochemical Refinery"@en ; + skos:definition "A Refinery that is designed for refining crude oil, intermediate petroleum products, or synthetic petroleum into products of value."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PetroleumDepot - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Petroleum Depot"@en ; - "A Storage Facility that is designed to store petroleum, oil, or lubricants."@en . +cco:PetroleumDepot rdf:type owl:Class ; + rdfs:subClassOf cco:StorageFacility ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Petroleum Depot"@en ; + skos:definition "A Storage Facility that is designed to store petroleum, oil, or lubricants."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PetroleumManufacturingFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Petroleum&oldid=1062956217"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Petroleum Manufacturing Facility"@en ; - "A Factory that is designed to manufacture petroleum-based products."@en . +cco:PetroleumManufacturingFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Factory ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Petroleum&oldid=1062956217"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Petroleum Manufacturing Facility"@en ; + skos:definition "A Factory that is designed to manufacture petroleum-based products."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PhaseAngle - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Phase_angle_(astronomy)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Phase Angle"@en ; - "Orbital Phase Angle"@en ; - "A Relational Quality that is the angle between the light incident onto an observed Object and the light reflected from the Object."@en . +cco:PhaseAngle rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000145 ; + cco:definition_source "https://en.wikipedia.org/wiki/Phase_angle_(astronomy)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Phase Angle"@en ; + skos:altLabel "Orbital Phase Angle"@en ; + skos:definition "A Relational Quality that is the angle between the light incident onto an observed Object and the light reflected from the Object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Phosphorescence - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Phosphorescence&oldid=1060815719"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Phosphorescence"@en ; - "A Luminescent Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light after absorbing shorter wavelength radiation, and to continue emitting after the absorbing process has ceased."@en . +cco:Phosphorescence rdf:type owl:Class ; + rdfs:subClassOf cco:LuminescentProperty ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Phosphorescence&oldid=1060815719"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Phosphorescence"@en ; + skos:definition "A Luminescent Property that inheres in a bearer in virtue of that bearer's capacity to emit visible light after absorbing shorter wavelength radiation, and to continue emitting after the absorbing process has ceased."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PhysicallyPoweredEngine - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Physically Powered Engine"@en ; - "Physical Engine"@en ; - "An Engine that is designed to convert potential or kinetic energy into mechanical energy."@en . +cco:PhysicallyPoweredEngine rdf:type owl:Class ; + rdfs:subClassOf cco:Engine ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Physically Powered Engine"@en ; + skos:altLabel "Physical Engine"@en ; + skos:definition "An Engine that is designed to convert potential or kinetic energy into mechanical energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PhysiographicFeature - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Landform&oldid=1060439172"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Physiographic Feature"@en ; - "A Geographic Feature that is a geomorphological unit characterized by its surface form and location in the landscape."@en . +cco:PhysiographicFeature rdf:type owl:Class ; + rdfs:subClassOf cco:GeographicFeature ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Landform&oldid=1060439172"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Physiographic Feature"@en ; + skos:definition "A Geographic Feature that is a geomorphological unit characterized by its surface form and location in the landscape."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Pier - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Pier&oldid=1057802753"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Pier"@en ; - "A Transportation Facility that is designed to partially enclose a harbor and form a landing place for Watercraft."@en . +cco:Pier rdf:type owl:Class ; + rdfs:subClassOf cco:TransportationFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Pier&oldid=1057802753"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Pier"@en ; + skos:definition "A Transportation Facility that is designed to partially enclose a harbor and form a landing place for Watercraft."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Pipeline - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Pipeline&oldid=1024308788"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Pipeline"@en ; - "A Product Transport Facility that is designed to transport goods or materials through a pipe."@en . +cco:Pipeline rdf:type owl:Class ; + rdfs:subClassOf cco:ProductTransportFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Pipeline&oldid=1024308788"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Pipeline"@en ; + skos:definition "A Product Transport Facility that is designed to transport goods or materials through a pipe."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Pitch - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Pitch"@en ; - "A Sound Process Profile that is characterized by the frequency of translated sound waves, typically on a continuum from low to high."@en . +cco:Pitch rdf:type owl:Class ; + rdfs:subClassOf cco:SoundProcessProfile ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Pitch"@en ; + skos:definition "A Sound Process Profile that is characterized by the frequency of translated sound waves, typically on a continuum from low to high."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PitchAxis - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Pitch Axis"@en ; - "Lateral Axis"@en ; - "An Axis of Rotation that passes through the center of an object's Mass and is perpendicular both to the direction of the object's motion and to the object's Yaw Axis."@en . +cco:PitchAxis rdf:type owl:Class ; + rdfs:subClassOf cco:AxisOfRotation ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Pitch Axis"@en ; + skos:altLabel "Lateral Axis"@en ; + skos:definition "An Axis of Rotation that passes through the center of an object's Mass and is perpendicular both to the direction of the object's motion and to the object's Yaw Axis."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PitchOrientation - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Pitch Orientation"@en ; - "Pitch"@en ; - "A Spatial Orientation of an Object relative to its Pitch Axis."@en . +cco:PitchOrientation rdf:type owl:Class ; + rdfs:subClassOf cco:SpatialOrientation ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Pitch Orientation"@en ; + skos:altLabel "Pitch"@en ; + skos:definition "A Spatial Orientation of an Object relative to its Pitch Axis."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PlanSpecification - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "https://en.wikipedia.org/w/index.php?title=Plan&oldid=1047320560"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Plan"@en ; - "A Directive Information Content Entity that prescribes some set of intended Intentional Acts through which some Agent expects to achieve some Objective."@en . +cco:PlanSpecification rdf:type owl:Class ; + rdfs:subClassOf cco:DirectiveInformationContentEntity , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:someValuesFrom cco:Objective + ] ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Plan&oldid=1047320560"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Plan"@en ; + skos:definition "A Directive Information Content Entity that prescribes some set of intended Intentional Acts through which some Agent expects to achieve some Objective."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Plant - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Plant&oldid=1060821100"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Plant"@en ; - "An Organism that is multicellular, eukaryotic, autotrophic, and has cells that contain chloroplasts and walls made of cellulose."@en . +cco:Plant rdf:type owl:Class ; + rdfs:subClassOf cco:Organism ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Plant&oldid=1060821100"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Plant"@en ; + skos:definition "An Organism that is multicellular, eukaryotic, autotrophic, and has cells that contain chloroplasts and walls made of cellulose."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PneumaticMotor - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Pneumatic Motor"@en ; - "Air Motor"@en , - "Compressed Air Engine"@en ; - "A Physically Powered Engine that converts potential energy stored in a portion of compressed air into mechanical energy."@en . +cco:PneumaticMotor rdf:type owl:Class ; + rdfs:subClassOf cco:PhysicallyPoweredEngine ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Pneumatic Motor"@en ; + skos:altLabel "Air Motor"@en , + "Compressed Air Engine"@en ; + skos:definition "A Physically Powered Engine that converts potential energy stored in a portion of compressed air into mechanical energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PneumaticPowerSource - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Pneumatic Power Source"@en ; - "A Power Source that is designed to generate, control, or transmit power by means of compressed air or compressed inert gases."@en . +cco:PneumaticPowerSource rdf:type owl:Class ; + rdfs:subClassOf cco:PowerSource ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Pneumatic Power Source"@en ; + skos:definition "A Power Source that is designed to generate, control, or transmit power by means of compressed air or compressed inert gases."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PointEstimateInformationContentEntity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Point Estimate Information Content Entity"@en ; - "Best Estimate"@en , - "Point Estimate"@en , - "Point Estimate Measurement Information Content Entity"@en ; - "An Estimate Information Content Entity that consists of a single value for the measured entity."@en . +cco:PointEstimateInformationContentEntity rdf:type owl:Class ; + rdfs:subClassOf cco:EstimateInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Point Estimate Information Content Entity"@en ; + skos:altLabel "Best Estimate"@en , + "Point Estimate"@en , + "Point Estimate Measurement Information Content Entity"@en ; + skos:definition "An Estimate Information Content Entity that consists of a single value for the measured entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PointingOrientation - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Pointing Orientation"@en ; - "Facing Orientation"@en ; - "A Spatial Orientation of a Material Entity in which one or more of its designated components are oriented toward a specified direction."@en . +cco:PointingOrientation rdf:type owl:Class ; + rdfs:subClassOf cco:SpatialOrientation ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Pointing Orientation"@en ; + skos:altLabel "Facing Orientation"@en ; + skos:definition "A Spatial Orientation of a Material Entity in which one or more of its designated components are oriented toward a specified direction."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PoisonArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.dictionary.com/browse/poison" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Poison Artifact Function"@en ; - "A Damaging Artifact Function that is realized in a process which causes illness in, or the death of, a living thing."@en . +cco:PoisonArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:DamagingArtifactFunction ; + cco:definition_source "http://www.dictionary.com/browse/poison" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Poison Artifact Function"@en ; + skos:definition "A Damaging Artifact Function that is realized in a process which causes illness in, or the death of, a living thing."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PolarizingPrism - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Polarizing Prism"@en ; - "A Prism designed to split a beam of light entering the Prism into components of varying polarization."@en . +cco:PolarizingPrism rdf:type owl:Class ; + rdfs:subClassOf cco:Prism ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Polarizing Prism"@en ; + skos:definition "A Prism designed to split a beam of light entering the Prism into components of varying polarization."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PoliceStation - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Police_station&oldid=1056208781"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Police Station"@en ; - "A Public Safety Facility that is designed for the professional and clerical processes of a local police force."@en . +cco:PoliceStation rdf:type owl:Class ; + rdfs:subClassOf cco:PublicSafetyFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Police_station&oldid=1056208781"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Police Station"@en ; + skos:definition "A Public Safety Facility that is designed for the professional and clerical processes of a local police force."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PoliticalOrientation - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Political Orientation"@en ; - "An Ideology that characterizes the political thinking of an Agent or Group of Agents, usually with respect to the political environment within a particular nation."@en . +cco:PoliticalOrientation rdf:type owl:Class ; + rdfs:subClassOf cco:Ideology ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Political Orientation"@en ; + skos:definition "An Ideology that characterizes the political thinking of an Agent or Group of Agents, usually with respect to the political environment within a particular nation."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Populace - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Population&oldid=1059148871"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Populace"@en ; - "A Group of Persons forming the total population of some Government Domain."@en . +cco:Populace rdf:type owl:Class ; + rdfs:subClassOf cco:GroupOfPersons ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Population&oldid=1059148871"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Populace"@en ; + skos:definition "A Group of Persons forming the total population of some Government Domain."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PopulatedPlace - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Human_settlement&oldid=1060418164"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Populated place"@en ; - "An Anthropogenic Feature at which people live or have lived."@en . +cco:PopulatedPlace rdf:type owl:Class ; + rdfs:subClassOf cco:AnthropogenicFeature ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Human_settlement&oldid=1060418164"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Populated place"@en ; + skos:definition "An Anthropogenic Feature at which people live or have lived."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Port - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Port&oldid=1064091505"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Port"@en ; - "A Transportation Facility that is designed to contain harbors for docking Watercraft and for transfering people or cargo to and from land."@en . +cco:Port rdf:type owl:Class ; + rdfs:subClassOf cco:TransportationFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Port&oldid=1064091505"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Port"@en ; + skos:definition "A Transportation Facility that is designed to contain harbors for docking Watercraft and for transfering people or cargo to and from land."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfAmmunition - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Ammunition&oldid=1062875850"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Ammunition"@en ; - "A Weapon that is designed to inflict harm, damage, or incapacity by being projected toward its target at a significant Velocity."@en . +cco:PortionOfAmmunition rdf:type owl:Class ; + rdfs:subClassOf cco:Weapon ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ammunition&oldid=1062875850"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Ammunition"@en ; + skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by being projected toward its target at a significant Velocity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfAtmosphere - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Atmosphere&oldid=1135486662"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Portion of Atmosphere"@en ; - "A fiat object part of the layer of gas or layers of gases that envelop a natural satellite."@en . +cco:PortionOfAtmosphere rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000024 ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Atmosphere&oldid=1135486662"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Portion of Atmosphere"@en ; + skos:definition "A fiat object part of the layer of gas or layers of gases that envelop a natural satellite."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfCash - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Cash"@en ; - "A Financial Instrument that is designed to be a ready medium of exchange."@en . +cco:PortionOfCash rdf:type owl:Class ; + rdfs:subClassOf cco:FinancialInstrument ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Cash"@en ; + skos:definition "A Financial Instrument that is designed to be a ready medium of exchange."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfCoolant - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Coolant"@en ; - "A Portion of Material that is designed to be used in a thermal control system to reduce or maintain the temperature of an object to or at a specified level."@en . +cco:PortionOfCoolant rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfMaterial ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Coolant"@en ; + skos:definition "A Portion of Material that is designed to be used in a thermal control system to reduce or maintain the temperature of an object to or at a specified level."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfCryogenicMaterial - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Cryogenic Material"@en ; - "A Portion of Material that has been reduced to a very low temperature (below -180 degrees Celcius)."@en . +cco:PortionOfCryogenicMaterial rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfMaterial ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Cryogenic Material"@en ; + skos:definition "A Portion of Material that has been reduced to a very low temperature (below -180 degrees Celcius)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfCryosphere - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://oceanservice.noaa.gov/facts/cryosphere.html (accessed 03/06/2023)"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Portion of Cryosphere"@en ; - "A fiat object part of the frozen part of a natural satellite's hydosphere"@en . +cco:PortionOfCryosphere rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000024 ; + cco:definition_source "https://oceanservice.noaa.gov/facts/cryosphere.html (accessed 03/06/2023)"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Portion of Cryosphere"@en ; + skos:definition "A fiat object part of the frozen part of a natural satellite's hydosphere"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfFood - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Food&oldid=1062824590"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Food"@en ; - "A Portion of Processed Material that is designed to be consumed and ingested for nutrition or taste."@en . +cco:PortionOfFood rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfProcessedMaterial ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Food&oldid=1062824590"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Food"@en ; + skos:definition "A Portion of Processed Material that is designed to be consumed and ingested for nutrition or taste."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfFuel - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Fuel"@en ; - "A Portion of Material that is designed to release thermal energy when reacted with other substances."@en . +cco:PortionOfFuel rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfMaterial ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Fuel"@en ; + skos:definition "A Portion of Material that is designed to release thermal energy when reacted with other substances."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfGalliumArsenide - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Gallium Arsenide"@en ; - "Portion of GaAs"@en ; - "A Portion of Material that is composed of a compound of the elements gallium and arsenic."@en . +cco:PortionOfGalliumArsenide rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfMaterial ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Gallium Arsenide"@en ; + skos:altLabel "Portion of GaAs"@en ; + skos:definition "A Portion of Material that is composed of a compound of the elements gallium and arsenic."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfGaseousFuel - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Gaseous Fuel"@en ; - "A Portion of Fuel that is stored in a gaseous state."@en . +cco:PortionOfGaseousFuel rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfFuel ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Gaseous Fuel"@en ; + skos:definition "A Portion of Fuel that is stored in a gaseous state."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfGaseousPropellant - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Gaseous Propellant"@en ; - "A Portion of Propellant that is stored in a gaseous state."@en . +cco:PortionOfGaseousPropellant rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfPropellant ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Gaseous Propellant"@en ; + skos:definition "A Portion of Propellant that is stored in a gaseous state."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfGelatinousPropellant - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Gelatinous Propellant"@en ; - "A Portion of Propellant that is stored in a gelatinous state."@en . +cco:PortionOfGelatinousPropellant rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfPropellant ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Gelatinous Propellant"@en ; + skos:definition "A Portion of Propellant that is stored in a gelatinous state."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfGeosphere - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Geosphere&oldid=1137306949"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Portion of Geosphere"@en ; - "A fiat object part that is composed of one or more portions of the atmosphere, cryosphere, hydrosphere, or lithosphere"@en . +cco:PortionOfGeosphere rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000024 ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Geosphere&oldid=1137306949"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Portion of Geosphere"@en ; + skos:definition "A fiat object part that is composed of one or more portions of the atmosphere, cryosphere, hydrosphere, or lithosphere"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfHydrosphere - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Hydrosphere&oldid=1128848972"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Portion of Hydrosphere"@en ; - "A fiat object part of the combined mass of water found on, under, and above the surface of a natural satellite"@en . +cco:PortionOfHydrosphere rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000024 ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Hydrosphere&oldid=1128848972"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Portion of Hydrosphere"@en ; + skos:definition "A fiat object part of the combined mass of water found on, under, and above the surface of a natural satellite"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLiquidFuel - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Liquid Fuel"@en ; - "A Portion of Fuel that is stored in a liquid state."@en . +cco:PortionOfLiquidFuel rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfFuel ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Liquid Fuel"@en ; + skos:definition "A Portion of Fuel that is stored in a liquid state."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLiquidHelium - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Liquid Helium"@en ; - "A Portion of Cryogenic Material that is composed (almost) entirely of liquid helium."@en . +cco:PortionOfLiquidHelium rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfCryogenicMaterial ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Liquid Helium"@en ; + skos:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid helium."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLiquidHydrogen - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Liquid Hydrogen"@en ; - "A Portion of Cryogenic Material that is composed (almost) entirely of liquid hydrogen."@en . +cco:PortionOfLiquidHydrogen rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfCryogenicMaterial ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Liquid Hydrogen"@en ; + skos:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid hydrogen."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLiquidNitrogen - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Liquid Nitrogen"@en ; - "A Portion of Cryogenic Material that is composed (almost) entirely of liquid nitrogen."@en . +cco:PortionOfLiquidNitrogen rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfCryogenicMaterial ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Liquid Nitrogen"@en ; + skos:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid nitrogen."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLiquidOxygen - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Liquid Oxygen"@en ; - "A Portion of Cryogenic Material that is composed (almost) entirely of liquid oxygen."@en . +cco:PortionOfLiquidOxygen rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfCryogenicMaterial ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Liquid Oxygen"@en ; + skos:definition "A Portion of Cryogenic Material that is composed (almost) entirely of liquid oxygen."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLiquidPropellant - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Liquid Propellant"@en ; - "A Portion of Propellant that is stored in a liquid state."@en . +cco:PortionOfLiquidPropellant rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfPropellant ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Liquid Propellant"@en ; + skos:definition "A Portion of Propellant that is stored in a liquid state."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfLithosphere - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Lithosphere&oldid=1143215085"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Portion of Lithosphere"@en ; - "A fiat object part of the rigid, outermost rocky shell of a natural satellite."@en . +cco:PortionOfLithosphere rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000024 ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Lithosphere&oldid=1143215085"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Portion of Lithosphere"@en ; + skos:definition "A fiat object part of the rigid, outermost rocky shell of a natural satellite."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfMaterial - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Material"@en ; - "A Portion of Processed Material that was produced to be used as the input for another Act of Artifact Processing."@en . +cco:PortionOfMaterial rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfProcessedMaterial ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Material"@en ; + skos:definition "A Portion of Processed Material that was produced to be used as the input for another Act of Artifact Processing."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfNuclearFuel - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Nuclear Fuel"@en ; - "A Portion of Material that is designed to be used in a nuclear fission process to produce energy."@en . +cco:PortionOfNuclearFuel rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfMaterial ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Nuclear Fuel"@en ; + skos:definition "A Portion of Material that is designed to be used in a nuclear fission process to produce energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfOxidizer - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment "Oxidizers are essential participants in many processes including combustion and rusting. Hence, a portion of oxidizer must always be present along with a portion of fuel in order for combustion to occur."@en ; - rdfs:label "Portion of Oxidizer"@en ; - "Portion of Oxidant"@en , - "Portion of Oxidizing Agent"@en ; - "A Portion of Material that is disposed to steal electrons from other substances (i.e. to oxidize other substances) as a participant in a reduction-oxidation process."@en ; - "oxygen, hydrogen peroxide, chlorine, sulfiric acid, potassium nitrate" . +cco:PortionOfOxidizer rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfMaterial ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:comment "Oxidizers are essential participants in many processes including combustion and rusting. Hence, a portion of oxidizer must always be present along with a portion of fuel in order for combustion to occur."@en ; + rdfs:label "Portion of Oxidizer"@en ; + skos:altLabel "Portion of Oxidant"@en , + "Portion of Oxidizing Agent"@en ; + skos:definition "A Portion of Material that is disposed to steal electrons from other substances (i.e. to oxidize other substances) as a participant in a reduction-oxidation process."@en ; + skos:example "oxygen, hydrogen peroxide, chlorine, sulfiric acid, potassium nitrate" . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfPaper - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Paper&oldid=1057624743"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Paper"@en ; - "An Information Medium Artifact that is designed to bear some Information Content Entity by means of pressing together moist fibres of cellulose pulp derived from wood, rags, or grasses, and drying them into flexible sheets."@en . +cco:PortionOfPaper rdf:type owl:Class ; + rdfs:subClassOf cco:InformationMediumArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Paper&oldid=1057624743"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Paper"@en ; + skos:definition "An Information Medium Artifact that is designed to bear some Information Content Entity by means of pressing together moist fibres of cellulose pulp derived from wood, rags, or grasses, and drying them into flexible sheets."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfProcessedMaterial - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Processed Material"@en ; - "A Material Artifact that is the output of an Act of Artifact Processing."@en . +cco:PortionOfProcessedMaterial rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Processed Material"@en ; + skos:definition "A Material Artifact that is the output of an Act of Artifact Processing."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfPropellant - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Propellant"@en ; - "A Portion of Material that is designed to be used as an input in a Propulsion Process to produce Thrust."@en . +cco:PortionOfPropellant rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfMaterial ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Propellant"@en ; + skos:definition "A Portion of Material that is designed to be used as an input in a Propulsion Process to produce Thrust."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfSolidFuel - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Solid Fuel"@en ; - "A Portion of Fuel that is stored in a solid state."@en . +cco:PortionOfSolidFuel rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfFuel ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Solid Fuel"@en ; + skos:definition "A Portion of Fuel that is stored in a solid state."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfSolidPropellant - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Solid Propellant"@en ; - "A Portion of Propellant that is stored in a solid state."@en . +cco:PortionOfSolidPropellant rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfPropellant ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Solid Propellant"@en ; + skos:definition "A Portion of Propellant that is stored in a solid state."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PortionOfWasteMaterial - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Portion of Waste Material"@en ; - "A Portion of Processed Material that serves no further use in terms of the initial user's own purposes of production, transformation, or consumption such that the Agent wants to dispose of it."@en . +cco:PortionOfWasteMaterial rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfProcessedMaterial ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Portion of Waste Material"@en ; + skos:definition "A Portion of Processed Material that serves no further use in terms of the initial user's own purposes of production, transformation, or consumption such that the Agent wants to dispose of it."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PositionObservationArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Position Observation Artifact Function"@en ; - "An Observation Artifact Function that is realized during events in which an Artifact is used to collect information about the position of a specified object or class of objects."@en . +cco:PositionObservationArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ObservationArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Position Observation Artifact Function"@en ; + skos:definition "An Observation Artifact Function that is realized during events in which an Artifact is used to collect information about the position of a specified object or class of objects."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PostOffice - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Post_office&oldid=1063684373"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Post Office"@en ; - "A Mailing Facility that is designed for serving customers of the national postal system."@en . +cco:PostOffice rdf:type owl:Class ; + rdfs:subClassOf cco:MailingFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Post_office&oldid=1063684373"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Post Office"@en ; + skos:definition "A Mailing Facility that is designed for serving customers of the national postal system."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Power - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Power"@en ; - "A Process Profile that is characterized by the rate of Work, or Energy consumed, done in a given time period."@en . +cco:Power rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Power"@en ; + skos:definition "A Process Profile that is characterized by the rate of Work, or Energy consumed, done in a given time period."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerInvertingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Power Inverting Artifact Function"@en ; - "A Current Conversion Artifact Function that is realized by processes in which some Artifact is used to convert direct current (DC) to alternating current (AC)."@en . +cco:PowerInvertingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:CurrentConversionArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Power Inverting Artifact Function"@en ; + skos:definition "A Current Conversion Artifact Function that is realized by processes in which some Artifact is used to convert direct current (DC) to alternating current (AC)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerRectifier - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Rectifier&oldid=1049943028"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Power Rectifier"@en ; - "A Material Artifact that is designed to convert alternating current (AC) to direct current (DC)."@en . +cco:PowerRectifier rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Rectifier&oldid=1049943028"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Power Rectifier"@en ; + skos:definition "A Material Artifact that is designed to convert alternating current (AC) to direct current (DC)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerRectifyingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Power Rectifying Artifact Function"@en ; - "A Current Conversion Artifact Function that is realized by processes in which some Artifact is used to convert alternating current (AC) to direct current (DC)."@en . +cco:PowerRectifyingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:CurrentConversionArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Power Rectifying Artifact Function"@en ; + skos:definition "A Current Conversion Artifact Function that is realized by processes in which some Artifact is used to convert alternating current (AC) to direct current (DC)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerSource - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Power_source&oldid=1032888635"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Power Source"@en ; - "A Material Artifact that is designed to supply power to some other Artifact."@en . +cco:PowerSource rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Power_source&oldid=1032888635"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Power Source"@en ; + skos:definition "A Material Artifact that is designed to supply power to some other Artifact."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerTool - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Power_tool&oldid=1057147715"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Power Tool"@en ; - "A Tool that is designed to be actuated by a Power Source and mechanism other than or in addition to manual labor."@en . +cco:PowerTool rdf:type owl:Class ; + rdfs:subClassOf cco:Tool ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Power_tool&oldid=1057147715"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Power Tool"@en ; + skos:definition "A Tool that is designed to be actuated by a Power Source and mechanism other than or in addition to manual labor."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerTransformer - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Transformer&oldid=1062163369"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Power Transformer"@en ; - "A Material Artifact that is designed to transfer electrical energy between two or more circuits through electromagnetic induction."@en . +cco:PowerTransformer rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Transformer&oldid=1062163369"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Power Transformer"@en ; + skos:definition "A Material Artifact that is designed to transfer electrical energy between two or more circuits through electromagnetic induction."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerTransformerRectifierUnit - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.skybrary.aero/index.php/Transformer_Rectifier_Unit_(TRU)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Power Transformer Rectifier Unit"@en ; - "TRU"@en ; - "A Material Artifact that is designed to perform the functions of both a Rectifier and a Transformer."@en . +cco:PowerTransformerRectifierUnit rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "http://www.skybrary.aero/index.php/Transformer_Rectifier_Unit_(TRU)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Power Transformer Rectifier Unit"@en ; + skos:altLabel "TRU"@en ; + skos:definition "A Material Artifact that is designed to perform the functions of both a Rectifier and a Transformer."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerTransmissionArtifact - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Power Transmission Artifact"@en ; - "A Material Artifact that is designed to transfer and regulate Power flow from a Power Source to an application point."@en . +cco:PowerTransmissionArtifact rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Power Transmission Artifact"@en ; + skos:definition "A Material Artifact that is designed to transfer and regulate Power flow from a Power Source to an application point."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PowerTransmissionLine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Electric_power_transmission&oldid=1062551058"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Power Transmission Line"@en ; - "A Product Transport Facility that is designed to transmit electricity over distance via a system of above ground wires including their supports."@en . +cco:PowerTransmissionLine rdf:type owl:Class ; + rdfs:subClassOf cco:ProductTransportFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electric_power_transmission&oldid=1062551058"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Power Transmission Line"@en ; + skos:definition "A Product Transport Facility that is designed to transmit electricity over distance via a system of above ground wires including their supports."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PoweringArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Powering Artifact Function"@en ; - "An Artifact Function that is realized by processes in which some Artifact is used to supply power to some Artifact."@en . +cco:PoweringArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Powering Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by processes in which some Artifact is used to supply power to some Artifact."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PrecisionGuidedMissile - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Missile&oldid=1062028589"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Precision-Guided Missile"@en ; - "Missile"@en ; - "A Portion of Ammunition that is designed to be a self-propelled and precision-guided projectile that delivers some payload (explosive or other) over relatively long distances."@en . +cco:PrecisionGuidedMissile rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfAmmunition ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Missile&oldid=1062028589"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Precision-Guided Missile"@en ; + skos:altLabel "Missile"@en ; + skos:definition "A Portion of Ammunition that is designed to be a self-propelled and precision-guided projectile that delivers some payload (explosive or other) over relatively long distances."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PredictiveInformationContentEntity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Since predictions are inherently about not-yet-existant things, the Modal Relation Ontology term 'describes' (i.e. mro:describes) should be used (instead of the standard cco:describes) to relate instances of Predictive Information Content Entity to the entities they are about."@en ; - rdfs:label "Predictive Information Content Entity"@en ; - "Prediction"@en , - "Prediction Information Content Entity"@en ; - "A Descriptive Information Content Entity that describes an uncertain future event."@en . +cco:PredictiveInformationContentEntity rdf:type owl:Class ; + rdfs:subClassOf cco:DescriptiveInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Since predictions are inherently about not-yet-existant things, the Modal Relation Ontology term 'describes' (i.e. mro:describes) should be used (instead of the standard cco:describes) to relate instances of Predictive Information Content Entity to the entities they are about."@en ; + rdfs:label "Predictive Information Content Entity"@en ; + skos:altLabel "Prediction"@en , + "Prediction Information Content Entity"@en ; + skos:definition "A Descriptive Information Content Entity that describes an uncertain future event."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PreferredStock - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Preferred Stock"@en ; - "Stock that entitles its holder to receive a certain level of dividend payments before any dividends can be issued to other holders."@en . +cco:PreferredStock rdf:type owl:Class ; + rdfs:subClassOf cco:Stock ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Preferred Stock"@en ; + skos:definition "Stock that entitles its holder to receive a certain level of dividend payments before any dividends can be issued to other holders."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PresenceFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Presence Frequency"@en ; - "A Sonic Frequency that is between 4 and 6 kHz."@en . +cco:PresenceFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:SonicFrequency ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Presence Frequency"@en ; + skos:definition "A Sonic Frequency that is between 4 and 6 kHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Pressure - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Pressure"@en ; - "A Force that is applied perpendicular to the surface of an Object per unit area over which that Force is distributed."@en . +cco:Pressure rdf:type owl:Class ; + rdfs:subClassOf cco:Force ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Pressure"@en ; + skos:definition "A Force that is applied perpendicular to the surface of an Object per unit area over which that Force is distributed."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PressurizationControlArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Pressurization Control Artifact Function"@en ; - "A Ventilation Control Artifact Function that is realized by processes in which some Artifact is used to control the partial pressure of air in some space."@en . +cco:PressurizationControlArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:VentilationControlArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Pressurization Control Artifact Function"@en ; + skos:definition "A Ventilation Control Artifact Function that is realized by processes in which some Artifact is used to control the partial pressure of air in some space."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PrimaryCellElectricBattery - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Primary_cell&oldid=1047226932"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Primary Cell Electric Battery"@en ; - "Primary Cell Battery"@en ; - "A Electric Battery that is designed for one-time use and not to be recharged."@en . +cco:PrimaryCellElectricBattery rdf:type owl:Class ; + rdfs:subClassOf cco:ElectricBattery ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Primary_cell&oldid=1047226932"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Primary Cell Electric Battery"@en ; + skos:altLabel "Primary Cell Battery"@en ; + skos:definition "A Electric Battery that is designed for one-time use and not to be recharged."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PriorityMeasurementInformationContentEntity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Priority Measurement Information Content Entity"@en ; - "Criticality Measurement"@en , - "Importance Measurement"@en , - "Priority Measurement"@en ; - "An Ordinal Measurement Information Content Entity that is a measurement of the relative importance of an entity."@en ; - "low, normal, high, urgent, or immediate priority" . +cco:PriorityMeasurementInformationContentEntity rdf:type owl:Class ; + rdfs:subClassOf cco:OrdinalMeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Priority Measurement Information Content Entity"@en ; + skos:altLabel "Criticality Measurement"@en , + "Importance Measurement"@en , + "Priority Measurement"@en ; + skos:definition "An Ordinal Measurement Information Content Entity that is a measurement of the relative importance of an entity."@en ; + skos:example "low, normal, high, urgent, or immediate priority" . ### http://www.ontologyrepository.com/CommonCoreOntologies/PriorityScale - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Priority Scale"@en ; - "A Reference System that is designed to be used to rank or identify the importance of entities of the specified type."@en . +cco:PriorityScale rdf:type owl:Class ; + rdfs:subClassOf cco:ReferenceSystem ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Priority Scale"@en ; + skos:definition "A Reference System that is designed to be used to rank or identify the importance of entities of the specified type."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Prism - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Prism&oldid=1060221124"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Prism"@en ; - "An Optical Instrument that is designed to refract light and which consists of a transparent material with flat polished surfaces where at least two of these surfaces have an angle between them."@en . +cco:Prism rdf:type owl:Class ; + rdfs:subClassOf cco:OpticalInstrument ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Prism&oldid=1060221124"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Prism"@en ; + skos:definition "An Optical Instrument that is designed to refract light and which consists of a transparent material with flat polished surfaces where at least two of these surfaces have an angle between them."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PrivateNetworkTelephoneCall - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Private Network Telephone Call"@en ; - "A Telephone Call transmitted over a network where a closed group of telephones are connected primarily to each other and use a gateway to reach the outside world, usually used inside companies and call centers (a.k.a. private branch exchange (PBX))."@en . +cco:PrivateNetworkTelephoneCall rdf:type owl:Class ; + rdfs:subClassOf cco:TelephoneCall ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Private Network Telephone Call"@en ; + skos:definition "A Telephone Call transmitted over a network where a closed group of telephones are connected primarily to each other and use a gateway to reach the outside world, usually used inside companies and call centers (a.k.a. private branch exchange (PBX))."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ProbabilityMeasurementInformationContentEntity - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Probability&oldid=1059657543"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Every probability measurement is made within a particular context given certain background assumptions."@en ; - rdfs:label "Probability Measurement Information Content Entity"@en ; - "Likelihood Measurement"@en , - "Probability Measurement"@en ; - "A Measurement Information Content Entity that is a measurement of the likelihood that a Process or Process Aggregate occurs."@en . +cco:ProbabilityMeasurementInformationContentEntity rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementInformationContentEntity ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Probability&oldid=1059657543"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Every probability measurement is made within a particular context given certain background assumptions."@en ; + rdfs:label "Probability Measurement Information Content Entity"@en ; + skos:altLabel "Likelihood Measurement"@en , + "Probability Measurement"@en ; + skos:definition "A Measurement Information Content Entity that is a measurement of the likelihood that a Process or Process Aggregate occurs."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ProcessBeginning - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Process Beginning"@en ; - "A Process Boundary that occurs on a Zero-Dimensional Temporal Region that is the starting instant of the One-Dimensional Temporal Region on which the Process, of which the Process Boundary is a part, occurs."@en . +cco:ProcessBeginning rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000035 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Process Beginning"@en ; + skos:definition "A Process Boundary that occurs on a Zero-Dimensional Temporal Region that is the starting instant of the One-Dimensional Temporal Region on which the Process, of which the Process Boundary is a part, occurs."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ProcessEnding - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Process Ending"@en ; - "A Process Boundary that occurs on a Zero-Dimensional Temporal Region that is the ending instant of the One-Dimensional Temporal Region on which the Process, of which the Process Boundary is a part, occurs."@en . +cco:ProcessEnding rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000035 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Process Ending"@en ; + skos:definition "A Process Boundary that occurs on a Zero-Dimensional Temporal Region that is the ending instant of the One-Dimensional Temporal Region on which the Process, of which the Process Boundary is a part, occurs."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ProductTransportFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Product Transport Facility"@en ; - "A Facility that is designed to transport some product."@en . +cco:ProductTransportFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Facility ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Product Transport Facility"@en ; + skos:definition "A Facility that is designed to transport some product."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ProjectileLauncher - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Projectile&oldid=1062048285"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Projectile Launcher"@en ; - "A Weapon that is designed to inflict damage or harm by means of launching a high-velocity projectile at a target."@en . +cco:ProjectileLauncher rdf:type owl:Class ; + rdfs:subClassOf cco:Weapon ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Projectile&oldid=1062048285"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Projectile Launcher"@en ; + skos:definition "A Weapon that is designed to inflict damage or harm by means of launching a high-velocity projectile at a target."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Propeller - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Propeller_(aeronautics)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Propeller"@en ; - "Propelling Screw"@en ; - "A Material Artifact that is designed to convert rotary motion from an Engine or other mechanical Power Source into propulsive Force."@en . +cco:Propeller rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/wiki/Propeller_(aeronautics)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Propeller"@en ; + skos:altLabel "Propelling Screw"@en ; + skos:definition "A Material Artifact that is designed to convert rotary motion from an Engine or other mechanical Power Source into propulsive Force."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PropellingNozzle - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Propelling_nozzle&oldid=1061239812"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Propelling Nozzle"@en ; - "Jet Nozzle"@en ; - "A Nozzle that is used to convert a propulsion Engine into a Jet Engine and functions by using its narrowest part, the throat, to increase Pressure within the Engine by constricting flow, usually until the flow chokes, then expanding the exhaust stream to, or near to, atmospheric pressure, while forming it into a high speed jet to propel the Vehicle."@en . +cco:PropellingNozzle rdf:type owl:Class ; + rdfs:subClassOf cco:Nozzle ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Propelling_nozzle&oldid=1061239812"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Propelling Nozzle"@en ; + skos:altLabel "Jet Nozzle"@en ; + skos:definition "A Nozzle that is used to convert a propulsion Engine into a Jet Engine and functions by using its narrowest part, the throat, to increase Pressure within the Engine by constricting flow, usually until the flow chokes, then expanding the exhaust stream to, or near to, atmospheric pressure, while forming it into a high speed jet to propel the Vehicle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ProperAcceleration - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Proper_acceleration&oldid=1058169867"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Proper Acceleration"@en ; - "An Acceleration of an object relative to a free-fall, or inertial, observer who is momentarily at rest relative to the object being measured (hence, gravity does not cause Proper Acceleration)."@en . +cco:ProperAcceleration rdf:type owl:Class ; + rdfs:subClassOf cco:Acceleration ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Proper_acceleration&oldid=1058169867"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Proper Acceleration"@en ; + skos:definition "An Acceleration of an object relative to a free-fall, or inertial, observer who is momentarily at rest relative to the object being measured (hence, gravity does not cause Proper Acceleration)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ProperName - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Proper Name"@en ; - "A Designative Name that is an official name for a particular entity."@en . +cco:ProperName rdf:type owl:Class ; + rdfs:subClassOf cco:DesignativeName ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Proper Name"@en ; + skos:definition "A Designative Name that is an official name for a particular entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ProportionalRatioMeasurementInformationContentEntity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "A percentage is one way to express a proportional measure where the decimal expression of the proportion is multiplied by 100, thus giving the proportional value with respect to a whole of 100. E.g., the ratio of pigs to cows on a farm is 44 to 79 (44:79 or 44/79). The proportion of pigs to total animals is 44 to 123 or 44/123. The percentage of pigs is the decimal equivalent of the proportion (0.36) multiplied by a 100 (36%). The percentage can be expressed as a proportion where the numerator value is transformed for a denominator of 100, i.e., 36 of a 100 animals are pigs (36/100)."@en , - "We may want to add either a subclass for Percentage or a data property (has percentage value) that links the percentage expression for a proportion to the relevant IBE."@en ; - rdfs:label "Proportional Ratio Measurement Information Content Entity"@en ; - "A Ratio Measurement Information Content Entity that is a measurement of a portion of a whole (described by the numerator) compared against that whole (described by the denominator) where the whole is a nominally described set of like entities."@en . +cco:ProportionalRatioMeasurementInformationContentEntity rdf:type owl:Class ; + rdfs:subClassOf cco:RatioMeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "A percentage is one way to express a proportional measure where the decimal expression of the proportion is multiplied by 100, thus giving the proportional value with respect to a whole of 100. E.g., the ratio of pigs to cows on a farm is 44 to 79 (44:79 or 44/79). The proportion of pigs to total animals is 44 to 123 or 44/123. The percentage of pigs is the decimal equivalent of the proportion (0.36) multiplied by a 100 (36%). The percentage can be expressed as a proportion where the numerator value is transformed for a denominator of 100, i.e., 36 of a 100 animals are pigs (36/100)."@en , + "We may want to add either a subclass for Percentage or a data property (has percentage value) that links the percentage expression for a proportion to the relevant IBE."@en ; + rdfs:label "Proportional Ratio Measurement Information Content Entity"@en ; + skos:definition "A Ratio Measurement Information Content Entity that is a measurement of a portion of a whole (described by the numerator) compared against that whole (described by the denominator) where the whole is a nominally described set of like entities."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PropulsionArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Propulsion&oldid=1022034059"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Propulsion Artifact Function"@en ; - "A Motion Artifact Function that is realized in a process in which the bearer of the function creates force leading to an entity's movement."@en . +cco:PropulsionArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:MotionArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Propulsion&oldid=1022034059"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Propulsion Artifact Function"@en ; + skos:definition "A Motion Artifact Function that is realized in a process in which the bearer of the function creates force leading to an entity's movement."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PropulsionControlSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Propulsion Control System"@en ; - "A Control System that consists of control devices, displays, indicators, or modules designed to control a Propulsion System."@en . +cco:PropulsionControlSystem rdf:type owl:Class ; + rdfs:subClassOf cco:ControlSystem ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Propulsion Control System"@en ; + skos:definition "A Control System that consists of control devices, displays, indicators, or modules designed to control a Propulsion System."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PropulsionProcess - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Propulsion Process"@en ; - "A Natural Process in which one or more Forces are generated and applied to a participating Object such that the Object is set in Motion or has the direction or magnitude of its Motion altered."@en ; - "a twin-engine turboprop plane rotating both of its propellers against a portion of atmosphere to propel the plane forward" , - "an apple falling to the ground under the power of Earth's gravitational force" , - "burning a portion of fuel to produce exhaust that is ejected through a jet nozzle to propel a rocket and its payload" , - "heat from a fire causing ashes to rise into the sky" , - "launching a water balloon using a sling shot" , - "the wind blowing leaves across a lawn" , - "turning a paddle wheel against a portion of water to propel the paddle boat forward" ; - "In each case, a Propulsion Process minimally involves the Object being propelled, a Reaction Mass (e.g. a portion of water, atmosphere, exhaust, etc.), and the Force(s) acting between these two entities."@en . +cco:PropulsionProcess rdf:type owl:Class ; + rdfs:subClassOf cco:NaturalProcess ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Propulsion Process"@en ; + skos:definition "A Natural Process in which one or more Forces are generated and applied to a participating Object such that the Object is set in Motion or has the direction or magnitude of its Motion altered."@en ; + skos:example "a twin-engine turboprop plane rotating both of its propellers against a portion of atmosphere to propel the plane forward" , + "an apple falling to the ground under the power of Earth's gravitational force" , + "burning a portion of fuel to produce exhaust that is ejected through a jet nozzle to propel a rocket and its payload" , + "heat from a fire causing ashes to rise into the sky" , + "launching a water balloon using a sling shot" , + "the wind blowing leaves across a lawn" , + "turning a paddle wheel against a portion of water to propel the paddle boat forward" ; + skos:scopeNote "In each case, a Propulsion Process minimally involves the Object being propelled, a Reaction Mass (e.g. a portion of water, atmosphere, exhaust, etc.), and the Force(s) acting between these two entities."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PropulsionSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Propulsion&oldid=1022034059"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Propulsion System"@en ; - "A Material Artifact that is designed to facilitate the movement of material entities from one location to another and which consists of a source of mechanical power and a means of converting this power into propulsive force to generate the movement."@en . +cco:PropulsionSystem rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Propulsion&oldid=1022034059"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Propulsion System"@en ; + skos:definition "A Material Artifact that is designed to facilitate the movement of material entities from one location to another and which consists of a source of mechanical power and a means of converting this power into propulsive force to generate the movement."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Prosthesis - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Prosthesis"@en ; - "A Medical Artifact that is designed to replace a missing body part."@en . +cco:Prosthesis rdf:type owl:Class ; + rdfs:subClassOf cco:MedicalArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Prosthesis"@en ; + skos:definition "A Medical Artifact that is designed to replace a missing body part."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ProstheticArm - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Prosthetic Arm"@en ; - "A Prosthesis that is designed to replace a missing arm."@en . +cco:ProstheticArm rdf:type owl:Class ; + rdfs:subClassOf cco:Prosthesis ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Prosthetic Arm"@en ; + skos:definition "A Prosthesis that is designed to replace a missing arm."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ProstheticFoot - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Prosthetic Foot"@en ; - "A Prosthesis that is designed to replace a missing foot."@en . +cco:ProstheticFoot rdf:type owl:Class ; + rdfs:subClassOf cco:Prosthesis ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Prosthetic Foot"@en ; + skos:definition "A Prosthesis that is designed to replace a missing foot."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ProstheticHand - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Prosthetic Hand"@en ; - "A Prosthesis that is designed to replace a missing hand."@en . +cco:ProstheticHand rdf:type owl:Class ; + rdfs:subClassOf cco:Prosthesis ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Prosthetic Hand"@en ; + skos:definition "A Prosthesis that is designed to replace a missing hand."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ProstheticLeg - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Prosthetic Leg"@en ; - "A Prosthesis that is designed to replace a missing leg."@en . +cco:ProstheticLeg rdf:type owl:Class ; + rdfs:subClassOf cco:Prosthesis ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Prosthesis&oldid=1063749698"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Prosthetic Leg"@en ; + skos:definition "A Prosthesis that is designed to replace a missing leg."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Protruding - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Protruding"@en ; - "A Shape Quality inhering in a part of an object in virtue of the part extending out above or beyond the surface of the object."@en . +cco:Protruding rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Protruding"@en ; + skos:definition "A Shape Quality inhering in a part of an object in virtue of the part extending out above or beyond the surface of the object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Province - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Province&oldid=1062496131"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Province"@en ; - "A First-Order Administrative Region that is part of a Country and delimits the authority of a magistrate who holds constitutionally-defined administrative jurisdiction over the defined geographic territory that bounds the Province."@en . +cco:Province rdf:type owl:Class ; + rdfs:subClassOf cco:FirstOrderAdministrativeRegion ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Province&oldid=1062496131"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Province"@en ; + skos:definition "A First-Order Administrative Region that is part of a Country and delimits the authority of a magistrate who holds constitutionally-defined administrative jurisdiction over the defined geographic territory that bounds the Province."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PublicAddressSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Public_address_system&oldid=1059177344"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Public Address System"@en ; - "PA System"@en ; - "A Communication System that is designed to allow a Person to speak to a large audience."@en . +cco:PublicAddressSystem rdf:type owl:Class ; + rdfs:subClassOf cco:CommunicationSystem ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Public_address_system&oldid=1059177344"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Public Address System"@en ; + skos:altLabel "PA System"@en ; + skos:definition "A Communication System that is designed to allow a Person to speak to a large audience."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PublicSafetyArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Public_security&oldid=1058257389"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Public Safety Artifact Function"@en ; - "A Service Artifact Function that is realized in processes of preventing and responding to events that could endanger the safety of the general public from significant danger, injury/harm, or damage, such as crimes or disasters (natural or man-made)."@en . +cco:PublicSafetyArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ServiceArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Public_security&oldid=1058257389"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Public Safety Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of preventing and responding to events that could endanger the safety of the general public from significant danger, injury/harm, or damage, such as crimes or disasters (natural or man-made)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PublicSafetyFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Public_security&oldid=1058257389"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Public Safety Facility"@en ; - "A Facility that is designed for the prevention of and protection from events that could endanger, injure, or damage the general public."@en . +cco:PublicSafetyFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Facility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Public_security&oldid=1058257389"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Public Safety Facility"@en ; + skos:definition "A Facility that is designed for the prevention of and protection from events that could endanger, injure, or damage the general public."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PulsejetEngine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Pulsejet&oldid=1050473545"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Pulsejet Engine"@en ; - "Pulse Jet"@en , - "Pulsejet"@en ; - "An Air-Breathing Jet Engine that is capable of operating statically and uses intermittent (pulsing) Combustion of the fuel-oxidizer mixture before expelling the exhaust out through the rear Propelling Nozzle to generate Thrust."@en . +cco:PulsejetEngine rdf:type owl:Class ; + rdfs:subClassOf cco:AirBreathingJetEngine ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Pulsejet&oldid=1050473545"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Pulsejet Engine"@en ; + skos:altLabel "Pulse Jet"@en , + "Pulsejet"@en ; + skos:definition "An Air-Breathing Jet Engine that is capable of operating statically and uses intermittent (pulsing) Combustion of the fuel-oxidizer mixture before expelling the exhaust out through the rear Propelling Nozzle to generate Thrust."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Pump - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Pump"@en ; - "A Fluid Control Artifact that is designed to impart motion to a portion of fluid to transport it within a system through the use of mechanical action."@en . +cco:Pump rdf:type owl:Class ; + rdfs:subClassOf cco:FluidControlArtifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Pump"@en ; + skos:definition "A Fluid Control Artifact that is designed to impart motion to a portion of fluid to transport it within a system through the use of mechanical action."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PumpingStation - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Pumping_station&oldid=1045678418"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Pumping Station"@en ; - "A Product Transport Facility that is designed to pump fluids from one place to another."@en . +cco:PumpingStation rdf:type owl:Class ; + rdfs:subClassOf cco:ProductTransportFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Pumping_station&oldid=1045678418"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Pumping Station"@en ; + skos:definition "A Product Transport Facility that is designed to pump fluids from one place to another."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Purple - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Purple"@en ; - "A Color that is aproximately midway between Red and Blue."@en . +cco:Purple rdf:type owl:Class ; + rdfs:subClassOf cco:Color ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Purple"@en ; + skos:definition "A Color that is aproximately midway between Red and Blue."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Pyramidal - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Pyramid_(geometry)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Pyramidal"@en ; - "A Three Dimensional Shape that inheres in a bearer in virtue of it having a polygonal base with vertices that all connect to the same apex to form triangular faces."@en . +cco:Pyramidal rdf:type owl:Class ; + rdfs:subClassOf cco:ThreeDimensionalShape ; + cco:definition_source "https://en.wikipedia.org/wiki/Pyramid_(geometry)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Pyramidal"@en ; + skos:definition "A Three Dimensional Shape that inheres in a bearer in virtue of it having a polygonal base with vertices that all connect to the same apex to form triangular faces."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/QRCode - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "QR Code"@en ; - "A Two-Dimensional Barcode that consists of numeric, alphanumeric, binary, or kanji information and is used primarily for tracking and marketing."@en . +cco:QRCode rdf:type owl:Class ; + rdfs:subClassOf cco:TwoDimensionalBarCode ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "QR Code"@en ; + skos:definition "A Two-Dimensional Barcode that consists of numeric, alphanumeric, binary, or kanji information and is used primarily for tracking and marketing."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/QualitySpecification - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Quality Specification"@en ; - "A Directive Information Content Entity that prescribes some Quality."@en . +cco:QualitySpecification rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:DirectiveInformationContentEntity + [ rdf:type owl:Restriction ; + owl:onProperty cco:prescribes ; + owl:someValuesFrom obo:BFO_0000019 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:DirectiveInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Quality Specification"@en ; + skos:definition "A Directive Information Content Entity that prescribes some Quality."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadarImagingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radar Imaging Artifact Function"@en ; - "An Imaging Artifact Function that inheres in Artifacts that are designed to produce visual representations of entities using radio waves."@en . +cco:RadarImagingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ImagingArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Radar Imaging Artifact Function"@en ; + skos:definition "An Imaging Artifact Function that inheres in Artifacts that are designed to produce visual representations of entities using radio waves."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadiationAbsorptivity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Radiation Absorptivity"@en ; - "An Electromagnetic Radiation Property that inheres in a bearer in virtue of the capacity of that bearer to absorb electromagnetic radiation of a given frequency."@en . +cco:RadiationAbsorptivity rdf:type owl:Class ; + rdfs:subClassOf cco:ElectromagneticRadiationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Radiation Absorptivity"@en ; + skos:definition "An Electromagnetic Radiation Property that inheres in a bearer in virtue of the capacity of that bearer to absorb electromagnetic radiation of a given frequency."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadiationEmissivity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Radiation Emissivity"@en ; - "An Electromagnetic Radiation Property that inheres in a bearer in virtue of the capacity of that bearer to emit electromagnetic radiation of a given frequency."@en . +cco:RadiationEmissivity rdf:type owl:Class ; + rdfs:subClassOf cco:ElectromagneticRadiationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Radiation Emissivity"@en ; + skos:definition "An Electromagnetic Radiation Property that inheres in a bearer in virtue of the capacity of that bearer to emit electromagnetic radiation of a given frequency."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadiationReflectivity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Radiation Reflectivity"@en ; - "An Electromagnetic Radiation Property that inheres in a bearer in virtue of the capacity of that bearer to scatter or reflect electromagnetic radiation of a given frequency."@en . +cco:RadiationReflectivity rdf:type owl:Class ; + rdfs:subClassOf cco:ElectromagneticRadiationProperty ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Radiation Reflectivity"@en ; + skos:definition "An Electromagnetic Radiation Property that inheres in a bearer in virtue of the capacity of that bearer to scatter or reflect electromagnetic radiation of a given frequency."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioAntenna - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Antenna_(radio)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radio Antenna"@en ; - "A Bidirectional Transducer that is designed to convert electric power into radio waves, and radio waves into electric power."@en . +cco:RadioAntenna rdf:type owl:Class ; + rdfs:subClassOf cco:BidirectionalTransducer ; + cco:definition_source "https://en.wikipedia.org/wiki/Antenna_(radio)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Radio Antenna"@en ; + skos:definition "A Bidirectional Transducer that is designed to convert electric power into radio waves, and radio waves into electric power."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioBroadcast - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Radio_network&oldid=1037183126"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Radio Broadcast"@en ; - "Act of Radio Broadcasting"@en ; - "An Act of Communciation by Media that is transmitted to an audience through a radio network."@en . +cco:RadioBroadcast rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCommunicationByMedia ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Radio_network&oldid=1037183126"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Radio Broadcast"@en ; + skos:altLabel "Act of Radio Broadcasting"@en ; + skos:definition "An Act of Communciation by Media that is transmitted to an audience through a radio network."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioCommunicationArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radio Communication Artifact Function"@en ; - "An Electromagnetic Communication Artifact Function that is realized in a process that conveys meaningful signs by means of radio waves."@en . +cco:RadioCommunicationArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ElectromagneticCommunicationArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Radio Communication Artifact Function"@en ; + skos:definition "An Electromagnetic Communication Artifact Function that is realized in a process that conveys meaningful signs by means of radio waves."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioCommunicationInstrument - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radio Communication Instrument"@en ; - "A Communication Instrument that is designed to enable communication between two or more entities via the use of radio waves."@en . +cco:RadioCommunicationInstrument rdf:type owl:Class ; + rdfs:subClassOf cco:CommunicationInstrument ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Radio Communication Instrument"@en ; + skos:definition "A Communication Instrument that is designed to enable communication between two or more entities via the use of radio waves."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioCommunicationInterferenceArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radio Communication Interference Artifact Function"@en ; - "A Communication Interference Artifact Function that is realized during events in which an Artifact is used to interfere with the transmission of information via radio waves."@en . +cco:RadioCommunicationInterferenceArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:CommunicationInterferenceArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Radio Communication Interference Artifact Function"@en ; + skos:definition "A Communication Interference Artifact Function that is realized during events in which an Artifact is used to interfere with the transmission of information via radio waves."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioCommunicationReceptionArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radio Communication Reception Artifact Function"@en ; - "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:RadioCommunicationReceptionArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:CommunicationReceptionArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Radio Communication Reception Artifact Function"@en ; + skos: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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioCommunicationRelayArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radio Communication Relay Artifact Function"@en ; - "A Communication Relay Artifact Function that is realized during events in which an Artifact is used to first receive and then transmit information without the use of wires from one Artifact to another for the purpose of communiction."@en . +cco:RadioCommunicationRelayArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:CommunicationRelayArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Radio Communication Relay Artifact Function"@en ; + skos:definition "A Communication Relay Artifact Function that is realized during events in which an Artifact is used to first receive and then transmit information without the use of wires from one Artifact to another for the purpose of communiction."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "RF" ; - "https://en.wikipedia.org/w/index.php?title=Radio_wave&oldid=1062110903"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Radio Frequency"@en ; - "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 3 kHz and 300 GHz."@en . +cco:RadioFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:ElectromagneticRadiationFrequency ; + cco:acronym "RF" ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Radio_wave&oldid=1062110903"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Radio Frequency"@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 3 kHz and 300 GHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioInterference - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Radio Interference"@en ; - "A Natural Process in which a radio signal is disrupted, whether unintentionally or as the result of an Act of Radio Jamming, Act of Radio Spoofing, or similar Planned Act."@en . +cco:RadioInterference rdf:type owl:Class ; + rdfs:subClassOf cco:NaturalProcess ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Radio Interference"@en ; + skos:definition "A Natural Process in which a radio signal is disrupted, whether unintentionally or as the result of an Act of Radio Jamming, Act of Radio Spoofing, or similar Planned Act."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioReceiver - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Radio_receiver&oldid=1060111342"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radio Receiver"@en ; - "A Radio Communication Instrument that is an electronic device that is designed to extract information from radio waves intercepted by a Radio Antenna by using electronic filters to separate the desired radio frequency signal from other signals, an electronic amplifier to increase the power of the signal, and demodulation to recover the desired information."@en . +cco:RadioReceiver rdf:type owl:Class ; + rdfs:subClassOf cco:RadioCommunicationInstrument ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Radio_receiver&oldid=1060111342"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Radio Receiver"@en ; + skos:definition "A Radio Communication Instrument that is an electronic device that is designed to extract information from radio waves intercepted by a Radio Antenna by using electronic filters to separate the desired radio frequency signal from other signals, an electronic amplifier to increase the power of the signal, and demodulation to recover the desired information."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioRelayStation - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Radio Relay Station"@en ; - "A Communications Facility that is designed to support the receiving and re-transmitting of radio signals."@en . +cco:RadioRelayStation rdf:type owl:Class ; + rdfs:subClassOf cco:CommunicationsFacility ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Radio Relay Station"@en ; + skos:definition "A Communications Facility that is designed to support the receiving and re-transmitting of radio signals."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioRepeater - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Repeater&oldid=1040047439"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radio Repeater"@en ; - "A Radio Transceiver that is designed to receive a radio signal, amplify it, and retransmit it (often on another frequency)."@en . +cco:RadioRepeater rdf:type owl:Class ; + rdfs:subClassOf cco:RadioTransceiver ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Repeater&oldid=1040047439"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Radio Repeater"@en ; + skos:definition "A Radio Transceiver that is designed to receive a radio signal, amplify it, and retransmit it (often on another frequency)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioTelescope - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Radio_telescope&oldid=1052819190"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment "A Radio Telescope consists of a specialized Antenna and a Radio Receiver and is typically used to receive radio waves from sources in outer space."@en ; - rdfs:label "Radio Telescope"@en ; - "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing radio waves to form an enhanced image of the Object."@en . +cco:RadioTelescope rdf:type owl:Class ; + rdfs:subClassOf cco:Telescope ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Radio_telescope&oldid=1052819190"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:comment "A Radio Telescope consists of a specialized Antenna and a Radio Receiver and is typically used to receive radio waves from sources in outer space."@en ; + rdfs:label "Radio Telescope"@en ; + skos:definition "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing radio waves to form an enhanced image of the Object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioTransceiver - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Transceiver&oldid=1058453736"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radio Transceiver"@en ; - "A Radio Communication Instrument that is an electronic device composed of both a Radio Transmitter and a Radio Receiver that share common circuitry or a single housing."@en . +cco:RadioTransceiver rdf:type owl:Class ; + rdfs:subClassOf cco:RadioCommunicationInstrument ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Transceiver&oldid=1058453736"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Radio Transceiver"@en ; + skos:definition "A Radio Communication Instrument that is an electronic device composed of both a Radio Transmitter and a Radio Receiver that share common circuitry or a single housing."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioTransmitter - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Transmitter&oldid=1061735586"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radio Transmitter"@en ; - "A Radio Communication Instrument that is an electronic device that is designed to generate a radio frequency alternating current, which can be applied to a Radio Antenna to be transmitted as radio waves."@en . +cco:RadioTransmitter rdf:type owl:Class ; + rdfs:subClassOf cco:RadioCommunicationInstrument ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Transmitter&oldid=1061735586"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Radio Transmitter"@en ; + skos:definition "A Radio Communication Instrument that is an electronic device that is designed to generate a radio frequency alternating current, which can be applied to a Radio Antenna to be transmitted as radio waves."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioTransponder - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radio Transponder"@en ; - "Transmitter-Responder"@en ; - "A Radio Communication Instrument that is an electronic device that acts as both a Radio Transmitter and responder and is used to wirelessly receive and transmit electrical signals."@en . +cco:RadioTransponder rdf:type owl:Class ; + rdfs:subClassOf cco:RadioCommunicationInstrument ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Radio Transponder"@en ; + skos:altLabel "Transmitter-Responder"@en ; + skos:definition "A Radio Communication Instrument that is an electronic device that acts as both a Radio Transmitter and responder and is used to wirelessly receive and transmit electrical signals."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadioWaveConversionArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radio Wave Conversion Artifact Function"@en ; - "An Artifact Function that is realized by an Artifact being used to convert electric power into radio waves or radio waves into electric power."@en . +cco:RadioWaveConversionArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Radio Wave Conversion Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact being used to convert electric power into radio waves or radio waves into electric power."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Radioactive - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Radioactive"@en ; - "A Quality that inheres in a bearer in virtue of that bearer exhibiting or being caused by radioactivity."@en . +cco:Radioactive rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Radioactive"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of that bearer exhibiting or being caused by radioactivity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadiologicalWeapon - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Radiological_warfare&oldid=1060817328"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Radiological Weapon"@en ; - "A Weapon that is designed to inflict harm, damage, or incapacity by means of releasing radioactive material."@en . +cco:RadiologicalWeapon rdf:type owl:Class ; + rdfs:subClassOf cco:Weapon ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Radiological_warfare&oldid=1060817328"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Radiological Weapon"@en ; + skos:definition "A Weapon that is designed to inflict harm, damage, or incapacity by means of releasing radioactive material."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Radiolucent - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Radiolucent"@en ; - "Hypodense"@en , - "Transradiance"@en ; - "A Radiopacity that inheres in a bearer in virtue of its capacity to permit most X-rays to pass through it."@en . +cco:Radiolucent rdf:type owl:Class ; + rdfs:subClassOf cco:Radiopacity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Radiolucent"@en ; + skos:altLabel "Hypodense"@en , + "Transradiance"@en ; + skos:definition "A Radiopacity that inheres in a bearer in virtue of its capacity to permit most X-rays to pass through it."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Radiopacity - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Radiodensity&oldid=1048274724"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Radiopacity"@en ; - "Radiodensity"@en ; - "An Opacity that inheres in a bearer in virtue of its capacity to allow or prevent X-rays to pass through it."@en . +cco:Radiopacity rdf:type owl:Class ; + rdfs:subClassOf cco:Opacity ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Radiodensity&oldid=1048274724"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Radiopacity"@en ; + skos:altLabel "Radiodensity"@en ; + skos:definition "An Opacity that inheres in a bearer in virtue of its capacity to allow or prevent X-rays to pass through it."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Radiopaque - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Radiopaque"@en ; - "Radiodense"@en ; - "A Radiopacity that inheres in a bearer in virtue of its capacity to prevent most X-rays from passing through it."@en . +cco:Radiopaque rdf:type owl:Class ; + rdfs:subClassOf cco:Radiopacity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Radiopaque"@en ; + skos:altLabel "Radiodense"@en ; + skos:definition "A Radiopacity that inheres in a bearer in virtue of its capacity to prevent most X-rays from passing through it."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RailFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Train_station&oldid=1063922802"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Rail Facility"@en ; - "A Transportation Facility that is designed for transferring people or cargo to and from Trains."@en . +cco:RailFacility rdf:type owl:Class ; + rdfs:subClassOf cco:TransportationFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Train_station&oldid=1063922802"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Rail Facility"@en ; + skos:definition "A Transportation Facility that is designed for transferring people or cargo to and from Trains."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RailTransportVehicle - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Rail_transport&oldid=1063793805"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Rail Transport Vehicle"@en ; - "A Ground Vehicle that is designed to convey cargo, passengers, or equipment by Railway."@en . +cco:RailTransportVehicle rdf:type owl:Class ; + rdfs:subClassOf cco:GroundVehicle ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Rail_transport&oldid=1063793805"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Rail Transport Vehicle"@en ; + skos:definition "A Ground Vehicle that is designed to convey cargo, passengers, or equipment by Railway."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Railcar - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Railcar&oldid=1063519348"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment "In American-English, the term 'Railcar' is often used in a broader sense that is interchangeable with 'Railroad Car'."@en ; - rdfs:label "Railcar"@en ; - "A Rail Transport Vehicle that consists of a single self-propelled Vehicle that is not a Train, is designed to transport passengers, and which may also be designed to connect to other Railcars to form a Train."@en . +cco:Railcar rdf:type owl:Class ; + rdfs:subClassOf cco:RailTransportVehicle ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Railcar&oldid=1063519348"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:comment "In American-English, the term 'Railcar' is often used in a broader sense that is interchangeable with 'Railroad Car'."@en ; + rdfs:label "Railcar"@en ; + skos:definition "A Rail Transport Vehicle that consists of a single self-propelled Vehicle that is not a Train, is designed to transport passengers, and which may also be designed to connect to other Railcars to form a Train."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Railway - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Rail_transport&oldid=1063793805" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Railway"@en ; - "A Land Transportation Artifact that is designed to enable Trains to transport passengers and goods."@en . +cco:Railway rdf:type owl:Class ; + rdfs:subClassOf cco:LandTransportationArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Rail_transport&oldid=1063793805" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Railway"@en ; + skos:definition "A Land Transportation Artifact that is designed to enable Trains to transport passengers and goods."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RailwayCrossing - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Railway Crossing"@en ; - "Level Crossing"@en ; - "A Land Transportation Artifact that is designed to enable Persons or Ground Vehicles to cross a Railway when traveling along a road or path that is perpendicular to and at the same elevation as the Railway at the point where they overlap."@en . +cco:RailwayCrossing rdf:type owl:Class ; + rdfs:subClassOf cco:LandTransportationArtifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Railway Crossing"@en ; + skos:altLabel "Level Crossing"@en ; + skos:definition "A Land Transportation Artifact that is designed to enable Persons or Ground Vehicles to cross a Railway when traveling along a road or path that is perpendicular to and at the same elevation as the Railway at the point where they overlap."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RailwayJunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Junction_(rail)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Railway Junction"@en ; - "A Land Transportation Artifact that is designed to enable a Train to switch between the tracks of two routes."@en . +cco:RailwayJunction rdf:type owl:Class ; + rdfs:subClassOf cco:LandTransportationArtifact ; + cco:definition_source "https://en.wikipedia.org/wiki/Junction_(rail)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Railway Junction"@en ; + skos:definition "A Land Transportation Artifact that is designed to enable a Train to switch between the tracks of two routes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RamjetEngine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Ramjet&oldid=1062836331"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Ramjet Engine"@en ; - "Ramjet"@en ; - "An Air-Breathing Jet Engine that uses the forward motion of the Engine to compress incoming air (without the use of an axial compressor) and decelerate it to subsonic speeds before adding the fuel and constantly combusting the mixture then expelling the exhaust out through the rear Propelling Nozzle to generate Thrust."@en . +cco:RamjetEngine rdf:type owl:Class ; + rdfs:subClassOf cco:AirBreathingJetEngine ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ramjet&oldid=1062836331"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Ramjet Engine"@en ; + skos:altLabel "Ramjet"@en ; + skos:definition "An Air-Breathing Jet Engine that uses the forward motion of the Engine to compress incoming air (without the use of an axial compressor) and decelerate it to subsonic speeds before adding the fuel and constantly combusting the mixture then expelling the exhaust out through the rear Propelling Nozzle to generate Thrust."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RandomWireAntenna - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Random_wire_antenna&oldid=1058546356"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Random Wire Antenna"@en ; - "A Wire Antenna that consists of a long wire suspended above the ground with a length that does not bear a relation to the wavelength of the radio waves used and which is typically used as a receiving antenna on the long, medium, and short wave bands."@en . +cco:RandomWireAntenna rdf:type owl:Class ; + rdfs:subClassOf cco:WireAntenna ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Random_wire_antenna&oldid=1058546356"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Random Wire Antenna"@en ; + skos:definition "A Wire Antenna that consists of a long wire suspended above the ground with a length that does not bear a relation to the wavelength of the radio waves used and which is typically used as a receiving antenna on the long, medium, and short wave bands."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RatioMeasurementInformationContentEntity - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; - rdfs:label "Ratio Measurement Information Content Entity"@en ; - "A Measurement Information Content Entity that consists of a symbol that places a Quality of an Entity onto an interval scale having a true zero value."@en ; - "The sentence \"The temperature reached 240.372 degrees Kelvin on January 20, 1985 in Chicago, IL.\" is the carrier of a ratio measurement as 0 degrees on the Kelvin scale does describe absolute zero."@en , - "a measurement of the barometric pressure at 1,000 feet above sea level" , - "a measurement of the measure of air temperature on the Kelvin scale" , - "a measurement of the number of members in an Organization" . +cco:RatioMeasurementInformationContentEntity rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:MeasurementInformationContentEntity + [ rdf:type owl:Restriction ; + owl:onProperty cco:is_a_ratio_measurement_of ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:MeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Four of the subtypes of measurements used here (Interval, Nominal, Ordinal, and Ratio) were originally defined by S.S. Stevens in the article \"On the Theory of Scales of Measurement\" in Science, Vol. 103 No. 2684 on June 7, 1946. For an introductory article with links to additional content including criticisms and alternate classifications of measurements see https://en.wikipedia.org/wiki/Level_of_measurement"@en ; + rdfs:label "Ratio Measurement Information Content Entity"@en ; + skos:definition "A Measurement Information Content Entity that consists of a symbol that places a Quality of an Entity onto an interval scale having a true zero value."@en ; + skos:example "The sentence \"The temperature reached 240.372 degrees Kelvin on January 20, 1985 in Chicago, IL.\" is the carrier of a ratio measurement as 0 degrees on the Kelvin scale does describe absolute zero."@en , + "a measurement of the barometric pressure at 1,000 feet above sea level" , + "a measurement of the measure of air temperature on the Kelvin scale" , + "a measurement of the number of members in an Organization" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ReactantArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Reagent&oldid=1017651471"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Reactant Artifact Function"@en ; - "A Chemical Reaction Artifact Function that is realized in a process in which a substance or compound is added to a system in order to bring about a chemical reaction and is consumed in the course of the reaction."@en . +cco:ReactantArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ChemicalReactionArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Reagent&oldid=1017651471"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Reactant Artifact Function"@en ; + skos:definition "A Chemical Reaction Artifact Function that is realized in a process in which a substance or compound is added to a system in order to bring about a chemical reaction and is consumed in the course of the reaction."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ReactionEngine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Reaction_engine&oldid=1046981784"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Reaction Engine"@en ; - "Reaction Motor"@en ; - "An Engine that provides propulsion by expelling Reaction Mass."@en . +cco:ReactionEngine rdf:type owl:Class ; + rdfs:subClassOf cco:Engine ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Reaction_engine&oldid=1046981784"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Reaction Engine"@en ; + skos:altLabel "Reaction Motor"@en ; + skos:definition "An Engine that provides propulsion by expelling Reaction Mass."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ReactionMass - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Working_mass&oldid=1057126114"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Reaction Mass"@en ; - "Working Mass"@en ; - "A Material Entity against which a Propulsion System operates in order to produce Acceleration."@en . +cco:ReactionMass rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000040 ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Working_mass&oldid=1057126114"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Reaction Mass"@en ; + skos:altLabel "Working Mass"@en ; + skos:definition "A Material Entity against which a Propulsion System operates in order to produce Acceleration."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ReciprocatingSteamEngine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Reciprocating_engine&oldid=1057783145"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Reciprocating Steam Engine"@en ; - "A Steam Engine that is designed to use one or more reciprocating pistons to convert pressure into a rotating motion."@en . +cco:ReciprocatingSteamEngine rdf:type owl:Class ; + rdfs:subClassOf cco:SteamEngine ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Reciprocating_engine&oldid=1057783145"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Reciprocating Steam Engine"@en ; + skos:definition "A Steam Engine that is designed to use one or more reciprocating pistons to convert pressure into a rotating motion."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RecordingDevice - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Record&oldid=1062776450"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Recording Device"@en ; - "An Information Processing Artifact that is designed to capture some information and store it in some recording format on some storage medium."@en . +cco:RecordingDevice rdf:type owl:Class ; + rdfs:subClassOf cco:InformationProcessingArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Record&oldid=1062776450"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Recording Device"@en ; + skos:definition "An Information Processing Artifact that is designed to capture some information and store it in some recording format on some storage medium."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Rectangular - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Rectangular"@en ; - "A Shape Quality inhering in a bearer in virtue of having four sides and four 90 degree angles."@en . +cco:Rectangular rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Rectangular"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of having four sides and four 90 degree angles."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RectilinearMotion - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Rectilinear Motion"@en ; - "Linear Motion"@en ; - "A Translational Motion process in which an Object moves along a straight path."@en . +cco:RectilinearMotion rdf:type owl:Class ; + rdfs:subClassOf cco:TranslationalMotion ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Rectilinear Motion"@en ; + skos:altLabel "Linear Motion"@en ; + skos:definition "A Translational Motion process in which an Object moves along a straight path."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Red - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Red"@en ; - "A Color that is above Orange with a wavelength in the visible spectrum typically between 635 to 700 nanometers."@en . +cco:Red rdf:type owl:Class ; + rdfs:subClassOf cco:Color ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Red"@en ; + skos:definition "A Color that is above Orange with a wavelength in the visible spectrum typically between 635 to 700 nanometers."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ReferenceSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Reference System"@en ; - "A Descriptive Information Content Entity that describes a set of standards for organizing and understanding data of the specified type or domain."@en . +cco:ReferenceSystem rdf:type owl:Class ; + rdfs:subClassOf cco:DescriptiveInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Reference System"@en ; + skos:definition "A Descriptive Information Content Entity that describes a set of standards for organizing and understanding data of the specified type or domain."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ReferenceTime - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Epoch_(reference_date)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Reference Time"@en ; - "Epoch"@en , - "Epoch Time"@en , - "Reference Date"@en ; - "A Temporal Instant specified as the origin for which other Temporal Regions are measured or identified."@en . +cco:ReferenceTime rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000203 ; + cco:definition_source "https://en.wikipedia.org/wiki/Epoch_(reference_date)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Reference Time"@en ; + skos:altLabel "Epoch"@en , + "Epoch Time"@en , + "Reference Date"@en ; + skos:definition "A Temporal Instant specified as the origin for which other Temporal Regions are measured or identified."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Refinery - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Refinery&oldid=1027092124"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Refinery"@en ; - "A Factory that is designed for refining raw materials into products of value."@en . +cco:Refinery rdf:type owl:Class ; + rdfs:subClassOf cco:Factory ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Refinery&oldid=1027092124"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Refinery"@en ; + skos:definition "A Factory that is designed for refining raw materials into products of value."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ReflectingOpticalTelescope - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Reflecting_telescope&oldid=1062982683"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Reflecting Optical Telescope"@en ; - "Reflecting Telescope"@en , - "Reflector"@en ; - "An Optical Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light via reflection through the use of one or more curved Mirrors to form an enhanced image of the Object."@en . +cco:ReflectingOpticalTelescope rdf:type owl:Class ; + rdfs:subClassOf cco:OpticalTelescope ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Reflecting_telescope&oldid=1062982683"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Reflecting Optical Telescope"@en ; + skos:altLabel "Reflecting Telescope"@en , + "Reflector"@en ; + skos:definition "An Optical Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light via reflection through the use of one or more curved Mirrors to form an enhanced image of the Object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ReflectionArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Reflection Artifact Function"@en ; - "An Artifact Function that is realized by an Artifact participating in a reflection event in which the Artifact causes a change in a wavefront at an interface between the reflecting medium and the transmission medium such that the wavefront returns into the transmission medium."@en . +cco:ReflectionArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Reflection Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact participating in a reflection event in which the Artifact causes a change in a wavefront at an interface between the reflecting medium and the transmission medium such that the wavefront returns into the transmission medium."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ReflectivePrism - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Reflective Prism"@en ; - "A Prism designed to reflect light in order to flip, invert, rotate, deviate, or displace a beam of light entering the Prism."@en . +cco:ReflectivePrism rdf:type owl:Class ; + rdfs:subClassOf cco:Prism ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Reflective Prism"@en ; + skos:definition "A Prism designed to reflect light in order to flip, invert, rotate, deviate, or displace a beam of light entering the Prism."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RefractingOpticalTelescope - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Refracting_telescope&oldid=1059975066"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Refracting Optical Telescope"@en ; - "Refracting Telescope"@en , - "Refractor"@en ; - "An Optical Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light via refraction through the use of one or more Lenses to form an enhanced image of the Object."@en . +cco:RefractingOpticalTelescope rdf:type owl:Class ; + rdfs:subClassOf cco:OpticalTelescope ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Refracting_telescope&oldid=1059975066"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Refracting Optical Telescope"@en ; + skos:altLabel "Refracting Telescope"@en , + "Refractor"@en ; + skos:definition "An Optical Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing visible light via refraction through the use of one or more Lenses to form an enhanced image of the Object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RefractionArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Refraction Artifact Function"@en ; - "An Artifact Function that is realized by an Artifact participating in a refraction event in which the Artifact causes a change in direction of wave propagation due to a change in its transmission medium."@en . +cco:RefractionArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Refraction Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact participating in a refraction event in which the Artifact causes a change in direction of wave propagation due to a change in its transmission medium."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Refractivity - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Refractive_index&oldid=1062519140"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Refractivity"@en ; - "A Radiation Reflectivity that inheres in a bearer in virtue of the capacity of that bearer to change the direction of a propagating wave when passing through it."@en . +cco:Refractivity rdf:type owl:Class ; + rdfs:subClassOf cco:RadiationReflectivity ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Refractive_index&oldid=1062519140"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Refractivity"@en ; + skos:definition "A Radiation Reflectivity that inheres in a bearer in virtue of the capacity of that bearer to change the direction of a propagating wave when passing through it."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ReliabilityMeasurementInformationContentEntity - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Reliability_(statistics)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Note, the term 'accuracy' is avoided due to its ambiguity between: correctness-of-performance ('Reliability Measurement Information Content Entity'), correctness-of-information (see: 'Veracity Measurement Information Content Entity'), and adherance-to-expectations (see: 'Deviation Measurement Information Content Entity')."@en ; - rdfs:label "Reliability Measurement Information Content Entity"@en ; - "Accuracy of Process"@en , - "Reliability Measurement"@en ; - "A Measurement Information Content Entity that is a measurement of the extent to which an entity can consistently produce an outcome."@en ; - "Reliability concerns both a measure of past performance and the expectation that future performance will conform to the range of past performances."@en . +cco:ReliabilityMeasurementInformationContentEntity rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementInformationContentEntity ; + cco:definition_source "https://en.wikipedia.org/wiki/Reliability_(statistics)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Note, the term 'accuracy' is avoided due to its ambiguity between: correctness-of-performance ('Reliability Measurement Information Content Entity'), correctness-of-information (see: 'Veracity Measurement Information Content Entity'), and adherance-to-expectations (see: 'Deviation Measurement Information Content Entity')."@en ; + rdfs:label "Reliability Measurement Information Content Entity"@en ; + skos:altLabel "Accuracy of Process"@en , + "Reliability Measurement"@en ; + skos:definition "A Measurement Information Content Entity that is a measurement of the extent to which an entity can consistently produce an outcome."@en ; + skos:scopeNote "Reliability concerns both a measure of past performance and the expectation that future performance will conform to the range of past performances."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Religion - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.dictionary.com/browse/religion" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Religion"@en ; - "An Information Content Entity that consists of a collection of claims about the meaning or origin of existence or about the existence or nature of one or more deities, an afterlife, or spiritual or sacred entities, and which is accepted as true by an Agent or Group of Agents."@en . +cco:Religion rdf:type owl:Class ; + rdfs:subClassOf cco:InformationContentEntity ; + cco:definition_source "http://www.dictionary.com/browse/religion" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Religion"@en ; + skos:definition "An Information Content Entity that consists of a collection of claims about the meaning or origin of existence or about the existence or nature of one or more deities, an afterlife, or spiritual or sacred entities, and which is accepted as true by an Agent or Group of Agents."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ReligiousArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Religion&oldid=1063431202"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Religious Artifact Function"@en ; - "A Service Artifact Function that is realized in processes related to worship and prayer."@en . +cco:ReligiousArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ServiceArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Religion&oldid=1063431202"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Religious Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes related to worship and prayer."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ReligiousFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Religion&oldid=1063431202"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Religious Facility"@en ; - "A Facility that is designed for worship and prayer."@en . +cco:ReligiousFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Facility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Religion&oldid=1063431202"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Religious Facility"@en ; + skos:definition "A Facility that is designed for worship and prayer."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Report - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Report&oldid=1063765657"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Report"@en ; - "A Document that is designed to bear some specific Information Content Entity that conveys an account of some event, situation, or the result of some observation or inquiry."@en . +cco:Report rdf:type owl:Class ; + rdfs:subClassOf cco:Document ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Report&oldid=1063765657"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Report"@en ; + skos:definition "A Document that is designed to bear some specific Information Content Entity that conveys an account of some event, situation, or the result of some observation or inquiry."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RepresentationalInformationContentEntity - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Representational Information Content Entity"@en ; - "An Information Content Entity that represents some Entity."@en ; - "the content of a court transcript represents a courtroom proceeding" , - "the content of a photograph of the Statue of Liberty represents the Statue of Liberty" , - "the content of a video of a sporting event represents that sporting event" . +cco:RepresentationalInformationContentEntity rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:InformationContentEntity + [ rdf:type owl:Restriction ; + owl:onProperty cco:represents ; + owl:someValuesFrom obo:BFO_0000001 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:InformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Representational Information Content Entity"@en ; + skos:definition "An Information Content Entity that represents some Entity."@en ; + skos:example "the content of a court transcript represents a courtroom proceeding" , + "the content of a photograph of the Statue of Liberty represents the Statue of Liberty" , + "the content of a video of a sporting event represents that sporting event" . ### http://www.ontologyrepository.com/CommonCoreOntologies/ResearchAndDevelopmentArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Research_and_development&oldid=1062181110"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Research and Development Artifact Function"@en ; - "A Service Artifact Function that is realized in processes of producing new knowledge or of devising new applications of existing knowledge."@en . +cco:ResearchAndDevelopmentArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ServiceArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Research_and_development&oldid=1062181110"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Research and Development Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of producing new knowledge or of devising new applications of existing knowledge."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ResearchArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Research Artifact Function"@en ; - "An Artifact Function that is realized during events in which an Artifact is used to perform research on a specified entity or class of entities."@en . +cco:ResearchArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Research Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to perform research on a specified entity or class of entities."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Reservoir - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Reservoir&oldid=1055068000"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Reservoir"@en ; - "A Storage Facility that is designed to store water in a man-made open enclosure or area."@en . +cco:Reservoir rdf:type owl:Class ; + rdfs:subClassOf cco:StorageFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Reservoir&oldid=1055068000"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Reservoir"@en ; + skos:definition "A Storage Facility that is designed to store water in a man-made open enclosure or area."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ResidentialArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Residence&oldid=1019728937"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Residential Artifact Function"@en ; - "A Service Artifact Function that is realized in processes of residing in a dwelling or home."@en . +cco:ResidentialArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ServiceArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Residence&oldid=1019728937"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Residential Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of residing in a dwelling or home."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ResidentialFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Residence&oldid=1019728937"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Residential Facility"@en ; - "A Facility that is designed to house one or more Persons."@en . +cco:ResidentialFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Facility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Residence&oldid=1019728937"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Residential Facility"@en ; + skos:definition "A Facility that is designed to house one or more Persons."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ResistanceArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Electrical_resistivity_and_conductivity&oldid=1063749049"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Electrical Resistance Artifact Function"@en ; - "An Electrical Artifact Function that is realized in processes in which an Artifact opposes the flow of an electric current."@en . +cco:ResistanceArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ElectricalArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electrical_resistivity_and_conductivity&oldid=1063749049"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Electrical Resistance Artifact Function"@en ; + skos:definition "An Electrical Artifact Function that is realized in processes in which an Artifact opposes the flow of an electric current."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Resource - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment "This class is designed to group continuants according to a very broad criterion and is not intended to be used as a parent class for entities that can be more specifically represented under another class. Hence, Natural Resource may be an appropriate subtype but Money, Oil, and Gold Mine are not."@en ; - rdfs:label "Resource"@en ; - "A Continuant that is owned by, in the possession of, or is otherwise controlled by an Agent such that it could be used by that Agent."@en ; - "a group of interns" , - "a knowledge base" , - "a plot of land" , - "a software program" , - "a sum of money" , - "a vehicle" ; - "Resources are Resources for some Agent. If no instance of Agent existed, no instance of Resource would exist either. It is not a requirement that something be valuable in order for it to be a Resource. Thus the value of something can drastically change without altering whether that thing is a Resource."@en . +cco:Resource rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000002 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:comment "This class is designed to group continuants according to a very broad criterion and is not intended to be used as a parent class for entities that can be more specifically represented under another class. Hence, Natural Resource may be an appropriate subtype but Money, Oil, and Gold Mine are not."@en ; + rdfs:label "Resource"@en ; + skos:definition "A Continuant that is owned by, in the possession of, or is otherwise controlled by an Agent such that it could be used by that Agent."@en ; + skos:example "a group of interns" , + "a knowledge base" , + "a plot of land" , + "a software program" , + "a sum of money" , + "a vehicle" ; + skos:scopeNote "Resources are Resources for some Agent. If no instance of Agent existed, no instance of Resource would exist either. It is not a requirement that something be valuable in order for it to be a Resource. Thus the value of something can drastically change without altering whether that thing is a Resource."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RetailArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Retail&oldid=1061431295"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Retail Artifact Function"@en ; - "A Service Artifact Function that is realized in processes of selling goods or merchandise in small or individual lots for direct consumption by persons or organizations."@en . +cco:RetailArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ServiceArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Retail&oldid=1061431295"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Retail Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of selling goods or merchandise in small or individual lots for direct consumption by persons or organizations."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RetailFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Commerce&oldid=1063120985"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Commercial Facility"@en ; - "A Facility that is designed for buying and selling goods and services, especially on a large scale."@en . +cco:RetailFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Facility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Commerce&oldid=1063120985"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Commercial Facility"@en ; + skos:definition "A Facility that is designed for buying and selling goods and services, especially on a large scale."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Revolver - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Revolver&oldid=1060461644"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Revolver"@en ; - "A Hand Gun having a number of firing chambers in a revolving cylinder, where each chamber in the cylinder can be loaded with a single Cartridge."@en . +cco:Revolver rdf:type owl:Class ; + rdfs:subClassOf cco:HandGun ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Revolver&oldid=1060461644"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Revolver"@en ; + skos:definition "A Hand Gun having a number of firing chambers in a revolving cylinder, where each chamber in the cylinder can be loaded with a single Cartridge."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RevolvingMotion - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Revolving Motion"@en ; - "A Rotational Motion of an Object around an Axis of Rotation that is located externally to the Site occupied by the Object."@en . +cco:RevolvingMotion rdf:type owl:Class ; + rdfs:subClassOf cco:RotationalMotion ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Revolving Motion"@en ; + skos:definition "A Rotational Motion of an Object around an Axis of Rotation that is located externally to the Site occupied by the Object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RhombicAntenna - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Rhombic_antenna&oldid=1057114456"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Rhombic Antenna"@en ; - "A Wire Antenna that consists of one to three parallel wires suspended above the ground by poles or towers at each vertex in a rhombic shape with each of the four sides being the same length (typically at least one wavelength or longer)."@en . +cco:RhombicAntenna rdf:type owl:Class ; + rdfs:subClassOf cco:WireAntenna ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Rhombic_antenna&oldid=1057114456"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Rhombic Antenna"@en ; + skos:definition "A Wire Antenna that consists of one to three parallel wires suspended above the ground by poles or towers at each vertex in a rhombic shape with each of the four sides being the same length (typically at least one wavelength or longer)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Rifle - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Rifle&oldid=1056172452"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Rifle"@en ; - "A Long Gun that is designed to have a rifled barrel and to fire single Bullets over long ranges with high accuracy."@en . +cco:Rifle rdf:type owl:Class ; + rdfs:subClassOf cco:LongGun ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Rifle&oldid=1056172452"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Rifle"@en ; + skos:definition "A Long Gun that is designed to have a rifled barrel and to fire single Bullets over long ranges with high accuracy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Road - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Road&oldid=1063402841" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Road"@en ; - "A Land Transportation Artifact that is designed to enable Ground Vehicles to travel from one location to another."@en . +cco:Road rdf:type owl:Class ; + rdfs:subClassOf cco:LandTransportationArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Road&oldid=1063402841" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Road"@en ; + skos:definition "A Land Transportation Artifact that is designed to enable Ground Vehicles to travel from one location to another."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RoadJunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Junction_(road)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Road Junction"@en ; - "A Land Transportation Artifact that is designed to enable Ground Vehicles to exit one Road and enter another."@en . +cco:RoadJunction rdf:type owl:Class ; + rdfs:subClassOf cco:LandTransportationArtifact ; + cco:definition_source "https://en.wikipedia.org/wiki/Junction_(road)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Road Junction"@en ; + skos:definition "A Land Transportation Artifact that is designed to enable Ground Vehicles to exit one Road and enter another."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Rocket - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Rocket&oldid=1063307477"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Rocket"@en ; - "A Vehicle that is designed to travel through air or space and which obtains Thrust from a Rocket Engine."@en . +cco:Rocket rdf:type owl:Class ; + rdfs:subClassOf cco:Vehicle ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Rocket&oldid=1063307477"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Rocket"@en ; + skos:definition "A Vehicle that is designed to travel through air or space and which obtains Thrust from a Rocket Engine."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RocketEngine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Rocket_engine&oldid=1063879464"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment "Most rocket engines are also Internal Combustion Engines, however non-combusting forms also exist. For example, an untied balloon full of air that is released and allowed to zoom around the room may be both a Rocket Engine and a Physically Powered Engine."@en ; - rdfs:label "Rocket Engine"@en ; - "Thruster"@en ; - "A Jet Engine that is designed to use only stored Rocket Propellant to form a high speed propulsive jet in order to generate Thrust."@en . +cco:RocketEngine rdf:type owl:Class ; + rdfs:subClassOf cco:JetEngine ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Rocket_engine&oldid=1063879464"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:comment "Most rocket engines are also Internal Combustion Engines, however non-combusting forms also exist. For example, an untied balloon full of air that is released and allowed to zoom around the room may be both a Rocket Engine and a Physically Powered Engine."@en ; + rdfs:label "Rocket Engine"@en ; + skos:altLabel "Thruster"@en ; + skos:definition "A Jet Engine that is designed to use only stored Rocket Propellant to form a high speed propulsive jet in order to generate Thrust."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RocketLauncher - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Rocket_launcher&oldid=1049900727"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Rocket Launcher"@en ; - "A Projectile Launcher that is designed to launch one or more Unguided Rockets."@en . +cco:RocketLauncher rdf:type owl:Class ; + rdfs:subClassOf cco:ProjectileLauncher ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Rocket_launcher&oldid=1049900727"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Rocket Launcher"@en ; + skos:definition "A Projectile Launcher that is designed to launch one or more Unguided Rockets."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RocketPod - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Rocket Pod"@en ; - "A Rocket Launcher that is designed to contain several Unguided Rockets held in individual tubes and to be used by Aircraft or Helicopters for close air support."@en . +cco:RocketPod rdf:type owl:Class ; + rdfs:subClassOf cco:RocketLauncher ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Rocket Pod"@en ; + skos:definition "A Rocket Launcher that is designed to contain several Unguided Rockets held in individual tubes and to be used by Aircraft or Helicopters for close air support."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RocketPropelledGrenade - rdf:type owl:Class ; - rdfs:subClassOf ; - "RPG" ; - "https://en.wikipedia.org/w/index.php?title=Rocket-propelled_grenade&oldid=1063641548"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Rocket-Propelled Grenade"@en ; - "An Unguided Rocket that is designed to contain an explosive warhead, be fired from a Shoulder-Fired Rocket Launcher, and be used against Tanks."@en . +cco:RocketPropelledGrenade rdf:type owl:Class ; + rdfs:subClassOf cco:UnguidedRocket ; + cco:acronym "RPG" ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Rocket-propelled_grenade&oldid=1063641548"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Rocket-Propelled Grenade"@en ; + skos:definition "An Unguided Rocket that is designed to contain an explosive warhead, be fired from a Shoulder-Fired Rocket Launcher, and be used against Tanks."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RollAxis - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Roll Axis"@en ; - "Longitudinal Axis"@en ; - "An Axis of Rotation that passes through the center of an object's Mass from the front to the back of the object as defined by the direction of the object's motion."@en . +cco:RollAxis rdf:type owl:Class ; + rdfs:subClassOf cco:AxisOfRotation ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Roll Axis"@en ; + skos:altLabel "Longitudinal Axis"@en ; + skos:definition "An Axis of Rotation that passes through the center of an object's Mass from the front to the back of the object as defined by the direction of the object's motion."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RollOrientation - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Roll Orientation"@en ; - "Roll"@en ; - "A Spatial Orientation of an Object relative to its Roll Axis."@en . +cco:RollOrientation rdf:type owl:Class ; + rdfs:subClassOf cco:SpatialOrientation ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Roll Orientation"@en ; + skos:altLabel "Roll"@en ; + skos:definition "A Spatial Orientation of an Object relative to its Roll Axis."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Rosy - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Rosy"@en ; - "A Color consisting of red hue and yellow hue and high brightness."@en . +cco:Rosy rdf:type owl:Class ; + rdfs:subClassOf cco:Color ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Rosy"@en ; + skos:definition "A Color consisting of red hue and yellow hue and high brightness."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RotationalMotion - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "https://en.wikipedia.org/w/index.php?title=Rotation&oldid=1055998344"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Rotational Motion"@en ; - "Rotation"@en ; - "A Motion Process in which an Object moves in a Circular or Elliptical Path around an Axis of Rotation."@en . +cco:RotationalMotion rdf:type owl:Class ; + rdfs:subClassOf cco:MotionProcess , + [ rdf:type owl:Restriction ; + owl:onProperty cco:has_process_part ; + owl:someValuesFrom cco:AngularVelocity + ] ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Rotation&oldid=1055998344"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Rotational Motion"@en ; + skos:altLabel "Rotation"@en ; + skos:definition "A Motion Process in which an Object moves in a Circular or Elliptical Path around an Axis of Rotation."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Round - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.merriam-webster.com/dictionary/round" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Round"@en ; - "Circular"@en ; - "A Shape Quality that inheres in a bearer in virtue of every point along its circumference being equidistant from the center."@en . +cco:Round rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:definition_source "http://www.merriam-webster.com/dictionary/round" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Round"@en ; + skos:altLabel "Circular"@en ; + skos:definition "A Shape Quality that inheres in a bearer in virtue of every point along its circumference being equidistant from the center."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RoundShot - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Round_shot&oldid=1062790260"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Round Shot"@en ; - "A Portion of Ammunition that is designed to be a solid projectile without explosive charge and to be fired from a cannon."@en . +cco:RoundShot rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfAmmunition ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Round_shot&oldid=1062790260"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Round Shot"@en ; + skos:definition "A Portion of Ammunition that is designed to be a solid projectile without explosive charge and to be fired from a cannon."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SatelliteArtifact - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Satellite Artifact"@en ; - "A Spacecraft that is designed to Orbit a Space Object (typically Earth)."@en . +cco:SatelliteArtifact rdf:type owl:Class ; + rdfs:subClassOf cco:Spacecraft ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Satellite Artifact"@en ; + skos:definition "A Spacecraft that is designed to Orbit a Space Object (typically Earth)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SawtoothWaveform - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Sawtooth Waveform"@en ; - "A Waveform that is characterized by a sawtooth shape due to the continuous linear transition from minimum to maximum Amplitudes followed by a near-instantaneous transition from the maximum to minimum Amplitudes of the Wave Cycle."@en . +cco:SawtoothWaveform rdf:type owl:Class ; + rdfs:subClassOf cco:Waveform ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Sawtooth Waveform"@en ; + skos:definition "A Waveform that is characterized by a sawtooth shape due to the continuous linear transition from minimum to maximum Amplitudes followed by a near-instantaneous transition from the maximum to minimum Amplitudes of the Wave Cycle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Scalp - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Scalp"@en ; - "A Bodily Component that consists of the skin covering the top of the head of a human or other animal."@en . +cco:Scalp rdf:type owl:Class ; + rdfs:subClassOf cco:BodilyComponent ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Scalp"@en ; + skos:definition "A Bodily Component that consists of the skin covering the top of the head of a human or other animal."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ScalpHair - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Scalp Hair"@en ; - "A Bodily Component that consists of a portion of hair that grows on the scalp of a human or other animal."@en . +cco:ScalpHair rdf:type owl:Class ; + rdfs:subClassOf cco:BodilyComponent ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Scalp Hair"@en ; + skos:definition "A Bodily Component that consists of a portion of hair that grows on the scalp of a human or other animal."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Scar - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Scar&oldid=1057179533"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Scar"@en ; - "A Bodily Component that consists of a portion of fibrous connective tissue on skin or within body tissue and which was formed due to an injury that has not healed completely."@en . +cco:Scar rdf:type owl:Class ; + rdfs:subClassOf cco:BodilyComponent ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Scar&oldid=1057179533"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Scar"@en ; + skos:definition "A Bodily Component that consists of a portion of fibrous connective tissue on skin or within body tissue and which was formed due to an injury that has not healed completely."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/School - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=School&oldid=1063515394"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "School"@en ; - "An Education Facility that is designed to provide learning space and environments for teaching of students under the direction of teachers."@en . +cco:School rdf:type owl:Class ; + rdfs:subClassOf cco:EducationalFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=School&oldid=1063515394"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "School"@en ; + skos:definition "An Education Facility that is designed to provide learning space and environments for teaching of students under the direction of teachers."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ScramjetEngine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Scramjet&oldid=1062429697"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Scramjet Engine"@en ; - "Scramjet"@en , - "Supersonic Combusting Ramjet"@en ; - "An Air-Breathing Jet Engine that uses the forward motion of the Engine to compress incoming air at supersonic speeds before adding the fuel and constantly combusting the mixture then expelling the exhaust out through the rear Propelling Nozzle to generate Thrust."@en . +cco:ScramjetEngine rdf:type owl:Class ; + rdfs:subClassOf cco:AirBreathingJetEngine ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Scramjet&oldid=1062429697"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Scramjet Engine"@en ; + skos:altLabel "Scramjet"@en , + "Supersonic Combusting Ramjet"@en ; + skos:definition "An Air-Breathing Jet Engine that uses the forward motion of the Engine to compress incoming air at supersonic speeds before adding the fuel and constantly combusting the mixture then expelling the exhaust out through the rear Propelling Nozzle to generate Thrust."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SeaLevel - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Sea Level"@en ; - "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:SeaLevel rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000146 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Sea Level"@en ; + skos: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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SeatOfLocalGovernment - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Seat_of_government&oldid=1063047501"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Seat of Local Government"@en ; - "City Hall"@en , - "Town Hall"@en ; - "A Government Building that is designed for the administration of a local community."@en . +cco:SeatOfLocalGovernment rdf:type owl:Class ; + rdfs:subClassOf cco:GovernmentBuilding ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Seat_of_government&oldid=1063047501"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Seat of Local Government"@en ; + skos:altLabel "City Hall"@en , + "Town Hall"@en ; + skos:definition "A Government Building that is designed for the administration of a local community."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SeatOfNationalGovernment - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Seat_of_government&oldid=1063047501"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Seat of National Government"@en ; - "A Government Building that is designed for the administration of a sovereign nation."@en ; - "Parliament of Canada" , - "United States Capitol" . +cco:SeatOfNationalGovernment rdf:type owl:Class ; + rdfs:subClassOf cco:GovernmentBuilding ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Seat_of_government&oldid=1063047501"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Seat of National Government"@en ; + skos:definition "A Government Building that is designed for the administration of a sovereign nation."@en ; + skos:example "Parliament of Canada" , + "United States Capitol" . ### http://www.ontologyrepository.com/CommonCoreOntologies/Second - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "https://physics.nist.gov/cuu/Units/second.html" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:comment "The Second is used as the basic SI unit of time."@en ; - rdfs:label "Second"@en ; - "A Temporal Interval that is equal to the duration of 9,192,631,770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom."@en . +cco:Second rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:interval_during ; + owl:someValuesFrom cco:Minute + ] ; + cco:definition_source "https://physics.nist.gov/cuu/Units/second.html" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:comment "The Second is used as the basic SI unit of time."@en ; + rdfs:label "Second"@en ; + skos:definition "A Temporal Interval that is equal to the duration of 9,192,631,770 periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the cesium 133 atom."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SecondOrderAdministrativeRegion - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.geonames.org/export/codes.html" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Second-Order Administrative Region"@en ; - "A Government Domain that is a subdivision of a First-Order Administrative Region."@en . +cco:SecondOrderAdministrativeRegion rdf:type owl:Class ; + rdfs:subClassOf cco:GeopoliticalEntity , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:FirstOrderAdministrativeRegion + ] ; + cco:definition_source "http://www.geonames.org/export/codes.html" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Second-Order Administrative Region"@en ; + skos:definition "A Government Domain that is a subdivision of a First-Order Administrative Region."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SecondaryCellElectricBattery - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Rechargeable_battery&oldid=1064096406"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Secondary Cell Electric Battery"@en ; - "Rechargeable Battery"@en , - "Secondary Cell Battery"@en ; - "An Electric Battery that is designed to be recharged."@en . +cco:SecondaryCellElectricBattery rdf:type owl:Class ; + rdfs:subClassOf cco:ElectricBattery ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Rechargeable_battery&oldid=1064096406"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Secondary Cell Electric Battery"@en ; + skos:altLabel "Rechargeable Battery"@en , + "Secondary Cell Battery"@en ; + skos:definition "An Electric Battery that is designed to be recharged."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SemiAutomaticPistol - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Semi-automatic_pistol&oldid=1058568715"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Semi-automatic Pistol"@en ; - "A Hand Gun that has a single fixed firing chamber machined into the rear of the barrel and an ammunition magazine capable of holding multiple Cartridges such that the Hand Gun is designed to automatically reload each time it is fired and to fire a Bullet with each successive pull of the trigger until the stored ammunition is depleted."@en . +cco:SemiAutomaticPistol rdf:type owl:Class ; + rdfs:subClassOf cco:HandGun ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Semi-automatic_pistol&oldid=1058568715"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Semi-automatic Pistol"@en ; + skos:definition "A Hand Gun that has a single fixed firing chamber machined into the rear of the barrel and an ammunition magazine capable of holding multiple Cartridges such that the Hand Gun is designed to automatically reload each time it is fired and to fire a Bullet with each successive pull of the trigger until the stored ammunition is depleted."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SemiMajorAxis - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Semi-Major Axis"@en ; - "A One-Dimensional Spatial Region that is equal to half the length of the Major Axis of an Ellipse."@en . +cco:SemiMajorAxis rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Semi-Major Axis"@en ; + skos:definition "A One-Dimensional Spatial Region that is equal to half the length of the Major Axis of an Ellipse."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SemiMinorAxis - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Semi-Minor Axis"@en ; - "A One-Dimensional Spatial Region that is equal to half the length of the Minor Axis of an Ellipse."@en . +cco:SemiMinorAxis rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Semi-Minor Axis"@en ; + skos:definition "A One-Dimensional Spatial Region that is equal to half the length of the Minor Axis of an Ellipse."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Semicircular - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Semicircular"@en ; - "A Shape quality inhering in a bearer in virtue of the bearer having the shape of half a circle."@en . +cco:Semicircular rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Semicircular"@en ; + skos:definition "A Shape quality inhering in a bearer in virtue of the bearer having the shape of half a circle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Sensor - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Sensor&oldid=1059883466"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Sensor"@en ; - "A Transducer that is designed to convert incoming energy into a output signal which reliably corresponds to changes in that energy."@en . +cco:Sensor rdf:type owl:Class ; + rdfs:subClassOf cco:Transducer ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Sensor&oldid=1059883466"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Sensor"@en ; + skos:definition "A Transducer that is designed to convert incoming energy into a output signal which reliably corresponds to changes in that energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SensorArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Sensor&oldid=1059883466"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Sensor Artifact Function"@en ; - "An Artifact Function that is realized in processes wherein its bearer is used to produce an output signal which reliably corresponds to changes in the artifact's environment."@en . +cco:SensorArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Sensor&oldid=1059883466"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Sensor Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes wherein its bearer is used to produce an output signal which reliably corresponds to changes in the artifact's environment."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SensorDeploymentArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Sensor Deployment Artifact Function"@en ; - "An Artifact Function that inheres in Artifacts that are designed to support or convey one or more Sensors while the Sensors are realizing their own Artifact Functions."@en . +cco:SensorDeploymentArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Sensor Deployment Artifact Function"@en ; + skos:definition "An Artifact Function that inheres in Artifacts that are designed to support or convey one or more Sensors while the Sensors are realizing their own Artifact Functions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SensorModalityFunction - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Sensor Modality Function"@en ; - "A Sensor Artifact Function that inheres in some Sensor in virtue of the type of energy the Sensor is capable of converting into an output signal."@en . +cco:SensorModalityFunction rdf:type owl:Class ; + rdfs:subClassOf cco:SensorArtifactFunction , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000197 ; + owl:someValuesFrom cco:Sensor + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Sensor Modality Function"@en ; + skos:definition "A Sensor Artifact Function that inheres in some Sensor in virtue of the type of energy the Sensor is capable of converting into an output signal."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SensorPlatform - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Sensor Platform"@en ; - "A Material Artifact that is designed to support, and in some cases transport, a Sensor during its deployment and functioning."@en . +cco:SensorPlatform rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Sensor Platform"@en ; + skos:definition "A Material Artifact that is designed to support, and in some cases transport, a Sensor during its deployment and functioning."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SequencePositionOrdinality - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Sequence Position Ordinality"@en ; - "An Ordinal Measurement Information Content Entity that is about the position of some entity in some ordered sequence."@en . +cco:SequencePositionOrdinality rdf:type owl:Class ; + rdfs:subClassOf cco:OrdinalMeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Sequence Position Ordinality"@en ; + skos:definition "An Ordinal Measurement Information Content Entity that is about the position of some entity in some ordered sequence."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Serrated - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Serrated"@en ; - "A Shape Quality inhering in a bearer in virtue of the bearer having multiple sharp points along a edge."@en . +cco:Serrated rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Serrated"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having multiple sharp points along a edge."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ServiceArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Goods_and_services&oldid=1063137197"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Service Artifact Function"@en ; - "An Artifact Function that is realized in a process of providing intangible goods to consumers."@en . +cco:ServiceArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Goods_and_services&oldid=1063137197"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Service Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process of providing intangible goods to consumers."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ServiceProvider - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Service_provider&oldid=1059415018"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Service Provider"@en ; - "An Organization whose purpose is to provide a service to other Agents."@en . +cco:ServiceProvider rdf:type owl:Class ; + rdfs:subClassOf cco:Organization ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Service_provider&oldid=1059415018"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Service Provider"@en ; + skos:definition "An Organization whose purpose is to provide a service to other Agents."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SetOfEyes - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Set of Eyes"@en ; - "A Bodily Component that consists of two or more Eyes that are part of a single Agent."@en . +cco:SetOfEyes rdf:type owl:Class ; + rdfs:subClassOf cco:BodilyComponent , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000178 ; + owl:someValuesFrom cco:Eye + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Set of Eyes"@en ; + skos:definition "A Bodily Component that consists of two or more Eyes that are part of a single Agent."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SewageTreatmentFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Sewage_treatment&oldid=1062966352"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Sewage Treatment Facility"@en ; - "A Waste Management Facility that is designed for removing contaminants from wastewater, especially sewage."@en . +cco:SewageTreatmentFacility rdf:type owl:Class ; + rdfs:subClassOf cco:WasteManagementFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Sewage_treatment&oldid=1062966352"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Sewage Treatment Facility"@en ; + skos:definition "A Waste Management Facility that is designed for removing contaminants from wastewater, especially sewage."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Shaft - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Shaft&oldid=1023963656"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment "A Shaft is usually used to connect other components of a drive train that cannot be connected directly either because of the distance between them or the need to allow for relative movement between those components."@en ; - rdfs:label "Shaft"@en ; - "A Material Artifact that is designed to rotate and transmit Torque, Power, or Rotational Motion from one machine element to another."@en . +cco:Shaft rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Shaft&oldid=1023963656"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:comment "A Shaft is usually used to connect other components of a drive train that cannot be connected directly either because of the distance between them or the need to allow for relative movement between those components."@en ; + rdfs:label "Shaft"@en ; + skos:definition "A Material Artifact that is designed to rotate and transmit Torque, Power, or Rotational Motion from one machine element to another."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ShapeQuality - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Shape Quality"@en ; - "A Quality that inheres in a bearer in virtue of the ratios between dimensions of external features of that bearer."@en . +cco:ShapeQuality rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Shape Quality"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the ratios between dimensions of external features of that bearer."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Sharp - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Sharp"@en ; - "A Shape Quality inhering in a bearer in virtue of the bearer having a fine point or thin edge."@en . +cco:Sharp rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Sharp"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a fine point or thin edge."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ShearWaveProcess - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Shear Wave Process"@en ; - "A Mechanical Wave that has a Transverse Wave Profile."@en . +cco:ShearWaveProcess rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:MechanicalWaveProcess + [ rdf:type owl:Restriction ; + owl:onProperty cco:has_process_part ; + owl:someValuesFrom cco:TransverseWaveProfile + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:MechanicalWaveProcess ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Shear Wave Process"@en ; + skos:definition "A Mechanical Wave that has a Transverse Wave Profile."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Shell - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Shell_(projectile)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Shell"@en ; - "A Portion of Ammunition that is designed to be a non-self-propelled projectile and to carry a payload (explosive or other) over a relatively short distance."@en . +cco:Shell rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfAmmunition ; + cco:definition_source "https://en.wikipedia.org/wiki/Shell_(projectile)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Shell"@en ; + skos:definition "A Portion of Ammunition that is designed to be a non-self-propelled projectile and to carry a payload (explosive or other) over a relatively short distance."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Shop - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Retail&oldid=1061431295"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Shop"@en ; - "A Commercial Facility designed to sell small lots of goods to consumers."@en . +cco:Shop rdf:type owl:Class ; + rdfs:subClassOf cco:RetailFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Retail&oldid=1061431295"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Shop"@en ; + skos:definition "A Commercial Facility designed to sell small lots of goods to consumers."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Shotgun - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Shotgun&oldid=1062571691"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Shotgun"@en ; - "A Long Gun that fires packets of shot, a single slug, a sabot, or a specialty round (such as tear gas, bolo shell, or a breaching round) over shorter ranges than that of Rifles and with less accuracy."@en . +cco:Shotgun rdf:type owl:Class ; + rdfs:subClassOf cco:LongGun ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Shotgun&oldid=1062571691"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Shotgun"@en ; + skos:definition "A Long Gun that fires packets of shot, a single slug, a sabot, or a specialty round (such as tear gas, bolo shell, or a breaching round) over shorter ranges than that of Rifles and with less accuracy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ShouldFiredRocketLauncher - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Shoulder-Fired Rocket Launcher"@en ; - "A Rocket Launcher that is designed to be small enough to be carried by a single person and fired while supported on the person's shoulder."@en . +cco:ShouldFiredRocketLauncher rdf:type owl:Class ; + rdfs:subClassOf cco:RocketLauncher ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Shoulder-Fired Rocket Launcher"@en ; + skos:definition "A Rocket Launcher that is designed to be small enough to be carried by a single person and fired while supported on the person's shoulder."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SiderealTimeReferenceSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Sidereal Time is the angle measured from an observer's meridian along the celestial equator to the Great Circle that passes through the March equinox and both poles. This angle is usually expressed in Hours, Minutes, and Seconds."@en ; - rdfs:label "Sidereal Time Reference System"@en ; - "A Temporal Reference System that is based on Earth's rate of rotation measured relative to one or more fixed Stars (rather than the Sun)."@en . +cco:SiderealTimeReferenceSystem rdf:type owl:Class ; + rdfs:subClassOf cco:TemporalReferenceSystem ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Sidereal Time is the angle measured from an observer's meridian along the celestial equator to the Great Circle that passes through the March equinox and both poles. This angle is usually expressed in Hours, Minutes, and Seconds."@en ; + rdfs:label "Sidereal Time Reference System"@en ; + skos:definition "A Temporal Reference System that is based on Earth's rate of rotation measured relative to one or more fixed Stars (rather than the Sun)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SignalDetectionArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Detection_theory&oldid=1049765804"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Signal Detection Artifact Function"@en ; - "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:SignalDetectionArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + 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 ; + skos: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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/SignalProcessingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Signal_processing&oldid=1062720685"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Signal Processing Artifact Function"@en ; - "An Artifact Function that is realized in the process of transferring or processing information contained in signals."@en . +cco:SignalProcessingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + 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 ; + skos:definition "An Artifact Function that is realized in the process of transferring or processing information contained in signals."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SilverColor - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Silver Color"@en ; - "A Color that resembles Grey with the added feature of having a metallic shine."@en . +cco:SilverColor rdf:type owl:Class ; + rdfs:subClassOf cco:Color ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Silver Color"@en ; + skos:definition "A Color that resembles Grey with the added feature of having a metallic shine."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SimpleOpticalLens - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Simple Optical Lens"@en ; - "An Optical Lens consisting of a single piece of transparent material."@en . +cco:SimpleOpticalLens rdf:type owl:Class ; + rdfs:subClassOf cco:OpticalLens ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Simple Optical Lens"@en ; + skos:definition "An Optical Lens consisting of a single piece of transparent material."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SineWaveform - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Sine Waveform"@en ; - "Sinusoidal Waveform"@en ; - "A Waveform that is characterized by a smooth curved shape due to the continuous non-linear transitions between minimum and maximum Amplitudes of the Wave Cycle."@en . +cco:SineWaveform rdf:type owl:Class ; + rdfs:subClassOf cco:Waveform ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Sine Waveform"@en ; + skos:altLabel "Sinusoidal Waveform"@en ; + skos:definition "A Waveform that is characterized by a smooth curved shape due to the continuous non-linear transitions between minimum and maximum Amplitudes of the Wave Cycle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SizeQuality - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Size Quality"@en ; - "A Quality that inheres in a bearer in virtue of the bearer's extension in one or more dimensions."@en . +cco:SizeQuality rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Size Quality"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the bearer's extension in one or more dimensions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Skill - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Skill"@en ; - "An Agent Capability that inheres in a Person to the extent of that Person's capacity to realize it in Intentional Acts of a certain type."@en . +cco:Skill rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:AgentCapability + [ rdf:type owl:Restriction ; + owl:onProperty cco:capability_of ; + owl:someValuesFrom cco:Person + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:AgentCapability ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Skill"@en ; + skos:definition "An Agent Capability that inheres in a Person to the extent of that Person's capacity to realize it in Intentional Acts of a certain type."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SkinType - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:comment "Skin Type is classified according to a reference system such as the Fitzpatrick scale: https://en.wikipedia.org/wiki/Fitzpatrick_scale"@en ; - rdfs:label "Skin Type"@en ; - "A Quality inhering in a portion of skin by virtue of its color and natural tendency to respond to ultraviolet light."@en . +cco:SkinType rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:comment "Skin Type is classified according to a reference system such as the Fitzpatrick scale: https://en.wikipedia.org/wiki/Fitzpatrick_scale"@en ; + rdfs:label "Skin Type"@en ; + skos:definition "A Quality inhering in a portion of skin by virtue of its color and natural tendency to respond to ultraviolet light."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Sloped - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Sloped"@en ; - "A Shape Quality inhering in a bearer in virtue of the bearer having a horizontal border which is not level."@en . +cco:Sloped rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Sloped"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a horizontal border which is not level."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SniperRifle - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Sniper_rifle&oldid=1061592308"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Sniper Rifle"@en ; - "A Rifle that is designed to be highly accurate for long-range precision tactical shooting."@en . +cco:SniperRifle rdf:type owl:Class ; + rdfs:subClassOf cco:Rifle ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Sniper_rifle&oldid=1061592308"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Sniper Rifle"@en ; + skos:definition "A Rifle that is designed to be highly accurate for long-range precision tactical shooting."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SocialAct - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://en.wiktionary.org/wiki/commually" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Social Act"@en ; - "A Planned Act having an objective that affects, is performed by, or is performed on behalf of, a community or group of Persons."@en . +cco:SocialAct rdf:type owl:Class ; + rdfs:subClassOf cco:IntentionalAct ; + cco:definition_source "http://en.wiktionary.org/wiki/commually" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Social Act"@en ; + skos:definition "A Planned Act having an objective that affects, is performed by, or is performed on behalf of, a community or group of Persons."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SocialNetwork - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Social Network"@en ; - "A Group of Agents that are connected in dyadic relations by similar personal or career interests, activities, backgrounds, or real-life connections."@en . +cco:SocialNetwork rdf:type owl:Class ; + rdfs:subClassOf cco:GroupOfAgents ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Social Network"@en ; + skos:definition "A Group of Agents that are connected in dyadic relations by similar personal or career interests, activities, backgrounds, or real-life connections."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SoftXrayFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Soft X-ray Frequency"@en ; - "An X-Ray Frequency that is between 30 petahertz and 3 exahertz."@en . +cco:SoftXrayFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:XrayFrequency ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Soft X-ray Frequency"@en ; + skos:definition "An X-Ray Frequency that is between 30 petahertz and 3 exahertz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SolarCalendarSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Solar_calendar&oldid=1058016588"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Solar Calendar System"@en ; - "A Calendar System that is designed to organize and identify dates based on the cycles of an Astronomical Body's Orbit around the Sun."@en ; - "Unless otherwise specified, a Solar Calendar System is assumed to be relative to the Orbit of the Earth around the Sun."@en . +cco:SolarCalendarSystem rdf:type owl:Class ; + rdfs:subClassOf cco:CalendarSystem ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Solar_calendar&oldid=1058016588"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Solar Calendar System"@en ; + skos:definition "A Calendar System that is designed to organize and identify dates based on the cycles of an Astronomical Body's Orbit around the Sun."@en ; + skos:scopeNote "Unless otherwise specified, a Solar Calendar System is assumed to be relative to the Orbit of the Earth around the Sun."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SolarPanel - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Solar_cell&oldid=1063439932"^^xsd:anyURI , - "https://en.wikipedia.org/w/index.php?title=Solar_panel&oldid=1064397496"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Solar Panel"@en ; - "An Electrical Power Source that consists in part of one or more photovoltaic (i.e. solar) cells that convert light energy (photons) directly into electricity by means of the photovoltaic effect."@en . +cco:SolarPanel rdf:type owl:Class ; + rdfs:subClassOf cco:ElectricalPowerSource ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Solar_cell&oldid=1063439932"^^xsd:anyURI , + "https://en.wikipedia.org/w/index.php?title=Solar_panel&oldid=1064397496"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Solar Panel"@en ; + skos:definition "An Electrical Power Source that consists in part of one or more photovoltaic (i.e. solar) cells that convert light energy (photons) directly into electricity by means of the photovoltaic effect."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SolarPanelSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Photovoltaic_system&oldid=1063366598"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Solar Panel System"@en ; - "Photovoltaic System"@en , - "Solar Array"@en ; - "An Electrical Power Source that consists in part of one or more Solar Panels, a power inverter, electrical wiring between the components, a mounting and support structure, and may also include a battery and/or a solar tracking system and is the bearer of functions realized in processes of deriving, transferring, and storing electrical energy derived from light energy."@en . +cco:SolarPanelSystem rdf:type owl:Class ; + rdfs:subClassOf cco:ElectricalPowerSource ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Photovoltaic_system&oldid=1063366598"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Solar Panel System"@en ; + skos:altLabel "Photovoltaic System"@en , + "Solar Array"@en ; + skos:definition "An Electrical Power Source that consists in part of one or more Solar Panels, a power inverter, electrical wiring between the components, a mounting and support structure, and may also include a battery and/or a solar tracking system and is the bearer of functions realized in processes of deriving, transferring, and storing electrical energy derived from light energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SolarTimeReferenceSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Solar Time Reference System"@en ; - "A Temporal Reference System that is based on the position of the Sun in the sky."@en . +cco:SolarTimeReferenceSystem rdf:type owl:Class ; + rdfs:subClassOf cco:TemporalReferenceSystem ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Solar Time Reference System"@en ; + skos:definition "A Temporal Reference System that is based on the position of the Sun in the sky."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SolventArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Solvent&oldid=1062572314"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Solvent Artifact Function"@en ; - "A Chemical Reaction Artifact Function that is realized in the dissolving of other substances (namely, solutes) without change in the former's chemical structure."@en . +cco:SolventArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ChemicalReactionArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Solvent&oldid=1062572314"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Solvent Artifact Function"@en ; + skos:definition "A Chemical Reaction Artifact Function that is realized in the dissolving of other substances (namely, solutes) without change in the former's chemical structure."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SonicFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Sound waves with frequencies in this range are typically audible to humans."@en ; - rdfs:label "Sonic Frequency"@en ; - "Audible Frequency"@en ; - "A Sound Frequency that is between 20 Hz and 20 kHz."@en . +cco:SonicFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:SoundFrequency ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "Sound waves with frequencies in this range are typically audible to humans."@en ; + rdfs:label "Sonic Frequency"@en ; + skos:altLabel "Audible Frequency"@en ; + skos:definition "A Sound Frequency that is between 20 Hz and 20 kHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SoundFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Sound Frequency"@en ; - "A Frequency that is the rate of Oscillations per second of a Sound Wave."@en . +cco:SoundFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:Frequency ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Sound Frequency"@en ; + skos:definition "A Frequency that is the rate of Oscillations per second of a Sound Wave."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SoundPressure - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Sound Pressure"@en ; - "Acoustic Pressure"@en ; - "A Pressure that is caused by a Sound Wave and is a local deviation from the ambient Pressure."@en . +cco:SoundPressure rdf:type owl:Class ; + rdfs:subClassOf cco:Pressure ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Sound Pressure"@en ; + skos:altLabel "Acoustic Pressure"@en ; + skos:definition "A Pressure that is caused by a Sound Wave and is a local deviation from the ambient Pressure."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SoundProcessProfile - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Sound&oldid=1050465877"^^xsd:anyURI , - "http://www.animations.physics.unsw.edu.au/waves-sound/quantifying/index.html" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Sound Process Profile"@en ; - "Sound Quality"@en ; - "A Process Profile that is part of a sound reception process and is characterized by properties of incoming sound waves as they are translated by some sensory system."@en . +cco:SoundProcessProfile rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000144 + [ rdf:type owl:Restriction ; + owl:onProperty cco:is_part_of_process ; + owl:someValuesFrom cco:SoundWaveProcess + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000144 ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Sound&oldid=1050465877"^^xsd:anyURI , + "http://www.animations.physics.unsw.edu.au/waves-sound/quantifying/index.html" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Sound Process Profile"@en ; + skos:altLabel "Sound Quality"@en ; + skos:definition "A Process Profile that is part of a sound reception process and is characterized by properties of incoming sound waves as they are translated by some sensory system."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SoundProduction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Sound Production"@en ; - "Sound Production Process"@en ; - "A Wave Production Process that produces a Sound Wave."@en . +cco:SoundProduction rdf:type owl:Class ; + rdfs:subClassOf cco:WaveProduction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Sound Production"@en ; + skos:altLabel "Sound Production Process"@en ; + skos:definition "A Wave Production Process that produces a Sound Wave."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SoundWaveProcess - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "https://en.wikipedia.org/w/index.php?title=Sound&oldid=1050465877"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Sound Wave Process"@en ; - "A Mechanical Wave Process of Pressure and displacement that is parallel to the propogation direction of the Wave Process through a medium."@en . +cco:SoundWaveProcess rdf:type owl:Class ; + rdfs:subClassOf cco:MechanicalWaveProcess , + [ rdf:type owl:Restriction ; + owl:onProperty cco:has_process_part ; + owl:someValuesFrom cco:LongitudinalWaveProfile + ] ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Sound&oldid=1050465877"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Sound Wave Process"@en ; + skos:definition "A Mechanical Wave Process of Pressure and displacement that is parallel to the propogation direction of the Wave Process through a medium."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SoundWavelength - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.physicsclassroom.com/Class/waves/u10l2b.cfm" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Sound Wavelength"@en ; - "A Wavelength that is the distance a Sound Wave traverses during one Wave Cycle."@en . +cco:SoundWavelength rdf:type owl:Class ; + rdfs:subClassOf cco:Wavelength ; + cco:definition_source "http://www.physicsclassroom.com/Class/waves/u10l2b.cfm" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Sound Wavelength"@en ; + skos:definition "A Wavelength that is the distance a Sound Wave traverses during one Wave Cycle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Spacecraft - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Spacecraft&oldid=1062102614"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Spacecraft"@en ; - "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by Spaceflight."@en . +cco:Spacecraft rdf:type owl:Class ; + rdfs:subClassOf cco:Vehicle ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Spacecraft&oldid=1062102614"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Spacecraft"@en ; + skos:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by Spaceflight."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SparkIgnitionEngine - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Spark Ignition Engine"@en ; - "An Internal Combustion Engine that is designed to operate by generating a spark to ignite a portion of Fuel and Oxidizer mixture."@en . +cco:SparkIgnitionEngine rdf:type owl:Class ; + rdfs:subClassOf cco:InternalCombustionEngine ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Spark Ignition Engine"@en ; + skos:definition "An Internal Combustion Engine that is designed to operate by generating a spark to ignite a portion of Fuel and Oxidizer mixture."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SparkIgnitionSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Spark Ignition System"@en ; - "An Ignition System that is designed to produce a spark in order to initiate an Ignition process."@en . +cco:SparkIgnitionSystem rdf:type owl:Class ; + rdfs:subClassOf cco:IgnitionSystem ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Spark Ignition System"@en ; + skos:definition "An Ignition System that is designed to produce a spark in order to initiate an Ignition process."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SpatialOrientation - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Orientation_(geometry)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Spatial Orientation"@en ; - "Attitude"@en ; - "A Relational Quality that is the angle of Rotation of an Object relative to one or more Plane of Reference or Axis of Rotation."@en . +cco:SpatialOrientation rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000145 ; + cco:definition_source "https://en.wikipedia.org/wiki/Orientation_(geometry)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Spatial Orientation"@en ; + skos:altLabel "Attitude"@en ; + skos:definition "A Relational Quality that is the angle of Rotation of an Object relative to one or more Plane of Reference or Axis of Rotation."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SpatialReferenceSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Coordinate_system&oldid=1060461397"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Note that, while reference systems and reference frames are treated as synonyms here, some people treat them as related but separate entities. See: http://www.ggos-portal.org/lang_en/GGOS-Portal/EN/Topics/GeodeticApplications/GeodeticReferenceSystemsAndFrames/GeodeticReferenceSystemsAndFrames.html"@en ; - rdfs:label "Spatial Reference System"@en ; - "Coordinate System"@en , - "Spatial Coordinate System"@en , - "Spatial Reference Frame"@en ; - "A Reference System that describes a set of standards for uniquely identifying the position of an entity or the direction of a vector within a defined spatial region by means of measurements along one or more Coordinate System Axes."@en . +cco:SpatialReferenceSystem rdf:type owl:Class ; + rdfs:subClassOf cco:ReferenceSystem ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Coordinate_system&oldid=1060461397"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Note that, while reference systems and reference frames are treated as synonyms here, some people treat them as related but separate entities. See: http://www.ggos-portal.org/lang_en/GGOS-Portal/EN/Topics/GeodeticApplications/GeodeticReferenceSystemsAndFrames/GeodeticReferenceSystemsAndFrames.html"@en ; + rdfs:label "Spatial Reference System"@en ; + skos:altLabel "Coordinate System"@en , + "Spatial Coordinate System"@en , + "Spatial Reference Frame"@en ; + skos:definition "A Reference System that describes a set of standards for uniquely identifying the position of an entity or the direction of a vector within a defined spatial region by means of measurements along one or more Coordinate System Axes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SpatialRegionIdentifier - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Spatial Region Identifier"@en ; - "A Designative Information Content Entity that designates some Spatial Region."@en . +cco:SpatialRegionIdentifier rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:DesignativeInformationContentEntity + [ rdf:type owl:Restriction ; + owl:onProperty cco:designates ; + owl:someValuesFrom obo:BFO_0000006 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:DesignativeInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Spatial Region Identifier"@en ; + skos:definition "A Designative Information Content Entity that designates some Spatial Region."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Speed - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Speed&oldid=1058949945"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "An object's speed is the scalar absolute value of it's Velocity."@en ; - rdfs:label "Speed"@en ; - "A Process Profile that is characterized by the magnitude of an object's motion with respect to a frame of reference during some time period."@en . +cco:Speed rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Speed&oldid=1058949945"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "An object's speed is the scalar absolute value of it's Velocity."@en ; + rdfs:label "Speed"@en ; + skos:definition "A Process Profile that is characterized by the magnitude of an object's motion with respect to a frame of reference during some time period."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SpeedArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Speed Artifact Function"@en ; - "A Motion Artifact Function that is realized in some process in which its bearer has some speed."@en . +cco:SpeedArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:MotionArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Speed Artifact Function"@en ; + skos:definition "A Motion Artifact Function that is realized in some process in which its bearer has some speed."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SpeedMeasurementArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Speed Measurement Artifact Function"@en ; - "A Measurement Artifact Function that is realized during events in which an Artifact is used to measure the Speed of a specified object's or class of objects' Motion."@en . +cco:SpeedMeasurementArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Speed Measurement Artifact Function"@en ; + skos:definition "A Measurement Artifact Function that is realized during events in which an Artifact is used to measure the Speed of a specified object's or class of objects' Motion."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Spherical - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Spherical"@en ; - "A Three Dimensional Shape inhering in a bearer in virtue of all of its cross sections being round."@en . +cco:Spherical rdf:type owl:Class ; + rdfs:subClassOf cco:ThreeDimensionalShape ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Spherical"@en ; + skos:definition "A Three Dimensional Shape inhering in a bearer in virtue of all of its cross sections being round."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SphericalCoordinateSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Spherical_coordinate_system&oldid=1061029174"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Spherical Coordinate System"@en ; - "A Spatial Reference System for three-dimensional spatial regions that identifies each point using an ordered triple of numerical coordinates that consist of the radial distance of the point of interest from a fixed origin, its polar angle measured from a fixed zenith direction, and the azimuth angle of its orthogonal projection measured from a fixed direction on a reference plane that passes through the origin and is orthogonal to the zenith."@en . +cco:SphericalCoordinateSystem rdf:type owl:Class ; + rdfs:subClassOf cco:SpatialReferenceSystem ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Spherical_coordinate_system&oldid=1061029174"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Spherical Coordinate System"@en ; + skos:definition "A Spatial Reference System for three-dimensional spatial regions that identifies each point using an ordered triple of numerical coordinates that consist of the radial distance of the point of interest from a fixed origin, its polar angle measured from a fixed zenith direction, and the azimuth angle of its orthogonal projection measured from a fixed direction on a reference plane that passes through the origin and is orthogonal to the zenith."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SpinningMotion - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Spinning Motion"@en ; - "A Rotational Motion of an Object around an Axis of Rotation that passes through the Object's Center of Mass."@en . +cco:SpinningMotion rdf:type owl:Class ; + rdfs:subClassOf cco:RotationalMotion ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Spinning Motion"@en ; + skos:definition "A Rotational Motion of an Object around an Axis of Rotation that passes through the Object's Center of Mass."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Split - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Split"@en ; - "A Shape Quality inhering in a bearer in virtue of the bearer having a linear opening, or having been divided into parts."@en . +cco:Split rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Split"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a linear opening, or having been divided into parts."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SprayNozzle - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Spray Nozzle"@en ; - "A Nozzle that is designed to facilitate a conversion of the flow of a portion of liquid into a dynamic collection of drops dispersed in a portion of gas."@en . +cco:SprayNozzle rdf:type owl:Class ; + rdfs:subClassOf cco:Nozzle ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Spray Nozzle"@en ; + skos:definition "A Nozzle that is designed to facilitate a conversion of the flow of a portion of liquid into a dynamic collection of drops dispersed in a portion of gas."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Spreadsheet - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Spreadsheet&oldid=1064060503"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Spreadsheet"@en ; - "An Information Bearing Artifact that is designed to bear some Information Content Entity in an interactive, tabular form."@en . +cco:Spreadsheet rdf:type owl:Class ; + rdfs:subClassOf cco:InformationBearingArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Spreadsheet&oldid=1064060503"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Spreadsheet"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear some Information Content Entity in an interactive, tabular form."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Square - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Square"@en ; - "A Rectangular shape which has four equal length sides and four 90 degree angles."@en . +cco:Square rdf:type owl:Class ; + rdfs:subClassOf cco:Rectangular ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Square"@en ; + skos:definition "A Rectangular shape which has four equal length sides and four 90 degree angles."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareWaveform - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Square Waveform"@en ; - "A Waveform that is characterized by a square shape due to the near-instantaneous transitions between minimum and maximum Amplitudes of the Wave Cycle."@en . +cco:SquareWaveform rdf:type owl:Class ; + rdfs:subClassOf cco:Waveform ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Square Waveform"@en ; + skos:definition "A Waveform that is characterized by a square shape due to the near-instantaneous transitions between minimum and maximum Amplitudes of the Wave Cycle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StableOrientation - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stable Orientation"@en ; - "A Stasis of Quality that holds during a Temporal Interval when an object maintains the same Spatial Orientation."@en . +cco:StableOrientation rdf:type owl:Class ; + rdfs:subClassOf cco:StasisOfQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Stable Orientation"@en ; + skos:definition "A Stasis of Quality that holds during a Temporal Interval when an object maintains the same Spatial Orientation."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Stage - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Stage_(theatre)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Stage"@en ; - "An Entertainment Facility that is designed to provide a space upon which entertaining performances or productions can occur."@en . +cco:Stage rdf:type owl:Class ; + rdfs:subClassOf cco:EntertainmentFacility ; + cco:definition_source "https://en.wikipedia.org/wiki/Stage_(theatre)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Stage"@en ; + skos:definition "An Entertainment Facility that is designed to provide a space upon which entertaining performances or productions can occur."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StandardTimeOfDayIdentifier - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Standard Time of Day Identifier"@en ; - "A Time of Day Identifier that designates an approximate Temporal Instant that is part of some Day and is specified using the Hours, Minutes, and Seconds of the Day that preceded the Temporal Instant."@en . +cco:StandardTimeOfDayIdentifier rdf:type owl:Class ; + rdfs:subClassOf cco:TimeOfDayIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Standard Time of Day Identifier"@en ; + skos:definition "A Time of Day Identifier that designates an approximate Temporal Instant that is part of some Day and is specified using the Hours, Minutes, and Seconds of the Day that preceded the Temporal Instant."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Stasis - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis"@en ; - "A Process in which one or more Independent Continuants endure in an unchanging condition."@en . +cco:Stasis rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000015 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Stasis"@en ; + skos:definition "A Process in which one or more Independent Continuants endure in an unchanging condition."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfArtifactOperationality - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Artifact Operationality"@en ; - "A Stasis of Realizable Entity that holds during a Temporal Interval when an Artifact's designed set of Artifact Functions (or at least its primary functions) or the realizations of those functions remain unchanged."@en . +cco:StasisOfArtifactOperationality rdf:type owl:Class ; + rdfs:subClassOf cco:StasisOfRealizableEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Stasis of Artifact Operationality"@en ; + skos:definition "A Stasis of Realizable Entity that holds during a Temporal Interval when an Artifact's designed set of Artifact Functions (or at least its primary functions) or the realizations of those functions remain unchanged."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfDisposition - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Disposition"@en ; - "A Stasis of Realizable Entity in which some Independent Continuant bears some Disposition that remains unchanged during a Temporal Interval."@en . +cco:StasisOfDisposition rdf:type owl:Class ; + rdfs:subClassOf cco:StasisOfRealizableEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Stasis of Disposition"@en ; + skos:definition "A Stasis of Realizable Entity in which some Independent Continuant bears some Disposition that remains unchanged during a Temporal Interval."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfFullyMissionCapable - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Fully Mission Capable"@en ; - "A Stasis of Mission Capability during which the participating Continuant is capable of performing all of its primary functions for the specified Mission."@en . +cco:StasisOfFullyMissionCapable rdf:type owl:Class ; + rdfs:subClassOf cco:StasisOfMissionCapability ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Stasis of Fully Mission Capable"@en ; + skos:definition "A Stasis of Mission Capability during which the participating Continuant is capable of performing all of its primary functions for the specified Mission."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Function"@en ; - "A Stasis of Realizable Entity in which some Independent Continuant bears some Function that remains unchanged during a Temporal Interval."@en . +cco:StasisOfFunction rdf:type owl:Class ; + rdfs:subClassOf cco:StasisOfRealizableEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Stasis of Function"@en ; + skos:definition "A Stasis of Realizable Entity in which some Independent Continuant bears some Function that remains unchanged during a Temporal Interval."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfGenericallyDependentContinuant - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Generically Dependent Continuant"@en ; - "A Stasis in which some Independent Continuant bears some Generically Dependent Continuant that remains unchanged during a Temporal Interval."@en . +cco:StasisOfGenericallyDependentContinuant rdf:type owl:Class ; + rdfs:subClassOf cco:Stasis ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Stasis of Generically Dependent Continuant"@en ; + skos:definition "A Stasis in which some Independent Continuant bears some Generically Dependent Continuant that remains unchanged during a Temporal Interval."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfMissionCapability - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Mission Capability"@en ; - "A Stasis of Realizable Entity that holds during a temporal interval when a Continuant's capability (or lack thereof) to perform its intended Functions, tasks, or Objectives remains at a relatively constant level."@en . +cco:StasisOfMissionCapability rdf:type owl:Class ; + rdfs:subClassOf cco:StasisOfRealizableEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Stasis of Mission Capability"@en ; + skos:definition "A Stasis of Realizable Entity that holds during a temporal interval when a Continuant's capability (or lack thereof) to perform its intended Functions, tasks, or Objectives remains at a relatively constant level."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfNonMissionCapable - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Non-Mission Capable"@en ; - "A Stasis of Mission Capability during which the participating Continuant is not capable of performing any of its primary functions for the specified Mission."@en . +cco:StasisOfNonMissionCapable rdf:type owl:Class ; + rdfs:subClassOf cco:StasisOfMissionCapability ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Stasis of Non-Mission Capable"@en ; + skos:definition "A Stasis of Mission Capability during which the participating Continuant is not capable of performing any of its primary functions for the specified Mission."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfNonMissionCapableMaintenance - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Non-Mission Capable Maintenance"@en ; - "A Stasis of Non-Mission Capable during which the participating Continuant is not capable of performing its primary functions for the specified Mission due to participating in an Act Of Maintenance."@en . +cco:StasisOfNonMissionCapableMaintenance rdf:type owl:Class ; + rdfs:subClassOf cco:StasisOfNonMissionCapable , + [ rdf:type owl:Restriction ; + owl:onProperty cco:caused_by ; + owl:someValuesFrom cco:ActOfMaintenance + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Stasis of Non-Mission Capable Maintenance"@en ; + skos:definition "A Stasis of Non-Mission Capable during which the participating Continuant is not capable of performing its primary functions for the specified Mission due to participating in an Act Of Maintenance."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfPartiallyMissionCapable - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Partially Mission Capable"@en ; - "A Stasis of Mission Capability during which the participating Continuant is capable of performing some but not all of its primary functions for the specified Mission."@en . +cco:StasisOfPartiallyMissionCapable rdf:type owl:Class ; + rdfs:subClassOf cco:StasisOfMissionCapability ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Stasis of Partially Mission Capable"@en ; + skos:definition "A Stasis of Mission Capability during which the participating Continuant is capable of performing some but not all of its primary functions for the specified Mission."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfPartiallyMissionCapableMaintenance - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Partially Mission Capable Maintenance"@en ; - "A Stasis of Partially Mission Capable during which the participating Continuant is not capable of performing some of its primary functions for the specified Mission due to participating in an Act Of Maintenance."@en . +cco:StasisOfPartiallyMissionCapableMaintenance rdf:type owl:Class ; + rdfs:subClassOf cco:StasisOfPartiallyMissionCapable ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Stasis of Partially Mission Capable Maintenance"@en ; + skos:definition "A Stasis of Partially Mission Capable during which the participating Continuant is not capable of performing some of its primary functions for the specified Mission due to participating in an Act Of Maintenance."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfQuality - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Quality"@en ; - "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Quality that remains unchanged during a Temporal Interval."@en . +cco:StasisOfQuality rdf:type owl:Class ; + rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Stasis of Quality"@en ; + skos:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Quality that remains unchanged during a Temporal Interval."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfRealizableEntity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Realizable Entity"@en ; - "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Realizable Entity that remains unchanged during a Temporal Interval."@en . +cco:StasisOfRealizableEntity rdf:type owl:Class ; + rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Stasis of Realizable Entity"@en ; + skos:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Realizable Entity that remains unchanged during a Temporal Interval."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfRole - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Role"@en ; - "A Stasis of Realizable Entity in which some Independent Continuant bears some Role that remains unchanged during a Temporal Interval."@en . +cco:StasisOfRole rdf:type owl:Class ; + rdfs:subClassOf cco:StasisOfRealizableEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Stasis of Role"@en ; + skos:definition "A Stasis of Realizable Entity in which some Independent Continuant bears some Role that remains unchanged during a Temporal Interval."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfSpecificallyDependentContinuant - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Stasis of Specifically Dependent Continuant"@en ; - "A Stasis in which some Independent Continuant bears some Specifically Dependent Continuant that remains unchanged during a Temporal Interval."@en . +cco:StasisOfSpecificallyDependentContinuant rdf:type owl:Class ; + rdfs:subClassOf cco:Stasis ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Stasis of Specifically Dependent Continuant"@en ; + skos:definition "A Stasis in which some Independent Continuant bears some Specifically Dependent Continuant that remains unchanged during a Temporal Interval."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/State - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Constituent_state&oldid=1063662102"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Constituent State"@en ; - "State"@en ; - "A First-Order Administrative Region that is part of a Country and delimits a centralized regional Government that holds constitutionally-defined administrative jurisdiction over the defined geographic territory that bounds the State."@en . +cco:State rdf:type owl:Class ; + rdfs:subClassOf cco:FirstOrderAdministrativeRegion ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Constituent_state&oldid=1063662102"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Constituent State"@en ; + skos:altLabel "State"@en ; + skos:definition "A First-Order Administrative Region that is part of a Country and delimits a centralized regional Government that holds constitutionally-defined administrative jurisdiction over the defined geographic territory that bounds the State."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SteamEngine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Steam_engine&oldid=1064097686"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Steam Engine"@en ; - "An External Combustion Engine that is designed to use steam as its working fluid."@en . +cco:SteamEngine rdf:type owl:Class ; + rdfs:subClassOf cco:ExternalCombustionEngine ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Steam_engine&oldid=1064097686"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Steam Engine"@en ; + skos:definition "An External Combustion Engine that is designed to use steam as its working fluid."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SteeringControlSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Steering Control System"@en ; - "A Vehicle Control System that is designed to control the direction some Vehicle is traveling."@en . +cco:SteeringControlSystem rdf:type owl:Class ; + rdfs:subClassOf cco:VehicleControlSystem ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Steering Control System"@en ; + skos:definition "A Vehicle Control System that is designed to control the direction some Vehicle is traveling."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StirlingEngine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Stirling_engine&oldid=1061164490"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Stirling Engine"@en ; - "An External Combusion Engine that is designed to compress and expand some working fluid at different temperatures, such that there is a net conversion of heat energy to mechanical work."@en . +cco:StirlingEngine rdf:type owl:Class ; + rdfs:subClassOf cco:ExternalCombustionEngine ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Stirling_engine&oldid=1061164490"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Stirling Engine"@en ; + skos:definition "An External Combusion Engine that is designed to compress and expand some working fluid at different temperatures, such that there is a net conversion of heat energy to mechanical work."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Stock - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Stock&oldid=1064040249"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Stock"@en ; - "A Financial Instrument that entitles holders to an ownership interest (equity) in the specified Incorporated Organization."@en . +cco:Stock rdf:type owl:Class ; + rdfs:subClassOf cco:FinancialInstrument ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Stock&oldid=1064040249"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Stock"@en ; + skos:definition "A Financial Instrument that entitles holders to an ownership interest (equity) in the specified Incorporated Organization."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StockCertificate - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Stock Certificate"@en ; - "Stock that consists of a Certificate."@en . +cco:StockCertificate rdf:type owl:Class ; + rdfs:subClassOf cco:Stock ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Stock Certificate"@en ; + skos:definition "Stock that consists of a Certificate."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StorageFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Storage&oldid=1048222564"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Storage Facility"@en ; - "A Facility that is designed to store materials or goods."@en . +cco:StorageFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Facility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Storage&oldid=1048222564"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Storage Facility"@en ; + skos:definition "A Facility that is designed to store materials or goods."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Straight - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Straight"@en ; - "Linear"@en ; - "A Shape Quality inhering in a bearer in virtue of the bearer not having curves, bends, or angles along its borders."@en . +cco:Straight rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Straight"@en ; + skos:altLabel "Linear"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer not having curves, bends, or angles along its borders."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Strength - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Strength"@en ; - "A Realizable Entity that is realized when its bearer exerts or resists some power, influence, or force."@en ; - "Strength is intended to be understood broadly here. Physical strength is only one type of Strength. Other subtypes of Strength may include military strength, psychological strength, emotional strength, political strength, technological strength, and so on."@en . +cco:Strength rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000017 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Strength"@en ; + skos:definition "A Realizable Entity that is realized when its bearer exerts or resists some power, influence, or force."@en ; + skos:scopeNote "Strength is intended to be understood broadly here. Physical strength is only one type of Strength. Other subtypes of Strength may include military strength, psychological strength, emotional strength, political strength, technological strength, and so on."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StructuralSupportArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Structural Support Artifact Function"@en ; - "An Artifact Function that is realized by an Artifact providing physical support to another object."@en . +cco:StructuralSupportArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Structural Support Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact providing physical support to another object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SubBassFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Sub-Bass Frequency"@en ; - "A Sonic Frequency that is between 20 and 60 Hz."@en . +cco:SubBassFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:SonicFrequency ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Sub-Bass Frequency"@en ; + skos:definition "A Sonic Frequency that is between 20 and 60 Hz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Subcontinent - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Continent&oldid=1064057312"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Subcontinent"@en ; - "A Geospatial Region that is bounded by a large, relatively self-contained landmass forming a subdivision of a Continent."@en . +cco:Subcontinent rdf:type owl:Class ; + rdfs:subClassOf cco:GeospatialRegion ; + 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 ; + skos:definition "A Geospatial Region that is bounded by a large, relatively self-contained landmass forming a subdivision of a Continent."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SubmachineGun - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Submachine_gun&oldid=1063939013"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Submachine Gun"@en ; - "An Long Gun that is designed to be have automatic-fire functionality, fire pistol-caliber ammunition that is magazine-fed, and which is usually smaller than other automatic firearms."@en . +cco:SubmachineGun rdf:type owl:Class ; + rdfs:subClassOf cco:LongGun ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Submachine_gun&oldid=1063939013"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Submachine Gun"@en ; + skos:definition "An Long Gun that is designed to be have automatic-fire functionality, fire pistol-caliber ammunition that is magazine-fed, and which is usually smaller than other automatic firearms."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SubmersibleArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Submersible&oldid=1062994844"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Submersible Artifact Function"@en ; - "An Artifact Function that is realized in processes of operating while submerged in water."@en . +cco:SubmersibleArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Submersible&oldid=1062994844"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Submersible Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes of operating while submerged in water."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SubmillimeterWavelengthRadioTelescope - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://kp12m.as.arizona.edu/docs/what_is_submillimeter.htm, https://en.wikipedia.org/wiki/Submillimetre_astronomy" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment "The submillimeter waveband is between the far-infrared and microwave wavebands and is typically taken to have a wavelength of between a few hundred micrometers and a millimeter."@en ; - rdfs:label "Submillimeter Wavelength Radio Telescope"@en ; - "Microwave Telescope"@en ; - "A Radio Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing radio waves from the submillimeter waveband (i.e. microwaves) to form an enhanced image of the Object."@en . +cco:SubmillimeterWavelengthRadioTelescope rdf:type owl:Class ; + rdfs:subClassOf cco:RadioTelescope ; + cco:definition_source "http://kp12m.as.arizona.edu/docs/what_is_submillimeter.htm, https://en.wikipedia.org/wiki/Submillimetre_astronomy" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:comment "The submillimeter waveband is between the far-infrared and microwave wavebands and is typically taken to have a wavelength of between a few hundred micrometers and a millimeter."@en ; + rdfs:label "Submillimeter Wavelength Radio Telescope"@en ; + skos:altLabel "Microwave Telescope"@en ; + skos:definition "A Radio Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing radio waves from the submillimeter waveband (i.e. microwaves) to form an enhanced image of the Object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SuperHighFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "SHF" ; - "International Telecommunication Union (ITU)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The corresponding Wavelength range is 100–10 mm"@en ; - rdfs:label "Super High Frequency"@en ; - "ITU Band Number 10"@en ; - "A Microwave Frequency that is between 3 and 30 GHz."@en . +cco:SuperHighFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:MicrowaveFrequency ; + cco:acronym "SHF" ; + cco:definition_source "International Telecommunication Union (ITU)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "The corresponding Wavelength range is 100–10 mm"@en ; + rdfs:label "Super High Frequency"@en ; + skos:altLabel "ITU Band Number 10"@en ; + skos:definition "A Microwave Frequency that is between 3 and 30 GHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SuperLowFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "SLF" ; - "International Telecommunication Union (ITU)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The corresponding Wavelength range is 10,000–1,000 km"@en ; - rdfs:label "Super Low Frequency"@en ; - "ITU Band Number 2"@en ; - "A Radio Frequency that is between 30 and 300 Hz."@en . +cco:SuperLowFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:RadioFrequency ; + cco:acronym "SLF" ; + cco:definition_source "International Telecommunication Union (ITU)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "The corresponding Wavelength range is 10,000–1,000 km"@en ; + rdfs:label "Super Low Frequency"@en ; + skos:altLabel "ITU Band Number 2"@en ; + skos:definition "A Radio Frequency that is between 30 and 300 Hz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SurfaceTension - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Surface_tension&oldid=1062753527"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Surface Tension"@en ; - "A Disposition that inheres in a liquid and is realized when the cohesive forces of the molecules in the bearer at the surface are greater than the adhesive forces of the molecules in the surrounding air."@en . +cco:SurfaceTension rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000016 ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Surface_tension&oldid=1062753527"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Surface Tension"@en ; + skos:definition "A Disposition that inheres in a liquid and is realized when the cohesive forces of the molecules in the bearer at the surface are greater than the adhesive forces of the molecules in the surrounding air."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SurfaceWaveProfile - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Surface Wave Profile"@en ; - "Surface Wave"@en ; - "A Wave Process Profile in which the Wave Process propogates along the surface of a medium and which involves both transverse and longitudinal wave profiles such that the motion of the displacement of participating particles is circular or elliptical."@en ; - "the motion of an ocean wave" . +cco:SurfaceWaveProfile rdf:type owl:Class ; + rdfs:subClassOf cco:WaveProcessProfile ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Surface Wave Profile"@en ; + skos:altLabel "Surface Wave"@en ; + skos:definition "A Wave Process Profile in which the Wave Process propogates along the surface of a medium and which involves both transverse and longitudinal wave profiles such that the motion of the displacement of participating particles is circular or elliptical."@en ; + skos:example "the motion of an ocean wave" . ### http://www.ontologyrepository.com/CommonCoreOntologies/SurfactantArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Surfactant&oldid=1063693411"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Surfactant Artifact Function"@en ; - "An Emulsifier Artifact Function that is realized in a process that lowers the surface tension between two liquids or between a liquid and a solid."@en . +cco:SurfactantArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:EmulsifierArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Surfactant&oldid=1063693411"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Surfactant Artifact Function"@en ; + skos:definition "An Emulsifier Artifact Function that is realized in a process that lowers the surface tension between two liquids or between a liquid and a solid."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SwitchArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Switch&oldid=1059685800"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Switch Artifact Function"@en ; - "An Artifact Function that is realized in a process of breaking an electric circuit by interrupting the current or diverting it from one conductor to another."@en . +cco:SwitchArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Switch&oldid=1059685800"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Switch Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in a process of breaking an electric circuit by interrupting the current or diverting it from one conductor to another."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Synagogue - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Synagogue&oldid=1063773298"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Synagogue"@en ; - "A Religious Facility that is designed for Judaic worship and prayer."@en . +cco:Synagogue rdf:type owl:Class ; + rdfs:subClassOf cco:ReligiousFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Synagogue&oldid=1063773298"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Synagogue"@en ; + skos:definition "A Religious Facility that is designed for Judaic worship and prayer."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SyntheticApertureRadarImagingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Synthetic Aperture Radar Imaging Artifact Function"@en ; - "A Radar Imaging Artifact Function that inheres in Artifacts that are designed to produce visual representations of entities using the motion of a radar antenna over a targeted region to create a synthetic aperture."@en . +cco:SyntheticApertureRadarImagingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:RadarImagingArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Synthetic Aperture Radar Imaging Artifact Function"@en ; + skos:definition "A Radar Imaging Artifact Function that inheres in Artifacts that are designed to produce visual representations of entities using the motion of a radar antenna over a targeted region to create a synthetic aperture."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SystemClock - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.thefreedictionary.com/system+clock" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "System Clock"@en ; - "A Timekeeping Instrument that is part of a computer an is designed to issue a steady high-frequency signal that is used to synchronize all of the computer's internal components."@en . +cco:SystemClock rdf:type owl:Class ; + rdfs:subClassOf cco:TimekeepingInstrument ; + cco:definition_source "http://www.thefreedictionary.com/system+clock" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "System Clock"@en ; + skos:definition "A Timekeeping Instrument that is part of a computer an is designed to issue a steady high-frequency signal that is used to synchronize all of the computer's internal components."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SystemRole - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://www.incose.org/about-systems-engineering/system-and-se-definition/general-system-definition"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "System Role"@en ; - "A Role that inheres in an entity in virtue of its parts or elements being arranged in such a way that they together exhibit behavior or meaning that they do not exhibit individually."@en . +cco:SystemRole rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000023 ; + cco:definition_source "https://www.incose.org/about-systems-engineering/system-and-se-definition/general-system-definition"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "System Role"@en ; + skos:definition "A Role that inheres in an entity in virtue of its parts or elements being arranged in such a way that they together exhibit behavior or meaning that they do not exhibit individually."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Tank - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Tank&oldid=1060527612"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment "Tank firepower is normally provided by a large-caliber main gun mounted in a rotating turret, which is supported by secondary machine guns. A tank's heavy armour and all-terrain mobility provide protection for both the tank and its crew, allowing it to perform all primary tasks of the armoured troops on the battlefield."@en ; - rdfs:label "Tank"@en ; - "An Armored Fighting Vehicle that is designed to carry heavy firepower, have a powerful Engine, and travel on one or more continuous tracks such that it is suitable for front-line combat and can provide operational maneuverability as well as tactical offensive and defensive capabilities."@en . +cco:Tank rdf:type owl:Class ; + rdfs:subClassOf cco:ArmoredFightingVehicle ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Tank&oldid=1060527612"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:comment "Tank firepower is normally provided by a large-caliber main gun mounted in a rotating turret, which is supported by secondary machine guns. A tank's heavy armour and all-terrain mobility provide protection for both the tank and its crew, allowing it to perform all primary tasks of the armoured troops on the battlefield."@en ; + rdfs:label "Tank"@en ; + skos:definition "An Armored Fighting Vehicle that is designed to carry heavy firepower, have a powerful Engine, and travel on one or more continuous tracks such that it is suitable for front-line combat and can provide operational maneuverability as well as tactical offensive and defensive capabilities."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Target - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Although people speak of targeting a process, say, a parade, what in fact are being targeted are the material participants of that process. The disruption or ceasing of the process is the objective of some plan, but not technically a target. Only material things can be targeted for action. Even if some dependent entity is described as being the target, the material thing for which that dependent entity depends is the object of a targeting process."@en ; - rdfs:label "Target"@en ; - "A Material Entity that is the object of an Act of Targeting."@en . +cco:Target rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040 + [ rdf:type owl:Restriction ; + owl:onProperty cco:is_object_of ; + owl:someValuesFrom cco:ActOfTargeting + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000040 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "Although people speak of targeting a process, say, a parade, what in fact are being targeted are the material participants of that process. The disruption or ceasing of the process is the objective of some plan, but not technically a target. Only material things can be targeted for action. Even if some dependent entity is described as being the target, the material thing for which that dependent entity depends is the object of a targeting process."@en ; + rdfs:label "Target"@en ; + skos:definition "A Material Entity that is the object of an Act of Targeting."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Tattoo - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.thefreedictionary.com/tattoo" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Tattoo"@en ; - "A Bodily Component that consists of a typically permanent mark or design on a portion of skin that is created by a process of pricking and ingraining an indelible pigment or by raising scars."@en . +cco:Tattoo rdf:type owl:Class ; + rdfs:subClassOf cco:BodilyComponent ; + cco:definition_source "http://www.thefreedictionary.com/tattoo" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Tattoo"@en ; + skos:definition "A Bodily Component that consists of a typically permanent mark or design on a portion of skin that is created by a process of pricking and ingraining an indelible pigment or by raising scars."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelecommunicationEndpoint - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Communication_endpoint&oldid=1020569501"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Telecommunication Endpoint"@en ; - "A Telecommunication Network Node that connects a Telecommunication Terminal to a Telecommunication Network."@en ; - "A Telecommunication Terminal is an end user device such as a Telephone, fax machine, or Computer."@en . +cco:TelecommunicationEndpoint rdf:type owl:Class ; + rdfs:subClassOf cco:TelecommunicationNetworkNode ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Communication_endpoint&oldid=1020569501"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Telecommunication Endpoint"@en ; + skos:definition "A Telecommunication Network Node that connects a Telecommunication Terminal to a Telecommunication Network."@en ; + skos:scopeNote "A Telecommunication Terminal is an end user device such as a Telephone, fax machine, or Computer."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelecommunicationInfrastructure - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Category:Telecommunications_infrastructure&oldid=989151314"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Telecommunication Infrastructure"@en ; - "An Infrastructure System that is designed to support the use of Telecommunication Instruments to communicate."@en . +cco:TelecommunicationInfrastructure rdf:type owl:Class ; + rdfs:subClassOf cco:Infrastructure ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Category:Telecommunications_infrastructure&oldid=989151314"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Telecommunication Infrastructure"@en ; + skos:definition "An Infrastructure System that is designed to support the use of Telecommunication Instruments to communicate."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelecommunicationInstrument - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Telecommunication Instrument"@en ; - "A Communication Instrument that is designed for use by some Agent in some Act of Communication where the recipient of that communication is potentially a significant distance away from the Agent."@en . +cco:TelecommunicationInstrument rdf:type owl:Class ; + rdfs:subClassOf cco:CommunicationInstrument ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Telecommunication Instrument"@en ; + skos:definition "A Communication Instrument that is designed for use by some Agent in some Act of Communication where the recipient of that communication is potentially a significant distance away from the Agent."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelecommunicationNetwork - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Telecommunications_network&oldid=1063347482"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Telecommunication Network"@en ; - "A Communication System that is designed to enable the transmission of information over significant distances between Telecommunication Endpoints via Telecommunication Network Nodes and Lines."@en . +cco:TelecommunicationNetwork rdf:type owl:Class ; + rdfs:subClassOf cco:CommunicationSystem ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telecommunications_network&oldid=1063347482"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Telecommunication Network"@en ; + skos:definition "A Communication System that is designed to enable the transmission of information over significant distances between Telecommunication Endpoints via Telecommunication Network Nodes and Lines."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelecommunicationNetworkLine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Telecommunications_link&oldid=1062252217"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Telecommunication Network Line"@en ; - "A Communication Artifact that is designed to be the physical transmission medium that connects two or more Telecommunication Network Nodes within a Telecommunication Network to facilitate communication between the Nodes."@en . +cco:TelecommunicationNetworkLine rdf:type owl:Class ; + rdfs:subClassOf cco:CommunicationInstrument ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telecommunications_link&oldid=1062252217"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Telecommunication Network Line"@en ; + skos:definition "A Communication Artifact that is designed to be the physical transmission medium that connects two or more Telecommunication Network Nodes within a Telecommunication Network to facilitate communication between the Nodes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelecommunicationNetworkNode - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "https://en.wikipedia.org/wiki/Node_(networking)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Telecommunication Network Node"@en ; - "A Communication Artifact that consists of a connection point, redistribution point, or endpoint that is designed to be part of a Telecommunication Network and can be either active or passive."@en . +cco:TelecommunicationNetworkNode rdf:type owl:Class ; + rdfs:subClassOf cco:CommunicationInstrument , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:TelecommunicationNetwork + ] ; + cco:definition_source "https://en.wikipedia.org/wiki/Node_(networking)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Telecommunication Network Node"@en ; + skos:definition "A Communication Artifact that consists of a connection point, redistribution point, or endpoint that is designed to be part of a Telecommunication Network and can be either active or passive."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelecommunicationSwitchingNode - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Telecommunications_network&oldid=1063347482"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Telecommunication Switching Node"@en ; - "A Telecommunication Network Node that is capable of redirecting a communication transmission to another Telecommunication Network Node."@en . +cco:TelecommunicationSwitchingNode rdf:type owl:Class ; + rdfs:subClassOf cco:TelecommunicationNetworkNode ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telecommunications_network&oldid=1063347482"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Telecommunication Switching Node"@en ; + skos:definition "A Telecommunication Network Node that is capable of redirecting a communication transmission to another Telecommunication Network Node."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelemetryProcess - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "https://en.wikipedia.org/w/index.php?title=Telemetry&oldid=1061697851"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Telemetry Process"@en ; - "A Mechanical Process that is highly automated and in which measurements are made or other data is collected and transmitted to receiving equipment to facilitate the monitoring of environmental conditions or equipment parameters at a remote or inaccessible location."@en ; - "using a GPS tag to track a shark's migratory pattern" , - "using a portable cardiac monitor to remotely collect data on a patient's heart activity (biotelemetry)" . +cco:TelemetryProcess rdf:type owl:Class ; + rdfs:subClassOf cco:MechanicalProcess , + [ rdf:type owl:Restriction ; + owl:onProperty cco:has_process_part ; + owl:someValuesFrom cco:ActOfCommunicationByMedia + ] , + [ rdf:type owl:Restriction ; + owl:onProperty cco:has_process_part ; + owl:someValuesFrom cco:ActOfMeasuring + ] ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telemetry&oldid=1061697851"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Telemetry Process"@en ; + skos:definition "A Mechanical Process that is highly automated and in which measurements are made or other data is collected and transmitted to receiving equipment to facilitate the monitoring of environmental conditions or equipment parameters at a remote or inaccessible location."@en ; + skos:example "using a GPS tag to track a shark's migratory pattern" , + "using a portable cardiac monitor to remotely collect data on a patient's heart activity (biotelemetry)" . ### http://www.ontologyrepository.com/CommonCoreOntologies/Telephone - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Telephone&oldid=1060006278"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Telephone"@en ; - "Phone"@en ; - "A Telecommunication Instrument that is designed to provide point-to-point communication between agents by means of audio messages."@en . +cco:Telephone rdf:type owl:Class ; + rdfs:subClassOf cco:TelecommunicationInstrument ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone&oldid=1060006278"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Telephone"@en ; + skos:altLabel "Phone"@en ; + skos:definition "A Telecommunication Instrument that is designed to provide point-to-point communication between agents by means of audio messages."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelephoneCall - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Telephone Call"@en ; - "Act of Telephone Calling"@en ; - "An Act of Communciation by Media transmitted over a telephone network to two or more Persons."@en . +cco:TelephoneCall rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCommunicationByMedia ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Telephone Call"@en ; + skos:altLabel "Act of Telephone Calling"@en ; + skos:definition "An Act of Communciation by Media transmitted over a telephone network to two or more Persons."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelephoneLine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Telephone_line&oldid=1063429738"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Telephone Line"@en ; - "Telephone Circuit"@en ; - "A Telecommunication Network Line that consists of a physical wire or other signaling medium that is designed to be part of a Telephone Network."@en . +cco:TelephoneLine rdf:type owl:Class ; + rdfs:subClassOf cco:TelecommunicationNetworkLine ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone_line&oldid=1063429738"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Telephone Line"@en ; + skos:altLabel "Telephone Circuit"@en ; + skos:definition "A Telecommunication Network Line that consists of a physical wire or other signaling medium that is designed to be part of a Telephone Network."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelephoneNetwork - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Telephone Network"@en ; - "A Telecommunication Network that is designed to allow telephone calls to be made between two or more parties connected to the network."@en . +cco:TelephoneNetwork rdf:type owl:Class ; + rdfs:subClassOf cco:TelecommunicationNetwork ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Telephone Network"@en ; + skos:definition "A Telecommunication Network that is designed to allow telephone calls to be made between two or more parties connected to the network."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelephoneSubscriberLine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Telephone_line&oldid=1063429738"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Telephone Subscriber Line"@en ; - "A Telephone Line that connects a Communication Endpoint to another node in a Telecommunication Network to enable service to a user's Telephone."@en . +cco:TelephoneSubscriberLine rdf:type owl:Class ; + rdfs:subClassOf cco:TelephoneLine ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone_line&oldid=1063429738"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Telephone Subscriber Line"@en ; + skos:definition "A Telephone Line that connects a Communication Endpoint to another node in a Telecommunication Network to enable service to a user's Telephone."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Telescope - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Telescope&oldid=1057722342"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Telescope"@en ; - "An Imaging Instrument that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing Electromagnetic Radiation to form an enhanced image of the Object."@en . +cco:Telescope rdf:type owl:Class ; + rdfs:subClassOf cco:ImagingInstrument ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telescope&oldid=1057722342"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Telescope"@en ; + skos:definition "An Imaging Instrument that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing Electromagnetic Radiation to form an enhanced image of the Object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TelevisionBroadcast - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Television_broadcasting&oldid=1063890047"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Television Broadcast"@en ; - "Act of Television Broadcasting"@en ; - "An Act of Communciation by Media that is transmitted to an audience through a television network."@en . +cco:TelevisionBroadcast rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCommunicationByMedia ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Television_broadcasting&oldid=1063890047"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Television Broadcast"@en ; + skos:altLabel "Act of Television Broadcasting"@en ; + skos:definition "An Act of Communciation by Media that is transmitted to an audience through a television network."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Temperature - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Temperature"@en ; - "A Quality that inheres in a bearer in virtue of its thermal energy."@en . +cco:Temperature rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Temperature"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of its thermal energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TemperatureMeasurementArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Temperature Measurement Artifact Function"@en ; - "A Measurement Artifact Function that is realized during events in which an Artifact is used to measure the Temperature of a specified object or class of objects."@en . +cco:TemperatureMeasurementArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Temperature Measurement Artifact Function"@en ; + skos:definition "A Measurement Artifact Function that is realized during events in which an Artifact is used to measure the Temperature of a specified object or class of objects."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TemporalInstantIdentifier - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Temporal Instant Identifier"@en ; - "Zero-Dimensional Temporal Region Identifier"@en ; - "A Temporal Region Identifier that designates some Temporal Instant."@en . +cco:TemporalInstantIdentifier rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:TemporalRegionIdentifier + [ rdf:type owl:Restriction ; + owl:onProperty cco:designates ; + owl:someValuesFrom obo:BFO_0000203 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:TemporalRegionIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Temporal Instant Identifier"@en ; + skos:altLabel "Zero-Dimensional Temporal Region Identifier"@en ; + skos:definition "A Temporal Region Identifier that designates some Temporal Instant."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TemporalIntervalIdentifier - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Temporal Interval Identifier"@en ; - "One-Dimensional Temporal Region Identifier"@en ; - "A Temporal Region Identifier that designates some Temporal Interval."@en . +cco:TemporalIntervalIdentifier rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:TemporalRegionIdentifier + [ rdf:type owl:Restriction ; + owl:onProperty cco:designates ; + owl:someValuesFrom obo:BFO_0000038 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:TemporalRegionIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Temporal Interval Identifier"@en ; + skos:altLabel "One-Dimensional Temporal Region Identifier"@en ; + skos:definition "A Temporal Region Identifier that designates some Temporal Interval."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TemporalReferenceSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Temporal Reference System"@en ; - "Temporal Reference Frame"@en , - "Time Scale"@en ; - "A Reference System that describes a set of standards for measuring time as well as understanding the context of and organizing temporal data."@en . +cco:TemporalReferenceSystem rdf:type owl:Class ; + rdfs:subClassOf cco:ReferenceSystem ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Temporal Reference System"@en ; + skos:altLabel "Temporal Reference Frame"@en , + "Time Scale"@en ; + skos:definition "A Reference System that describes a set of standards for measuring time as well as understanding the context of and organizing temporal data."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TemporalRegionIdentifier - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Temporal Region Identifier"@en ; - "A Designative Information Content Entity that designates some Temporal Region."@en . +cco:TemporalRegionIdentifier rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:DesignativeInformationContentEntity + [ rdf:type owl:Restriction ; + owl:onProperty cco:designates ; + owl:someValuesFrom obo:BFO_0000008 + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:DesignativeInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Temporal Region Identifier"@en ; + skos:definition "A Designative Information Content Entity that designates some Temporal Region."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TerminalBoard - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Electrical_connector&oldid=1061247409"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Terminal Board"@en ; - "A Material Artifact that is designed to join electrical terminations and create an electrical circuit by means of a block which connects individual wires without a splice or physically joining the ends."@en . +cco:TerminalBoard rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Electrical_connector&oldid=1061247409"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Terminal Board"@en ; + skos:definition "A Material Artifact that is designed to join electrical terminations and create an electrical circuit by means of a block which connects individual wires without a splice or physically joining the ends."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TerroristTrainingCamp - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Terrorist_training_camp&oldid=1037856600"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Terrorist Training Camp"@en ; - "A Training Camp designed to teach students methods of terrorism."@en . +cco:TerroristTrainingCamp rdf:type owl:Class ; + rdfs:subClassOf cco:TrainingCamp ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Terrorist_training_camp&oldid=1037856600"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Terrorist Training Camp"@en ; + skos:definition "A Training Camp designed to teach students methods of terrorism."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TextMessaging - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Text_messaging&oldid=1062261405"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Text Messaging"@en ; - "Act of Text Messaging"@en , - "Act of Texting"@en ; - "An Act of Communication by Media involving the exchange of brief written messages between fixed-line phone or mobile phone and fixed or portable devices over a network."@en . +cco:TextMessaging rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCommunicationByMedia ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Text_messaging&oldid=1062261405"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Text Messaging"@en ; + skos:altLabel "Act of Text Messaging"@en , + "Act of Texting"@en ; + skos:definition "An Act of Communication by Media involving the exchange of brief written messages between fixed-line phone or mobile phone and fixed or portable devices over a network."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Texture - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Texture"@en ; - "A Quality that inheres in a bearer in virtue of the size, shape, and distribution of features on its surface, typically on a continuum from smooth to rough."@en . +cco:Texture rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Texture"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the size, shape, and distribution of features on its surface, typically on a continuum from smooth to rough."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ThermalControlArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Thermal Control Artifact Function"@en ; - "An Artifact Function that is realized by an Artifact increasing, decreasing, or maintaining the temperature of itself, a part of itself, or another object."@en . +cco:ThermalControlArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Thermal Control Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by an Artifact increasing, decreasing, or maintaining the temperature of itself, a part of itself, or another object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ThermalImagingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Thermal Imaging Artifact Function"@en ; - "An Imaging Artifact Function that is realized during events in which an Artifact is used to create a visual representation of an entity using radiation from the far infrared region of the electromagnetic spectrum that the entity emits"@en . +cco:ThermalImagingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ImagingArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Thermal Imaging Artifact Function"@en ; + skos:definition "An Imaging Artifact Function that is realized during events in which an Artifact is used to create a visual representation of an entity using radiation from the far infrared region of the electromagnetic spectrum that the entity emits"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ThermalInsulationArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Thermal_insulation&oldid=1059273300"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Thermal Insulation Artifact Function"@en ; - "A Thermal Control Artifact Function that is realized during events in which an Artifact prevents or reduces the transfer of heat between objects that are in thermal contact or in range of radiative influence."@en . +cco:ThermalInsulationArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ThermalControlArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Thermal_insulation&oldid=1059273300"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Thermal Insulation Artifact Function"@en ; + skos:definition "A Thermal Control Artifact Function that is realized during events in which an Artifact prevents or reduces the transfer of heat between objects that are in thermal contact or in range of radiative influence."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ThermalPowerPlant - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Thermal_power_station&oldid=1062208548"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Thermal Power Plant"@en ; - "An Electric Power Station that is designed to convert heat energy into electrical energy."@en . +cco:ThermalPowerPlant rdf:type owl:Class ; + rdfs:subClassOf cco:ElectricPowerStation ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Thermal_power_station&oldid=1062208548"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Thermal Power Plant"@en ; + skos:definition "An Electric Power Station that is designed to convert heat energy into electrical energy."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Thickness - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Thickness"@en ; - "A Depth that inheres in a bearer in virtue of it extending inward through an object."@en . +cco:Thickness rdf:type owl:Class ; + rdfs:subClassOf cco:Depth ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Thickness"@en ; + skos:definition "A Depth that inheres in a bearer in virtue of it extending inward through an object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Thin - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Thin"@en ; - "Narrow"@en , - "Slender"@en ; - "A Shape Quality inhering in a bearer in virtue of the bearer having a width or depth which is significantly smaller in proportion to its length or height."@en . +cco:Thin rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Thin"@en ; + skos:altLabel "Narrow"@en , + "Slender"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a width or depth which is significantly smaller in proportion to its length or height."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ThirdOrderAdministrativeRegion - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.geonames.org/export/codes.html" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Third-Order Administrative Region"@en ; - "A Government Domain that is a subdivision of a Second-Order Administrative Region."@en . +cco:ThirdOrderAdministrativeRegion rdf:type owl:Class ; + rdfs:subClassOf cco:GeopoliticalEntity , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000176 ; + owl:someValuesFrom cco:SecondOrderAdministrativeRegion + ] ; + cco:definition_source "http://www.geonames.org/export/codes.html" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Third-Order Administrative Region"@en ; + skos:definition "A Government Domain that is a subdivision of a Second-Order Administrative Region."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ThreeDimensionalExtent - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Three Dimensional Extent"@en ; - "Volume"@en ; - "A Size Quality that inheres in a bearer in virtue of the bearer's extension in three dimensions."@en . +cco:ThreeDimensionalExtent rdf:type owl:Class ; + rdfs:subClassOf cco:SizeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Three Dimensional Extent"@en ; + skos:altLabel "Volume"@en ; + skos:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in three dimensions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ThreeDimensionalPath - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Three-Dimensional Path"@en ; - "A Three-Dimensional Spatial Region that encompasses the spatial region through which some Object travels."@en . +cco:ThreeDimensionalPath rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000028 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:has_spatial_part ; + owl:someValuesFrom cco:ThreeDimensionalPosition + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Three-Dimensional Path"@en ; + skos:definition "A Three-Dimensional Spatial Region that encompasses the spatial region through which some Object travels."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ThreeDimensionalPosition - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:comment "For an object in motion, its Three-Dimensional Position is part of its Three-Dimensional Path."@en ; - rdfs:label "Three-Dimensional Position"@en ; - "A Three-Dimensional Spatial Region that encompasses the (minimal) spatial region in which some object is located at a particular time."@en . +cco:ThreeDimensionalPosition rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000028 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:comment "For an object in motion, its Three-Dimensional Position is part of its Three-Dimensional Path."@en ; + rdfs:label "Three-Dimensional Position"@en ; + skos:definition "A Three-Dimensional Spatial Region that encompasses the (minimal) spatial region in which some object is located at a particular time."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ThreeDimensionalShape - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Three Dimensional Shape"@en ; - "A Shape Quality that inheres only in a three dimensional entity."@en . +cco:ThreeDimensionalShape rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Three Dimensional Shape"@en ; + skos:definition "A Shape Quality that inheres only in a three dimensional entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Thrust - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "More generally, Thrust is the propulsive Force of a Rocket."@en ; - rdfs:label "Thrust"@en ; - "A Force that is equal in magnitude to but in the opposite direction of an exerted Force and which is used to describe the forward Force of a Jet or Rocket Engine in reaction to the Acceleration of its Reaction Mass in the opposite direction."@en . +cco:Thrust rdf:type owl:Class ; + rdfs:subClassOf cco:Force ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "More generally, Thrust is the propulsive Force of a Rocket."@en ; + rdfs:label "Thrust"@en ; + skos:definition "A Force that is equal in magnitude to but in the opposite direction of an exerted Force and which is used to describe the forward Force of a Jet or Rocket Engine in reaction to the Acceleration of its Reaction Mass in the opposite direction."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Timbre - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Timbre"@en ; - "A Sound Process Profile that is characterized by the variation, spectrum, or envelope of translated sound waves, typically on a continuum from dull or dark to bright."@en . +cco:Timbre rdf:type owl:Class ; + rdfs:subClassOf cco:SoundProcessProfile ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Timbre"@en ; + skos:definition "A Sound Process Profile that is characterized by the variation, spectrum, or envelope of translated sound waves, typically on a continuum from dull or dark to bright."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TimeOfDay - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Time of Day"@en ; - "A Temporal Instant that is part of a Day."@en . +cco:TimeOfDay rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000203 , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000132 ; + owl:someValuesFrom cco:Day + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Time of Day"@en ; + skos:definition "A Temporal Instant that is part of a Day."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TimeOfDayIdentifier - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Time of Day Identifier"@en ; - "A Temporal Instant Identifier that designates some Time of Day."@en . +cco:TimeOfDayIdentifier rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:TemporalInstantIdentifier + [ rdf:type owl:Restriction ; + owl:onProperty cco:designates ; + owl:someValuesFrom cco:TimeOfDay + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:TemporalInstantIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Time of Day Identifier"@en ; + skos:definition "A Temporal Instant Identifier that designates some Time of Day."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TimeZoneIdentifier - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment """Standards of date, time, and time zone data formats: +cco:TimeZoneIdentifier rdf:type owl:Class ; + rdfs:subClassOf cco:SpatialRegionIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment """Standards of date, time, and time zone data formats: ISO/WD 8601-2 (http://www.loc.gov/standards/datetime/iso-tc154-wg5_n0039_iso_wd_8601-2_2016-02-16.pdf) W3C (https://www.w3.org/TR/NOTE-datetime)"""@en , - "There is no class 'Time Zone' (the region), only 'Time Zone Identifier' (the designator for some region). Instances of 'Time Zone Identifier' should be related to instances of 'Information Bearing Entity' by means of the object properites 'uses time zone identifier' and 'time zone identifier used by' as appropriate. This is supposed to be analogous to the way we represent the relationship between measurement values and measurement units, where the relevant instance of Information Bearing Entity 'uses measurement unit' some instance of Measurement Unit (i.e., an instance of Information Content Entity)."@en ; - rdfs:label "Time Zone Identifier"@en ; - "A Spatial Region Identifier that designates the region associated with some uniform standard time for legal, commercial, or social purposes."@en . + "There is no class 'Time Zone' (the region), only 'Time Zone Identifier' (the designator for some region). Instances of 'Time Zone Identifier' should be related to instances of 'Information Bearing Entity' by means of the object properites 'uses time zone identifier' and 'time zone identifier used by' as appropriate. This is supposed to be analogous to the way we represent the relationship between measurement values and measurement units, where the relevant instance of Information Bearing Entity 'uses measurement unit' some instance of Measurement Unit (i.e., an instance of Information Content Entity)."@en ; + rdfs:label "Time Zone Identifier"@en ; + skos:definition "A Spatial Region Identifier that designates the region associated with some uniform standard time for legal, commercial, or social purposes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TimekeepingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Timekeeping Artifact Function"@en ; - "An Artifact Function that is realized during events in which an Artifact is used to keep track of and report the current time."@en . +cco:TimekeepingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Timekeeping Artifact Function"@en ; + skos:definition "An Artifact Function that is realized during events in which an Artifact is used to keep track of and report the current time."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TimekeepingInstrument - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Timekeeper&oldid=1061681902"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Timekeeping Instrument"@en ; - "An Information Bearing Artifact that is designed to bear some specific Information Content Entity that is about some temporal region."@en . +cco:TimekeepingInstrument rdf:type owl:Class ; + rdfs:subClassOf cco:InformationBearingArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Timekeeper&oldid=1061681902"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Timekeeping Instrument"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear some specific Information Content Entity that is about some temporal region."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TitleDocument - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Title_(property)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Title Document"@en ; - "A Legal Instrument that is designed as evidence of ownership."@en . +cco:TitleDocument rdf:type owl:Class ; + rdfs:subClassOf cco:LegalInstrument ; + cco:definition_source "https://en.wikipedia.org/wiki/Title_(property)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Title Document"@en ; + skos:definition "A Legal Instrument that is designed as evidence of ownership."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Tool - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Tool&oldid=1061967184"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Tool"@en ; - "A Material Artifact that is designed to assist in the performance of manual or mechanical work and not to be consumed in that process."@en . +cco:Tool rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Tool&oldid=1061967184"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Tool"@en ; + skos:definition "A Material Artifact that is designed to assist in the performance of manual or mechanical work and not to be consumed in that process."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Torpedo - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Torpedo&oldid=1062609830"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Torpedo"@en ; - "A Precision-Guided Missile that is designed to be fired into a body of water, be self-propelled through the water, and carry an explosive payload."@en . +cco:Torpedo rdf:type owl:Class ; + rdfs:subClassOf cco:PrecisionGuidedMissile ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Torpedo&oldid=1062609830"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Torpedo"@en ; + skos:definition "A Precision-Guided Missile that is designed to be fired into a body of water, be self-propelled through the water, and carry an explosive payload."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TorpedoTube - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Torpedo_tube&oldid=1063672665"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Torpedo Tube"@en ; - "A Projectile Launcher that is designed to launch Torpedoes."@en . +cco:TorpedoTube rdf:type owl:Class ; + rdfs:subClassOf cco:ProjectileLauncher ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Torpedo_tube&oldid=1063672665"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Torpedo Tube"@en ; + skos:definition "A Projectile Launcher that is designed to launch Torpedoes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Torque - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Torque&oldid=1063339484"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Torque"@en ; - "Moment of Force"@en ; - "A Force that is applied to an object in a direction that would tend to cause the object to rotate around an Axis of Rotation and is the rate of change of an object's Angular Momentum."@en . +cco:Torque rdf:type owl:Class ; + rdfs:subClassOf cco:Force ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Torque&oldid=1063339484"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Torque"@en ; + skos:altLabel "Moment of Force"@en ; + skos:definition "A Force that is applied to an object in a direction that would tend to cause the object to rotate around an Axis of Rotation and is the rate of change of an object's Angular Momentum."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Town - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.dictionary.com/browse/town" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Town"@en ; - "A Local Administrative Region in which a human population permanently resides that is typically larger than the population of a Village but smaller than that of a City; is designated as a town based on a particular administrative, legal, or historical status; and which delimits a local Government that typically exercises less power than that of a City Government."@en . +cco:Town rdf:type owl:Class ; + rdfs:subClassOf cco:LocalAdministrativeRegion ; + cco:definition_source "http://www.dictionary.com/browse/town" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Town"@en ; + skos:definition "A Local Administrative Region in which a human population permanently resides that is typically larger than the population of a Village but smaller than that of a City; is designated as a town based on a particular administrative, legal, or historical status; and which delimits a local Government that typically exercises less power than that of a City Government."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Trail - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Trail&oldid=1056047142"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Trail"@en ; - "A Land Transportation Artifact that is designed to enable transport through rough country, such as a forest or moor."@en . +cco:Trail rdf:type owl:Class ; + rdfs:subClassOf cco:LandTransportationArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Trail&oldid=1056047142"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Trail"@en ; + skos:definition "A Land Transportation Artifact that is designed to enable transport through rough country, such as a forest or moor."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Train - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Train&oldid=1064071492"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Train"@en ; - "Railroad Train"@en , - "Railway Train"@en ; - "A Rail Transport Vehicle that consists of a series of connected Train Cars or Railcars."@en . +cco:Train rdf:type owl:Class ; + rdfs:subClassOf cco:RailTransportVehicle ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Train&oldid=1064071492"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Train"@en ; + skos:altLabel "Railroad Train"@en , + "Railway Train"@en ; + skos:definition "A Rail Transport Vehicle that consists of a series of connected Train Cars or Railcars."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TrainCar - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Railroad_car&oldid=1063802472"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Train Car"@en ; - "Railroad Car"@en ; - "A Rail Transport Vehicle that consists of a single Vehicle that is not a Train but is designed to be connected to other Train Cars along with at least one Locomotive to form a Train."@en . +cco:TrainCar rdf:type owl:Class ; + rdfs:subClassOf cco:RailTransportVehicle ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Railroad_car&oldid=1063802472"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Train Car"@en ; + skos:altLabel "Railroad Car"@en ; + skos:definition "A Rail Transport Vehicle that consists of a single Vehicle that is not a Train but is designed to be connected to other Train Cars along with at least one Locomotive to form a Train."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TrainingCamp - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Training_camp&oldid=1059977631"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Training Camp"@en ; - "A Facility that is designed for rigorous and focused training in order to learn or improve skills, usually involving physical actions."@en . +cco:TrainingCamp rdf:type owl:Class ; + rdfs:subClassOf cco:Facility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Training_camp&oldid=1059977631"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Training Camp"@en ; + skos:definition "A Facility that is designed for rigorous and focused training in order to learn or improve skills, usually involving physical actions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Transcript - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Transcript&oldid=1038510063"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Transcript"@en ; - "A Document that is designed to bear some specific Information Content Entity that was originally recorded in a different medium."@en . +cco:Transcript rdf:type owl:Class ; + rdfs:subClassOf cco:Document ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Transcript&oldid=1038510063"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Transcript"@en ; + skos:definition "A Document that is designed to bear some specific Information Content Entity that was originally recorded in a different medium."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Transducer - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Transducer&oldid=1053290948"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Transducer"@en ; - "A Material Artifact that is designed to convert one form of energy to another."@en . +cco:Transducer rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Transducer&oldid=1053290948"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Transducer"@en ; + skos:definition "A Material Artifact that is designed to convert one form of energy to another."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TranslationalMotion - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Translational Motion"@en ; - "A Motion Process in which the participating Object changes its position from one portion of space to another."@en . +cco:TranslationalMotion rdf:type owl:Class ; + rdfs:subClassOf cco:MotionProcess , + [ rdf:type owl:Restriction ; + owl:onProperty cco:has_process_part ; + owl:someValuesFrom cco:Velocity + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Translational Motion"@en ; + skos:definition "A Motion Process in which the participating Object changes its position from one portion of space to another."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Translucent - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Translucent"@en ; - "An Opacity that inheres in a bearer in virtue of that bearer's capacity to transmit some but not all electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs some but not all electromagnetic radiation of that frequency."@en . +cco:Translucent rdf:type owl:Class ; + rdfs:subClassOf cco:Opacity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Translucent"@en ; + skos:definition "An Opacity that inheres in a bearer in virtue of that bearer's capacity to transmit some but not all electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs some but not all electromagnetic radiation of that frequency."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Transparent - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Transparent"@en ; - "An Opacity that inheres in a bearer in virtue of that bearer's capacity to transmit all or nearly all electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs little or no electromagnetic radiation of that frequency."@en . +cco:Transparent rdf:type owl:Class ; + rdfs:subClassOf cco:Opacity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Transparent"@en ; + skos:definition "An Opacity that inheres in a bearer in virtue of that bearer's capacity to transmit all or nearly all electromagnetic radiation of a given frequency through the bearer such that the bearer reflects, scatters, or absorbs little or no electromagnetic radiation of that frequency."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TransportationArtifact - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Transportation Artifact"@en ; - "A Material Artifact that is fixed in place and designed to bear a Function, the realization of which is sometimes part of a process moving Vehicles and Agents from one location to another."@en . +cco:TransportationArtifact rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Transportation Artifact"@en ; + skos:definition "A Material Artifact that is fixed in place and designed to bear a Function, the realization of which is sometimes part of a process moving Vehicles and Agents from one location to another."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TransportationFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Transport&oldid=1063526665"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Transportation Facility"@en ; - "A Facility that is designed for commencing or concluding the transportation of transportation artifacts, or for housing transportation artifacts."@en . +cco:TransportationFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Facility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Transport&oldid=1063526665"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Transportation Facility"@en ; + skos:definition "A Facility that is designed for commencing or concluding the transportation of transportation artifacts, or for housing transportation artifacts."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TransportationInfrastructure - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.cfr.org/infrastructure/transportation-infrastructure-moving-america/p18611" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Transportation Infrastructure"@en ; - "An Infrastructure System that is designed to facilitate the movement of material entities from one location to another by providing the necessary structures for Persons to travel or for Vehicles to transport material entities."@en . +cco:TransportationInfrastructure rdf:type owl:Class ; + rdfs:subClassOf cco:Infrastructure ; + cco:definition_source "http://www.cfr.org/infrastructure/transportation-infrastructure-moving-america/p18611" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Transportation Infrastructure"@en ; + skos:definition "An Infrastructure System that is designed to facilitate the movement of material entities from one location to another by providing the necessary structures for Persons to travel or for Vehicles to transport material entities."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TransverseWaveProfile - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Transverse Wave Profile"@en ; - "Transverse Wave"@en ; - "A Wave Process Profile in which the displacement of participating particles is perpendicular to the direction of the Wave Process' propogation."@en . +cco:TransverseWaveProfile rdf:type owl:Class ; + rdfs:subClassOf cco:WaveProcessProfile ; + cco:definition_source "http://www.acs.psu.edu/drussell/Demos/waves/wavemotion.html" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Transverse Wave Profile"@en ; + skos:altLabel "Transverse Wave"@en ; + skos:definition "A Wave Process Profile in which the displacement of participating particles is perpendicular to the direction of the Wave Process' propogation."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TremendouslyHighFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "THF" ; - "International Telecommunication Union (ITU)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The corresponding Wavelength range is 1–0.1 mm"@en ; - rdfs:label "Tremendously High Frequency"@en ; - "ITU Band Number 12"@en , - "Submillimeter Band Frequency"@en , - "Terahertz Radiation Frequency"@en ; - "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 300 GHz and 3 THz."@en . +cco:TremendouslyHighFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:ElectromagneticRadiationFrequency ; + cco:acronym "THF" ; + cco:definition_source "International Telecommunication Union (ITU)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "The corresponding Wavelength range is 1–0.1 mm"@en ; + rdfs:label "Tremendously High Frequency"@en ; + skos:altLabel "ITU Band Number 12"@en , + "Submillimeter Band Frequency"@en , + "Terahertz Radiation Frequency"@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 300 GHz and 3 THz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Triangular - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Triangular"@en ; - "A Shape Quality inhering in a bearer in virtue of it having exactly three angles and exactly three sides."@en . +cco:Triangular rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Triangular"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of it having exactly three angles and exactly three sides."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TriangularWaveform - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Triangular Waveform"@en ; - "A Waveform that is characterized by a triangular shape due to the continuous linear zig-zag transitions between minimum and maximum Amplitudes of the Wave Cycle."@en . +cco:TriangularWaveform rdf:type owl:Class ; + rdfs:subClassOf cco:Waveform ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Triangular Waveform"@en ; + skos:definition "A Waveform that is characterized by a triangular shape due to the continuous linear zig-zag transitions between minimum and maximum Amplitudes of the Wave Cycle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TrimTab - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Trim_tab&oldid=1054550485"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Trim Tab"@en ; - "A Control Surface that is designed to counteract hydro-, aerodynamic, or other forces in order to stabilize the Vehicle it is part of in the desired Attitude."@en . +cco:TrimTab rdf:type owl:Class ; + rdfs:subClassOf cco:ControlSurface ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Trim_tab&oldid=1054550485"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Trim Tab"@en ; + skos:definition "A Control Surface that is designed to counteract hydro-, aerodynamic, or other forces in order to stabilize the Vehicle it is part of in the desired Attitude."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TripleInertialNavigationSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Triple Inertial Navigation System"@en ; - "Triple INS"@en ; - "An Inertial Navigation System that is designed to use three redundant computers to continuously calculate via dead reckoning the position, orientation, and velocity of a moving object without the need for external references, in such a way that eliminates the need for a navigator."@en . +cco:TripleInertialNavigationSystem rdf:type owl:Class ; + rdfs:subClassOf cco:InertialNavigationSystem ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Triple Inertial Navigation System"@en ; + skos:altLabel "Triple INS"@en ; + skos:definition "An Inertial Navigation System that is designed to use three redundant computers to continuously calculate via dead reckoning the position, orientation, and velocity of a moving object without the need for external references, in such a way that eliminates the need for a navigator."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Tripod - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Tripod&oldid=1063988190"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Tripod"@en ; - "A Material Artifact that consists of three legs and a platform that joins them and which is designed to support the weight and maintain the stability of objects that are attached to or rested on the platform."@en . +cco:Tripod rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Tripod&oldid=1063988190"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Tripod"@en ; + skos:definition "A Material Artifact that consists of three legs and a platform that joins them and which is designed to support the weight and maintain the stability of objects that are attached to or rested on the platform."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Truck - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Truck&oldid=1060924486"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:comment "Trucks vary greatly in their size and power -- ranging from small ultra-light trucks to enormous heavy trucks. Trucks also vary greatly in their configurations -- ranging from very basic flatbeds or box trucks to highly specialized cargo carriers. Trucks may also be configured to mount specialized equipment, such as in the case of fire trucks, concrete mixers, and suction excavators."@en ; - rdfs:label "Truck"@en ; - "A Ground Motor Vehicle that is designed to be used to transport cargo."@en . +cco:Truck rdf:type owl:Class ; + rdfs:subClassOf cco:GroundMotorVehicle ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Truck&oldid=1060924486"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:comment "Trucks vary greatly in their size and power -- ranging from small ultra-light trucks to enormous heavy trucks. Trucks also vary greatly in their configurations -- ranging from very basic flatbeds or box trucks to highly specialized cargo carriers. Trucks may also be configured to mount specialized equipment, such as in the case of fire trucks, concrete mixers, and suction excavators."@en ; + rdfs:label "Truck"@en ; + skos:definition "A Ground Motor Vehicle that is designed to be used to transport cargo."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Tunnel - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Tunnel&oldid=1062456881"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Tunnel"@en ; - "A Land Transportation Artifact that is designed to enable Ground Vehicles to travel underneath a surrounding soil, earth, or rock formation."@en . +cco:Tunnel rdf:type owl:Class ; + rdfs:subClassOf cco:LandTransportationArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Tunnel&oldid=1062456881"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Tunnel"@en ; + skos:definition "A Land Transportation Artifact that is designed to enable Ground Vehicles to travel underneath a surrounding soil, earth, or rock formation."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TurbineSteamEngine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Steam_turbine&oldid=1060224962"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Turbine Steam Engine"@en ; - "Steam Turbine"@en ; - "A Steam Engine that is designed to extract thermal energy from pressurized steam and use it to do mechanical work on a rotating output shaft."@en . +cco:TurbineSteamEngine rdf:type owl:Class ; + rdfs:subClassOf cco:SteamEngine ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Steam_turbine&oldid=1060224962"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Turbine Steam Engine"@en ; + skos:altLabel "Steam Turbine"@en ; + skos:definition "A Steam Engine that is designed to extract thermal energy from pressurized steam and use it to do mechanical work on a rotating output shaft."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TurbofanAirBreathingJetEngine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Turbofan&oldid=1063724215"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Turbofan Air-Breathing Jet Engine"@en ; - "An Air-Breathing Jet Engine that uses a Turbofan, which consists of a Turbine and a Fan."@en . +cco:TurbofanAirBreathingJetEngine rdf:type owl:Class ; + rdfs:subClassOf cco:AirBreathingJetEngine ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Turbofan&oldid=1063724215"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Turbofan Air-Breathing Jet Engine"@en ; + skos:definition "An Air-Breathing Jet Engine that uses a Turbofan, which consists of a Turbine and a Fan."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TurbojetAirBreathingJetEngine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Turbojet&oldid=1060948529"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Turbojet Air-Breathing Jet Engine"@en ; - "An Air-Breathing Jet Engine that uses a Turbojet, which consists of a Turbine with a Propelling Nozzle."@en . +cco:TurbojetAirBreathingJetEngine rdf:type owl:Class ; + rdfs:subClassOf cco:AirBreathingJetEngine ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Turbojet&oldid=1060948529"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Turbojet Air-Breathing Jet Engine"@en ; + skos:definition "An Air-Breathing Jet Engine that uses a Turbojet, which consists of a Turbine with a Propelling Nozzle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TwoDimensionalBarCode - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Two-Dimensional Barcode"@en ; - "A Barcode that is designed to bear lines of varying widths, spacing, height, and color that concretize some Directive Information Content Entity."@en . +cco:TwoDimensionalBarCode rdf:type owl:Class ; + rdfs:subClassOf cco:Barcode ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Two-Dimensional Barcode"@en ; + skos:definition "A Barcode that is designed to bear lines of varying widths, spacing, height, and color that concretize some Directive Information Content Entity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TwoDimensionalExtent - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Two Dimensional Extent"@en ; - "Area"@en ; - "A Size Quality that inheres in a bearer in virtue of the bearer's extension in two dimensions."@en . +cco:TwoDimensionalExtent rdf:type owl:Class ; + rdfs:subClassOf cco:SizeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Two Dimensional Extent"@en ; + skos:altLabel "Area"@en ; + skos:definition "A Size Quality that inheres in a bearer in virtue of the bearer's extension in two dimensions."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UPCABarcode - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "UPC-A Barcode"@en ; - "A UPC Barcode that consists of 12 numerical digits."@en . +cco:UPCABarcode rdf:type owl:Class ; + rdfs:subClassOf cco:UPCBarcode ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "UPC-A Barcode"@en ; + skos:definition "A UPC Barcode that consists of 12 numerical digits."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UPCBarcode - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "UPC Barcode"@en ; - "A One-Dimensional Barcode that consists of 6 or 12 numerical digits and is used to scan consumer goods."@en . +cco:UPCBarcode rdf:type owl:Class ; + rdfs:subClassOf cco:OneDimensionalBarcode ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "UPC Barcode"@en ; + skos:definition "A One-Dimensional Barcode that consists of 6 or 12 numerical digits and is used to scan consumer goods."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UPCEBarcode - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "UPC-E Barcode"@en ; - "A UPC Barcode that consists of 6 numerical digits."@en . +cco:UPCEBarcode rdf:type owl:Class ; + rdfs:subClassOf cco:UPCBarcode ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "UPC-E Barcode"@en ; + skos:definition "A UPC Barcode that consists of 6 numerical digits."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UltraHighFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "UHF" ; - "International Telecommunication Union (ITU)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment """The corresponding Wavelength range is 1–0.1 m. +cco:UltraHighFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:MicrowaveFrequency ; + cco:acronym "UHF" ; + cco:definition_source "International Telecommunication Union (ITU)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment """The corresponding Wavelength range is 1–0.1 m. Note that the ITU definition of UHF is broader than the definition given by IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands, which sets the frequency range at 300 MHz to 1 GHz."""@en ; - rdfs:label "Ultra High Frequency"@en ; - "ITU Band Number 9"@en ; - "A Microwave Frequency that is between 300 MHz and 3 GHz."@en . + rdfs:label "Ultra High Frequency"@en ; + skos:altLabel "ITU Band Number 9"@en ; + skos:definition "A Microwave Frequency that is between 300 MHz and 3 GHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UltraHighFrequencyCommunicationInstrument - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Ultra High Frequency Communication Instrument"@en ; - "A Radio Communication Instrument that is designed to participate in some process that has process part some Ultra High Frequency."@en . +cco:UltraHighFrequencyCommunicationInstrument rdf:type owl:Class ; + rdfs:subClassOf cco:RadioCommunicationInstrument ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Ultra High Frequency Communication Instrument"@en ; + skos:definition "A Radio Communication Instrument that is designed to participate in some process that has process part some Ultra High Frequency."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UltraLowFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "ULF" ; - "International Telecommunication Union (ITU)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The corresponding Wavelength range is 1,000–100 km"@en ; - rdfs:label "Ultra Low Frequency"@en ; - "ITU Band Number 3"@en ; - "A Radio Frequency that is between 300 Hz and 3 kHz."@en . +cco:UltraLowFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:RadioFrequency ; + cco:acronym "ULF" ; + cco:definition_source "International Telecommunication Union (ITU)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "The corresponding Wavelength range is 1,000–100 km"@en ; + rdfs:label "Ultra Low Frequency"@en ; + skos:altLabel "ITU Band Number 3"@en ; + skos:definition "A Radio Frequency that is between 300 Hz and 3 kHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UltrasonicFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Ultrasonic Frequency"@en ; - "A Sound Frequency that is greater than 20 kHz."@en . +cco:UltrasonicFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:SoundFrequency ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Ultrasonic Frequency"@en ; + skos:definition "A Sound Frequency that is greater than 20 kHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UltravioletLightFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Ultraviolet Light Frequency"@en ; - "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 750 terahertz and 30 petahertz."@en . +cco:UltravioletLightFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:ElectromagneticRadiationFrequency ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Ultraviolet&oldid=1062593453"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Ultraviolet Light Frequency"@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 750 terahertz and 30 petahertz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UltravioletTelescope - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Ultraviolet Telescope"@en ; - "UV Telescope"@en ; - "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing ultraviolet light to form an enhanced image of the Object."@en . +cco:UltravioletTelescope rdf:type owl:Class ; + rdfs:subClassOf cco:Telescope ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Ultraviolet Telescope"@en ; + skos:altLabel "UV Telescope"@en ; + skos:definition "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing ultraviolet light to form an enhanced image of the Object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UnalliedPerson - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Neutral Person"@en ; - "Unallied Person" ; - "A Person who is the bearer of some Neutral Role."@en . +cco:UnalliedPerson rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( cco:Person + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000196 ; + owl:someValuesFrom cco:NeutralRole + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf cco:Person ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Neutral Person"@en ; + skos:altLabel "Unallied Person" ; + skos:definition "A Person who is the bearer of some Neutral Role."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UnderActiveControl - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Under Active Control"@en ; - "An Active Stasis during which an Artifact participates in an Act of Artifact Employment."@en . +cco:UnderActiveControl rdf:type owl:Class ; + rdfs:subClassOf cco:ActiveStasis , + [ rdf:type owl:Restriction ; + owl:onProperty cco:has_process_part ; + owl:someValuesFrom cco:ActOfArtifactEmployment + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Under Active Control"@en ; + skos:definition "An Active Stasis during which an Artifact participates in an Act of Artifact Employment."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UndergroundMine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Underground_mining_(hard_rock)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Underground Mine"@en ; - "A Mine that is designed to support the extraction of materials from the ground using underground tunnels and shafts."@en . +cco:UndergroundMine rdf:type owl:Class ; + rdfs:subClassOf cco:Mine ; + cco:definition_source "https://en.wikipedia.org/wiki/Underground_mining_(hard_rock)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Underground Mine"@en ; + skos:definition "A Mine that is designed to support the extraction of materials from the ground using underground tunnels and shafts."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UnderwaterMine - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Naval_mine&oldid=1062538523"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Underwater Mine"@en ; - "A Mine that is designed to support the extraction of materials from the ocean floor."@en . +cco:UnderwaterMine rdf:type owl:Class ; + rdfs:subClassOf cco:Mine ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Naval_mine&oldid=1062538523"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Underwater Mine"@en ; + skos:definition "A Mine that is designed to support the extraction of materials from the ocean floor."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UnguidedRocket - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Rocket_(weapon)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Unguided Rocket"@en ; - "Rocket"@en ; - "A Portion of Ammunition that is designed to be a self-propelled, but unguided, projectile that delivers some payload (explosive or other) over relatively long distances through the use of a Rocket Engine."@en . +cco:UnguidedRocket rdf:type owl:Class ; + rdfs:subClassOf cco:PortionOfAmmunition ; + cco:definition_source "https://en.wikipedia.org/wiki/Rocket_(weapon)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Unguided Rocket"@en ; + skos:altLabel "Rocket"@en ; + skos:definition "A Portion of Ammunition that is designed to be a self-propelled, but unguided, projectile that delivers some payload (explosive or other) over relatively long distances through the use of a Rocket Engine."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UnintentionalAct - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Unplanned Act"@en ; - "Unintentional Act"@en ; - "An Act in which at least one Agent plays a causative role and which is not prescribed by some Objective held by any of the Agents."@en . +cco:UnintentionalAct rdf:type owl:Class ; + rdfs:subClassOf cco:Act ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Unplanned Act"@en ; + skos:altLabel "Unintentional Act"@en ; + skos:definition "An Act in which at least one Agent plays a causative role and which is not prescribed by some Objective held by any of the Agents."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UniversalTimeReferenceSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "UT" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Universal Time Reference System"@en ; - "A Solar Time Reference System that is based on the average speed of the Earth's rotation and which uses the prime meridian at 0° longitude as a reference point."@en . +cco:UniversalTimeReferenceSystem rdf:type owl:Class ; + rdfs:subClassOf cco:SolarTimeReferenceSystem ; + cco:acronym "UT" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Universal Time Reference System"@en ; + skos:definition "A Solar Time Reference System that is based on the average speed of the Earth's rotation and which uses the prime meridian at 0° longitude as a reference point."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UnixTemporalInstant - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Unix Temporal Instant"@en ; - "A Temporal Instant as specified by the number of Seconds that have elapsed since the specified Epoch Time as described by an implementation of Unix Time."@en . +cco:UnixTemporalInstant rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000203 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Unix Temporal Instant"@en ; + skos:definition "A Temporal Instant as specified by the number of Seconds that have elapsed since the specified Epoch Time as described by an implementation of Unix Time."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UpperMidrangeFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Upper Midrange Frequency"@en ; - "A Sonic Frequency that is between 2 and 4 kHz."@en . +cco:UpperMidrangeFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:SonicFrequency ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Upper Midrange Frequency"@en ; + skos:definition "A Sonic Frequency that is between 2 and 4 kHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Valve - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Valve&oldid=1048906126"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Valve"@en ; - "A Fluid Control Artifact that is designed to regulate, direct, or control the flow of fluid by opening, closing, or partially obstructing the fluid from moving along a passageway."@en . +cco:Valve rdf:type owl:Class ; + rdfs:subClassOf cco:FluidControlArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Valve&oldid=1048906126"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Valve"@en ; + skos:definition "A Fluid Control Artifact that is designed to regulate, direct, or control the flow of fluid by opening, closing, or partially obstructing the fluid from moving along a passageway."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Vehicle - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Vehicle&oldid=1063682179"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Vehicle"@en ; - "A Material Artifact that is designed to facilitate the movement of material entities from one location to another by conveying them there."@en . +cco:Vehicle rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Vehicle&oldid=1063682179"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Vehicle"@en ; + skos:definition "A Material Artifact that is designed to facilitate the movement of material entities from one location to another by conveying them there."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VehicleCompartment - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Vehicle Compartment"@en ; - "Compartment"@en ; - "A Material Artifact that is designed to partition a Vehicle into subdivisions for various purposes."@en . +cco:VehicleCompartment rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Vehicle Compartment"@en ; + skos:altLabel "Compartment"@en ; + skos:definition "A Material Artifact that is designed to partition a Vehicle into subdivisions for various purposes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VehicleControlSystem - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Vehicle Control System"@en ; - "A Control System that is designed to enable some Agent to control some Vehicle."@en . +cco:VehicleControlSystem rdf:type owl:Class ; + rdfs:subClassOf cco:ControlSystem ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Vehicle Control System"@en ; + skos:definition "A Control System that is designed to enable some Agent to control some Vehicle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VehicleFrame - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Vehicle_frame&oldid=1054003530"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Vehicle Frame"@en ; - "A Material Artifact that is designed to be the main supporting structure of some Vehicle."@en . +cco:VehicleFrame rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Vehicle_frame&oldid=1054003530"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Vehicle Frame"@en ; + skos:definition "A Material Artifact that is designed to be the main supporting structure of some Vehicle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VehicleTrack - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Vehicle Track"@en ; - "An Object Track for a Vehicle during some motion."@en . +cco:VehicleTrack rdf:type owl:Class ; + rdfs:subClassOf cco:ObjectTrack , + [ rdf:type owl:Restriction ; + owl:onProperty cco:has_spatial_part ; + owl:someValuesFrom cco:VehicleTrackPoint + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Vehicle Track"@en ; + skos:definition "An Object Track for a Vehicle during some motion."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VehicleTrackPoint - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Vehicle Track Point"@en ; - "An Object Track Point that is where a Vehicle is or was located during some motion."@en . +cco:VehicleTrackPoint rdf:type owl:Class ; + rdfs:subClassOf cco:ObjectTrackPoint , + [ rdf:type owl:Restriction ; + owl:onProperty cco:spatial_part_of ; + owl:someValuesFrom cco:VehicleTrack + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Vehicle Track Point"@en ; + skos:definition "An Object Track Point that is where a Vehicle is or was located during some motion."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VehicleTransmission - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/wiki/Transmission_(mechanics)"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Vehicle Transmission"@en ; - "Gearbox"@en , - "Transmission"@en ; - "A Power Transmission Artifact that is designed to vary the output speed and torque in a rotating power transfer system."@en . +cco:VehicleTransmission rdf:type owl:Class ; + rdfs:subClassOf cco:PowerTransmissionArtifact ; + cco:definition_source "https://en.wikipedia.org/wiki/Transmission_(mechanics)"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Vehicle Transmission"@en ; + skos:altLabel "Gearbox"@en , + "Transmission"@en ; + skos:definition "A Power Transmission Artifact that is designed to vary the output speed and torque in a rotating power transfer system."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Velocity - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Velocity&oldid=1063300750"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Velocity"@en ; - "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:Velocity rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000144 ; + 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 ; + skos: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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/VentilationControlArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Ventilation Control Artifact Function"@en ; - "An Artifact Function that is realized in processes in which some Artifact is used to control the quality of air in some space."@en . +cco:VentilationControlArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Ventilation Control Artifact Function"@en ; + skos:definition "An Artifact Function that is realized in processes in which some Artifact is used to control the quality of air in some space."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VeracityMeasurementInformationContentEntity - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "'Deviation Measurement Information Content Entity' and 'Veracity Measurement Information Content Entity' are complementary notions. Deviation is a measure of whether reality conforms to an ICE (e.g., a plan or prediction), whereas Veracity is a measure of whether a Descriptive ICE conforms to reality."@en , - "Note, the term 'accuracy' is avoided due to its ambiguity between: correctness-of-performance (see: 'Reliability Measurement Information Content Entity'), correctness-of-information ('Veracity Measurement Information Content Entity'), and adherance-to-expectations (see: 'Deviation Measurement Information Content Entity')."@en ; - rdfs:label "Veracity Measurement Information Content Entity"@en ; - "Accuracy of Information"@en , - "Trueness Measurement"@en , - "Veracity Measurement"@en ; - "A Measurement Information Content Entity that is a measurement of the extent to which a description conforms to the reality it describes."@en . +cco:VeracityMeasurementInformationContentEntity rdf:type owl:Class ; + rdfs:subClassOf cco:MeasurementInformationContentEntity ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "'Deviation Measurement Information Content Entity' and 'Veracity Measurement Information Content Entity' are complementary notions. Deviation is a measure of whether reality conforms to an ICE (e.g., a plan or prediction), whereas Veracity is a measure of whether a Descriptive ICE conforms to reality."@en , + "Note, the term 'accuracy' is avoided due to its ambiguity between: correctness-of-performance (see: 'Reliability Measurement Information Content Entity'), correctness-of-information ('Veracity Measurement Information Content Entity'), and adherance-to-expectations (see: 'Deviation Measurement Information Content Entity')."@en ; + rdfs:label "Veracity Measurement Information Content Entity"@en ; + skos:altLabel "Accuracy of Information"@en , + "Trueness Measurement"@en , + "Veracity Measurement"@en ; + skos:definition "A Measurement Information Content Entity that is a measurement of the extent to which a description conforms to the reality it describes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Vermilion - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Vermilion"@en ; - "A Color consisting of red and orange hue with a slight amount of gray."@en . +cco:Vermilion rdf:type owl:Class ; + rdfs:subClassOf cco:Color ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Vermilion"@en ; + skos:definition "A Color consisting of red and orange hue with a slight amount of gray."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VeryHighFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "VHF" ; - "International Telecommunication Union (ITU) and IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The corresponding Wavelength range is 10–1 m"@en ; - rdfs:label "Very High Frequency"@en ; - "ITU Band Number 8"@en ; - "A Radio Frequency that is between 30 and 300 MHz."@en . +cco:VeryHighFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:RadioFrequency ; + cco:acronym "VHF" ; + cco:definition_source "International Telecommunication Union (ITU) and IEEE 521-2002 - IEEE Standard Letter Designations for Radar-Frequency Bands" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "The corresponding Wavelength range is 10–1 m"@en ; + rdfs:label "Very High Frequency"@en ; + skos:altLabel "ITU Band Number 8"@en ; + skos:definition "A Radio Frequency that is between 30 and 300 MHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VeryHighFrequencyCommunicationInstrument - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Very High Frequency Communication Instrument"@en ; - "A Radio Communication Instrument that is designed to participate in some process that has process part some Very High Frequency."@en . +cco:VeryHighFrequencyCommunicationInstrument rdf:type owl:Class ; + rdfs:subClassOf cco:RadioCommunicationInstrument ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Very High Frequency Communication Instrument"@en ; + skos:definition "A Radio Communication Instrument that is designed to participate in some process that has process part some Very High Frequency."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VeryLowFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "VLF" ; - "International Telecommunication Union (ITU)" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "The corresponding Wavelength range is 100–10 km"@en ; - rdfs:label "Very Low Frequency"@en ; - "ITU Band Number 4"@en ; - "A Radio Frequency that is between 3 and 30 kHz."@en . +cco:VeryLowFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:RadioFrequency ; + cco:acronym "VLF" ; + cco:definition_source "International Telecommunication Union (ITU)" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "The corresponding Wavelength range is 100–10 km"@en ; + rdfs:label "Very Low Frequency"@en ; + skos:altLabel "ITU Band Number 4"@en ; + skos:definition "A Radio Frequency that is between 3 and 30 kHz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VibrationProcess - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://physicsabout.com/motion/"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Vibration Motion"@en ; - "Mechanical Oscillation"@en , - "Oscillation Motion"@en , - "Vibration"@en ; - "A Motion wherein some participant repetitively deviates from a central location to two surrounding locations."@en . +cco:VibrationProcess rdf:type owl:Class ; + rdfs:subClassOf cco:MotionProcess ; + cco:definition_source "https://physicsabout.com/motion/"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Vibration Motion"@en ; + skos:altLabel "Mechanical Oscillation"@en , + "Oscillation Motion"@en , + "Vibration"@en ; + skos:definition "A Motion wherein some participant repetitively deviates from a central location to two surrounding locations."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Video - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Video&oldid=1049376249"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Video"@en ; - "An Information Bearing Artifact that is designed to bear some specific Information Content Entity in the form of a sequence of representations that are presented sufficiently rapidly to create the appearance of motion and continuity."@en . +cco:Video rdf:type owl:Class ; + rdfs:subClassOf cco:InformationBearingArtifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Video&oldid=1049376249"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Video"@en ; + skos:definition "An Information Bearing Artifact that is designed to bear some specific Information Content Entity in the form of a sequence of representations that are presented sufficiently rapidly to create the appearance of motion and continuity."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VideoCamera - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Video Camera"@en ; - "A Camera that is designed to form and digitally or physically record a continuous stream of subsequent images of an entity or scene such that the images can be played back in succession as a video."@en . +cco:VideoCamera rdf:type owl:Class ; + rdfs:subClassOf cco:Camera ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Video Camera"@en ; + skos:definition "A Camera that is designed to form and digitally or physically record a continuous stream of subsequent images of an entity or scene such that the images can be played back in succession as a video."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Village - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.merriam-webster.com/dictionary/village" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; - rdfs:label "Village"@en ; - "A Local Administrative Region in which a human population permanently resides that is typically larger than the population of a hamlet but smaller than that of a Town."@en . +cco:Village rdf:type owl:Class ; + rdfs:subClassOf cco:LocalAdministrativeRegion ; + cco:definition_source "http://www.merriam-webster.com/dictionary/village" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/AgentOntology"^^xsd:anyURI ; + rdfs:label "Village"@en ; + skos:definition "A Local Administrative Region in which a human population permanently resides that is typically larger than the population of a hamlet but smaller than that of a Town."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Violet - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Violet"@en ; - "A Color that is lower than Blue with a wavelength in the visible spectrum typically between 400 and 450 nanometers."@en . +cco:Violet rdf:type owl:Class ; + rdfs:subClassOf cco:Color ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Violet"@en ; + skos:definition "A Color that is lower than Blue with a wavelength in the visible spectrum typically between 400 and 450 nanometers."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VisibleLightFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Light&oldid=1062630851"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Visible light overlaps with near infrared and near ultraviolet."@en ; - rdfs:label "Visible Light Frequency"@en ; - "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 400 and 800 terahertz."@en . +cco:VisibleLightFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:ElectromagneticRadiationFrequency ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Light&oldid=1062630851"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "Visible light overlaps with near infrared and near ultraviolet."@en ; + rdfs:label "Visible Light Frequency"@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 400 and 800 terahertz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VisibleLightReflectionProcess - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Visible Light Reflection Process"@en ; - "A Wave Process in which an Electromagnetic Wave with a Visible Light Frequency is reflected off a portion of matter."@en . +cco:VisibleLightReflectionProcess rdf:type owl:Class ; + rdfs:subClassOf cco:WaveProcess ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Visible Light Reflection Process"@en ; + skos:definition "A Wave Process in which an Electromagnetic Wave with a Visible Light Frequency is reflected off a portion of matter."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VisibleObservation - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Visible Observation"@en ; - "An Act of Observation that involves visual perception."@en . +cco:VisibleObservation rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfObservation , + [ rdf:type owl:Restriction ; + owl:onProperty cco:has_process_part ; + owl:someValuesFrom cco:VisibleLightReflectionProcess + ] ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Visible Observation"@en ; + skos:definition "An Act of Observation that involves visual perception."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VisualProsthesis - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Visual_prosthesis&oldid=1059269261"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Visual Prosthesis"@en ; - "Bionic Eye"@en ; - "An Artificial Eye that is designed to replace a missing eye, which performs the function of an eye."@en . +cco:VisualProsthesis rdf:type owl:Class ; + rdfs:subClassOf cco:ArtificialEye ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Visual_prosthesis&oldid=1059269261"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Visual Prosthesis"@en ; + skos:altLabel "Bionic Eye"@en ; + skos:definition "An Artificial Eye that is designed to replace a missing eye, which performs the function of an eye."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VoltageRegulatingArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Voltage_regulation&oldid=1045628774"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Voltage Regulating Artifact Function"@en ; - "An Artifact Function that is realized by processes in which some Artifact is used to cause a change in the voltage magnitude between the sending and receiving end of an electrical component."@en . +cco:VoltageRegulatingArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ElectricalArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Voltage_regulation&oldid=1045628774"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Voltage Regulating Artifact Function"@en ; + skos:definition "An Artifact Function that is realized by processes in which some Artifact is used to cause a change in the voltage magnitude between the sending and receiving end of an electrical component."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Vulnerability - rdf:type owl:Class ; - rdfs:subClassOf ; - "Vulnerability | Definition of Vulnerability by Oxford Dictionary on Lexico.Com Also Meaning of Vulnerability. https://web.archive.org/web/20210118111731/https://www.lexico.com/en/definition/vulnerability. Accessed 19 Dec. 2022. " ; - "https://cubrc.org"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Vulnerability"@en ; - "A Disrupting Disposition the realization of which would disrupt a process that the bearer of the Disrupting Disposition has an interest in."@en ; - "This is defined class. A Vulnerability is indexed by the interest_in object property. A disposition can be a Vulnerability according to one index and not a Vulnerability according to another index." ; - "Vulnerability"@en . +cco:Vulnerability rdf:type owl:Class ; + rdfs:subClassOf cco:DisruptingDisposition ; + dcterms:bibliographicCitation "Vulnerability | Definition of Vulnerability by Oxford Dictionary on Lexico.Com Also Meaning of Vulnerability. https://web.archive.org/web/20210118111731/https://www.lexico.com/en/definition/vulnerability. Accessed 19 Dec. 2022. " ; + dcterms:creator "https://cubrc.org"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Vulnerability"@en ; + skos:definition "A Disrupting Disposition the realization of which would disrupt a process that the bearer of the Disrupting Disposition has an interest in."@en ; + skos:editorialNote "This is defined class. A Vulnerability is indexed by the interest_in object property. A disposition can be a Vulnerability according to one index and not a Vulnerability according to another index." ; + skos:prefLabel "Vulnerability"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Warehouse - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Warehouse&oldid=1063721454"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Warehouse"@en ; - "A Storage Facility that is designed to store commercial goods."@en . +cco:Warehouse rdf:type owl:Class ; + rdfs:subClassOf cco:StorageFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Warehouse&oldid=1063721454"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Warehouse"@en ; + skos:definition "A Storage Facility that is designed to store commercial goods."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WarningMessage - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Warning Message"@en ; - "A Notification Message that is designed to bear an Information Content Entity that describes a possible or impending threat."@en . +cco:WarningMessage rdf:type owl:Class ; + rdfs:subClassOf cco:NotificationMessage ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Warning Message"@en ; + skos:definition "A Notification Message that is designed to bear an Information Content Entity that describes a possible or impending threat."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WashingFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Washing&oldid=1035998791"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Washing Facility"@en ; - "A Facility that is designed to wash personnel or equipment."@en . +cco:WashingFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Facility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Washing&oldid=1035998791"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Washing Facility"@en ; + skos:definition "A Facility that is designed to wash personnel or equipment."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WasteManagementArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Waste_management&oldid=1062844209"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Waste Management Artifact Function"@en ; - "A Service Artifact Function that is realized in processes of collecting transporting processing recycling or disposing and monitoring of waste materials."@en . +cco:WasteManagementArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:ServiceArtifactFunction ; + 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/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Waste Management Artifact Function"@en ; + skos:definition "A Service Artifact Function that is realized in processes of collecting transporting processing recycling or disposing and monitoring of waste materials."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WasteManagementFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Waste_management&oldid=1062844209"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Waste Management Facility"@en ; - "A Facility that is designed for managing waste for some portion of the waste's existence."@en . +cco:WasteManagementFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Facility ; + 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 ; + skos:definition "A Facility that is designed for managing waste for some portion of the waste's existence."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WaterTower - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Water_tower&oldid=1059754959"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Water Tower"@en ; - "A Facility that is the bearer of functions realized in processes of storing water in an elevated container."@en . +cco:WaterTower rdf:type owl:Class ; + rdfs:subClassOf cco:StorageFacility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Water_tower&oldid=1059754959"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Water Tower"@en ; + skos:definition "A Facility that is the bearer of functions realized in processes of storing water in an elevated container."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WaterTransportationArtifact - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Water Transportation Artifact"@en ; - "A Transportation Artifact that is fixed in place and designed to bear a Function, the realization of which is sometimes part of a process of moving Vehicles and Agents from one location to another via water."@en . +cco:WaterTransportationArtifact rdf:type owl:Class ; + rdfs:subClassOf cco:TransportationArtifact ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Water Transportation Artifact"@en ; + skos:definition "A Transportation Artifact that is fixed in place and designed to bear a Function, the realization of which is sometimes part of a process of moving Vehicles and Agents from one location to another via water."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WaterTreatmentFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Water_treatment&oldid=1061706931"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Water Treatment Facility"@en ; - "A Facility that is designed for making water more acceptable for a specific end-use."@en . +cco:WaterTreatmentFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Facility ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Water_treatment&oldid=1061706931"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Water Treatment Facility"@en ; + skos:definition "A Facility that is designed for making water more acceptable for a specific end-use."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Watercraft - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Watercraft&oldid=1054071067"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Watercraft"@en ; - "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by water travel."@en . +cco:Watercraft rdf:type owl:Class ; + rdfs:subClassOf cco:Vehicle ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Watercraft&oldid=1054071067"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Watercraft"@en ; + skos:definition "A Vehicle that is designed to convey passengers, cargo, or equipment from one location to another by water travel."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WaveCycle - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Wave Cycle"@en ; - "A Wave Process that consists of a portion of a Wave Process that begins at an arbitrary point of the Wave Process and ends at the next point when the pattern of the Wave Process begins to repeat."@en . +cco:WaveCycle rdf:type owl:Class ; + rdfs:subClassOf cco:WaveProcess ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Wave Cycle"@en ; + skos:definition "A Wave Process that consists of a portion of a Wave Process that begins at an arbitrary point of the Wave Process and ends at the next point when the pattern of the Wave Process begins to repeat."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WaveProcess - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "https://en.wikipedia.org/w/index.php?title=Wave&oldid=1062648180"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Wave Process"@en ; - "A Natural Process that involves Oscillation accompanied by a transfer of energy that travels through a portion of matter or spatial region."@en . +cco:WaveProcess rdf:type owl:Class ; + rdfs:subClassOf cco:NaturalProcess , + [ rdf:type owl:Restriction ; + owl:onProperty obo:BFO_0000062 ; + owl:someValuesFrom cco:WaveProduction + ] , + [ rdf:type owl:Restriction ; + owl:onProperty cco:has_process_part ; + owl:someValuesFrom cco:WaveProcessProfile + ] ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Wave&oldid=1062648180"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Wave Process"@en ; + skos:definition "A Natural Process that involves Oscillation accompanied by a transfer of energy that travels through a portion of matter or spatial region."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WaveProcessProfile - rdf:type owl:Class ; - owl:equivalentClass [ owl:intersectionOf ( - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] - ) ; - rdf:type owl:Class - ] ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "This is a defined class used to group process profiles of Wave Processes. Note that not every relevant process profile can be asserted as a subtype, however, because they (e.g. Frequency and Amplitude) are applicable to other processes as well (e.g. Oscillation Process)."@en ; - rdfs:label "Wave Process Profile"@en ; - "A Process Profile of a Wave Process."@en . +cco:WaveProcessProfile rdf:type owl:Class ; + owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000144 + [ rdf:type owl:Restriction ; + owl:onProperty cco:is_part_of_process ; + owl:someValuesFrom cco:WaveProcess + ] + ) ; + rdf:type owl:Class + ] ; + rdfs:subClassOf obo:BFO_0000144 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "This is a defined class used to group process profiles of Wave Processes. Note that not every relevant process profile can be asserted as a subtype, however, because they (e.g. Frequency and Amplitude) are applicable to other processes as well (e.g. Oscillation Process)."@en ; + rdfs:label "Wave Process Profile"@en ; + skos:definition "A Process Profile of a Wave Process."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WaveProduction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Wave Production"@en ; - "Wave Production Process"@en ; - "A Natural Process in which a Wave Process is generated."@en . +cco:WaveProduction rdf:type owl:Class ; + rdfs:subClassOf cco:NaturalProcess ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Wave Production"@en ; + skos:altLabel "Wave Production Process"@en ; + skos:definition "A Natural Process in which a Wave Process is generated."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Waveform - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Waveform"@en ; - "A Wave Process Profile that is the shape of the Wave Cycles of the Wave Process when depicted in a visual graph."@en . +cco:Waveform rdf:type owl:Class ; + rdfs:subClassOf cco:WaveProcessProfile ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Waveform"@en ; + skos:definition "A Wave Process Profile that is the shape of the Wave Cycles of the Wave Process when depicted in a visual graph."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Wavelength - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Assuming a non-dispersive media, the Wavelength will be the inverse of the Frequency."@en ; - rdfs:label "Wavelength"@en ; - "A Wave Process Profile that is the distance the Wave Process traverses during one Wave Cycle."@en . +cco:Wavelength rdf:type owl:Class ; + rdfs:subClassOf cco:WaveProcessProfile ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "Assuming a non-dispersive media, the Wavelength will be the inverse of the Frequency."@en ; + rdfs:label "Wavelength"@en ; + skos:definition "A Wave Process Profile that is the distance the Wave Process traverses during one Wave Cycle."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Wavy - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Wavy"@en ; - "Undulate"@en ; - "A Shape Quality inhering in a bearer in virtue of it having a sinuous or rippled border."@en . +cco:Wavy rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Wavy"@en ; + skos:altLabel "Undulate"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of it having a sinuous or rippled border."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Weapon - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Weapon&oldid=1143263715"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Weapon"@en ; - "A Material Artifact that is designed to destroy or inflict damage to structures or systems, or to kill or wound living things by creating specific lethal or nonlethal effects."@en ; - "Nonlethal effects include all outcomes short of death or destruction. This is captured by the fact that Damaged Stasis and Wounded Stasis are defined in terms of impairment of the Independent Continuant that participates in them."@en . +cco:Weapon rdf:type owl:Class ; + rdfs:subClassOf cco:Artifact ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Weapon&oldid=1143263715"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Weapon"@en ; + skos:definition "A Material Artifact that is designed to destroy or inflict damage to structures or systems, or to kill or wound living things by creating specific lethal or nonlethal effects."@en ; + skos:scopeNote "Nonlethal effects include all outcomes short of death or destruction. This is captured by the fact that Damaged Stasis and Wounded Stasis are defined in terms of impairment of the Independent Continuant that participates in them."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WeaponManufacturingFacility - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Arms_industry&oldid=1063811497"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Weapon Manufacturing Facility"@en ; - "A Factory that is designed to produce or assemble weapons."@en . +cco:WeaponManufacturingFacility rdf:type owl:Class ; + rdfs:subClassOf cco:Factory ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Arms_industry&oldid=1063811497"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Weapon Manufacturing Facility"@en ; + skos:definition "A Factory that is designed to produce or assemble weapons."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Webcast - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Webcast&oldid=1062685084"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:comment "Essentially, webcasting is “broadcasting” over the Internet."@en ; - rdfs:label "Webcast"@en ; - "Act of Webcasting"@en ; - "An Act of Communciation by Media transmitted to an audience over the Internet using streaming media technology to distribute a single content source that may be distributed live or on demand."@en . +cco:Webcast rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCommunicationByMedia ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Webcast&oldid=1062685084"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:comment "Essentially, webcasting is “broadcasting” over the Internet."@en ; + rdfs:label "Webcast"@en ; + skos:altLabel "Act of Webcasting"@en ; + skos:definition "An Act of Communciation by Media transmitted to an audience over the Internet using streaming media technology to distribute a single content source that may be distributed live or on demand."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Wedding - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Wedding&oldid=1063857279"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Wedding"@en ; - "Act of Wedding Ceremony"@en ; - "An Act of Ceremony in which two Persons are united in Marriage or a similar institution."@en . +cco:Wedding rdf:type owl:Class ; + rdfs:subClassOf cco:ActOfCeremony ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Wedding&oldid=1063857279"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Wedding"@en ; + skos:altLabel "Act of Wedding Ceremony"@en ; + skos:definition "An Act of Ceremony in which two Persons are united in Marriage or a similar institution."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Week - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://wordnetweb.princeton.edu/perl/webwn?s=week" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Week"@en ; - "A Temporal Interval that is equal to seven consecutive Days."@en . +cco:Week rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:interval_during ; + owl:someValuesFrom cco:Month + ] ; + cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=week" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Week"@en ; + skos:definition "A Temporal Interval that is equal to seven consecutive Days."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Weight - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:comment "When an object is \"weighed\", in the typical case, it is done so by taking into account the local force of gravity to determine the object's mass, whose standard of measure is the kilogram. The actual unit of measure of weight is the newton."@en ; - rdfs:label "Weight"@en ; - "A Quality that inheres in some material entity with a mass in virtue of its location in some gravitational field."@en . +cco:Weight rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:comment "When an object is \"weighed\", in the typical case, it is done so by taking into account the local force of gravity to determine the object's mass, whose standard of measure is the kilogram. The actual unit of measure of weight is the newton."@en ; + rdfs:label "Weight"@en ; + skos:definition "A Quality that inheres in some material entity with a mass in virtue of its location in some gravitational field."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Wetness - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Wetness"@en ; - "A Quality that inheres in a bearer in virtue of the degree to which the bearer is covered by a liquid, typically on a continuum of dry to wet."@en . +cco:Wetness rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000019 ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Wetness"@en ; + skos:definition "A Quality that inheres in a bearer in virtue of the degree to which the bearer is covered by a liquid, typically on a continuum of dry to wet."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WettingAgentArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Wetting&oldid=1062806793"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Wetting Agent Artifact Function"@en ; - "A Surfactant Artifact Function that is realized in a process that reduces the water repellent tendency of a substance thereby allowing it to become wet."@en . +cco:WettingAgentArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:SurfactantArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Wetting&oldid=1062806793"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Wetting Agent Artifact Function"@en ; + skos:definition "A Surfactant Artifact Function that is realized in a process that reduces the water repellent tendency of a substance thereby allowing it to become wet."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/White - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "White"@en ; - "A Color of maximum brightness, the color of objects that reflect nearly all wavelengths of the visible light spectrum, thus considered achromatic."@en . +cco:White rdf:type owl:Class ; + rdfs:subClassOf cco:Color ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "White"@en ; + skos:definition "A Color of maximum brightness, the color of objects that reflect nearly all wavelengths of the visible light spectrum, thus considered achromatic."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Wide - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Wide"@en ; - "Broad"@en , - "Fat"@en ; - "A Shape Quality inhering in a bearer in virtue of the bearer having a width or depth which is significantly larger in proportion to its length or height."@en . +cco:Wide rdf:type owl:Class ; + rdfs:subClassOf cco:ShapeQuality ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Wide"@en ; + skos:altLabel "Broad"@en , + "Fat"@en ; + skos:definition "A Shape Quality inhering in a bearer in virtue of the bearer having a width or depth which is significantly larger in proportion to its length or height."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Width - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Width"@en ; - "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a horizontal direction."@en . +cco:Width rdf:type owl:Class ; + rdfs:subClassOf cco:OneDimensionalExtent ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Width"@en ; + skos:definition "A One Dimensional Extent that inheres in a bearer in virtue of the bearer's extension in a horizontal direction."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WindFarm - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Wind_farm&oldid=1062817899"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; - rdfs:label "Wind Farm"@en ; - "An Electric Power Station that is designed to convert the wind's kinetic energy into electrical power by means of wind turbines."@en . +cco:WindFarm rdf:type owl:Class ; + rdfs:subClassOf cco:ElectricPowerStation ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Wind_farm&oldid=1062817899"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/FacilityOntology"^^xsd:anyURI ; + rdfs:label "Wind Farm"@en ; + skos:definition "An Electric Power Station that is designed to convert the wind's kinetic energy into electrical power by means of wind turbines."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WireAntenna - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Wire Antenna"@en ; - "A Radio Antenna that consists primarily of a length of wire."@en . +cco:WireAntenna rdf:type owl:Class ; + rdfs:subClassOf cco:RadioAntenna ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Wire Antenna"@en ; + skos:definition "A Radio Antenna that consists primarily of a length of wire."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WireReceiver - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Wire Receiver"@en ; - "A Radio Receiver that uses a Wire Antenna to intercept radio signals."@en . +cco:WireReceiver rdf:type owl:Class ; + rdfs:subClassOf cco:RadioReceiver ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Wire Receiver"@en ; + skos:definition "A Radio Receiver that uses a Wire Antenna to intercept radio signals."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WiredCommunicationArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Wired Communication Artifact Function"@en ; - "A Communication Artifact Function that is realized in a process that conveys meaningful signs by means of a (usually cylindrical) flexible strand or rod of metal."@en . +cco:WiredCommunicationArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:CommunicationArtifactFunction ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telecommunications&oldid=1061143810"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Wired Communication Artifact Function"@en ; + skos:definition "A Communication Artifact Function that is realized in a process that conveys meaningful signs by means of a (usually cylindrical) flexible strand or rod of metal."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WiredCommunicationReceptionArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Wired Communication Reception Artifact Function"@en ; - "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:WiredCommunicationReceptionArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:CommunicationReceptionArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Wired Communication Reception Artifact Function"@en ; + skos: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 . ### http://www.ontologyrepository.com/CommonCoreOntologies/WiredCommunicationRelayArtifactFunction - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Wired Communication Relay Artifact Function"@en ; - "A Communication Relay Artifact Function that is realized during events in which an Artifact is used to first receive and then transmit information by means of wires from one Artifact to another for the purpose of communiction."@en . +cco:WiredCommunicationRelayArtifactFunction rdf:type owl:Class ; + rdfs:subClassOf cco:CommunicationRelayArtifactFunction ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Wired Communication Relay Artifact Function"@en ; + skos:definition "A Communication Relay Artifact Function that is realized during events in which an Artifact is used to first receive and then transmit information by means of wires from one Artifact to another for the purpose of communiction."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WirelessNetworkTelephoneCall - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Wireless Network Telephone Call"@en ; - "A Telephone Call transmitted over a network where the telephones are mobile and can move anywhere within the coverage area."@en . +cco:WirelessNetworkTelephoneCall rdf:type owl:Class ; + rdfs:subClassOf cco:TelephoneCall ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telephone_network&oldid=1046265527"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Wireless Network Telephone Call"@en ; + skos:definition "A Telephone Call transmitted over a network where the telephones are mobile and can move anywhere within the coverage area."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WirelessTelecommunicationNetwork - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Wireless_network&oldid=1060257041"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "Wireless Telecommunication Network"@en ; - "Wireless Network"@en ; - "A Telecommunication Network that uses wireless connections to connect Telecommunication Network Nodes."@en . +cco:WirelessTelecommunicationNetwork rdf:type owl:Class ; + rdfs:subClassOf cco:TelecommunicationNetwork ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Wireless_network&oldid=1060257041"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "Wireless Telecommunication Network"@en ; + skos:altLabel "Wireless Network"@en ; + skos:definition "A Telecommunication Network that uses wireless connections to connect Telecommunication Network Nodes."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WoundedStasis - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "Wounded Stasis"@en ; - "Wounded"@en ; - "A Damaged Stasis in which a Person or other organism is the bearer of a Quality or Realizable Entity that has suffered impairment (i.e., a decrease or loss) due to an injuring event."@en . +cco:WoundedStasis rdf:type owl:Class ; + rdfs:subClassOf cco:DamagedStasis ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "Wounded Stasis"@en ; + skos:altLabel "Wounded"@en ; + skos:definition "A Damaged Stasis in which a Person or other organism is the bearer of a Quality or Realizable Entity that has suffered impairment (i.e., a decrease or loss) due to an injuring event."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/XRayMicroscope - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=X-ray_microscope&oldid=1046169107"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "X-ray Microscope"@en ; - "A Microscope that is designed to use Electromagnetic Radiation in the soft X-ray band to produce a significantly enlarged image of the Object."@en . +cco:XRayMicroscope rdf:type owl:Class ; + rdfs:subClassOf cco:Microscope ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=X-ray_microscope&oldid=1046169107"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "X-ray Microscope"@en ; + skos:definition "A Microscope that is designed to use Electromagnetic Radiation in the soft X-ray band to produce a significantly enlarged image of the Object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/XRayTelescope - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=X-ray_telescope&oldid=1035025593"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; - rdfs:label "X-ray Telescope"@en ; - "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing X-rays to form an enhanced image of the Object."@en . +cco:XRayTelescope rdf:type owl:Class ; + rdfs:subClassOf cco:Telescope ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=X-ray_telescope&oldid=1035025593"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ArtifactOntology"^^xsd:anyURI ; + rdfs:label "X-ray Telescope"@en ; + skos:definition "A Telescope that is designed to aid in the observation of spatially distant Objects by means of collecting and focusing X-rays to form an enhanced image of the Object."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/XrayFrequency - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; - rdfs:label "X-ray Frequency"@en ; - "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 30 petahertz and 30 exahertz."@en . +cco:XrayFrequency rdf:type owl:Class ; + rdfs:subClassOf cco:ElectromagneticRadiationFrequency ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ; + rdfs:label "X-ray Frequency"@en ; + skos:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 30 petahertz and 30 exahertz."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/YawAxis - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Yaw Axis"@en ; - "Vertical Axis"@en ; - "An Axis of Rotation that passes through the center of an object's Mass from the top to the bottom and is perpendicular to the direction of the object's motion. For objects in Orbit, the Yaw Axis passes through the Barycenter of its Orbit."@en . +cco:YawAxis rdf:type owl:Class ; + rdfs:subClassOf cco:AxisOfRotation ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Yaw Axis"@en ; + skos:altLabel "Vertical Axis"@en ; + skos:definition "An Axis of Rotation that passes through the center of an object's Mass from the top to the bottom and is perpendicular to the direction of the object's motion. For objects in Orbit, the Yaw Axis passes through the Barycenter of its Orbit."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/YawOrientation - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Yaw Orientation"@en ; - "Yaw"@en ; - "A Spatial Orientation of an Object relative to its Yaw Axis."@en . +cco:YawOrientation rdf:type owl:Class ; + rdfs:subClassOf cco:SpatialOrientation ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Yaw Orientation"@en ; + skos:altLabel "Yaw"@en ; + skos:definition "A Spatial Orientation of an Object relative to its Yaw Axis."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Year - rdf:type owl:Class ; - rdfs:subClassOf , - [ rdf:type owl:Restriction ; - owl:onProperty ; - owl:someValuesFrom - ] ; - "http://wordnetweb.princeton.edu/perl/webwn?s=year" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; - rdfs:label "Year"@en ; - "A Temporal Interval that is equal to the approximate length of time required for an Astronomical Body to complete one Orbital Revolution around its Primary Body as specified relative to a particular Temporal Reference System."@en ; - "Unless otherwise specified, a Year is assumed to be relative to the Orbiting of the Earth around the Sun and is approximately equal to 12 Months or 365 Days."@en . +cco:Year rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000202 , + [ rdf:type owl:Restriction ; + owl:onProperty cco:interval_during ; + owl:someValuesFrom cco:Decade + ] ; + cco:definition_source "http://wordnetweb.princeton.edu/perl/webwn?s=year" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/TimeOntology"^^xsd:anyURI ; + rdfs:label "Year"@en ; + skos:definition "A Temporal Interval that is equal to the approximate length of time required for an Astronomical Body to complete one Orbital Revolution around its Primary Body as specified relative to a particular Temporal Reference System."@en ; + skos:scopeNote "Unless otherwise specified, a Year is assumed to be relative to the Orbiting of the Earth around the Sun and is approximately equal to 12 Months or 365 Days."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Yellow - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; - rdfs:label "Yellow"@en ; - "A Color that is between Orange and Green with a wavelength in the visible spectrum typically between 560 to 590 nanometers."@en . +cco:Yellow rdf:type owl:Class ; + rdfs:subClassOf cco:Color ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/QualityOntology"^^xsd:anyURI ; + rdfs:label "Yellow"@en ; + skos:definition "A Color that is between Orange and Green with a wavelength in the visible spectrum typically between 560 to 590 nanometers."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Zenith - rdf:type owl:Class ; - rdfs:subClassOf ; - "https://en.wikipedia.org/w/index.php?title=Zenith&oldid=1052625030"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "Zenith"@en ; - "A One-Dimensional Spatial Region that extends from a given location upward along the local vertical direction pointing in the direction opposite the apparent Gravitational Force at that location."@en . +cco:Zenith rdf:type owl:Class ; + rdfs:subClassOf obo:BFO_0000026 ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Zenith&oldid=1052625030"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "Zenith"@en ; + skos:definition "A One-Dimensional Spatial Region that extends from a given location upward along the local vertical direction pointing in the direction opposite the apparent Gravitational Force at that location."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/xAxis - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "x-Axis"@en ; - "A Coordinate System Axis designated by the variable 'x'."@en . +cco:xAxis rdf:type owl:Class ; + rdfs:subClassOf cco:CoordinateSystemAxis ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "x-Axis"@en ; + skos:definition "A Coordinate System Axis designated by the variable 'x'."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/yAxis - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "y-Axis"@en ; - "A Coordinate System Axis designated by the variable 'y'."@en . +cco:yAxis rdf:type owl:Class ; + rdfs:subClassOf cco:CoordinateSystemAxis ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "y-Axis"@en ; + skos:definition "A Coordinate System Axis designated by the variable 'y'."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/zAxis - rdf:type owl:Class ; - rdfs:subClassOf ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; - rdfs:label "z-Axis"@en ; - "A Coordinate System Axis designated by the variable 'z'."@en . +cco:zAxis rdf:type owl:Class ; + rdfs:subClassOf cco:CoordinateSystemAxis ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/GeospatialOntology"^^xsd:anyURI ; + rdfs:label "z-Axis"@en ; + skos:definition "A Coordinate System Axis designated by the variable 'z'."@en . ################################################################# @@ -16923,2909 +16840,2871 @@ Note that the ITU definition of UHF is broader than the definition given by IEEE ################################################################# ### http://www.ontologyrepository.com/CommonCoreOntologies/AcreMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Acre Measurement Unit"@en ; - "acre"@en . +cco:AcreMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfArea ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Acre Measurement Unit"@en ; + skos:altLabel "acre"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AfghanistanAfghani - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Afghanistan Afghani"@en . +cco:AfghanistanAfghani rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Afghanistan Afghani"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AlbaniaLek - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Albania Lek"@en . +cco:AlbaniaLek rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Albania Lek"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AlgerianDinar - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Algerian Dinar"@en . +cco:AlgerianDinar rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Algerian Dinar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AlphaTimeZone - rdf:type owl:NamedIndividual , - ; - "A" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+1"@en ; - rdfs:label "Alpha Time Zone"@en . +cco:AlphaTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "A" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+1"@en ; + rdfs:label "Alpha Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AngolanKwanza - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Angolan Kwanza"@en . +cco:AngolanKwanza rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Angolan Kwanza"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AngstromMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Angstrom Measurement Unit"@en ; - "Angstrom"@en , - "Å"@en , - "Ångström"@en . +cco:AngstromMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfLength ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Angstrom Measurement Unit"@en ; + skos:altLabel "Angstrom"@en , + "Å"@en , + "Ångström"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArgentinePeso - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Argentine Peso"@en . +cco:ArgentinePeso rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Argentine Peso"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ArmenianDram - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Armenian Dram"@en . +cco:ArmenianDram rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Armenian Dram"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AtmosphereMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Atmosphere Measurement Unit"@en ; - "atm"@en . +cco:AtmosphereMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfPressure ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Atmosphere Measurement Unit"@en ; + skos:altLabel "atm"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AustralianDollar - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Australian Dollar"@en . +cco:AustralianDollar rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Australian Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/AzerbaijanManat - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Azerbaijan Manat"@en . +cco:AzerbaijanManat rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Azerbaijan Manat"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BangladeshTaka - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Bangladesh Taka"@en . +cco:BangladeshTaka rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Bangladesh Taka"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BarMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Bar Measurement Unit"@en ; - "bar"@en . +cco:BarMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfPressure ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Bar Measurement Unit"@en ; + skos:altLabel "bar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BarycentricCoordinateTime - rdf:type owl:NamedIndividual , - ; - "TCB" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment """\"Barycentric Coordinate Time (TCB, from the French Temps-coordonnée barycentrique) is a coordinate time standard intended to be used as the independent variable of time for all calculations pertaining to orbits of planets, asteroids, comets, and interplanetary spacecraft in the Solar system. It is equivalent to the proper time experienced by a clock at rest in a coordinate frame co-moving with the barycenter of the Solar system: that is, a clock that performs exactly the same movements as the Solar system but is outside the system's gravity well. It is therefore not influenced by the gravitational time dilation caused by the Sun and the rest of the system.\" +cco:BarycentricCoordinateTime rdf:type owl:NamedIndividual , + cco:TemporalReferenceSystem ; + cco:acronym "TCB" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment """\"Barycentric Coordinate Time (TCB, from the French Temps-coordonnée barycentrique) is a coordinate time standard intended to be used as the independent variable of time for all calculations pertaining to orbits of planets, asteroids, comets, and interplanetary spacecraft in the Solar system. It is equivalent to the proper time experienced by a clock at rest in a coordinate frame co-moving with the barycenter of the Solar system: that is, a clock that performs exactly the same movements as the Solar system but is outside the system's gravity well. It is therefore not influenced by the gravitational time dilation caused by the Sun and the rest of the system.\" From: (https://en.wikipedia.org/wiki/Barycentric_Coordinate_Time)"""@en ; - rdfs:label "Barycentric Coordinate Time"@en . + rdfs:label "Barycentric Coordinate Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BarycentricDynamicalTime - rdf:type owl:NamedIndividual , - ; - "TDB" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "TDB is a linear scaling of Barycentric Coordinate Time (TCB) and is a relativistic coordinate time scale used in astronomy as a time standard that accounts for time dilation when calculating Orbits and Ephemerides of Astronomical Bodies and interplanetary Spacecraft in the Solar System. TDB is a successor of Ephemeris Time (ET) and is nearly equivalent to the time scale Teph used for DE405 planetary and lunar ephemerides generated by the Jet Propulsion Laboratory."@en ; - rdfs:label "Barycentric Dynamical Time"@en . +cco:BarycentricDynamicalTime rdf:type owl:NamedIndividual , + cco:TemporalReferenceSystem ; + cco:acronym "TDB" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "TDB is a linear scaling of Barycentric Coordinate Time (TCB) and is a relativistic coordinate time scale used in astronomy as a time standard that accounts for time dilation when calculating Orbits and Ephemerides of Astronomical Bodies and interplanetary Spacecraft in the Solar System. TDB is a successor of Ephemeris Time (ET) and is nearly equivalent to the time scale Teph used for DE405 planetary and lunar ephemerides generated by the Jet Propulsion Laboratory."@en ; + rdfs:label "Barycentric Dynamical Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BayreMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Bayre Measurement Unit"@en ; - "ba"@en . +cco:BayreMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfPressure ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Bayre Measurement Unit"@en ; + skos:altLabel "ba"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BelarussianRuble - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Belarussian Ruble"@en . +cco:BelarussianRuble rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Belarussian Ruble"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BhutanNgultrum - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Bhutan Ngultrum"@en . +cco:BhutanNgultrum rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Bhutan Ngultrum"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BinaryDegreeMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Binary Degree Measurement Unit"@en ; - "Binary Radian"@en , - "Brad"@en . +cco:BinaryDegreeMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfAngle ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Binary Degree Measurement Unit"@en ; + skos:altLabel "Binary Radian"@en , + "Brad"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BoliviaBoliviano - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Bolivia Boliviano"@en . +cco:BoliviaBoliviano rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Bolivia Boliviano"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BosniaAndHerzegovinaConvertibleMark - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Bosnia And Herzegovina Convertible Mark"@en . +cco:BosniaAndHerzegovinaConvertibleMark rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Bosnia And Herzegovina Convertible Mark"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BotswanaPula - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Botswana Pula"@en . +cco:BotswanaPula rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Botswana Pula"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BravoTimeZone - rdf:type owl:NamedIndividual , - ; - "B" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+2"@en ; - rdfs:label "Bravo Time Zone"@en . +cco:BravoTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "B" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+2"@en ; + rdfs:label "Bravo Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BrazilianReal - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Brazilian Real"@en . +cco:BrazilianReal rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Brazilian Real"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BritishThermalUnitMeasurementUnit - rdf:type owl:NamedIndividual , - , - , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "British Thermal Unit Measurement Unit"@en ; - "BTU"@en , - "Btu"@en . +cco:BritishThermalUnitMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfEnergy , + cco:MeasurementUnitOfPower , + cco:MeasurementUnitOfWork ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "British Thermal Unit Measurement Unit"@en ; + skos:altLabel "BTU"@en , + "Btu"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BruneiDollar - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Brunei Dollar"@en . +cco:BruneiDollar rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Brunei Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BulgarianLev - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Bulgarian Lev"@en . +cco:BulgarianLev rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Bulgarian Lev"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/BurundiFranc - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Burundi Franc"@en . +cco:BurundiFranc rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Burundi Franc"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CFAFranc - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "CFA Franc"@en . +cco:CFAFranc rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "CFA Franc"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CFPFranc - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "CFP Franc"@en . +cco:CFPFranc rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "CFP Franc"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CalorieMeasurementUnit - rdf:type owl:NamedIndividual , - , - , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Calorie Measurement Unit"@en ; - "cal"@en . +cco:CalorieMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfEnergy , + cco:MeasurementUnitOfPower , + cco:MeasurementUnitOfWork ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Calorie Measurement Unit"@en ; + skos:altLabel "cal"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CambodianRiel - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Cambodian Riel"@en . +cco:CambodianRiel rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Cambodian Riel"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CanadianDollar - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Canadian Dollar"@en . +cco:CanadianDollar rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Canadian Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CapeVerdeEscudo - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Cape Verde Escudo"@en . +cco:CapeVerdeEscudo rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Cape Verde Escudo"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CentigramMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Centigram Measurement Unit"@en ; - "cg"@en . +cco:CentigramMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfMass ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Centigram Measurement Unit"@en ; + skos:altLabel "cg"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CentiliterMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Centiliter Measurement Unit"@en ; - "cL"@en . +cco:CentiliterMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfVolume ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Centiliter Measurement Unit"@en ; + skos:altLabel "cL"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CentimeterMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Centimeter Measurement Unit"@en ; - "cm"@en . +cco:CentimeterMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfLength ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Centimeter Measurement Unit"@en ; + skos:altLabel "cm"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CharlieTimeZone - rdf:type owl:NamedIndividual , - ; - "C" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+3"@en ; - rdfs:label "Charlie Time Zone"@en . +cco:CharlieTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "C" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+3"@en ; + rdfs:label "Charlie Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ChileanPeso - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Chilean Peso"@en . +cco:ChileanPeso rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Chilean Peso"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ChineseRenminbi - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Chinese Renminbi"@en . +cco:ChineseRenminbi rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Chinese Renminbi"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ColombianPeso - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Colombian Peso"@en . +cco:ColombianPeso rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Colombian Peso"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ComorosFranc - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Comoros Franc"@en . +cco:ComorosFranc rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Comoros Franc"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CoordinatedUniversalTime - rdf:type owl:NamedIndividual , - , - ; - "UTC" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "UTC is a variant of Universal Time that is calculated by combining Universal Time 1 with International Atomic Time by occasionally adding leap seconds to TAI in order to maintain UTC within 0.9 seconds of UT1. The difference between UTC and UT1 is called DUT1 and always has a value between -0.9 seconds and +0.9 seconds. Coordinated Universal Time is the current basis for civil time and is the reference time for time zones, whose local times are defined based on an offset from UTC."@en ; - rdfs:label "Coordinated Universal Time"@en . +cco:CoordinatedUniversalTime rdf:type owl:NamedIndividual , + cco:CivilTimeReferenceSystem , + cco:UniversalTimeReferenceSystem ; + cco:acronym "UTC" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "UTC is a variant of Universal Time that is calculated by combining Universal Time 1 with International Atomic Time by occasionally adding leap seconds to TAI in order to maintain UTC within 0.9 seconds of UT1. The difference between UTC and UT1 is called DUT1 and always has a value between -0.9 seconds and +0.9 seconds. Coordinated Universal Time is the current basis for civil time and is the reference time for time zones, whose local times are defined based on an offset from UTC."@en ; + rdfs:label "Coordinated Universal Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CostaRicaColon - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Costa Rica Colon"@en . +cco:CostaRicaColon rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Costa Rica Colon"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CroatiaKuna - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Croatia Kuna"@en . +cco:CroatiaKuna rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Croatia Kuna"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicCentimeterMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Cubic Centimeter Measurement Unit"@en ; - "cm^3"@en . +cco:CubicCentimeterMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfVolume ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Cubic Centimeter Measurement Unit"@en ; + skos:altLabel "cm^3"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicDecimeterMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Cubic Decimeter Measurement Unit"@en ; - "dm^3"@en . +cco:CubicDecimeterMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfVolume ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Cubic Decimeter Measurement Unit"@en ; + skos:altLabel "dm^3"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicFeetPerSecondMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "cusec" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Cubic Feet Per Second Measurement Unit"@en ; - "ft^3/s"@en . +cco:CubicFeetPerSecondMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfVolumetricFlowRate ; + cco:acronym "cusec" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Cubic Feet Per Second Measurement Unit"@en ; + skos:altLabel "ft^3/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicFootMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Cubic Foot Measurement Unit"@en ; - "ft^3"@en . +cco:CubicFootMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfVolume ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Cubic Foot Measurement Unit"@en ; + skos:altLabel "ft^3"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicInchMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Cubic Inch Measurement Unit"@en ; - "in^3"@en . +cco:CubicInchMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfVolume ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Cubic Inch Measurement Unit"@en ; + skos:altLabel "in^3"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicMeterMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Cubic Meter Measurement Unit"@en ; - "m^3"@en . +cco:CubicMeterMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfVolume ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Cubic Meter Measurement Unit"@en ; + skos:altLabel "m^3"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicMeterPerSecondMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "m^3/s" ; - "cumec" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Cubic Meter Per Second Measurement Unit"@en . +cco:CubicMeterPerSecondMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfVolumetricFlowRate ; + cco:SI_unit_symbol "m^3/s" ; + cco:acronym "cumec" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Cubic Meter Per Second Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicMillimeterMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Cubic Millimeter Measurement Unit"@en ; - "mm^3"@en . +cco:CubicMillimeterMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfVolume ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Cubic Millimeter Measurement Unit"@en ; + skos:altLabel "mm^3"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CubicYardMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Cubic Yard Measurement Unit"@en ; - "yrd^3"@en . +cco:CubicYardMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfVolume ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Cubic Yard Measurement Unit"@en ; + skos:altLabel "yrd^3"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/CzechKoruna - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Czech Koruna"@en . +cco:CzechKoruna rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Czech Koruna"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DanishKrone - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Danish Krone"@en . +cco:DanishKrone rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Danish Krone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DayMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Day Measurement Unit"@en . +cco:DayMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfTime ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Day Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecibelIsotropicMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "Donna Jones" , - "Olivia Hobai" ; - "dBi" ; - "https://shopdelta.eu/dbi-power-gain-of-isotropic-antenna_l2_aid836.html"^^xsd:anyURI , - "https://www.techtarget.com/whatis/definition/decibels-relative-to-isotropic-radiator-dBi"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Decibel Isotropic Measurement Unit"@en ; - "Decibels Over Isotropic" , - "Decibels Over Isotropic Antenna" , - "Decibels Relative to Isotrope" , - "Decibels Relative to Isotropic Radiator" , - "Decibels Relative to an Isotropic Reference Antenna" . +cco:DecibelIsotropicMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfPower ; + dcterms:contributor "Donna Jones" , + "Olivia Hobai" ; + cco:SI_unit_symbol "dBi" ; + cco:definition_source "https://shopdelta.eu/dbi-power-gain-of-isotropic-antenna_l2_aid836.html"^^xsd:anyURI , + "https://www.techtarget.com/whatis/definition/decibels-relative-to-isotropic-radiator-dBi"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Decibel Isotropic Measurement Unit"@en ; + skos:altLabel "Decibels Over Isotropic" , + "Decibels Over Isotropic Antenna" , + "Decibels Relative to Isotrope" , + "Decibels Relative to Isotropic Radiator" , + "Decibels Relative to an Isotropic Reference Antenna" . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecibelMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "dB" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Decibel Measurement Unit"@en . +cco:DecibelMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfSoundLevel ; + cco:SI_unit_symbol "dB" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Decibel Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecigramMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Decigram Measurement Unit"@en ; - "dg"@en . +cco:DecigramMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfMass ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Decigram Measurement Unit"@en ; + skos:altLabel "dg"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DeciliterMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Deciliter Measurement Unit"@en ; - "dL"@en . +cco:DeciliterMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfVolume ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Deciliter Measurement Unit"@en ; + skos:altLabel "dL"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DecimeterMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Decimeter Measurement Unit"@en ; - "dm"@en . +cco:DecimeterMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfLength ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Decimeter Measurement Unit"@en ; + skos:altLabel "dm"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DegreeCelsiusMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "degree Celsius" ; - "°C" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Degree Celsius Measurement Unit"@en . +cco:DegreeCelsiusMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfTemperature ; + cco:SI_unit_label "degree Celsius" ; + cco:SI_unit_symbol "°C" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Degree Celsius Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DegreeFahrenheitMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Degree Fahrenheit Measurement Unit"@en ; - "°F"@en . +cco:DegreeFahrenheitMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfTemperature ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Degree Fahrenheit Measurement Unit"@en ; + skos:altLabel "°F"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DegreeMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "°" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Degree Measurement Unit"@en . +cco:DegreeMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfAngle ; + cco:SI_unit_symbol "°" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Degree Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DeltaTimeZone - rdf:type owl:NamedIndividual , - ; - "D" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+4"@en ; - rdfs:label "Delta Time Zone"@en . +cco:DeltaTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "D" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+4"@en ; + rdfs:label "Delta Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DemocraticRepublicOfCongoFranc - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Democratic Republic Of Congo Franc"@en . +cco:DemocraticRepublicOfCongoFranc rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Democratic Republic Of Congo Franc"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DominicanPeso - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Dominican Peso"@en . +cco:DominicanPeso rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Dominican Peso"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DyneMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Dyne Measurement Unit"@en ; - "dyn"@en . +cco:DyneMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfForce ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Dyne Measurement Unit"@en ; + skos:altLabel "dyn"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/DyneSecondMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Dyne Second Measurement Unit"@en ; - "dyne s"@en , - "dyne second"@en . +cco:DyneSecondMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfImpulse ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Dyne Second Measurement Unit"@en ; + skos:altLabel "dyne s"@en , + "dyne second"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EarthCenteredEarthFixedCoordinateSystem - rdf:type owl:NamedIndividual , - , - ; - "https://en.wikipedia.org/w/index.php?title=Earth-centered,_Earth-fixed_coordinate_system&oldid=1062678600"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Earth-Centered Earth-Fixed Coordinate System"@en ; - "Conventional Terrestrial Coordinate System"@en , - "ECEF"@en , - "ECR"@en , - "Earth Centered Earth Fixed"@en , - "Earth Centered Rotational Coordinate System"@en , - "Earth-Centered Earth-Fixed"@en , - "Earth-Centered, Earth-Fixed"@en ; - "A Geospatial and Cartesian Coordinate System that identifies positions using an x-axis, y-axis, and z-axis coordinate where the zero point is the center of the Earth, the z-Axis extends toward the North Pole but does not always coincide exactly with the Earth's Axis of Rotation, the x-Axis extends through the intersection of the Prime Meridian and the Equator, the y-Axis completes the right-handed system, and all three axes are fixed to the Earth such that they rotate along with the Earth."@en . +cco:EarthCenteredEarthFixedCoordinateSystem rdf:type owl:NamedIndividual , + cco:CartesianCoordinateSystem , + cco:GeospatialCoordinateReferenceSystem ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Earth-centered,_Earth-fixed_coordinate_system&oldid=1062678600"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Earth-Centered Earth-Fixed Coordinate System"@en ; + skos:altLabel "Conventional Terrestrial Coordinate System"@en , + "ECEF"@en , + "ECR"@en , + "Earth Centered Earth Fixed"@en , + "Earth Centered Rotational Coordinate System"@en , + "Earth-Centered Earth-Fixed"@en , + "Earth-Centered, Earth-Fixed"@en ; + skos:definition "A Geospatial and Cartesian Coordinate System that identifies positions using an x-axis, y-axis, and z-axis coordinate where the zero point is the center of the Earth, the z-Axis extends toward the North Pole but does not always coincide exactly with the Earth's Axis of Rotation, the x-Axis extends through the intersection of the Prime Meridian and the Equator, the y-Axis completes the right-handed system, and all three axes are fixed to the Earth such that they rotate along with the Earth."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EchoTimeZone - rdf:type owl:NamedIndividual , - ; - "E" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+5"@en ; - rdfs:label "Echo Time Zone"@en . +cco:EchoTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "E" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+5"@en ; + rdfs:label "Echo Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EgyptianPound - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Egyptian Pound"@en . +cco:EgyptianPound rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Egyptian Pound"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EphemerisTime - rdf:type owl:NamedIndividual , - ; - "ET" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "ET is an astronomical time scale that was adopted as a standard in 1952 by the IAU but has since been superseded and is no longer actively used. ET is based on the ephemeris second, which was defined as a fraction of the tropical year for 1900 January 01 as calculated using Newcomb's 1895 tables of the Sun. ET was designed to avoid problems caused by variations in Earth's rotational period and was used for Solar System ephemeris calculations until being replaced by Terrestrial Dynamical Time (TDT) in 1979."@en ; - rdfs:label "Ephemeris Time"@en . +cco:EphemerisTime rdf:type owl:NamedIndividual , + cco:TemporalReferenceSystem ; + cco:acronym "ET" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "ET is an astronomical time scale that was adopted as a standard in 1952 by the IAU but has since been superseded and is no longer actively used. ET is based on the ephemeris second, which was defined as a fraction of the tropical year for 1900 January 01 as calculated using Newcomb's 1895 tables of the Sun. ET was designed to avoid problems caused by variations in Earth's rotational period and was used for Solar System ephemeris calculations until being replaced by Terrestrial Dynamical Time (TDT) in 1979."@en ; + rdfs:label "Ephemeris Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ErgMeasurementUnit - rdf:type owl:NamedIndividual , - , - , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Erg Measurement Unit"@en ; - "erg"@en . +cco:ErgMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfEnergy , + cco:MeasurementUnitOfPower , + cco:MeasurementUnitOfWork ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Erg Measurement Unit"@en ; + skos:altLabel "erg"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/EthiopianBirr - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Ethiopian Birr"@en . +cco:EthiopianBirr rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Ethiopian Birr"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/Euro - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Euro"@en . +cco:Euro rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Euro"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FeetPerSecondMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Feet Per Second Measurement Unit"@en ; - "ft/s"@en . +cco:FeetPerSecondMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfSpeed ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Feet Per Second Measurement Unit"@en ; + skos:altLabel "ft/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FeetPerSecondPerSecondMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Feet Per Second Per Second Measurement Unit"@en ; - "ft/s/s"@en , - "ft/s^2"@en . +cco:FeetPerSecondPerSecondMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfAcceleration ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Feet Per Second Per Second Measurement Unit"@en ; + skos:altLabel "ft/s/s"@en , + "ft/s^2"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FijiDollar - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Fiji Dollar"@en . +cco:FijiDollar rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Fiji Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FootMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Foot Measurement Unit"@en ; - "ft"@en . +cco:FootMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfLength ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Foot Measurement Unit"@en ; + skos:altLabel "ft"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/FoxtrotTimeZone - rdf:type owl:NamedIndividual , - ; - "F" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+6"@en ; - rdfs:label "Foxtrot Time Zone"@en . +cco:FoxtrotTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "F" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+6"@en ; + rdfs:label "Foxtrot Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMT - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+0"@en ; - rdfs:label "GMT"@en ; - "Greenwich Mean Time"@en . +cco:GMT rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+0"@en ; + rdfs:label "GMT"@en ; + skos:altLabel "Greenwich Mean Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus0330 - rdf:type owl:NamedIndividual , - ; - "NST" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT-3:30"@en ; - "Newfoundland Standard Time"@en . +cco:GMTminus0330 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:acronym "NST" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT-3:30"@en ; + skos:altLabel "Newfoundland Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus1 - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT-1"@en ; - "CAT"@en , - "Central African Time"@en . +cco:GMTminus1 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT-1"@en ; + skos:altLabel "CAT"@en , + "Central African Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus10 - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT-10"@en ; - "HST"@en , - "Hawaii Standard Time"@en . +cco:GMTminus10 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT-10"@en ; + skos:altLabel "HST"@en , + "Hawaii Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus11 - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT-11"@en ; - "MIT"@en , - "Midway Islands Time"@en . +cco:GMTminus11 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT-11"@en ; + skos:altLabel "MIT"@en , + "Midway Islands Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus2 - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT-2"@en ; - "BET"@en , - "Brazil Eastern Time"@en . +cco:GMTminus2 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT-2"@en ; + skos:altLabel "BET"@en , + "Brazil Eastern Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus3 - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT-3"@en ; - "AGT"@en , - "Argentina Standard Time"@en . +cco:GMTminus3 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT-3"@en ; + skos:altLabel "AGT"@en , + "Argentina Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus4 - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT-4"@en ; - "PRT"@en , - "Puerto Rico and US Virgin Islands Time"@en . +cco:GMTminus4 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT-4"@en ; + skos:altLabel "PRT"@en , + "Puerto Rico and US Virgin Islands Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus5 - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT-5"@en ; - "EST"@en , - "Eastern Standard Time"@en , - "IET"@en , - "Indiana Eastern Standard Time"@en . +cco:GMTminus5 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT-5"@en ; + skos:altLabel "EST"@en , + "Eastern Standard Time"@en , + "IET"@en , + "Indiana Eastern Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus6 - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT-6"@en ; - "CST"@en , - "Central Standard Time"@en . +cco:GMTminus6 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT-6"@en ; + skos:altLabel "CST"@en , + "Central Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus7 - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT-7"@en ; - "MST"@en , - "Mountain Standard Time"@en , - "PNT"@en , - "Phoenix Standard Time"@en . +cco:GMTminus7 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT-7"@en ; + skos:altLabel "MST"@en , + "Mountain Standard Time"@en , + "PNT"@en , + "Phoenix Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus8 - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT-8"@en ; - "PST"@en , - "Pacific Standard Time"@en . +cco:GMTminus8 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT-8"@en ; + skos:altLabel "PST"@en , + "Pacific Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTminus9 - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT-9"@en ; - "AST"@en , - "Alaska Standard Time"@en . +cco:GMTminus9 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT-9"@en ; + skos:altLabel "AST"@en , + "Alaska Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus0330 - rdf:type owl:NamedIndividual , - ; - "IRST" , - "IT" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+3:30"@en ; - "Iran Standard Time"@en , - "Iran Time"@en . +cco:GMTplus0330 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:acronym "IRST" , + "IT" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+3:30"@en ; + skos:altLabel "Iran Standard Time"@en , + "Iran Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus0530 - rdf:type owl:NamedIndividual , - ; - "IST" , - "SLST" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+5:30"@en ; - "Indian Standard Time"@en , - "Sri Lanka Standard Time"@en . +cco:GMTplus0530 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:acronym "IST" , + "SLST" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+5:30"@en ; + skos:altLabel "Indian Standard Time"@en , + "Sri Lanka Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus0930 - rdf:type owl:NamedIndividual , - ; - "ACST" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+9:30"@en ; - "Australian Central Standard Time"@en . +cco:GMTplus0930 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:acronym "ACST" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+9:30"@en ; + skos:altLabel "Australian Central Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus1 - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+1"@en ; - "ECT"@en , - "European Central Time"@en . +cco:GMTplus1 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+1"@en ; + skos:altLabel "ECT"@en , + "European Central Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus10 - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+10"@en ; - "AET"@en , - "Australia Eastern Time"@en . +cco:GMTplus10 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+10"@en ; + skos:altLabel "AET"@en , + "Australia Eastern Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus11 - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+11"@en ; - "SST"@en , - "Solomon Standard Time"@en . +cco:GMTplus11 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+11"@en ; + skos:altLabel "SST"@en , + "Solomon Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus12 - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+12"@en ; - "NST"@en , - "New Zealand Standard Time"@en . +cco:GMTplus12 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+12"@en ; + skos:altLabel "NST"@en , + "New Zealand Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus2 - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+2"@en ; - "EET"@en , - "Eastern European Time"@en . +cco:GMTplus2 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+2"@en ; + skos:altLabel "EET"@en , + "Eastern European Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus3 - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+3"@en ; - "EAT"@en , - "Eastern African Time"@en . +cco:GMTplus3 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+3"@en ; + skos:altLabel "EAT"@en , + "Eastern African Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus4 - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+4"@en ; - "NET"@en , - "Near East Time"@en . +cco:GMTplus4 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+4"@en ; + skos:altLabel "NET"@en , + "Near East Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus5 - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+5"@en ; - "PLT"@en , - "Pakistan Lahore Time"@en . +cco:GMTplus5 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+5"@en ; + skos:altLabel "PLT"@en , + "Pakistan Lahore Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus6 - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+6"@en ; - "BST"@en , - "Bangladesh Standard Time"@en . +cco:GMTplus6 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+6"@en ; + skos:altLabel "BST"@en , + "Bangladesh Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus7 - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+7"@en ; - "VST"@en , - "Vietnam Standard Time"@en . +cco:GMTplus7 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+7"@en ; + skos:altLabel "VST"@en , + "Vietnam Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus8 - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+8"@en ; - "CTT"@en , - "China Taiwan Time"@en . +cco:GMTplus8 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+8"@en ; + skos:altLabel "CTT"@en , + "China Taiwan Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GMTplus9 - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "GMT+9"@en ; - "JST"@en , - "Japan Standard Time"@en . +cco:GMTplus9 rdf:type owl:NamedIndividual , + cco:GreenwichMeanTimeZoneIdentifier ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "GMT+9"@en ; + skos:altLabel "JST"@en , + "Japan Standard Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GallonMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Gallon Measurement Unit"@en ; - "gal"@en . +cco:GallonMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfVolume ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Gallon Measurement Unit"@en ; + skos:altLabel "gal"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GallonPerMinuteMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Gallon Per Minute Measurement Unit"@en ; - "gal/min"@en . +cco:GallonPerMinuteMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfVolumetricFlowRate ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Gallon Per Minute Measurement Unit"@en ; + skos:altLabel "gal/min"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GambianDalasi - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Gambian Dalasi"@en . +cco:GambianDalasi rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Gambian Dalasi"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeocentricCoordinateTime - rdf:type owl:NamedIndividual , - ; - "TCG" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment """\"TCG is a coordinate time standard intended to be used as the independent variable of time for all calculations pertaining to precession, nutation, the Moon, and artificial satellites of the Earth. It is equivalent to the proper time experienced by a clock at rest in a coordinate frame co-moving with the center of the Earth: that is, a clock that performs exactly the same movements as the Earth but is outside the Earth's gravity well. It is therefore not influenced by the gravitational time dilation caused by the Earth.\" +cco:GeocentricCoordinateTime rdf:type owl:NamedIndividual , + cco:TemporalReferenceSystem ; + cco:acronym "TCG" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment """\"TCG is a coordinate time standard intended to be used as the independent variable of time for all calculations pertaining to precession, nutation, the Moon, and artificial satellites of the Earth. It is equivalent to the proper time experienced by a clock at rest in a coordinate frame co-moving with the center of the Earth: that is, a clock that performs exactly the same movements as the Earth but is outside the Earth's gravity well. It is therefore not influenced by the gravitational time dilation caused by the Earth.\" From: (https://en.wikipedia.org/wiki/Geocentric_Coordinate_Time)"""@en ; - rdfs:label "Geocentric Coordinate Time"@en . + rdfs:label "Geocentric Coordinate Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GeorgianLari - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Georgian Lari"@en . +cco:GeorgianLari rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Georgian Lari"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GhanaCedi - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Ghana Cedi"@en . +cco:GhanaCedi rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Ghana Cedi"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GigahertzMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Gigahertz Measurement Unit"@en ; - "GHz"@en . +cco:GigahertzMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfFrequency ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Gigahertz Measurement Unit"@en ; + skos:altLabel "GHz"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GlobalAreaReferenceSystem - rdf:type owl:NamedIndividual , - ; - "GARS" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Global Area Reference System"@en . +cco:GlobalAreaReferenceSystem rdf:type owl:NamedIndividual , + cco:GeospatialCoordinateReferenceSystem ; + cco:acronym "GARS" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Global Area Reference System"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GolfTimeZone - rdf:type owl:NamedIndividual , - ; - "G" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+7"@en ; - rdfs:label "Golf Time Zone"@en . +cco:GolfTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "G" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+7"@en ; + rdfs:label "Golf Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GradianMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Gradian Measurement Unit"@en ; - "Gon"@en , - "Grad"@en , - "Grade"@en . +cco:GradianMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfAngle ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Gradian Measurement Unit"@en ; + skos:altLabel "Gon"@en , + "Grad"@en , + "Grade"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GramMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Gram Measurement Unit"@en ; - "g"@en . +cco:GramMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfMass ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Gram Measurement Unit"@en ; + skos:altLabel "g"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GramMoleMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Gram-Mole Measurement Unit"@en ; - "g-mol"@en , - "gram-mole"@en . +cco:GramMoleMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfAmountOfSubstance ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Gram-Mole Measurement Unit"@en ; + skos:altLabel "g-mol"@en , + "gram-mole"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GramPerCubicCentimeterMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "g/cm^3" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Gram Per Cubic Centimeter Measurement Unit"@en . +cco:GramPerCubicCentimeterMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfDensity ; + cco:SI_unit_symbol "g/cm^3" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Gram Per Cubic Centimeter Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GramPerSecondMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Gram Per Second Measurement Unit"@en ; - "g/s"@en . +cco:GramPerSecondMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfMassFlowRate ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Gram Per Second Measurement Unit"@en ; + skos:altLabel "g/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GregorianCalendar - rdf:type owl:NamedIndividual , - ; - "https://en.wikipedia.org/w/index.php?title=Gregorian_calendar&oldid=1062360692"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "The Gregorian Calendar was instituted by Pope Gregory XIII via papal bull on 24 February 1582 as a reform of the Julian Calendar to stop the drift of the calendar with respect to the equinoxes and solstices. The Gregorian Calendar is currently the most widely used civil Calendar System in the world and is 13 days ahead of the Julian Calendar Date."@en ; - rdfs:label "Gregorian Calendar"@en ; - "A Solar Calendar System that has a regular Year of 365 24-Hour Days divided into 12 Months with a leap day added at the end of February every 4 Years except Years that are evenly divisible by 100 but not 400 such that there are 97 leap Years every 400 Years and the average length of a Gregorian Year is 365.2425 Days (365 Days 5 Hours 49 Minutes 12 Seconds)."@en . +cco:GregorianCalendar rdf:type owl:NamedIndividual , + cco:SolarCalendarSystem ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Gregorian_calendar&oldid=1062360692"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "The Gregorian Calendar was instituted by Pope Gregory XIII via papal bull on 24 February 1582 as a reform of the Julian Calendar to stop the drift of the calendar with respect to the equinoxes and solstices. The Gregorian Calendar is currently the most widely used civil Calendar System in the world and is 13 days ahead of the Julian Calendar Date."@en ; + rdfs:label "Gregorian Calendar"@en ; + skos:definition "A Solar Calendar System that has a regular Year of 365 24-Hour Days divided into 12 Months with a leap day added at the end of February every 4 Years except Years that are evenly divisible by 100 but not 400 such that there are 97 leap Years every 400 Years and the average length of a Gregorian Year is 365.2425 Days (365 Days 5 Hours 49 Minutes 12 Seconds)."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GuatemalaQuetzal - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Guatemala Quetzal"@en . +cco:GuatemalaQuetzal rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Guatemala Quetzal"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GuineanFranc - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Guinean Franc"@en . +cco:GuineanFranc rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Guinean Franc"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/GuyanaDollar - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Guyana Dollar"@en . +cco:GuyanaDollar rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Guyana Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HaitiGourde - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Haiti Gourde"@en . +cco:HaitiGourde rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Haiti Gourde"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HertzMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "hertz" ; - "Hz" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Hertz Measurement Unit"@en ; - "cycles per second"@en . +cco:HertzMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfFrequency ; + cco:SI_unit_label "hertz" ; + cco:SI_unit_symbol "Hz" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Hertz Measurement Unit"@en ; + skos:altLabel "cycles per second"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HondurasLempira - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Honduras Lempira"@en . +cco:HondurasLempira rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Honduras Lempira"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HongKongDollar - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "HongKong Dollar"@en . +cco:HongKongDollar rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "HongKong Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HorsepowerMeasurementUnit - rdf:type owl:NamedIndividual , - , - , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Horsepower Measurement Unit"@en ; - "hp"@en . +cco:HorsepowerMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfEnergy , + cco:MeasurementUnitOfPower , + cco:MeasurementUnitOfWork ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Horsepower Measurement Unit"@en ; + skos:altLabel "hp"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HotelTimeZone - rdf:type owl:NamedIndividual , - ; - "H" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+8"@en ; - rdfs:label "Hotel Time Zone"@en . +cco:HotelTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "H" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+8"@en ; + rdfs:label "Hotel Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HourMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "h" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Hour Measurement Unit"@en ; - "hr"@en . +cco:HourMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfTime ; + cco:SI_unit_symbol "h" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Hour Measurement Unit"@en ; + skos:altLabel "hr"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/HungaryForint - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Hungary Forint"@en . +cco:HungaryForint rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Hungary Forint"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IcelandKrona - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Iceland Krona"@en . +cco:IcelandKrona rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Iceland Krona"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InchMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Inch Measurement Unit"@en ; - "in"@en . +cco:InchMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfLength ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Inch Measurement Unit"@en ; + skos:altLabel "in"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IndiaTimeZone - rdf:type owl:NamedIndividual , - ; - "I" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+9"@en ; - rdfs:label "India Time Zone"@en . +cco:IndiaTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "I" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+9"@en ; + rdfs:label "India Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IndianRupee - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Indian Rupee"@en . +cco:IndianRupee rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Indian Rupee"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IndonesiaRupiah - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Indonesia Rupiah"@en . +cco:IndonesiaRupiah rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Indonesia Rupiah"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InternationalAtomicTime - rdf:type owl:NamedIndividual , - ; - "TAI" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "TAI is a time standard the values of which are generated by calculating the weighted average of the measurements of more than 400 atomic clocks and is based on the International System of Units (SI) definition of one second equals the time it takes a Cesium-133 atom at the ground state to oscillate exactly 9,192,631,770 times. TAI is extremely precise, but does not perfectly synchronize with Earth times, which is why TAI and UT1 are both used to determine UTC. TAI serves as the main realization of TT."@en ; - rdfs:label "International Atomic Time"@en . +cco:InternationalAtomicTime rdf:type owl:NamedIndividual , + cco:TemporalReferenceSystem ; + cco:acronym "TAI" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "TAI is a time standard the values of which are generated by calculating the weighted average of the measurements of more than 400 atomic clocks and is based on the International System of Units (SI) definition of one second equals the time it takes a Cesium-133 atom at the ground state to oscillate exactly 9,192,631,770 times. TAI is extremely precise, but does not perfectly synchronize with Earth times, which is why TAI and UT1 are both used to determine UTC. TAI serves as the main realization of TT."@en ; + rdfs:label "International Atomic Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/InternationalGeomagneticReferenceField - rdf:type owl:NamedIndividual , - ; - "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 . +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 - rdf:type owl:NamedIndividual , - ; - "ITRS" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment """The ITRS definition fulfills the following conditions: +cco:InternationalTerrestrialReferenceSystem rdf:type owl:NamedIndividual , + cco:GeospatialCoordinateReferenceSystem ; + cco:acronym "ITRS" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment """The ITRS definition fulfills the following conditions: 1. It is geocentric, the center of mass being defined for the whole earth, including oceans and atmosphere. 2. The unit of length is the metre (SI). This scale is consistent with the TCG time coordinate for a geocentric local frame, in agreement with IAU and IUGG (1991) resolutions. This is obtained by appropriate relativistic modelling. 3. Its orientation was initially given by the BIH orientation at 1984.0. 4. The time evolution of the orientation is ensured by using a no-net-rotation condition with regards to horizontal tectonic motions over the whole earth. From: (https://www.iers.org/IERS/EN/Science/ITRS/ITRS.html)"""@en ; - rdfs:label "International Terrestrial Reference System"@en . + rdfs:label "International Terrestrial Reference System"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IranianRial - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Iranian Rial"@en . +cco:IranianRial rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Iranian Rial"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/IsraelShekel - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Israel Shekel"@en . +cco:IsraelShekel rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Israel Shekel"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/JamaicanDollar - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Jamaican Dollar"@en . +cco:JamaicanDollar rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Jamaican Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/JapaneseYen - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Japanese Yen"@en . +cco:JapaneseYen rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Japanese Yen"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/JetPropulsionLaboratoryEphemerisTimeArgument - rdf:type owl:NamedIndividual , - ; - "Teph" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Teph (the 'eph' is written as subscript) is an ephemeris time argument developed and calculated at the Jet Propulsion Laboratory (JPL) and implemented in a series of numerically integrated Development Ephemerides (DE), including the currently used DE405. Teph is characterized as a relativistic coordinate time that is nearly equivalent to the IAU's definition of TCB, though Teph is not currently an IAU time standard. Teph is used by the JPL to generate the ephemerides it publishes to support spacecraft navigation and astronomy."@en ; - rdfs:label "Jet Propulsion Laboratory Ephemeris Time Argument"@en ; - "JPL Ephemeris Time"@en . +cco:JetPropulsionLaboratoryEphemerisTimeArgument rdf:type owl:NamedIndividual , + cco:TemporalReferenceSystem ; + cco:acronym "Teph" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Teph (the 'eph' is written as subscript) is an ephemeris time argument developed and calculated at the Jet Propulsion Laboratory (JPL) and implemented in a series of numerically integrated Development Ephemerides (DE), including the currently used DE405. Teph is characterized as a relativistic coordinate time that is nearly equivalent to the IAU's definition of TCB, though Teph is not currently an IAU time standard. Teph is used by the JPL to generate the ephemerides it publishes to support spacecraft navigation and astronomy."@en ; + rdfs:label "Jet Propulsion Laboratory Ephemeris Time Argument"@en ; + skos:altLabel "JPL Ephemeris Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/JouleMeasurementUnit - rdf:type owl:NamedIndividual , - , - , - ; - "joule" ; - "J" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Joule Measurement Unit"@en . +cco:JouleMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfEnergy , + cco:MeasurementUnitOfPower , + cco:MeasurementUnitOfWork ; + cco:SI_unit_label "joule" ; + cco:SI_unit_symbol "J" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Joule Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/JulianCalendar - rdf:type owl:NamedIndividual , - ; - "https://en.wikipedia.org/w/index.php?title=Julian_calendar&oldid=1063127575"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "The Julian Calendar was proposed by Julius Caesar as a reform of the Roman Calendar, took effect on 1 January 46 BC, and was the predominant Calendar System in Europe until being largely replaced by the Gregorian Calendar."@en ; - rdfs:label "Julian Calendar"@en ; - "A Solar Calendar System that has a regular Year of 365 24-Hour Days divided into 12 Months with a leap day added at the end of February every 4 Years such that the average length of a Julian Year is 365.25 Days."@en . +cco:JulianCalendar rdf:type owl:NamedIndividual , + cco:SolarCalendarSystem ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=Julian_calendar&oldid=1063127575"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "The Julian Calendar was proposed by Julius Caesar as a reform of the Roman Calendar, took effect on 1 January 46 BC, and was the predominant Calendar System in Europe until being largely replaced by the Gregorian Calendar."@en ; + rdfs:label "Julian Calendar"@en ; + skos:definition "A Solar Calendar System that has a regular Year of 365 24-Hour Days divided into 12 Months with a leap day added at the end of February every 4 Years such that the average length of a Julian Year is 365.25 Days."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/JulietTimeZone - rdf:type owl:NamedIndividual , - ; - "J" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Juliet time is used as an indexical to refer to local time without otherwise specifying the time zone."@en ; - rdfs:label "Juliet Time Zone"@en . +cco:JulietTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "J" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Juliet time is used as an indexical to refer to local time without otherwise specifying the time zone."@en ; + rdfs:label "Juliet Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KazakhstanTenge - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Kazakhstan Tenge"@en . +cco:KazakhstanTenge rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Kazakhstan Tenge"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KelvinMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "kelvin" ; - "K" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kelvin Measurement Unit"@en . +cco:KelvinMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfTemperature ; + cco:SI_unit_label "kelvin" ; + cco:SI_unit_symbol "K" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kelvin Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KenyanShilling - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Kenyan Shilling"@en . +cco:KenyanShilling rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Kenyan Shilling"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KiloTimeZone - rdf:type owl:NamedIndividual , - ; - "K" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+10"@en ; - rdfs:label "Kilo Time Zone"@en . +cco:KiloTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "K" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+10"@en ; + rdfs:label "Kilo Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilogramForcePerCentimeterSquareMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "kg/cm^2" , - "kgf/cm^2" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilogram Force Per Centimeter Square Measurement Unit"@en ; - "Kilogram Per Square Centimeter Measurement Unit"@en , - "Kilopond Per Centimeter Square Measurement Unit"@en . +cco:KilogramForcePerCentimeterSquareMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfPressure ; + cco:acronym "kg/cm^2" , + "kgf/cm^2" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilogram Force Per Centimeter Square Measurement Unit"@en ; + skos:altLabel "Kilogram Per Square Centimeter Measurement Unit"@en , + "Kilopond Per Centimeter Square Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilogramMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "kilogram" ; - "kg" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilogram Measurement Unit"@en . +cco:KilogramMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfMass ; + cco:SI_unit_label "kilogram" ; + cco:SI_unit_symbol "kg" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilogram Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilogramMeterPerSecondMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilogram Meter Per Second Measurement Unit"@en ; - "kg m/s"@en . +cco:KilogramMeterPerSecondMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfMomentum ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilogram Meter Per Second Measurement Unit"@en ; + skos:altLabel "kg m/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilogramMeterSquareMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "kg-m^2" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilogram Meter Square Measurement Unit"@en . +cco:KilogramMeterSquareMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfRotationalInertia ; + cco:SI_unit_symbol "kg-m^2" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilogram Meter Square Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilogramMoleMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilogram-Mole Measurement Unit"@en ; - "kg-mol"@en , - "kilogram-mole"@en . +cco:KilogramMoleMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfAmountOfSubstance ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilogram-Mole Measurement Unit"@en ; + skos:altLabel "kg-mol"@en , + "kilogram-mole"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilogramPerCubicMeterMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "kg/m^3" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilogram Per Cubic Meter Measurement Unit"@en . +cco:KilogramPerCubicMeterMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfDensity ; + cco:SI_unit_label "kg/m^3" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilogram Per Cubic Meter Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilogramPerLiterMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "kg/L" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilogram Per Liter Measurement Unit"@en . +cco:KilogramPerLiterMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfDensity ; + cco:SI_unit_symbol "kg/L" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilogram Per Liter Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilogramPerSecondMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "kg/s" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilogram Per Second Measurement Unit"@en . +cco:KilogramPerSecondMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfMassFlowRate ; + cco:SI_unit_symbol "kg/s" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilogram Per Second Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilohertzMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilohertz Measurement Unit"@en ; - "kHz"@en . +cco:KilohertzMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfFrequency ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilohertz Measurement Unit"@en ; + skos:altLabel "kHz"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KiloliterMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kiloliter Measurement Unit"@en ; - "kL"@en . +cco:KiloliterMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfVolume ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kiloliter Measurement Unit"@en ; + skos:altLabel "kL"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilometerMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilometer Measurement Unit"@en ; - "km"@en . +cco:KilometerMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfLength ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilometer Measurement Unit"@en ; + skos:altLabel "km"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilometersPerHourMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilometers Per Hour Measurement Unit"@en ; - "km/h"@en . +cco:KilometersPerHourMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfSpeed ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilometers Per Hour Measurement Unit"@en ; + skos:altLabel "km/h"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilometersPerSecondMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilometers Per Second Measurement Unit"@en ; - "km/s"@en . +cco:KilometersPerSecondMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfSpeed ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilometers Per Second Measurement Unit"@en ; + skos:altLabel "km/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilometersPerSecondPerSecondMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilometers Per Second Per Second Measurement Unit"@en ; - "km/s/s"@en . +cco:KilometersPerSecondPerSecondMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfAcceleration ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilometers Per Second Per Second Measurement Unit"@en ; + skos:altLabel "km/s/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilomoleMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilomole Measurement Unit"@en ; - "kilomole"@en , - "kmol"@en . +cco:KilomoleMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfAmountOfSubstance ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilomole Measurement Unit"@en ; + skos:altLabel "kilomole"@en , + "kmol"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilonewtonMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilonewton Measurement Unit"@en ; - "kN"@en . +cco:KilonewtonMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfForce ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilonewton Measurement Unit"@en ; + skos:altLabel "kN"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilopondMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilopond Measurement Unit"@en ; - "Kilogram Force Measurement Unit"@en , - "Kilogram-Force"@en , - "kgf"@en . +cco:KilopondMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfForce ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilopond Measurement Unit"@en ; + skos:altLabel "Kilogram Force Measurement Unit"@en , + "Kilogram-Force"@en , + "kgf"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KilovoltAmpereMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Kilovolt Ampere Measurement Unit"@en ; - "kVA"@en . +cco:KilovoltAmpereMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfElectromagneticForce ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Kilovolt Ampere Measurement Unit"@en ; + skos:altLabel "kVA"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KnotMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Knot Measurement Unit"@en ; - "kn"@en . +cco:KnotMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfSpeed ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Knot Measurement Unit"@en ; + skos:altLabel "kn"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KuwaitiDinar - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Kuwaiti Dinar"@en . +cco:KuwaitiDinar rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Kuwaiti Dinar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/KyrgyzstanSom - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Kyrgyzstan Som"@en . +cco:KyrgyzstanSom rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Kyrgyzstan Som"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LaosKip - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Laos Kip"@en . +cco:LaosKip rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Laos Kip"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LebanesePound - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Lebanese Pound"@en . +cco:LebanesePound rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Lebanese Pound"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LesothoLoti - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Lesotho Loti"@en . +cco:LesothoLoti rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Lesotho Loti"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LiberianDollar - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Liberian Dollar"@en . +cco:LiberianDollar rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Liberian Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LibyanDinar - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Libyan Dinar"@en . +cco:LibyanDinar rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Libyan Dinar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LimaTimeZone - rdf:type owl:NamedIndividual , - ; - "L" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+11"@en ; - rdfs:label "Lima Time Zone"@en . +cco:LimaTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "L" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+11"@en ; + rdfs:label "Lima Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LiterMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "L" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Liter Measurement Unit"@en ; - "Litre"@en . +cco:LiterMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfVolume ; + cco:SI_unit_symbol "L" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Liter Measurement Unit"@en ; + skos:altLabel "Litre"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LiterPerSecondMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Liter Per Second Measurement Unit"@en ; - "l/s"@en . +cco:LiterPerSecondMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfVolumetricFlowRate ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Liter Per Second Measurement Unit"@en ; + skos:altLabel "l/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/LongTonMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Long Ton Measurement Unit"@en ; - "Displacement Ton"@en , - "Gross Ton"@en , - "Imperial Ton"@en , - "Weight Ton"@en , - "ton (UK)"@en . +cco:LongTonMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfMass ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Long Ton Measurement Unit"@en ; + skos:altLabel "Displacement Ton"@en , + "Gross Ton"@en , + "Imperial Ton"@en , + "Weight Ton"@en , + "ton (UK)"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MacaoPataca - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Macao Pataca"@en . +cco:MacaoPataca rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Macao Pataca"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MacedonianDenar - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Macedonian Denar"@en . +cco:MacedonianDenar rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Macedonian Denar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MachMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Mach Measurement Unit"@en ; - "M"@en , - "Ma"@en . +cco:MachMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfSpeed ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Mach Measurement Unit"@en ; + skos:altLabel "M"@en , + "Ma"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MadagascarMalagasyAriary - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Madagascar Malagasy Ariary"@en . +cco:MadagascarMalagasyAriary rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Madagascar Malagasy Ariary"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MalawiKwacha - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Malawi Kwacha"@en . +cco:MalawiKwacha rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Malawi Kwacha"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MalaysiaRinggit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Malaysia Ringgit"@en . +cco:MalaysiaRinggit rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Malaysia Ringgit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MauritaniaOuguiya - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Mauritania Ouguiya"@en . +cco:MauritaniaOuguiya rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Mauritania Ouguiya"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MauritiusRupee - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Mauritius Rupee"@en . +cco:MauritiusRupee rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Mauritius Rupee"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MegahertzMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Megahertz Measurement Unit"@en ; - "MHz"@en . +cco:MegahertzMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfFrequency ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Megahertz Measurement Unit"@en ; + skos:altLabel "MHz"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MeterMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "meter" ; - "m" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Meter Measurement Unit"@en . +cco:MeterMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfLength ; + cco:SI_unit_label "meter" ; + cco:SI_unit_symbol "m" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Meter Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MetersPerSecondMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Meters Per Second Measurement Unit"@en ; - "m/s"@en . +cco:MetersPerSecondMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfSpeed ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Meters Per Second Measurement Unit"@en ; + skos:altLabel "m/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MetersPerSecondPerSecondMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Meters Per Second Per Second Measurement Unit"@en ; - "m/s/s"@en , - "m/s^2"@en . +cco:MetersPerSecondPerSecondMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfAcceleration ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Meters Per Second Per Second Measurement Unit"@en ; + skos:altLabel "m/s/s"@en , + "m/s^2"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MetricTonMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "t" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Metric Ton Measurement Unit"@en ; - "tonne"@en . +cco:MetricTonMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfMass ; + cco:SI_unit_symbol "t" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Metric Ton Measurement Unit"@en ; + skos:altLabel "tonne"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MexicanPeso - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Mexican Peso"@en . +cco:MexicanPeso rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Mexican Peso"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MikeTimeZone - rdf:type owl:NamedIndividual , - ; - "M" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Mike Time Zone is the same local time as Yankee Time Zone, but is 1 Day (i.e. 24 Hours) ahead of Yankee Time Zone as they are on opposite sides of the International Date Line."@en , - "Offset from Universal Coordinated Time = UTC+12"@en ; - rdfs:label "Mike Time Zone"@en . +cco:MikeTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "M" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Mike Time Zone is the same local time as Yankee Time Zone, but is 1 Day (i.e. 24 Hours) ahead of Yankee Time Zone as they are on opposite sides of the International Date Line."@en , + "Offset from Universal Coordinated Time = UTC+12"@en ; + rdfs:label "Mike Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MileMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Mile Measurement Unit"@en ; - "mi"@en . +cco:MileMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfLength ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Mile Measurement Unit"@en ; + skos:altLabel "mi"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MilesPerHourMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Miles Per Hour Measurement Unit"@en ; - "mi/h"@en , - "mph"@en . +cco:MilesPerHourMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfSpeed ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Miles Per Hour Measurement Unit"@en ; + skos:altLabel "mi/h"@en , + "mph"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MilesPerSecondMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Miles Per Second Measurement Unit"@en ; - "mi/s"@en . +cco:MilesPerSecondMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfSpeed ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Miles Per Second Measurement Unit"@en ; + skos:altLabel "mi/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MilesPerSecondPerSecondMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Miles Per Second Per Second Measurement Unit"@en ; - "mi/s/s"@en . +cco:MilesPerSecondPerSecondMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfAcceleration ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Miles Per Second Per Second Measurement Unit"@en ; + skos:altLabel "mi/s/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MilliampereMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Milliampere Measurement Unit"@en ; - "mA"@en . +cco:MilliampereMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfElectromagneticForce ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Milliampere Measurement Unit"@en ; + skos:altLabel "mA"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MillibarMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Millibar Measurement Unit"@en ; - "mb"@en , - "mbar"@en . +cco:MillibarMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfPressure ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Millibar Measurement Unit"@en ; + skos:altLabel "mb"@en , + "mbar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MilligramMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Milligram Measurement Unit"@en ; - "mg"@en . +cco:MilligramMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfMass ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Milligram Measurement Unit"@en ; + skos:altLabel "mg"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MilliliterMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Milliliter Measurement Unit"@en ; - "mL"@en . +cco:MilliliterMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfVolume ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Milliliter Measurement Unit"@en ; + skos:altLabel "mL"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MillimeterMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Millimeter Measurement Unit"@en ; - "mm"@en . +cco:MillimeterMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfLength ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Millimeter Measurement Unit"@en ; + skos:altLabel "mm"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MinuteMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "min" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Minute Measurement Unit"@en . +cco:MinuteMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfTime ; + cco:SI_unit_symbol "min" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Minute Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MinuteOfArcMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "'" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Minute of Arc Measurement Unit"@en ; - "Arcminute"@en , - "MOA"@en , - "am"@en , - "amin"@en , - "arcmin"@en . +cco:MinuteOfArcMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfAngle ; + cco:SI_unit_symbol "'" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Minute of Arc Measurement Unit"@en ; + skos:altLabel "Arcminute"@en , + "MOA"@en , + "am"@en , + "amin"@en , + "arcmin"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MoldovanLeu - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Moldovan Leu"@en . +cco:MoldovanLeu rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Moldovan Leu"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MoleMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "mole" ; - "mol" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:comment "One mole contains exactly 6.02214076×10^23 elementary entities."@en ; - rdfs:label "Mole Measurement Unit"@en . +cco:MoleMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfAmountOfSubstance ; + cco:SI_unit_label "mole" ; + cco:SI_unit_symbol "mol" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:comment "One mole contains exactly 6.02214076×10^23 elementary entities."@en ; + rdfs:label "Mole Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MongoliaTugrik - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Mongolia Tugrik"@en . +cco:MongoliaTugrik rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Mongolia Tugrik"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MonthMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Month Measurement Unit"@en . +cco:MonthMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfTime ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Month Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MoroccoDirham - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Morocco Dirham"@en . +cco:MoroccoDirham rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Morocco Dirham"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MozambiqueMetical - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Mozambique Metical"@en . +cco:MozambiqueMetical rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Mozambique Metical"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/MyanmarKyat - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Myanmar Kyat"@en . +cco:MyanmarKyat rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Myanmar Kyat"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NamibiaDollar - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Namibia Dollar"@en . +cco:NamibiaDollar rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Namibia Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NanometerMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Nanometer Measurement Unit"@en ; - "Nanometre"@en , - "nm"@en . +cco:NanometerMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfLength ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Nanometer Measurement Unit"@en ; + skos:altLabel "Nanometre"@en , + "nm"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NauticalMileMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Nautical Mile Measurement Unit"@en ; - "M"@en , - "NM"@en , - "nmi"@en . +cco:NauticalMileMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfLength ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Nautical Mile Measurement Unit"@en ; + skos:altLabel "M"@en , + "NM"@en , + "nmi"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NepaleseRupee - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Nepalese Rupee"@en . +cco:NepaleseRupee rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Nepalese Rupee"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NewZealandDollar - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "New Zealand Dollar"@en . +cco:NewZealandDollar rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "New Zealand Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NewtonMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "newton" ; - "N" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Newton Measurement Unit"@en . +cco:NewtonMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfForce ; + cco:SI_unit_label "newton" ; + cco:SI_unit_symbol "N" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Newton Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NewtonMeterMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "N-m" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Newton Meter Measurement Unit"@en . +cco:NewtonMeterMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfTorque ; + cco:SI_unit_symbol "N-m" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Newton Meter Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NewtonSecondMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Newton Second Measurement Unit"@en ; - "N s"@en , - "Newton second"@en , - "Ns"@en . +cco:NewtonSecondMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfImpulse ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Newton Second Measurement Unit"@en ; + skos:altLabel "N s"@en , + "Newton second"@en , + "Ns"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NewtonSecondPerKilogramMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Newton Second Per Kilogram Measurement Unit"@en ; - "Ns/kg"@en . +cco:NewtonSecondPerKilogramMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfMomentum ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Newton Second Per Kilogram Measurement Unit"@en ; + skos:altLabel "Ns/kg"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NicaraguaCordobaOro - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Nicaragua Cordoba Oro"@en . +cco:NicaraguaCordobaOro rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Nicaragua Cordoba Oro"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NigeriaNaira - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Nigeria Naira"@en . +cco:NigeriaNaira rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Nigeria Naira"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NorthKoreanWon - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "North Korean Won"@en . +cco:NorthKoreanWon rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "North Korean Won"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NorwegianKrone - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Norwegian Krone"@en . +cco:NorwegianKrone rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Norwegian Krone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/NovemberTimeZone - rdf:type owl:NamedIndividual , - ; - "N" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-1"@en ; - rdfs:label "November Time Zone"@en . +cco:NovemberTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "N" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-1"@en ; + rdfs:label "November Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OscarTimeZone - rdf:type owl:NamedIndividual , - ; - "O" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-2"@en ; - rdfs:label "Oscar Time Zone"@en . +cco:OscarTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "O" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-2"@en ; + rdfs:label "Oscar Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/OunceMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Ounce Measurement Unit"@en ; - "oz"@en . +cco:OunceMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfMass ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Ounce Measurement Unit"@en ; + skos:altLabel "oz"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PakistaniRupee - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Pakistani Rupee"@en . +cco:PakistaniRupee rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Pakistani Rupee"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PapaTimeZone - rdf:type owl:NamedIndividual , - ; - "P" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-3"@en ; - rdfs:label "Papa Time Zone"@en . +cco:PapaTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "P" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-3"@en ; + rdfs:label "Papa Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PapuaNewGuineaKina - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Papua New Guinea Kina"@en . +cco:PapuaNewGuineaKina rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Papua New Guinea Kina"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ParaguayGuarani - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Paraguay Guarani"@en . +cco:ParaguayGuarani rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Paraguay Guarani"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PascalMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "pascal" ; - "Pa" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Pascal Measurement Unit"@en . +cco:PascalMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfPressure ; + cco:SI_unit_label "pascal" ; + cco:SI_unit_symbol "Pa" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Pascal Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PeruNuevoSol - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Peru Nuevo Sol"@en . +cco:PeruNuevoSol rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Peru Nuevo Sol"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PhilippinePeso - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Philippine Peso"@en . +cco:PhilippinePeso rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Philippine Peso"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PhonMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Phon Measurement Unit"@en ; - "phon"@en . +cco:PhonMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfSoundLevel ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Phon Measurement Unit"@en ; + skos:altLabel "phon"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PintMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Pint Measurement Unit"@en ; - "pt"@en . +cco:PintMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfVolume ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Pint Measurement Unit"@en ; + skos:altLabel "pt"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PolandZloty - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Poland Zloty"@en . +cco:PolandZloty rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Poland Zloty"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PoundFootMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "lb ft" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Pound Foot Measurement Unit"@en . +cco:PoundFootMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfTorque ; + cco:acronym "lb ft" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Pound Foot Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PoundFootSecondSquareMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "lb ft s^2" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Pound Foot Second Square Measurement Unit"@en . +cco:PoundFootSecondSquareMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfRotationalInertia ; + cco:acronym "lb ft s^2" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Pound Foot Second Square Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PoundForceMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Pound Force Measurement Unit"@en ; - "lbf"@en . +cco:PoundForceMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfForce ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Pound Force Measurement Unit"@en ; + skos:altLabel "lbf"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PoundMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Pound Measurement Unit"@en ; - "lb"@en . +cco:PoundMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfMass ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Pound Measurement Unit"@en ; + skos:altLabel "lb"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PoundMoleMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Pound-Mole Measurement Unit"@en ; - "lb-mol"@en , - "lbmol"@en , - "pound-mole"@en . +cco:PoundMoleMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfAmountOfSubstance ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Pound-Mole Measurement Unit"@en ; + skos:altLabel "lb-mol"@en , + "lbmol"@en , + "pound-mole"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PoundPerSecondMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Pound Per Second Measurement Unit"@en ; - "lb/s"@en . +cco:PoundPerSecondMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfMassFlowRate ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Pound Per Second Measurement Unit"@en ; + skos:altLabel "lb/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/PoundsPerSquareInchMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Pounds Per Square Inch Measurement Unit"@en ; - "psi"@en . +cco:PoundsPerSquareInchMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfPressure ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Pounds Per Square Inch Measurement Unit"@en ; + skos:altLabel "psi"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/QuartMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "qt" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Quart Measurement Unit"@en . +cco:QuartMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfVolume ; + cco:acronym "qt" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Quart Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/QuarticMeterMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "m^4" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Quartic Meter Measurement Unit"@en . +cco:QuarticMeterMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfAreaMomentOfInertia ; + cco:SI_unit_symbol "m^4" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Quartic Meter Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/QuebecTimeZone - rdf:type owl:NamedIndividual , - ; - "Q" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-4"@en ; - rdfs:label "Quebec Time Zone"@en . +cco:QuebecTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "Q" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-4"@en ; + rdfs:label "Quebec Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RadianMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "radian" ; - "rad" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Radian Measurement Unit"@en . +cco:RadianMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfAngle ; + cco:SI_unit_label "radian" ; + cco:SI_unit_symbol "rad" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Radian Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RevolutionsPerDayMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Revolutions Per Day Measurement Unit"@en ; - "r/day"@en . +cco:RevolutionsPerDayMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfFrequency ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Revolutions Per Day Measurement Unit"@en ; + skos:altLabel "r/day"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RevolutionsPerMinuteMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Revolutions Per Minute Measurement Unit"@en ; - "r/min"@en , - "rpm"@en . +cco:RevolutionsPerMinuteMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfFrequency ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Revolutions Per Minute Measurement Unit"@en ; + skos:altLabel "r/min"@en , + "rpm"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RomanianLeu - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Romanian Leu"@en . +cco:RomanianLeu rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Romanian Leu"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RomeoTimeZone - rdf:type owl:NamedIndividual , - ; - "R" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-5"@en ; - rdfs:label "Romeo Time Zone"@en . +cco:RomeoTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "R" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-5"@en ; + rdfs:label "Romeo Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RussianRouble - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Russian Rouble"@en . +cco:RussianRouble rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Russian Rouble"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/RwandaFranc - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Rwanda Franc"@en . +cco:RwandaFranc rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Rwanda Franc"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SamoaTala - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Samoa Tala"@en . +cco:SamoaTala rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Samoa Tala"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SaoTomePrincipeDobra - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Sao Tome Principe Dobra"@en . +cco:SaoTomePrincipeDobra rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Sao Tome Principe Dobra"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SecondMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "second" ; - "s" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Second Measurement Unit"@en . +cco:SecondMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfTime ; + cco:SI_unit_label "second" ; + cco:SI_unit_symbol "s" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Second Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SecondOfArcMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "\"" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Second of Arc Measurement Unit"@en ; - "Arcsecond"@en , - "arcsec"@en , - "as"@en , - "asec"@en . +cco:SecondOfArcMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfAngle ; + cco:SI_unit_symbol "\"" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Second of Arc Measurement Unit"@en ; + skos:altLabel "Arcsecond"@en , + "arcsec"@en , + "as"@en , + "asec"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SerbianDinar - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Serbian Dinar"@en . +cco:SerbianDinar rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Serbian Dinar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SeychellesRupee - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Seychelles Rupee"@en . +cco:SeychellesRupee rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Seychelles Rupee"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ShaftHorsepowerMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Shaft Horsepower Measurement Unit"@en ; - "shp"@en . +cco:ShaftHorsepowerMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfPower ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Shaft Horsepower Measurement Unit"@en ; + skos:altLabel "shp"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ShortTonMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Short Ton Measurement Unit"@en ; - "Net Ton"@en , - "ton (US)"@en . +cco:ShortTonMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfMass ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Short Ton Measurement Unit"@en ; + skos:altLabel "Net Ton"@en , + "ton (US)"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SierraLeoneLeone - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Sierra Leone Leone"@en . +cco:SierraLeoneLeone rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Sierra Leone Leone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SierraTimeZone - rdf:type owl:NamedIndividual , - ; - "S" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-6"@en ; - rdfs:label "Sierra Time Zone"@en . +cco:SierraTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "S" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-6"@en ; + rdfs:label "Sierra Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SingaporeDollar - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Singapore Dollar"@en . +cco:SingaporeDollar rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Singapore Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SlugFootPerSecondMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Slug Foot Per Second Measurement Unit"@en ; - "slug ft/s"@en . +cco:SlugFootPerSecondMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfMomentum ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Slug Foot Per Second Measurement Unit"@en ; + skos:altLabel "slug ft/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SlugMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Slug Measurement Unit"@en ; - "slug"@en . +cco:SlugMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfMass ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Slug Measurement Unit"@en ; + skos:altLabel "slug"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SlugPerSecondMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Slug Per Second Measurement Unit"@en ; - "slug/s"@en . +cco:SlugPerSecondMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfMassFlowRate ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Slug Per Second Measurement Unit"@en ; + skos:altLabel "slug/s"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SolomonIslandDollar - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Solomon Island Dollar"@en . +cco:SolomonIslandDollar rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Solomon Island Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SoneMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Sone Measurement Unit"@en ; - "sone"@en . +cco:SoneMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfSoundLevel ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Sone Measurement Unit"@en ; + skos:altLabel "sone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SouthAfricaRand - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "South Africa Rand"@en . +cco:SouthAfricaRand rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "South Africa Rand"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SouthKoreanWon - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "South Korean Won"@en . +cco:SouthKoreanWon rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "South Korean Won"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SouthSudanesePound - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "South Sudanese Pound"@en . +cco:SouthSudanesePound rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "South Sudanese Pound"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareCentimeterMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Square Centimeter Measurement Unit"@en ; - "cm^2"@en . +cco:SquareCentimeterMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfArea ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Square Centimeter Measurement Unit"@en ; + skos:altLabel "cm^2"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareDecimeterMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Square Decimeter Measurement Unit"@en ; - "dm^2"@en . +cco:SquareDecimeterMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfArea ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Square Decimeter Measurement Unit"@en ; + skos:altLabel "dm^2"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareFootMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Square Foot Measurement Unit"@en ; - "ft^2"@en . +cco:SquareFootMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfArea ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Square Foot Measurement Unit"@en ; + skos:altLabel "ft^2"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareInchMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Square Inch Measurement Unit"@en ; - "in^2"@en . +cco:SquareInchMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfArea ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Square Inch Measurement Unit"@en ; + skos:altLabel "in^2"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareKilometerMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Square Kilometer Measurement Unit"@en ; - "km^2"@en . +cco:SquareKilometerMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfArea ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Square Kilometer Measurement Unit"@en ; + skos:altLabel "km^2"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareMeterMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Square Meter Measurement Unit"@en ; - "m^2"@en . +cco:SquareMeterMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfArea ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Square Meter Measurement Unit"@en ; + skos:altLabel "m^2"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareMileMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Square Mile Measurement Unit"@en ; - "mi^2"@en . +cco:SquareMileMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfArea ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Square Mile Measurement Unit"@en ; + skos:altLabel "mi^2"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareMillimeterMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Square Millimeter Measurement Unit"@en ; - "mm^2"@en . +cco:SquareMillimeterMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfArea ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Square Millimeter Measurement Unit"@en ; + skos:altLabel "mm^2"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SquareYardMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Square Yard Measurement Unit"@en ; - "yd^2"@en . +cco:SquareYardMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfArea ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Square Yard Measurement Unit"@en ; + skos:altLabel "yd^2"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SriLankaRupee - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Sri Lanka Rupee"@en . +cco:SriLankaRupee rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Sri Lanka Rupee"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StHelenaPound - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "St Helena Pound"@en . +cco:StHelenaPound rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "St Helena Pound"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/StandardCubicCentimeterPerMinuteMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "sccm" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Standard Cubic Centimeter Per Minute Measurement Unit"@en ; - "cm^3/min"@en . +cco:StandardCubicCentimeterPerMinuteMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfVolumetricFlowRate ; + cco:acronym "sccm" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Standard Cubic Centimeter Per Minute Measurement Unit"@en ; + skos:altLabel "cm^3/min"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SudanesePound - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Sudanese Pound"@en . +cco:SudanesePound rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Sudanese Pound"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SurinameseDollar - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Surinamese Dollar"@en . +cco:SurinameseDollar rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Surinamese Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SwazilandLilangeni - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Swaziland Lilangeni"@en . +cco:SwazilandLilangeni rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Swaziland Lilangeni"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SwedishKrona - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Swedish Krona"@en . +cco:SwedishKrona rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Swedish Krona"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SwissFranc - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Swiss Franc"@en . +cco:SwissFranc rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Swiss Franc"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/SyrianPound - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Syrian Pound"@en . +cco:SyrianPound rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Syrian Pound"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TablespoonMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "T" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Tablespoon Measurement Unit"@en . +cco:TablespoonMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfVolume ; + cco:acronym "T" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Tablespoon Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TajikistanSomoni - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Tajikistan Somoni"@en . +cco:TajikistanSomoni rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Tajikistan Somoni"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TangoTimeZone - rdf:type owl:NamedIndividual , - ; - "T" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-7"@en ; - rdfs:label "Tango Time Zone"@en . +cco:TangoTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "T" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-7"@en ; + rdfs:label "Tango Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TanzaniaShilling - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Tanzania Shilling"@en . +cco:TanzaniaShilling rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Tanzania Shilling"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TeaspoonMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "t" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Teaspoon Measurement Unit"@en . +cco:TeaspoonMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfVolume ; + cco:acronym "t" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Teaspoon Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TerahertzMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Terahertz Measurement Unit"@en ; - "THz"@en . +cco:TerahertzMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfFrequency ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Terahertz Measurement Unit"@en ; + skos:altLabel "THz"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TerrestrialTime - rdf:type owl:NamedIndividual , - ; - "TT" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "TT is an astronomical time standard that is a theoretical ideal designed to be free of the irregularities in Earth's rotation and is primarily used for time measurements of astronomical observations made from the surface of Earth. It was formerly called Terrestrial Dynamical Time (TDT), which was formulated to replace Ephemeris Time (ET)."@en ; - rdfs:label "Terrestrial Time"@en . +cco:TerrestrialTime rdf:type owl:NamedIndividual , + cco:TemporalReferenceSystem ; + cco:acronym "TT" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "TT is an astronomical time standard that is a theoretical ideal designed to be free of the irregularities in Earth's rotation and is primarily used for time measurements of astronomical observations made from the surface of Earth. It was formerly called Terrestrial Dynamical Time (TDT), which was formulated to replace Ephemeris Time (ET)."@en ; + rdfs:label "Terrestrial Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ThaiBaht - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Thai Baht"@en . +cco:ThaiBaht rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Thai Baht"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TongaPaanga - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Tonga Pa anga"@en . +cco:TongaPaanga rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Tonga Pa anga"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TrinidadandTobagoDollar - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Trinidad and Tobago Dollar"@en . +cco:TrinidadandTobagoDollar rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Trinidad and Tobago Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TunisianDinar - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Tunisian Dinar"@en . +cco:TunisianDinar rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Tunisian Dinar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TurkishLira - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Turkish Lira"@en . +cco:TurkishLira rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Turkish Lira"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TurkmenistanManat - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Turkmenistan Manat"@en . +cco:TurkmenistanManat rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Turkmenistan Manat"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TurnMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Turn Measurement Unit"@en ; - "Cycle"@en , - "Full Circle"@en , - "Revolution"@en , - "Rotation"@en . +cco:TurnMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfAngle ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Turn Measurement Unit"@en ; + skos:altLabel "Cycle"@en , + "Full Circle"@en , + "Revolution"@en , + "Rotation"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TwelveHourClockTimeSystem - rdf:type owl:NamedIndividual , - ; - "https://en.wikipedia.org/w/index.php?title=12-hour_clock&oldid=1057602523"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Twelve-Hour Clock Time System"@en ; - "12-Hour Clock"@en , - "12-Hour Clock Time System"@en , - "Twelve Hour Clock"@en , - "Twelve Hour Clock Time System"@en , - "Twelve-Hour Clock"@en ; - "A Clock Time System for keeping the Time of Day in which the Day runs from midnight to midnight and is divided into two intervals of 12 Hours each, where: the first interval begins at midnight, ends at noon, and is indicated by the suffix 'a.m.'; the second interval begins at noon, ends at midnight, and is indicated by the suffix 'p.m.'; and the midnight and noon Hours are numbered 12 with subsequent Hours numbered 1-11."@en . +cco:TwelveHourClockTimeSystem rdf:type owl:NamedIndividual , + cco:ClockTimeSystem ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=12-hour_clock&oldid=1057602523"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Twelve-Hour Clock Time System"@en ; + skos:altLabel "12-Hour Clock"@en , + "12-Hour Clock Time System"@en , + "Twelve Hour Clock"@en , + "Twelve Hour Clock Time System"@en , + "Twelve-Hour Clock"@en ; + skos:definition "A Clock Time System for keeping the Time of Day in which the Day runs from midnight to midnight and is divided into two intervals of 12 Hours each, where: the first interval begins at midnight, ends at noon, and is indicated by the suffix 'a.m.'; the second interval begins at noon, ends at midnight, and is indicated by the suffix 'p.m.'; and the midnight and noon Hours are numbered 12 with subsequent Hours numbered 1-11."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TwentyFootEquivalentUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Twenty Foot Equivalent Unit"@en . +cco:TwentyFootEquivalentUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfVolume ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Twenty Foot Equivalent Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/TwentyFourHourClockTimeSystem - rdf:type owl:NamedIndividual , - ; - "https://en.wikipedia.org/w/index.php?title=24-hour_clock&oldid=1063744105"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Twenty-Four-Hour Clock Time System"@en ; - "24-Hour Clock"@en , - "24-Hour Clock Time System"@en , - "Military Time"@en , - "Military Time System"@en , - "Twenty-Four Hour Clock Time System"@en , - "Twenty-Four-Hour Clock"@en ; - "A Clock Time System for time keeping in which the Day runs from midnight to midnight and is divided into 24 Hours, indicated by the Hours passed since midnight, from 0 to 23."@en . +cco:TwentyFourHourClockTimeSystem rdf:type owl:NamedIndividual , + cco:ClockTimeSystem ; + cco:definition_source "https://en.wikipedia.org/w/index.php?title=24-hour_clock&oldid=1063744105"^^xsd:anyURI ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Twenty-Four-Hour Clock Time System"@en ; + skos:altLabel "24-Hour Clock"@en , + "24-Hour Clock Time System"@en , + "Military Time"@en , + "Military Time System"@en , + "Twenty-Four Hour Clock Time System"@en , + "Twenty-Four-Hour Clock"@en ; + skos:definition "A Clock Time System for time keeping in which the Day runs from midnight to midnight and is divided into 24 Hours, indicated by the Hours passed since midnight, from 0 to 23."@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UgandaShilling - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Uganda Shilling"@en . +cco:UgandaShilling rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Uganda Shilling"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UkraineHryvnia - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Ukraine Hryvnia"@en . +cco:UkraineHryvnia rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Ukraine Hryvnia"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UniformTimeZone - rdf:type owl:NamedIndividual , - ; - "U" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-8"@en ; - rdfs:label "Uniform Time Zone"@en . +cco:UniformTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "U" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-8"@en ; + rdfs:label "Uniform Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UnitedKingdomPound - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "United Kingdom Pound"@en . +cco:UnitedKingdomPound rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "United Kingdom Pound"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UnitedStatesDollar - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "United States Dollar"@en . +cco:UnitedStatesDollar rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "United States Dollar"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UniversalTime0 - rdf:type owl:NamedIndividual , - ; - "UT0" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "UT0 is a variant of Universal Time that is measured by observing the diurnal motion of stars or extragalactic radio sources at a specific location on Earth. It does not take into consideration distorting factors, in particular polar motion, such that its value will differ based on the location it is measured at."@en ; - rdfs:label "Universal Time 0"@en . +cco:UniversalTime0 rdf:type owl:NamedIndividual , + cco:UniversalTimeReferenceSystem ; + cco:acronym "UT0" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "UT0 is a variant of Universal Time that is measured by observing the diurnal motion of stars or extragalactic radio sources at a specific location on Earth. It does not take into consideration distorting factors, in particular polar motion, such that its value will differ based on the location it is measured at."@en ; + rdfs:label "Universal Time 0"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UniversalTime1 - rdf:type owl:NamedIndividual , - ; - "UT1" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "UT1 is a derivation of UT0 that takes into account distortions caused by polar motion and is proportional to the rotation angle of the Earth with respect to distant quasars, specifically, the International Celestial Reference Frame (ICRF). UT1 is currently the most widely used variant of Universal Time and has the same value everywhere on Earth."@en ; - rdfs:label "Universal Time 1"@en ; - "Astronomical Time"@en . +cco:UniversalTime1 rdf:type owl:NamedIndividual , + cco:UniversalTimeReferenceSystem ; + cco:acronym "UT1" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "UT1 is a derivation of UT0 that takes into account distortions caused by polar motion and is proportional to the rotation angle of the Earth with respect to distant quasars, specifically, the International Celestial Reference Frame (ICRF). UT1 is currently the most widely used variant of Universal Time and has the same value everywhere on Earth."@en ; + rdfs:label "Universal Time 1"@en ; + skos:altLabel "Astronomical Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UniversalTime1A - rdf:type owl:NamedIndividual , - ; - "UT1A" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Universal Time 1 A"@en . +cco:UniversalTime1A rdf:type owl:NamedIndividual , + cco:UniversalTimeReferenceSystem ; + cco:acronym "UT1A" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Universal Time 1 A"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UniversalTime1D - rdf:type owl:NamedIndividual , - ; - "UT1D" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Universal Time 1 D"@en . +cco:UniversalTime1D rdf:type owl:NamedIndividual , + cco:UniversalTimeReferenceSystem ; + cco:acronym "UT1D" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Universal Time 1 D"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UniversalTime1F - rdf:type owl:NamedIndividual , - ; - "UT1F" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Universal Time 1 F"@en . +cco:UniversalTime1F rdf:type owl:NamedIndividual , + cco:UniversalTimeReferenceSystem ; + cco:acronym "UT1F" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Universal Time 1 F"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UniversalTime1R - rdf:type owl:NamedIndividual , - ; - "UT1R" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "UT1R is a variant of Universal Time that is a smoothed version of UT1 by filtering out periodic variations due to tidal waves."@en ; - rdfs:label "Universal Time 1 R"@en . +cco:UniversalTime1R rdf:type owl:NamedIndividual , + cco:UniversalTimeReferenceSystem ; + cco:acronym "UT1R" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "UT1R is a variant of Universal Time that is a smoothed version of UT1 by filtering out periodic variations due to tidal waves."@en ; + rdfs:label "Universal Time 1 R"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UniversalTime2 - rdf:type owl:NamedIndividual , - ; - "UT2" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "UT2 is a variant of Universal Time that smooths UT1 by accounting for both polar motion and variations in Earth's rotation due to seasonal factors, such as changes in vegetation and water or snow distribution."@en ; - rdfs:label "Universal Time 2"@en . +cco:UniversalTime2 rdf:type owl:NamedIndividual , + cco:UniversalTimeReferenceSystem ; + cco:acronym "UT2" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "UT2 is a variant of Universal Time that smooths UT1 by accounting for both polar motion and variations in Earth's rotation due to seasonal factors, such as changes in vegetation and water or snow distribution."@en ; + rdfs:label "Universal Time 2"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UniversalTransverseMercatorReferenceSystem - rdf:type owl:NamedIndividual , - ; - "UTM" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "Universal Transverse Mercator Reference System"@en . +cco:UniversalTransverseMercatorReferenceSystem rdf:type owl:NamedIndividual , + cco:GeospatialCoordinateReferenceSystem ; + cco:acronym "UTM" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "Universal Transverse Mercator Reference System"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UnixTime - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment """Unix Time is a Temporal Reference System for describing a point in time, defined as the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC) Thursday, 1 January 1970 minus the number of leap seconds that have taken place since then. +cco:UnixTime rdf:type owl:NamedIndividual , + cco:TemporalReferenceSystem ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment """Unix Time is a Temporal Reference System for describing a point in time, defined as the number of seconds that have elapsed since 00:00:00 Coordinated Universal Time (UTC) Thursday, 1 January 1970 minus the number of leap seconds that have taken place since then. (See: https://en.wikipedia.org/wiki/Unix_time)"""@en ; - rdfs:label "Unix Time"@en . + rdfs:label "Unix Time"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UruguayPeso - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Uruguay Peso"@en . +cco:UruguayPeso rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Uruguay Peso"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/UzbekistanSum - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Uzbekistan Sum"@en . +cco:UzbekistanSum rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Uzbekistan Sum"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VanuatuVatu - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Vanuatu Vatu"@en . +cco:VanuatuVatu rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Vanuatu Vatu"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VictorTimeZone - rdf:type owl:NamedIndividual , - ; - "V" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-9"@en ; - rdfs:label "Victor Time Zone"@en . +cco:VictorTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "V" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-9"@en ; + rdfs:label "Victor Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VietNamDong - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Viet Nam Dong"@en . +cco:VietNamDong rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Viet Nam Dong"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VoltAmpereMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Volt Ampere Measurement Unit"@en ; - "VA"@en . +cco:VoltAmpereMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfElectromagneticForce ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Volt Ampere Measurement Unit"@en ; + skos:altLabel "VA"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/VoltMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Volt Measurement Unit"@en ; - "V"@en . +cco:VoltMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfElectromagneticForce ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Volt Measurement Unit"@en ; + skos:altLabel "V"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WattMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "watt" ; - "W" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Watt Measurement Unit"@en . +cco:WattMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfPower ; + cco:SI_unit_label "watt" ; + cco:SI_unit_symbol "W" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Watt Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WeekMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Week Measurement Unit"@en . +cco:WeekMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfTime ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Week Measurement Unit"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WhiskeyTimeZone - rdf:type owl:NamedIndividual , - ; - "W" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-10"@en ; - rdfs:label "Whiskey Time Zone"@en . +cco:WhiskeyTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "W" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-10"@en ; + rdfs:label "Whiskey Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WorldGeodeticSystem1984 - rdf:type owl:NamedIndividual , - ; - "WGS 84" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment """\"WGS 84 is an Earth-centered, Earth-fixed terrestrial reference system and geodetic datum. WGS 84 is based on a consistent set of constants and model parameters that describe the Earth's size, shape, and gravity and geomagnetic fields. WGS 84 is the standard U.S. Department of Defense definition of a global reference system for geospatial information and is the reference system for the Global Positioning System (GPS). It is compatible with the International Terrestrial Reference System (ITRS).\" +cco:WorldGeodeticSystem1984 rdf:type owl:NamedIndividual , + cco:GeospatialCoordinateReferenceSystem ; + cco:acronym "WGS 84" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment """\"WGS 84 is an Earth-centered, Earth-fixed terrestrial reference system and geodetic datum. WGS 84 is based on a consistent set of constants and model parameters that describe the Earth's size, shape, and gravity and geomagnetic fields. WGS 84 is the standard U.S. Department of Defense definition of a global reference system for geospatial information and is the reference system for the Global Positioning System (GPS). It is compatible with the International Terrestrial Reference System (ITRS).\" From: (http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf)"""@en ; - rdfs:label "World Geodetic System 1984"@en . + rdfs:label "World Geodetic System 1984"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/WorldGeographicReferenceSystem - rdf:type owl:NamedIndividual , - ; - "WGRS" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:label "World Geographic Reference System"@en . +cco:WorldGeographicReferenceSystem rdf:type owl:NamedIndividual , + cco:GeospatialCoordinateReferenceSystem ; + cco:acronym "WGRS" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:label "World Geographic Reference System"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/XRayTimeZone - rdf:type owl:NamedIndividual , - ; - "X" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-11"@en ; - rdfs:label "X-ray Time Zone"@en . +cco:XRayTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "X" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-11"@en ; + rdfs:label "X-ray Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/YankeeTimeZone - rdf:type owl:NamedIndividual , - ; - "Y" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC-12"@en , - "Yankee Time Zone is the same local time as Mike Time Zone, but is 1 Day (i.e. 24 Hours) behind Mike Time Zone as they are on opposite sides of the International Date Line."@en ; - rdfs:label "Yankee Time Zone"@en . +cco:YankeeTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "Y" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC-12"@en , + "Yankee Time Zone is the same local time as Mike Time Zone, but is 1 Day (i.e. 24 Hours) behind Mike Time Zone as they are on opposite sides of the International Date Line."@en ; + rdfs:label "Yankee Time Zone"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/YardMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Yard Measurement Unit"@en ; - "yrd"@en . +cco:YardMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfLength ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Yard Measurement Unit"@en ; + skos:altLabel "yrd"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/YearMeasurementUnit - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; - rdfs:label "Year Measurement Unit"@en ; - "yr"@en . +cco:YearMeasurementUnit rdf:type owl:NamedIndividual , + cco:MeasurementUnitOfTime ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/UnitsOfMeasureOntology"^^xsd:anyURI ; + rdfs:label "Year Measurement Unit"@en ; + skos:altLabel "yr"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/YemeniRial - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Yemeni Rial"@en . +cco:YemeniRial rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Yemeni Rial"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ZambiaKwacha - rdf:type owl:NamedIndividual , - ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; - rdfs:label "Zambia Kwacha"@en . +cco:ZambiaKwacha rdf:type owl:NamedIndividual , + cco:CurrencyUnit ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/CurrencyUnitOntology"^^xsd:anyURI ; + rdfs:label "Zambia Kwacha"@en . ### http://www.ontologyrepository.com/CommonCoreOntologies/ZuluTimeZone - rdf:type owl:NamedIndividual , - ; - "Z" ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; - rdfs:comment "Offset from Universal Coordinated Time = UTC+0"@en ; - rdfs:label "Zulu Time Zone"@en . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/disrupts - rdf:type owl:NamedIndividual ; - "2022-12-30T21:32:27-05:00"^^xsd:dateTime . - - -### http://www.ontologyrepository.com/CommonCoreOntologies/is_disrupted_by - rdf:type owl:NamedIndividual ; - "2022-12-30T21:32:27-05:00"^^xsd:dateTime . - - -################################################################# -# Annotations -################################################################# - - ; - "2000-07-11"^^xsd:date ; - "2008-01-14"^^xsd:date ; - rdfs:comment "Date of creation of the resource."@en ; - rdfs:isDefinedBy ; - rdfs:label "Date Created"@en . - - - "https://cubrc.org"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "disrupts"@en ; - "A relation where one process disrupts another process from occurring as it would have."@en ; - "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 ; - "disrupts"@en ; - "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 . - - - "https://cubrc.org"^^xsd:anyURI ; - "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/ExtendedRelationOntology"^^xsd:anyURI ; - rdfs:label "is disrupted by"@en ; - "Inverse of disrupts." ; - "is disrupted by"@en . +cco:ZuluTimeZone rdf:type owl:NamedIndividual , + cco:MilitaryTimeZoneIdentifier ; + cco:acronym "Z" ; + cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology"^^xsd:anyURI ; + rdfs:comment "Offset from Universal Coordinated Time = UTC+0"@en ; + rdfs:label "Zulu Time Zone"@en . ################################################################# @@ -19833,43 +19712,43 @@ From: (http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf)"""@en ; ################################################################# [ rdf:type owl:AllDisjointClasses ; - owl:members ( - - + owl:members ( obo:BFO_0000004 + obo:BFO_0000020 + obo:BFO_0000031 ) ] . [ rdf:type owl:AllDisjointClasses ; - owl:members ( - - + owl:members ( obo:BFO_0000006 + obo:BFO_0000029 + obo:BFO_0000140 ) ] . [ rdf:type owl:AllDisjointClasses ; - owl:members ( - - - + owl:members ( obo:BFO_0000008 + obo:BFO_0000011 + obo:BFO_0000015 + obo:BFO_0000035 ) ] . [ rdf:type owl:AllDisjointClasses ; - owl:members ( - - - + owl:members ( obo:BFO_0000009 + obo:BFO_0000018 + obo:BFO_0000026 + obo:BFO_0000028 ) ] . [ rdf:type owl:AllDisjointClasses ; - owl:members ( - - + owl:members ( obo:BFO_0000142 + obo:BFO_0000146 + obo:BFO_0000147 ) ] .