mirror of
https://github.com/CommonCoreOntology/CommonCoreOntologies.git
synced 2026-04-27 03:00:27 -04:00
3136 lines
239 KiB
Turtle
3136 lines
239 KiB
Turtle
@prefix : <http://www.ontologyrepository.com/CommonCoreOntologies/> .
|
||
@prefix cco: <http://www.ontologyrepository.com/CommonCoreOntologies/> .
|
||
@prefix obo: <http://purl.obolibrary.org/obo/> .
|
||
@prefix owl: <http://www.w3.org/2002/07/owl#> .
|
||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
|
||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
|
||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||
@base <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology> .
|
||
|
||
<http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology> rdf:type owl:Ontology ;
|
||
owl:versionIRI <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/2024-02-14/EventOntology> ;
|
||
owl:imports <http://www.ontologyrepository.com/CommonCoreOntologies/Mid/InformationEntityOntology> ;
|
||
<http://purl.org/dc/terms/license> <https://opensource.org/licenses/BSD-3-Clause> ;
|
||
rdfs:comment "This ontology is designed to represent processual entities, especially those performed by agents, that occur within multiple domains."@en ;
|
||
rdfs:label "Event Ontology"@en ;
|
||
owl:versionInfo "Version 1.5"@en .
|
||
|
||
#################################################################
|
||
# Classes
|
||
#################################################################
|
||
|
||
### http://purl.obolibrary.org/obo/BFO_0000144
|
||
obo:BFO_0000144 rdf:type owl:Class ;
|
||
rdfs:subClassOf obo:BFO_0000003 ;
|
||
cco: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 ;
|
||
cco:elucidation "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 ;
|
||
cco:example_of_usage "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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Process Profile"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Acceleration
|
||
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 "A Process Profile that is the rate of change of the Velocity of an object."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Act
|
||
cco:Act rdf:type owl:Class ;
|
||
rdfs:subClassOf obo:BFO_0000015 ;
|
||
cco:definition "A Process in which at least one Agent plays a causative role."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAdvising
|
||
cco:ActOfAdvising rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfDirectiveCommunication ;
|
||
cco:definition "An Act of Directive Communication performed by providing advice or counsel to another agent."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfApologizing
|
||
cco:ActOfApologizing rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfExpressiveCommunication ;
|
||
cco:definition "An Act of Expressive Communication performed by acknowledging and expressing regret for a fault, shortcoming, or failure."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAppraisal
|
||
cco:ActOfAppraisal rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfMeasuring ;
|
||
cco:definition "An Act of Measuring that involves evaluating, assessing, estimating, or judging the nature, value, importance, condition, or quality of something or someone."@en ;
|
||
cco:elucidation "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:example_of_usage "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" ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArrival
|
||
cco:ActOfArrival rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfLocationChange ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Arrival"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArtifactAssembly
|
||
cco:ActOfArtifactAssembly rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfArtifactProcessing ;
|
||
cco:definition "An Act of Artifact Processing wherein a new Artifact is created by fitting component parts together."@en ;
|
||
cco:example_of_usage "putting together a piece of furniture purchased from Ikea" ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArtifactEmployment
|
||
cco:ActOfArtifactEmployment rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IntentionalAct ;
|
||
cco:definition "A Planned Act of using an Artifact."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Artifact Employment"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArtifactModification
|
||
cco:ActOfArtifactModification rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfArtifactProcessing ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfArtifactProcessing
|
||
cco:ActOfArtifactProcessing rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IntentionalAct ;
|
||
cco:definition "A Planned Act of performing a series of mechanical or chemical operations on something in order to change or preserve it."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Artifact Processing"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAssassination
|
||
cco:ActOfAssassination rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfMurder ;
|
||
cco:definition "An Act of Murder of a prominent person."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAssignment
|
||
cco:ActOfAssignment rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfDeclarativeCommunication ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfAssociation
|
||
cco:ActOfAssociation rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:SocialAct ;
|
||
cco:definition "A Social Act wherein an Agent unites with some other Agent in a Planned Act, enterprise or business."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfBuying
|
||
cco:ActOfBuying rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfPurchasing ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Buying"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCargoTransportation
|
||
cco:ActOfCargoTransportation rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfLocationChange ;
|
||
cco:definition "An Act of Location Change involving the movement of manufactured goods through some Transportation Agent."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Cargo Transportation"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCeremony
|
||
cco:ActOfCeremony rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:SocialAct ;
|
||
cco:definition "A Social Act of ritual significance, performed on a special occasion."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfChangeOfResidence
|
||
cco:ActOfChangeOfResidence rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfLocationChange ;
|
||
cco:definition "An Act of Location Change involving one or more Persons moving from one place of residence to another."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Change of Residence"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCollision
|
||
cco:ActOfCollision rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfLocationChange ;
|
||
cco:definition "An Act of Location Change involving the movement of one object such that it collides with another object."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Collision"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCommanding
|
||
cco:ActOfCommanding rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfDirectiveCommunication ;
|
||
cco:definition "An Act of Directive Communication that exercises authoritative control or power over another agent's actions."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCommissiveCommunication
|
||
cco:ActOfCommissiveCommunication rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCommunication ;
|
||
cco:definition "An Act of Communication that commits a speaker to some future action."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCommunication
|
||
cco:ActOfCommunication rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IntentionalAct ;
|
||
cco:definition "A Planned Act in which some Information Content Entity is transferred from some Agent to Another."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCommunicationByMedia
|
||
cco:ActOfCommunicationByMedia rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCommunication ;
|
||
cco:definition "An Act of Communication in which some Artifact is used to transfer an Information Bearing Entity from sender(s) to receiver(s)."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Communication by Media"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCondoling
|
||
cco:ActOfCondoling rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfExpressiveCommunication ;
|
||
cco:definition "An Act of Expressive Communication performed by expressing sympathy or sorrow."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfConductingMassMediaInterview
|
||
cco:ActOfConductingMassMediaInterview rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfMassMediaCommunication ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfConfessing
|
||
cco:ActOfConfessing rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfRepresentativeCommunication ;
|
||
cco:definition "An Act of Representative Communication in which a person makes an admission of misdeeds or faults."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Confessing"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfCongratulating
|
||
cco:ActOfCongratulating rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfExpressiveCommunication ;
|
||
cco:definition "An Act of Expressive Communication performed by expressing vicarious pleasure to a person on the occasion of their success or good fortune."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfConstruction
|
||
cco:ActOfConstruction rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfArtifactProcessing ;
|
||
cco:definition "An Act of Artifact Processing wherein Artifacts are built on site as prescribed by some contract."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfConsumption
|
||
cco:ActOfConsumption rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IntentionalAct ;
|
||
cco:definition "A Planned Act in which a resource is ingested or used up."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Consumption"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfContractFormation
|
||
cco:ActOfContractFormation rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfPromising ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDataTransformation
|
||
cco:ActOfDataTransformation rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfInformationProcessing ;
|
||
cco:definition "An Act of Information Processing in which an algorithm is executed to act upon one or more input Information Content Entities into one or more output Information Content Entities."@en ;
|
||
cco:elucidation "It is not a requirement that the output Information Content Entity(ies) be qualitatively distinct from the input(s) as a result of an Act of Data Transformation, though doing so is typically the goal of performing this Act. Consider, for example, selecting a column in an Excel spreadsheet then executing the \\\"Remove Duplicates\\\" Algorithm on it. The intent is to remove rows in that column containing duplicate content. If no duplicate values are present, the information in the column remains unchanged but an Act of Data Transformation was nonetheless performed."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Data Transformation"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDeceptiveCommunication
|
||
cco:ActOfDeceptiveCommunication rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCommunication ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDeclarativeCommunication
|
||
cco:ActOfDeclarativeCommunication rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCommunication ;
|
||
cco:definition "An Act of Communication that changes the reality in accord with the proposition of the declaration."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDecoyUse
|
||
cco:ActOfDecoyUse rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfArtifactEmployment ;
|
||
cco:definition "An Act of Artifact Employment in which some Agent uses some Decoy."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Decoy Use"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDenying
|
||
cco:ActOfDenying rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfRepresentativeCommunication ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDeparture
|
||
cco:ActOfDeparture rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfLocationChange ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Departure"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDirectiveCommunication
|
||
cco:ActOfDirectiveCommunication rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCommunication ;
|
||
cco:definition "An Act of Communication that is intended to cause the hearer to take a particular action."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfDonating
|
||
cco:ActOfDonating rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfFinancialInstrumentUse ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEducationalTrainingAcquisition
|
||
cco:ActOfEducationalTrainingAcquisition rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfTrainingAcquisition ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Educational Training Acquisition"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEducationalTrainingInstruction
|
||
cco:ActOfEducationalTrainingInstruction rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfTrainingInstruction ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Educational Training Instruction"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEmployment
|
||
cco:ActOfEmployment rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfAssociation ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Employment"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEncounter
|
||
cco:ActOfEncounter rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfAssociation ;
|
||
cco:definition "An Act of Association wherein two or more Persons meet in a casual or unplanned manner."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEntertainment
|
||
cco:ActOfEntertainment rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IntentionalAct ;
|
||
cco:definition "A Planned Act consisting of any activity which provides a diversion or permits people to amuse themselves."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEspionage
|
||
cco:ActOfEspionage rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfIntelligenceGathering ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfEstimation
|
||
cco:ActOfEstimation rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfMeasuring ;
|
||
cco:alternative_label "Act of Approximation"@en ;
|
||
cco: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 ;
|
||
cco:elucidation "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:example_of_usage "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" ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfExpressiveCommunication
|
||
cco:ActOfExpressiveCommunication rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCommunication ;
|
||
cco:definition "An Act of Communication that expresses the Speaker's attitudes and emotions towards some proposition."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfFacilityUse
|
||
cco:ActOfFacilityUse rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfArtifactEmployment ;
|
||
cco:definition "An Act of Artifact Employment in which an Agent makes use of some Facility."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Facility Use"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfFinancialDeposit
|
||
cco:ActOfFinancialDeposit rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfFinancialInstrumentUse ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfFinancialInstrumentUse
|
||
cco:ActOfFinancialInstrumentUse rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfArtifactEmployment ;
|
||
cco:definition "An Act of Artifact Employment in which some Agent uses some Financial Instrument."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Financial Instrument Use"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfFinancialWithdrawal
|
||
cco:ActOfFinancialWithdrawal rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfFinancialInstrumentUse ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfFunding
|
||
cco:ActOfFunding rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfFinancialInstrumentUse ;
|
||
cco:definition "An Act of Financial Instrument Use in which an Agent provides a sum of money to another Agent for a particular purpose."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Funding"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfGovernment
|
||
cco:ActOfGovernment rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IntentionalAct ;
|
||
cco:definition "A Planned Act that is initiated or supported by some Geopolitical Entity and enforced by some Government Agent."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Government"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfHomicide
|
||
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:definition "An Act of Violence which causes the unlawful killing of another person."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Homicide"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIdentifying
|
||
cco:ActOfIdentifying rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfRepresentativeCommunication ;
|
||
cco:definition "An Act of Representative Communication performed by asserting who or what a particular person or thing is."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInformationProcessing
|
||
cco:ActOfInformationProcessing rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IntentionalAct ;
|
||
cco:definition "A Planned Act in which one or more input Information Content Entities are received, manipulated, transferred, or stored by an Agent."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"@en ;
|
||
rdfs:label "Act of Information Processing"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInhabitancy
|
||
cco:ActOfInhabitancy rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IntentionalAct ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIntelligenceGathering
|
||
cco:ActOfIntelligenceGathering rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IntentionalAct ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInterpersonalRelationship
|
||
cco:ActOfInterpersonalRelationship rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfAssociation ;
|
||
cco:definition "An Act of Association between two or more Persons that may range from fleeting to enduring."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfInviting
|
||
cco:ActOfInviting rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCommissiveCommunication ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIssuingMassMediaArticle
|
||
cco:ActOfIssuingMassMediaArticle rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfMassMediaCommunication ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIssuingMassMediaDocumentary
|
||
cco:ActOfIssuingMassMediaDocumentary rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfMassMediaCommunication ;
|
||
cco:definition "An Act of Mass Media Communication involving sending forth, distributing, or putting into circulation information that provides a factual record or report."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfIssuingMassMediaPressRelease
|
||
cco:ActOfIssuingMassMediaPressRelease rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfMassMediaCommunication ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfLegalInstrumentUse
|
||
cco:ActOfLegalInstrumentUse rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfArtifactEmployment ;
|
||
cco:definition "An Act of Artifact Employment in which some Agent uses some Legal Instrument."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Legal Instrument Use"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfLoaning
|
||
cco:ActOfLoaning rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfFinancialInstrumentUse ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfLocationChange
|
||
cco:ActOfLocationChange rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfMotion ;
|
||
cco:definition "An Act of Motion in which the location of some Object is changed by some Agent."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Location Change"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMaintenance
|
||
cco:ActOfMaintenance rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfArtifactModification ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Maintenance"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfManufacturing
|
||
cco:ActOfManufacturing rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfArtifactProcessing ;
|
||
cco:definition "An Act of Artifact Processing wherein Artifacts are created in a Facility for the purpose of being sold to consumers."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMassMediaCommunication
|
||
cco:ActOfMassMediaCommunication rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCommunication ;
|
||
cco:definition "An Act of Communication intended to reach a large audience using a medium such as the internet, television, radio, newspaper, and magazine."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMeasuring
|
||
cco:ActOfMeasuring rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IntentionalAct ;
|
||
cco:definition "A Planned Act that involves determining the extent, dimensions, quanity, or quality of an Entity relative to some standard."@en ;
|
||
cco:example_of_usage "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Measuring"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMeeting
|
||
cco:ActOfMeeting rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfAssociation ;
|
||
cco:definition "An Act of Association wherein two or more Persons assemble for some common purpose."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMilitaryForce
|
||
cco:ActOfMilitaryForce rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IntentionalAct ;
|
||
cco:definition "A Planned Act of employing a Military Force to achieve some desired result."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Military Force"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMilitaryService
|
||
cco:ActOfMilitaryService rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfEmployment ;
|
||
cco:definition "An Act of Employment wherein a Person serves as a member of a Military Force, whether voluntarily or by conscription."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMilitaryTrainingAcquisition
|
||
cco:ActOfMilitaryTrainingAcquisition rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfTrainingAcquisition ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Military Training Acquisition"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMilitaryTrainingInstruction
|
||
cco:ActOfMilitaryTrainingInstruction rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfTrainingInstruction ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Military Training Instruction"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMotion
|
||
cco:ActOfMotion rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IntentionalAct ;
|
||
cco:definition "A Planned Act by which an Agent causes the position or location of some Object to change."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfMurder
|
||
cco:ActOfMurder rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfHomicide ;
|
||
cco:definition "An Act of Homicide with malice aforethought."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Murder"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfOathTaking
|
||
cco:ActOfOathTaking rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCommissiveCommunication ;
|
||
cco:definition "An Act of Commissive Communication performed by stating or promising, usually calling upon something or someone that the oath maker considers sacred."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfObservation
|
||
cco:ActOfObservation rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IntentionalAct ;
|
||
cco:definition "A Planned Act of acquiring information from a source via the use of one or more senses."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfOfficialDocumentation
|
||
cco:ActOfOfficialDocumentation rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfDeclarativeCommunication ;
|
||
cco:definition "An Act of Declarative Communication in which an Agent records some information for official use by another Agent."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Official Documentation"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfOwnership
|
||
cco:ActOfOwnership rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfPossession ;
|
||
cco:definition "An Act of Possession that includes an agent having certain rights and duties over the property owned."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPersonalCommunication
|
||
cco:ActOfPersonalCommunication rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCommunication ;
|
||
cco:definition "An Act of Communication having a small audience."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Personal Communication"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPilgrimage
|
||
cco:ActOfPilgrimage rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfTravel ;
|
||
cco:definition "An Act of Travel to a location of importance to a person's beliefs and faith."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPlanning
|
||
cco:ActOfPlanning rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IntentionalAct ;
|
||
cco:definition "A Planned Act that involves making a Plan to achieve some specified Objective."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Planning"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPortionOfMaterialConsumption
|
||
cco:ActOfPortionOfMaterialConsumption rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfArtifactEmployment ;
|
||
cco:definition "An Act of Artifact Employment in which a Portion of Material is expended."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Portion of Material Consumption"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPositionChange
|
||
cco:ActOfPositionChange rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfMotion ;
|
||
cco: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 ;
|
||
cco:example_of_usage "a top spinning in place" ,
|
||
"adjusting your posture" ,
|
||
"raising your left arm" ,
|
||
"swivelling your office chair to face the window" ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPossession
|
||
cco:ActOfPossession rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IntentionalAct ;
|
||
cco:definition "A Planned Act in which an agent intentionally exercises control towards a thing."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPrediction
|
||
cco:ActOfPrediction rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IntentionalAct ;
|
||
cco: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 ;
|
||
cco:elucidation "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:example_of_usage "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" ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPromising
|
||
cco:ActOfPromising rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCommissiveCommunication ;
|
||
cco:definition "An Act of Commissive Communication performed by declaring that the promising agent will do, or refrain from doing, the specified action."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPropaganda
|
||
cco:ActOfPropaganda rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfDeceptiveCommunication ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPublishingMassMediaArticle
|
||
cco:ActOfPublishingMassMediaArticle rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfMassMediaCommunication ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPublishingMassMediaDocumentary
|
||
cco:ActOfPublishingMassMediaDocumentary rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfMassMediaCommunication ;
|
||
cco:definition "An Act of Mass Media Communication involving the preparation and public issuance of information that provides a factual record or report."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPublishingMassMediaPressRelease
|
||
cco:ActOfPublishingMassMediaPressRelease rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfMassMediaCommunication ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfPurchasing
|
||
cco:ActOfPurchasing rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfFinancialInstrumentUse ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReconnaissance
|
||
cco:ActOfReconnaissance rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfIntelligenceGathering ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReligiousGroupAffiliation
|
||
cco:ActOfReligiousGroupAffiliation rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfAssociation ;
|
||
cco:definition "An Act of Association wherein some Person belongs to some Religious Demonination or sub-Denomination."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Religious Group Affiliation"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReligiousTrainingAcquisition
|
||
cco:ActOfReligiousTrainingAcquisition rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfTrainingAcquisition ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Religious Training Acquisition"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReligiousTrainingInstruction
|
||
cco:ActOfReligiousTrainingInstruction rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfTrainingInstruction ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Religious Training Instruction"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReligiousWorship
|
||
cco:ActOfReligiousWorship rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCeremony ;
|
||
cco:definition "An Act of Ceremony wherein there occurs acts of religious devotion usually directed towards a deity."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRemuneration
|
||
cco:ActOfRemuneration rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfPurchasing ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRenting
|
||
cco:ActOfRenting rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfPurchasing ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Renting"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRepayment
|
||
cco:ActOfRepayment rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfFinancialInstrumentUse ;
|
||
cco:definition "An Act of Financial Instrument Use wherein a Financial Instrument is returned by an Agent (the Debtor) to another Agent (the Creditor) to decrease the amount owed to the Creditor from an earlier Act of Loaning."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfReporting
|
||
cco:ActOfReporting rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfRepresentativeCommunication ;
|
||
cco:definition "An Act of Representative Communication performed by giving a detailed account or statement."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRepresentativeCommunication
|
||
cco:ActOfRepresentativeCommunication rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCommunication ;
|
||
cco:definition "An Act of Communication that commits a speaker to the truth of the expressed proposition."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfRequesting
|
||
cco:ActOfRequesting rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfDirectiveCommunication ;
|
||
cco:definition "An Act of Directive Communication performed by asking for something."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfResiding
|
||
cco:ActOfResiding rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfInhabitancy ;
|
||
cco:definition "An Act of Inhabitancy in which a Person lives in a dwelling permanently or for an extended period of time."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfSocialGroupMembership
|
||
cco:ActOfSocialGroupMembership rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfAssociation ;
|
||
cco:definition "An Act of Association wherein a Person belongs to some Social Group."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Social Group Membership"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfSocialMovement
|
||
cco:ActOfSocialMovement rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:SocialAct ;
|
||
cco:definition "A Social Act composed of a series of performances, displays and campaigns directed at implementing, resisting or undoing a change in society."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfSojourn
|
||
cco:ActOfSojourn rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfInhabitancy ;
|
||
cco:definition "An Act of Inhabitancy in which a Person lives in a dwelling temporarily, often during stages of an Act of Travel."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Sojourn"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfSuicide
|
||
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:alternative_label "Suicide"@en ;
|
||
cco:definition "An Act of Violence in which some Agent intentionally and voluntarily causes their own death."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTargeting
|
||
cco:ActOfTargeting rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IntentionalAct ;
|
||
cco:definition "A Planned Act wherein some Agent maintains one or more entities as the objects of potential action given some operational requirement."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Targeting"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTerrorism
|
||
cco:ActOfTerrorism rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfViolence ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTerroristTrainingAcquisition
|
||
cco:ActOfTerroristTrainingAcquisition rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfTrainingAcquisition ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTerroristTrainingInstruction
|
||
cco:ActOfTerroristTrainingInstruction rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfTrainingInstruction ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTestifying
|
||
cco:ActOfTestifying rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfRepresentativeCommunication ;
|
||
cco:definition "An Act of Representative Communication performed by making a statement about one's personal knowledge or belief."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfThanking
|
||
cco:ActOfThanking rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfExpressiveCommunication ;
|
||
cco:definition "An Act of Expressive Communication performed by expressing gratitude."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfToolUse
|
||
cco:ActOfToolUse rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfArtifactEmployment ;
|
||
cco:definition "An Act of Artifact Employment in which some Agent uses some Tool."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Tool Use"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTraining
|
||
cco:ActOfTraining rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IntentionalAct ;
|
||
cco:definition "A Planned Act in which knowledge, skills or values are imparted from one or more Agents to at least one other Agent."@en ;
|
||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Education&oldid=1064011752"^^xsd:anyURI ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Training"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTrainingAcquisition
|
||
cco:ActOfTrainingAcquisition rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfTraining ;
|
||
cco:definition "An Act of Training performed by an Agent by acquiring knowledge from another Agent."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Training Acquisition"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTrainingInstruction
|
||
cco:ActOfTrainingInstruction rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfTraining ;
|
||
cco:definition "An Act of Training performed by an Agent by imparting knowledge to another Agent."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Training Instruction"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfTravel
|
||
cco:ActOfTravel rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfLocationChange ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfVehicleUse
|
||
cco:ActOfVehicleUse rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfArtifactEmployment ;
|
||
cco:definition "An Act of Artifact Employment in which some Agent uses some Vehicle."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Vehicle Use"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfViolence
|
||
cco:ActOfViolence rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IntentionalAct ;
|
||
cco:definition "A Planned Act of causing harm to oneself or to another through the use of physical or verbal force."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfVocationalTrainingAcquisition
|
||
cco:ActOfVocationalTrainingAcquisition rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfTrainingAcquisition ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfVocationalTrainingInstruction
|
||
cco:ActOfVocationalTrainingInstruction rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfTrainingInstruction ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfVolunteering
|
||
cco:ActOfVolunteering rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCommissiveCommunication ;
|
||
cco:definition "An Act of Commissive Communication performed by voluntarily undertaking or expressing a willingness to undertake a service."@en ;
|
||
cco:definition_source "http://www.merriam-webster.com/dictionary/volunteer" ;
|
||
cco:example_of_usage "entering into military service voluntarily" ,
|
||
"rendering a service voluntarily" ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Volunteering"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfWalking
|
||
cco:ActOfWalking rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfTravel ;
|
||
cco:definition "An Act of Travel that proceeds by foot."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Walking"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfWarning
|
||
cco:ActOfWarning rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfDirectiveCommunication ;
|
||
cco:definition "An Act of Directive Communication performed by indicating a possible or impending danger, problem, or other unpleasant situation."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActOfWeaponUse
|
||
cco:ActOfWeaponUse rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfArtifactEmployment ;
|
||
cco:definition "An Act of Artifact Employment in which some Agent uses some Weapon."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Act of Weapon Use"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ActiveStasis
|
||
cco:ActiveStasis rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:StasisOfArtifactOperationality ;
|
||
owl:disjointWith cco:DeactivatedStasis ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Active Stasis"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Amplitude
|
||
cco:Amplitude rdf:type owl:Class ;
|
||
rdfs:subClassOf obo:BFO_0000144 ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Amplitude"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/AngularMomentum
|
||
cco:AngularMomentum rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Momentum ;
|
||
cco:definition "A Momentum that is the product of an object's moment of inertia and its Angular Velocity."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/AngularVelocity
|
||
cco:AngularVelocity rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Velocity ;
|
||
cco:definition "A Velocity that describes both the angular (i.e. rotational) Speed of an object and the Axis about which the object is Rotating."@en ;
|
||
cco:definition_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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/BassFrequency
|
||
cco:BassFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:SonicFrequency ;
|
||
cco:definition "A Sonic Frequency that is between 60 and 250 Hz."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Bass Frequency"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/BeginningOfLifeStasis
|
||
cco:BeginningOfLifeStasis rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:OperationalStasis ;
|
||
cco:acronym "BOL" ,
|
||
"BoL" ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Behavior
|
||
cco:Behavior rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Act ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/BiographicalLife
|
||
cco:BiographicalLife rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Act ;
|
||
cco:definition "An Act composed of the Life Events that occur during the course of existence of an Agent (i.e. Person or Organization)."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Biographical Life"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Birth
|
||
cco:Birth rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:NaturalProcess ;
|
||
cco:definition "A Natural Process of bringing forth offspring."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/BrillianceFrequency
|
||
cco:BrillianceFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:SonicFrequency ;
|
||
cco:definition "A Sonic Frequency that is between 6 and 20 kHz."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Brilliance Frequency"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Cause
|
||
cco:Cause rdf:type owl:Class ;
|
||
owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000015
|
||
[ rdf:type owl:Restriction ;
|
||
owl:onProperty cco:is_cause_of ;
|
||
owl:someValuesFrom obo:BFO_0000003
|
||
]
|
||
) ;
|
||
rdf:type owl:Class
|
||
] ;
|
||
rdfs:subClassOf obo:BFO_0000015 ;
|
||
cco:definition "A Process that is the cause of or one of the causes of some other Process."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Cause"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Change
|
||
cco:Change rdf:type owl:Class ;
|
||
rdfs:subClassOf obo:BFO_0000015 ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Change"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ClockwiseRotationalMotion
|
||
cco:ClockwiseRotationalMotion rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:RotationalMotion ;
|
||
cco:alternative_label "CW Rotational Motion"@en ,
|
||
"Clockwise Rotation"@en ;
|
||
cco: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 ;
|
||
cco:example_of_usage "the axial rotation of the Earth as seen from above the South Pole" ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Clockwise Rotational Motion"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Combustion
|
||
cco:Combustion rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:NaturalProcess ;
|
||
cco:alternative_label "Burning Process"@en ,
|
||
"Combustion Process"@en ;
|
||
cco:definition "A Natural Process in which a Portion of Fuel or other Material Entity is burned."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Combustion"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/CounterClockwiseRotationalMotion
|
||
cco:CounterClockwiseRotationalMotion rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:RotationalMotion ;
|
||
cco:alternative_label "Anti-Clockwise Rotation"@en ,
|
||
"CCW Rotational Motion"@en ,
|
||
"Counter-Clockwise Rotation"@en ;
|
||
cco: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 ;
|
||
cco:example_of_usage "the axial rotation of the Earth as seen from above the North Pole" ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Counter-Clockwise Rotational Motion"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/CriminalAct
|
||
cco:CriminalAct rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IntentionalAct ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/CurvilinearMotion
|
||
cco:CurvilinearMotion rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:TranslationalMotion ;
|
||
cco:alternative_label "Curved Motion"@en ;
|
||
cco:definition "A Translational Motion process in which an Object moves along a curved path."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Curvilinear Motion"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/DamagedStasis
|
||
cco:DamagedStasis rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ;
|
||
cco:alternative_label "Compromised"@en ,
|
||
"Damaged"@en ,
|
||
"Injured"@en ;
|
||
cco: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 ;
|
||
cco:definition_source "http://www.thefreedictionary.com/damaged" ;
|
||
cco:elucidation "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Damaged Stasis"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/DeactivatedStasis
|
||
cco:DeactivatedStasis rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:StasisOfArtifactOperationality ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Deactivated Stasis"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Death
|
||
cco:Death rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:NaturalProcess ;
|
||
cco:definition "A Natural Process in which all biological functions that sustain a living organism cease."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfDependentContinuant
|
||
cco:DecreaseOfDependentContinuant rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Change ;
|
||
cco:definition "A Change in which some Independent Continuant has a decrease in the level of some Dependent Continuant that it bears."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Decrease of Dependent Continuant"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfDisposition
|
||
cco:DecreaseOfDisposition rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:DecreaseOfRealizableEntity ;
|
||
cco:definition "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Disposition it bears."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Decrease of Disposition"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfFunction
|
||
cco:DecreaseOfFunction rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:DecreaseOfRealizableEntity ;
|
||
cco:definition "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Function that it bears."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Decrease of Function"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfGenericallyDependentContinuant
|
||
cco:DecreaseOfGenericallyDependentContinuant rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:DecreaseOfDependentContinuant ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfQuality
|
||
cco:DecreaseOfQuality rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:DecreaseOfSpecificallyDependentContinuant ;
|
||
cco:definition "A Decrease of Specifically Dependent Continuant in which some Independent Continuant has a decrease of some Quality that it bears."@en ;
|
||
cco:example_of_usage "Weight Loss, Decreasing Temperature, decreasing color intensity, loss of structural integrity" ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Decrease of Quality"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfRealizableEntity
|
||
cco:DecreaseOfRealizableEntity rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:DecreaseOfSpecificallyDependentContinuant ;
|
||
cco:definition "A Decrease of Specifically Dependent Continuant in which some Independent Continuant has a decrease of some Realizable Entity that it bears."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Decrease of Realizable Entity"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfRole
|
||
cco:DecreaseOfRole rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:DecreaseOfRealizableEntity ;
|
||
cco:definition "A Decrease of Realizable Entity in which some Independent Continuant has a decrease of some Role that it bears."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Decrease of Role"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/DecreaseOfSpecificallyDependentContinuant
|
||
cco:DecreaseOfSpecificallyDependentContinuant rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:DecreaseOfDependentContinuant ;
|
||
cco:definition "A Decrease of Dependent Continuant in which some Independent Continuant has a decrease in some Specifically Dependent Continuant that it bears."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Decrease of Specifically Dependent Continuant"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/DefunctStasis
|
||
cco:DefunctStasis rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:StasisOfArtifactOperationality ;
|
||
owl:disjointWith cco:OperationalStasis ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Defunct Stasis"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/DeltaV
|
||
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:alternative_label "Change in Velocity"@en ,
|
||
"DeltaV"@en ;
|
||
cco:definition "A Process Profile that is the total change in Velocity of an object's Motion."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Effect
|
||
cco:Effect rdf:type owl:Class ;
|
||
owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000015
|
||
[ rdf:type owl:Restriction ;
|
||
owl:onProperty cco:caused_by ;
|
||
owl:someValuesFrom obo:BFO_0000003
|
||
]
|
||
) ;
|
||
rdf:type owl:Class
|
||
] ;
|
||
rdfs:subClassOf obo:BFO_0000015 ;
|
||
cco:alternative_label "Consequence"@en ;
|
||
cco:definition "A Process that follows and is caused by some previous Process."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/EffectOfLocationChange
|
||
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:definition "An Effect caused by some Act of Location Change and which results in an Object being located in a different place."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Effect of Location Change"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Election
|
||
cco:Election rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:SocialAct ;
|
||
cco:alternative_label "Act of Political Election"@en ;
|
||
cco:definition "A Social Act by which a population chooses an individual to hold public office."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticPulse
|
||
cco:ElectromagneticPulse rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ElectromagneticWaveProcess ;
|
||
cco:alternative_label "EMP"@en ,
|
||
"Transient Electromagnetic Disturbance"@en ;
|
||
cco:definition "An Electromagnetic Wave Process that consists of a short high-energy burst of electromagnetic energy."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticRadiationFrequency
|
||
cco:ElectromagneticRadiationFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Frequency ;
|
||
cco:definition "A Frequency that is characterized by the rate of Oscillations per second of an Electromagnetic Wave."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ElectromagneticWaveProcess
|
||
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:alternative_label "Electromagnetic Radiation"@en ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Electromagnetic Wave Process"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/EmailMessaging
|
||
cco:EmailMessaging rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCommunicationByMedia ;
|
||
cco:alternative_label "Act of Emailing"@en ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/EndOfLifeStasis
|
||
cco:EndOfLifeStasis rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:StasisOfArtifactOperationality ;
|
||
cco:acronym "EOL" ,
|
||
"EoL" ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/EnhancedStasis
|
||
cco:EnhancedStasis rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ;
|
||
cco:alternative_label "Enhanced"@en ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ExtremeUltravioletLightFrequency
|
||
cco:ExtremeUltravioletLightFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:UltravioletLightFrequency ;
|
||
cco:definition "An Ultraviolet Light Frequency that is between 3 and 30 petahertz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ExtremelyHighFrequency
|
||
cco:ExtremelyHighFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:MicrowaveFrequency ;
|
||
cco:acronym "EHF" ;
|
||
cco:alternative_label "ITU Band Number 11"@en ,
|
||
"Millimeter Band Frequency"@en ;
|
||
cco:definition "A Microwave Frequency that is between 30 and 300 GHz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ExtremelyLowFrequency
|
||
cco:ExtremelyLowFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:RadioFrequency ;
|
||
cco:acronym "ELF" ;
|
||
cco:alternative_label "ITU Band Number 1"@en ;
|
||
cco:definition "A Radio Frequency that is between 3 and 30 Hz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/FMRadioBroadcastFrequency
|
||
cco:FMRadioBroadcastFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:VeryHighFrequency ;
|
||
cco:alternative_label "Frequency Modulation Radio Broadcast Frequency"@en ;
|
||
cco:definition "A Very High Frequency that is between 88 and 108 MHz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/FacsimileTransmission
|
||
cco:FacsimileTransmission rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCommunicationByMedia ;
|
||
cco:alternative_label "Act of Facsimile Transmission"@en ,
|
||
"Act of Faxing"@en ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/FarInfraredLightFrequency
|
||
cco:FarInfraredLightFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:InfraredLightFrequency ;
|
||
cco:definition "An Infrared Light Frequency that is between 300 gigahertz and 20 terahertz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/FixedLineNetworkTelephoneCall
|
||
cco:FixedLineNetworkTelephoneCall rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:TelephoneCall ;
|
||
cco:definition "A Telephone Call transmitted over a telephone network where the telephones are wired into a single telephone exchange."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Force
|
||
cco:Force rdf:type owl:Class ;
|
||
rdfs:subClassOf obo:BFO_0000144 ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Force"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Frequency
|
||
cco:Frequency rdf:type owl:Class ;
|
||
rdfs:subClassOf obo:BFO_0000144 ;
|
||
cco:alternative_label "Temporal Frequency"@en ;
|
||
cco:definition "A Process Profile that is characterized by the number of repetitive processes during a particular time period."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/FundamentalFrequency
|
||
cco:FundamentalFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:SoundFrequency ;
|
||
cco:definition "A Sound Frequency that is the lowest Frequency of a Sound Wave."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Fundamental Frequency"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Funeral
|
||
cco:Funeral rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCeremony ;
|
||
cco:alternative_label "Act of Funeral Ceremony"@en ;
|
||
cco:definition "An Act of Ceremony in which the Life of a Person who has died is celebrated, sanctified, or remembered."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfDependentContinuant
|
||
cco:GainOfDependentContinuant rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Change ;
|
||
cco:definition "A Change in which an Independent Continuant becomes the bearer or carrier of some Dependent Continuant."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Gain of Dependent Continuant"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfDisposition
|
||
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:definition "A Gain of Realizable Entity in which some Independent Continuant becomes the bearer of some Disposition."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:comment "This class should be used to demarcate the start of the temporal interval (through the occurs_on property) that the Entity bears the Disposition."@en ;
|
||
rdfs:label "Gain of Disposition"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfFunction
|
||
cco:GainOfFunction 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_0000034
|
||
]
|
||
) ;
|
||
rdf:type owl:Class
|
||
]
|
||
] ;
|
||
cco:definition "A Gain of Realizable Entity in which some Independent Continuant becomes the bearer of some Function."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:comment "This class should be used to demarcate the start of the temporal interval (through the occurs_on property) that the Entity bears the Function."@en ;
|
||
rdfs:label "Gain of Function"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfGenericallyDependentContinuant
|
||
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:definition "A Gain of Dependent Continuant wherein some Independent Continuant becomes the carrier of some Generically Dependent Continuant."@en ;
|
||
cco:example_of_usage "A Person forms a Plan, A Person is initiated into a Religion, A photgraphic image is produced." ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Gain of Generically Dependent Continuant"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfQuality
|
||
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:definition "A Gain of Specifically Dependent Continuant in which an Independent Continuant becomes the bearer of some Quality."@en ;
|
||
cco:example_of_usage "A person becoming pregnant." ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Gain of Quality"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfRealizableEntity
|
||
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:definition "A Gain of Specifically Dependent Continuant in which some Independent Continuant becomes the bearer of some Realizable Entity."@en ;
|
||
cco:example_of_usage "An informant becomes unreliable (disposition), A person begins to speak French (function), a person becomes a welder (role)." ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Gain of Realizable Entity"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfRole
|
||
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:definition "A Gain of Realizable Entity in which some Independent Continuant becomes bearer of some Role."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:comment "This class should be used to demarcate the start of the temporal interval (through the occurs_on property) that the Entity bears the Role."@en ;
|
||
rdfs:label "Gain of Role"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/GainOfSpecificallyDependentContinuant
|
||
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:definition "A Gain of Dependent Continuant in which some Independent Continuant becomes the bearer of some Specifically Dependent Continuant."@en ;
|
||
cco:example_of_usage "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Gain of Specifically Dependent Continuant"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/GammaRayFrequency
|
||
cco:GammaRayFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ElectromagneticRadiationFrequency ;
|
||
cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is above 30 exahertz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/HardXrayFrequency
|
||
cco:HardXrayFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:XrayFrequency ;
|
||
cco:definition "An X-Ray Frequency that is between 3 and 30 exahertz."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Hard X-ray Frequency"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/HighFrequency
|
||
cco:HighFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:RadioFrequency ;
|
||
cco:acronym "HF" ;
|
||
cco:alternative_label "ITU Band Number 7"@en ;
|
||
cco:definition "A Radio Frequency that is between 3 and 30 MHz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/IgnitionProcess
|
||
cco:IgnitionProcess rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:NaturalProcess ;
|
||
cco:alternative_label "Ignition"@en ;
|
||
cco:definition "A Natural Process that initiates a Combustion process."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Ignition Process"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ImpulsiveForce
|
||
cco:ImpulsiveForce rdf:type owl:Class ;
|
||
rdfs:subClassOf obo:BFO_0000144 ;
|
||
cco:alternative_label "Imp"@en ,
|
||
"Impulse"@en ,
|
||
"J"@en ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfDependentContinuant
|
||
cco:IncreaseOfDependentContinuant rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Change ;
|
||
cco:definition "A Change in which some Independent Continuant has an increase in the level of some Dependent Continuant that it bears."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Increase of Dependent Continuant"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfDisposition
|
||
cco:IncreaseOfDisposition rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IncreaseOfRealizableEntity ;
|
||
cco:definition "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Disposition that it bears."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Increase of Disposition"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfFunction
|
||
cco:IncreaseOfFunction rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IncreaseOfRealizableEntity ;
|
||
cco:definition "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Function that it bears."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Increase of Function"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfGenericallyDependentContinuant
|
||
cco:IncreaseOfGenericallyDependentContinuant rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IncreaseOfDependentContinuant ;
|
||
cco:definition "An Increase of Dependent Continuant in which some Independent Continuant has an increase of some Generically Dependent Continuant that it bears."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Increase of Generically Dependent Continuant"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfQuality
|
||
cco:IncreaseOfQuality rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IncreaseOfSpecificallyDependentContinuant ;
|
||
cco:definition "An Increase of Specifically Dependent Continuant in which some Indpendent Continuant has an increase of some Quality that it bears."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Increase of Quality"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfRealizableEntity
|
||
cco:IncreaseOfRealizableEntity rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IncreaseOfSpecificallyDependentContinuant ;
|
||
cco:definition "An Increase of Specifically Dependent Continuant in which some Independent Continuant has an increase of some Realizable Entity that it bears."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Increase of Realizable Entity"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfRole
|
||
cco:IncreaseOfRole rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IncreaseOfRealizableEntity ;
|
||
cco:definition "An Increase of Realizable Entity in which some Independent Continuant has an increase of some Role that it bears."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Increase of Role"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/IncreaseOfSpecificallyDependentContinuant
|
||
cco:IncreaseOfSpecificallyDependentContinuant rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IncreaseOfDependentContinuant ;
|
||
cco:definition "An Increase of Dependent Continuant in which some Independent Continuant has an increase of some Specifically Dependent Continuant that it bears."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Increase of Specifically Dependent Continuant"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/InfraredLightFrequency
|
||
cco:InfraredLightFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ElectromagneticRadiationFrequency ;
|
||
cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 300 gigahertz and 430 tetrahertz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/InfrasonicFrequency
|
||
cco:InfrasonicFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:SoundFrequency ;
|
||
cco:definition "A Sound Frequency that is below 20 Hz."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Infrasonic Frequency"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/InstantMessaging
|
||
cco:InstantMessaging rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCommunicationByMedia ;
|
||
cco:alternative_label "Act of IMing"@en ,
|
||
"Act of Instant Messaging"@en ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/IntentionalAct
|
||
cco:IntentionalAct rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Act ;
|
||
cco:alternative_label "Intentional Act"@en ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Planned Act"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/InverseSawtoothWaveform
|
||
cco:InverseSawtoothWaveform rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Waveform ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Inverse Sawtooth Waveform"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/LegalSystemAct
|
||
cco:LegalSystemAct rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IntentionalAct ;
|
||
cco:definition "A Planned Act performed by an Agent that realizes their role within the context of a legal system of some jurisdiction."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/LongitudinalWaveProfile
|
||
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:alternative_label "Compression Wave"@en ,
|
||
"Longitudinal Wave"@en ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfDependentContinuant
|
||
cco:LossOfDependentContinuant rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Change ;
|
||
cco:definition "A Change in which some Independent Continuant ceases to be the bearer or carrier of some Dependent Continuant."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Loss of Dependent Continuant"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfDisposition
|
||
cco:LossOfDisposition rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:LossOfRealizableEntity ;
|
||
cco:definition "A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Disposition."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Loss of Disposition"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfFunction
|
||
cco:LossOfFunction rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:LossOfRealizableEntity ;
|
||
cco:definition "A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Function."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Loss of Function"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfGenericallyDependentContinuant
|
||
cco:LossOfGenericallyDependentContinuant rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:LossOfDependentContinuant ;
|
||
cco:definition "A Loss of Dependent Continuant in which some Independent Continuant ceases to be the carrier of some Generically Dependent Continuant."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Loss of Generically Dependent Continuant"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfQuality
|
||
cco:LossOfQuality rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:LossOfSpecificallyDependentContinuant ;
|
||
cco:definition "A Loss of Specifically Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Quality."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Loss of Quality"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfRealizableEntity
|
||
cco:LossOfRealizableEntity rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:LossOfSpecificallyDependentContinuant ;
|
||
cco:definition "A Loss of Specifically Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Realizable Entity."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Loss of Realizable Entity"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfRole
|
||
cco:LossOfRole rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:LossOfRealizableEntity ;
|
||
cco:definition "A Loss of Realizable Entity in which some Independent Continuant ceases to be the bearer of some Role."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Loss of Role"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/LossOfSpecificallyDependentContinuant
|
||
cco:LossOfSpecificallyDependentContinuant rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:LossOfDependentContinuant ;
|
||
cco:definition "A Loss of Dependent Continuant in which some Independent Continuant ceases to be the bearer of some Specifically Dependent Continuant."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Loss of Specifically Dependent Continuant"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Loudness
|
||
cco:Loudness rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:SoundProcessProfile ;
|
||
cco:definition "A Sound Process Profile that is characterized by the amplitude, frequency and power of translated sound waves, typically on a continuum from soft to loud."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Loudness"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/LowFrequency
|
||
cco:LowFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:RadioFrequency ;
|
||
cco:acronym "LF" ;
|
||
cco:alternative_label "ITU Band Number 5"@en ;
|
||
cco:definition "A Radio Frequency that is between 30 and 300 kHz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/LowMidrangeFrequency
|
||
cco:LowMidrangeFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:SonicFrequency ;
|
||
cco:definition "A Sonic Frequency that is between 250 and 500 Hz."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Low Midrange Frequency"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Mailing
|
||
cco:Mailing rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCommunicationByMedia ;
|
||
cco:alternative_label "Act of Mailing"@en ;
|
||
cco:definition "An Act of Communication by Media in which information and tangible objects, usually written documents, are delivered to destinations around the world."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Married
|
||
cco:Married rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:StasisOfGenericallyDependentContinuant ;
|
||
cco:alternative_label "Married Stasis"@en ;
|
||
cco: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 ;
|
||
cco:definition_source "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" ,
|
||
"https://en.wikipedia.org/w/index.php?title=Marriage&oldid=1064076951"^^xsd:anyURI ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Married"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/MaximumPower
|
||
cco:MaximumPower rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Power ;
|
||
cco:definition "A Power that is characterized by the maximum rate of Work, or Energy consumed, done in a given time period."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Maximum Power"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/MechanicalProcess
|
||
cco:MechanicalProcess rdf:type owl:Class ;
|
||
rdfs:subClassOf obo:BFO_0000015 ;
|
||
cco:definition "A Process that is the realization of some Disposition of an Artifact"@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Mechanical Process"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/MechanicalWaveProcess
|
||
cco:MechanicalWaveProcess rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:WaveProcess ;
|
||
cco:definition "A Wave Process that involves Oscillation of a portion of matter such that energy is transferred through the material medium."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/MediumFrequency
|
||
cco:MediumFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:RadioFrequency ;
|
||
cco:acronym "MF" ;
|
||
cco:alternative_label "ITU Band Number 6"@en ;
|
||
cco:definition "A Radio Frequency that is between 300 kHz and 3 MHz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/MicrowaveFrequency
|
||
cco:MicrowaveFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:RadioFrequency ;
|
||
cco:definition "A Radio Frequency that is between 300 MHz and 300 GHz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/MidInfraredLightFrequency
|
||
cco:MidInfraredLightFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:InfraredLightFrequency ;
|
||
cco:definition "An Infrared Light Frequency that is between 20 and 214 terahertz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/MidrangeFrequency
|
||
cco:MidrangeFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:SonicFrequency ;
|
||
cco:definition "A Sonic Frequency that is between 500 Hz and 2 kHz."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Midrange Frequency"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Momentum
|
||
cco:Momentum rdf:type owl:Class ;
|
||
rdfs:subClassOf obo:BFO_0000144 ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/MotionProcess
|
||
cco:MotionProcess rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:NaturalProcess ;
|
||
cco:definition "A Natural Process in which a Continuant changes its Location or Spatial Orientation over some Temporal Interval."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Motion"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/MuzzleBlast
|
||
cco:MuzzleBlast rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:SoundWaveProcess ;
|
||
cco:definition "A Sound Wave Process that is caused by a projectile being pushed from the barrel of a firearm by an explosive charge."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Muzzle Blast"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/NaturalProcess
|
||
cco:NaturalProcess rdf:type owl:Class ;
|
||
rdfs:subClassOf obo:BFO_0000015 ;
|
||
cco:definition "A Process existing in or produced by nature; rather than by the intent of human beings."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/NearInfraredLightFrequency
|
||
cco:NearInfraredLightFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:InfraredLightFrequency ;
|
||
cco:definition "An Infrared Light Frequency that is between 214 and 400 terahertz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/NearUltravioletLightFrequency
|
||
cco:NearUltravioletLightFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:UltravioletLightFrequency ;
|
||
cco:definition "An Ultraviolet Light Frequency that is between 750 terahertz and 3 petahertz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/NominalStasis
|
||
cco:NominalStasis rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ;
|
||
cco:alternative_label "Nominal"@en ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/OperationalStasis
|
||
cco:OperationalStasis rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:StasisOfArtifactOperationality ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Operational Stasis"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/OscillationProcess
|
||
cco:OscillationProcess rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Change ;
|
||
cco:alternative_label "Oscillation"@en ;
|
||
cco:definition "A Change in which the dependent entity alternates between two or more stases."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Pitch
|
||
cco:Pitch rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:SoundProcessProfile ;
|
||
cco:definition "A Sound Process Profile that is characterized by the frequency of translated sound waves, typically on a continuum from low to high."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Pitch"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Power
|
||
cco:Power rdf:type owl:Class ;
|
||
rdfs:subClassOf obo:BFO_0000144 ;
|
||
cco:definition "A Process Profile that is characterized by the rate of Work, or Energy consumed, done in a given time period."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Power"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/PresenceFrequency
|
||
cco:PresenceFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:SonicFrequency ;
|
||
cco:definition "A Sonic Frequency that is between 4 and 6 kHz."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Presence Frequency"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Pressure
|
||
cco:Pressure rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Force ;
|
||
cco:definition "A Force that is applied perpendicular to the surface of an Object per unit area over which that Force is distributed."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Pressure"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/PrivateNetworkTelephoneCall
|
||
cco:PrivateNetworkTelephoneCall rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:TelephoneCall ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ProcessBeginning
|
||
cco:ProcessBeginning rdf:type owl:Class ;
|
||
rdfs:subClassOf obo:BFO_0000035 ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Process Beginning"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ProcessEnding
|
||
cco:ProcessEnding rdf:type owl:Class ;
|
||
rdfs:subClassOf obo:BFO_0000035 ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Process Ending"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ProperAcceleration
|
||
cco:ProperAcceleration rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Acceleration ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/PropulsionProcess
|
||
cco:PropulsionProcess rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:NaturalProcess ;
|
||
cco: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 ;
|
||
cco:elucidation "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:example_of_usage "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" ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Propulsion Process"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/RadioBroadcast
|
||
cco:RadioBroadcast rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCommunicationByMedia ;
|
||
cco:alternative_label "Act of Radio Broadcasting"@en ;
|
||
cco:definition "An Act of Communciation by Media that is transmitted to an audience through a radio network."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/RadioFrequency
|
||
cco:RadioFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ElectromagneticRadiationFrequency ;
|
||
cco:acronym "RF" ;
|
||
cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 3 kHz and 300 GHz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/RadioInterference
|
||
cco:RadioInterference rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:NaturalProcess ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Radio Interference"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/RectilinearMotion
|
||
cco:RectilinearMotion rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:TranslationalMotion ;
|
||
cco:alternative_label "Linear Motion"@en ;
|
||
cco:definition "A Translational Motion process in which an Object moves along a straight path."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Rectilinear Motion"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/RevolvingMotion
|
||
cco:RevolvingMotion rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:RotationalMotion ;
|
||
cco:definition "A Rotational Motion of an Object around an Axis of Rotation that is located externally to the Site occupied by the Object."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Revolving Motion"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/RotationalMotion
|
||
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:alternative_label "Rotation"@en ;
|
||
cco:definition "A Motion Process in which an Object moves in a Circular or Elliptical Path around an Axis of Rotation."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/SawtoothWaveform
|
||
cco:SawtoothWaveform rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Waveform ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Sawtooth Waveform"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/ShearWaveProcess
|
||
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:definition "A Mechanical Wave that has a Transverse Wave Profile."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Shear Wave Process"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/SineWaveform
|
||
cco:SineWaveform rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Waveform ;
|
||
cco:alternative_label "Sinusoidal Waveform"@en ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Sine Waveform"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/SocialAct
|
||
cco:SocialAct rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:IntentionalAct ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/SoftXrayFrequency
|
||
cco:SoftXrayFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:XrayFrequency ;
|
||
cco:definition "An X-Ray Frequency that is between 30 petahertz and 3 exahertz."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Soft X-ray Frequency"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/SonicFrequency
|
||
cco:SonicFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:SoundFrequency ;
|
||
cco:alternative_label "Audible Frequency"@en ;
|
||
cco:definition "A Sound Frequency that is between 20 Hz and 20 kHz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/SoundFrequency
|
||
cco:SoundFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Frequency ;
|
||
cco:definition "A Frequency that is the rate of Oscillations per second of a Sound Wave."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Sound Frequency"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/SoundPressure
|
||
cco:SoundPressure rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Pressure ;
|
||
cco:alternative_label "Acoustic Pressure"@en ;
|
||
cco:definition "A Pressure caused by a Sound Wave that is a local deviation from the ambient Pressure."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Sound Pressure"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/SoundProcessProfile
|
||
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:alternative_label "Sound Quality"@en ;
|
||
cco: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 ;
|
||
cco:definition_source "http://www.animations.physics.unsw.edu.au/waves-sound/quantifying/index.html" ,
|
||
"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 Process Profile"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/SoundProduction
|
||
cco:SoundProduction rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:WaveProduction ;
|
||
cco:alternative_label "Sound Production Process"@en ;
|
||
cco:definition "A Wave Production Process that produces a Sound Wave."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Sound Production"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/SoundWaveProcess
|
||
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 "A Mechanical Wave Process of Pressure and displacement that is parallel to the propogation direction of the Wave Process through a medium."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/SoundWavelength
|
||
cco:SoundWavelength rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Wavelength ;
|
||
cco:definition "A Wavelength that is the distance a Sound Wave traverses during one Wave Cycle."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Speed
|
||
cco:Speed rdf:type owl:Class ;
|
||
rdfs:subClassOf obo:BFO_0000144 ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/SpinningMotion
|
||
cco:SpinningMotion rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:RotationalMotion ;
|
||
cco:definition "A Rotational Motion of an Object around an Axis of Rotation that passes through the Object's Center of Mass."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Spinning Motion"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/SquareWaveform
|
||
cco:SquareWaveform rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Waveform ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Square Waveform"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/StableOrientation
|
||
cco:StableOrientation rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:StasisOfQuality ;
|
||
cco:definition "A Stasis of Quality that holds during a Temporal Interval when an object maintains the same Spatial Orientation."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Stable Orientation"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Stasis
|
||
cco:Stasis rdf:type owl:Class ;
|
||
rdfs:subClassOf obo:BFO_0000015 ;
|
||
cco:definition "A Process in which one or more Independent Continuants endure in an unchanging condition."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Stasis"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfArtifactOperationality
|
||
cco:StasisOfArtifactOperationality rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:StasisOfRealizableEntity ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Stasis of Artifact Operationality"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfDisposition
|
||
cco:StasisOfDisposition rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:StasisOfRealizableEntity ;
|
||
cco:definition "A Stasis of Realizable Entity in which some Independent Continuant bears some Disposition that remains unchanged during a Temporal Interval."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Stasis of Disposition"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfFullyMissionCapable
|
||
cco:StasisOfFullyMissionCapable rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:StasisOfMissionCapability ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Stasis of Fully Mission Capable"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfFunction
|
||
cco:StasisOfFunction rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:StasisOfRealizableEntity ;
|
||
cco:definition "A Stasis of Realizable Entity in which some Independent Continuant bears some Function that remains unchanged during a Temporal Interval."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Stasis of Function"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfGenericallyDependentContinuant
|
||
cco:StasisOfGenericallyDependentContinuant rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Stasis ;
|
||
cco:definition "A Stasis in which some Independent Continuant bears some Generically Dependent Continuant that remains unchanged during a Temporal Interval."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Stasis of Generically Dependent Continuant"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfMissionCapability
|
||
cco:StasisOfMissionCapability rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:StasisOfRealizableEntity ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Stasis of Mission Capability"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfNonMissionCapable
|
||
cco:StasisOfNonMissionCapable rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:StasisOfMissionCapability ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Stasis of Non-Mission Capable"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfNonMissionCapableMaintenance
|
||
cco:StasisOfNonMissionCapableMaintenance rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:StasisOfNonMissionCapable ,
|
||
[ rdf:type owl:Restriction ;
|
||
owl:onProperty cco:caused_by ;
|
||
owl:someValuesFrom cco:ActOfMaintenance
|
||
] ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Stasis of Non-Mission Capable Maintenance"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfPartiallyMissionCapable
|
||
cco:StasisOfPartiallyMissionCapable rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:StasisOfMissionCapability ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Stasis of Partially Mission Capable"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfPartiallyMissionCapableMaintenance
|
||
cco:StasisOfPartiallyMissionCapableMaintenance rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:StasisOfPartiallyMissionCapable ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Stasis of Partially Mission Capable Maintenance"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfQuality
|
||
cco:StasisOfQuality rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ;
|
||
cco:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Quality that remains unchanged during a Temporal Interval."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Stasis of Quality"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfRealizableEntity
|
||
cco:StasisOfRealizableEntity rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:StasisOfSpecificallyDependentContinuant ;
|
||
cco:definition "A Stasis of Specifically Dependent Continuant in which some Independent Continuant bears some Realizable Entity that remains unchanged during a Temporal Interval."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Stasis of Realizable Entity"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfRole
|
||
cco:StasisOfRole rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:StasisOfRealizableEntity ;
|
||
cco:definition "A Stasis of Realizable Entity in which some Independent Continuant bears some Role that remains unchanged during a Temporal Interval."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Stasis of Role"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/StasisOfSpecificallyDependentContinuant
|
||
cco:StasisOfSpecificallyDependentContinuant rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Stasis ;
|
||
cco:definition "A Stasis in which some Independent Continuant bears some Specifically Dependent Continuant that remains unchanged during a Temporal Interval."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Stasis of Specifically Dependent Continuant"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/SubBassFrequency
|
||
cco:SubBassFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:SonicFrequency ;
|
||
cco:definition "A Sonic Frequency that is between 20 and 60 Hz."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Sub-Bass Frequency"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/SuperHighFrequency
|
||
cco:SuperHighFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:MicrowaveFrequency ;
|
||
cco:acronym "SHF" ;
|
||
cco:alternative_label "ITU Band Number 10"@en ;
|
||
cco:definition "A Microwave Frequency that is between 3 and 30 GHz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/SuperLowFrequency
|
||
cco:SuperLowFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:RadioFrequency ;
|
||
cco:acronym "SLF" ;
|
||
cco:alternative_label "ITU Band Number 2"@en ;
|
||
cco:definition "A Radio Frequency that is between 30 and 300 Hz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/SurfaceWaveProfile
|
||
cco:SurfaceWaveProfile rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:WaveProcessProfile ;
|
||
cco:alternative_label "Surface Wave"@en ;
|
||
cco: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 ;
|
||
cco:example_of_usage "the motion of an ocean wave" ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Surface Wave Profile"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Target
|
||
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:definition "A Material Entity that is the object of an Act of Targeting."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/TelemetryProcess
|
||
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 "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 ;
|
||
cco:definition_source "https://en.wikipedia.org/w/index.php?title=Telemetry&oldid=1061697851"^^xsd:anyURI ;
|
||
cco:example_of_usage "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:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Telemetry Process"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/TelephoneCall
|
||
cco:TelephoneCall rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCommunicationByMedia ;
|
||
cco:alternative_label "Act of Telephone Calling"@en ;
|
||
cco:definition "An Act of Communciation by Media transmitted over a telephone network to two or more Persons."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/TelevisionBroadcast
|
||
cco:TelevisionBroadcast rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCommunicationByMedia ;
|
||
cco:alternative_label "Act of Television Broadcasting"@en ;
|
||
cco:definition "An Act of Communciation by Media that is transmitted to an audience through a television network."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/TextMessaging
|
||
cco:TextMessaging rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCommunicationByMedia ;
|
||
cco:alternative_label "Act of Text Messaging"@en ,
|
||
"Act of Texting"@en ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Thrust
|
||
cco:Thrust rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Force ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Timbre
|
||
cco:Timbre rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:SoundProcessProfile ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Timbre"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Torque
|
||
cco:Torque rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Force ;
|
||
cco:alternative_label "Moment of Force"@en ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/TranslationalMotion
|
||
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:definition "A Motion Process in which the participating Object changes its position from one portion of space to another."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Translational Motion"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/TransverseWaveProfile
|
||
cco:TransverseWaveProfile rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:WaveProcessProfile ;
|
||
cco:alternative_label "Transverse Wave"@en ;
|
||
cco:definition "A Wave Process Profile in which the displacement of participating particles is perpendicular to the direction of the Wave Process' propogation."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/TremendouslyHighFrequency
|
||
cco:TremendouslyHighFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ElectromagneticRadiationFrequency ;
|
||
cco:acronym "THF" ;
|
||
cco:alternative_label "ITU Band Number 12"@en ,
|
||
"Submillimeter Band Frequency"@en ,
|
||
"Terahertz Radiation Frequency"@en ;
|
||
cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 300 GHz and 3 THz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/TriangularWaveform
|
||
cco:TriangularWaveform rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Waveform ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Triangular Waveform"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/UltraHighFrequency
|
||
cco:UltraHighFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:MicrowaveFrequency ;
|
||
cco:acronym "UHF" ;
|
||
cco:alternative_label "ITU Band Number 9"@en ;
|
||
cco:definition "A Microwave Frequency that is between 300 MHz and 3 GHz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/UltraLowFrequency
|
||
cco:UltraLowFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:RadioFrequency ;
|
||
cco:acronym "ULF" ;
|
||
cco:alternative_label "ITU Band Number 3"@en ;
|
||
cco:definition "A Radio Frequency that is between 300 Hz and 3 kHz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/UltrasonicFrequency
|
||
cco:UltrasonicFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:SoundFrequency ;
|
||
cco:definition "A Sound Frequency that is greater than 20 kHz."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Ultrasonic Frequency"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/UltravioletLightFrequency
|
||
cco:UltravioletLightFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ElectromagneticRadiationFrequency ;
|
||
cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 750 terahertz and 30 petahertz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/UnderActiveControl
|
||
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:definition "An Active Stasis during which an Artifact participates in an Act of Artifact Employment."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Under Active Control"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/UnintentionalAct
|
||
cco:UnintentionalAct rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:Act ;
|
||
cco:alternative_label "Unintentional Act"@en ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Unplanned Act"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/UpperMidrangeFrequency
|
||
cco:UpperMidrangeFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:SonicFrequency ;
|
||
cco:definition "A Sonic Frequency that is between 2 and 4 kHz."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Upper Midrange Frequency"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Velocity
|
||
cco:Velocity rdf:type owl:Class ;
|
||
rdfs:subClassOf obo:BFO_0000144 ;
|
||
cco:definition "A Process Profile of an object's Motion that describes its Speed and direction with respect to a frame of reference."@en ;
|
||
cco:definition_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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/VeryHighFrequency
|
||
cco:VeryHighFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:RadioFrequency ;
|
||
cco:acronym "VHF" ;
|
||
cco:alternative_label "ITU Band Number 8"@en ;
|
||
cco:definition "A Radio Frequency that is between 30 and 300 MHz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/VeryLowFrequency
|
||
cco:VeryLowFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:RadioFrequency ;
|
||
cco:acronym "VLF" ;
|
||
cco:alternative_label "ITU Band Number 4"@en ;
|
||
cco:definition "A Radio Frequency that is between 3 and 30 kHz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/VibrationProcess
|
||
cco:VibrationProcess rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:MotionProcess ;
|
||
cco:alternative_label "Mechanical Oscillation"@en ,
|
||
"Oscillation Motion"@en ,
|
||
"Vibration"@en ;
|
||
cco:definition "A Motion wherein some participant repetitively deviates from a central location to two surrounding locations."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/VisibleLightFrequency
|
||
cco:VisibleLightFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ElectromagneticRadiationFrequency ;
|
||
cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 400 and 800 terahertz."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/VisibleLightReflectionProcess
|
||
cco:VisibleLightReflectionProcess rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:WaveProcess ;
|
||
cco:definition "A Wave Process in which an Electromagnetic Wave with a Visible Light Frequency is reflected off a portion of matter."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Visible Light Reflection Process"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/VisibleObservation
|
||
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:definition "An Act of Observation that involves visual perception."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Visible Observation"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/WaveCycle
|
||
cco:WaveCycle rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:WaveProcess ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Wave Cycle"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/WaveProcess
|
||
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 "A Natural Process that involves Oscillation accompanied by a transfer of energy that travels through a portion of matter or spatial region."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/WaveProcessProfile
|
||
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:definition "A Process Profile of a Wave Process."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/WaveProduction
|
||
cco:WaveProduction rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:NaturalProcess ;
|
||
cco:alternative_label "Wave Production Process"@en ;
|
||
cco:definition "A Natural Process in which a Wave Process is generated."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Wave Production"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Waveform
|
||
cco:Waveform rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:WaveProcessProfile ;
|
||
cco:definition "A Wave Process Profile that is the shape of the Wave Cycles of the Wave Process when depicted in a visual graph."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Waveform"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Wavelength
|
||
cco:Wavelength rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:WaveProcessProfile ;
|
||
cco:definition "A Wave Process Profile that is the distance the Wave Process traverses during one Wave Cycle."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Webcast
|
||
cco:Webcast rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCommunicationByMedia ;
|
||
cco:alternative_label "Act of Webcasting"@en ;
|
||
cco: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 ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/Wedding
|
||
cco:Wedding rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ActOfCeremony ;
|
||
cco:alternative_label "Act of Wedding Ceremony"@en ;
|
||
cco:definition "An Act of Ceremony in which two Persons are united in Marriage or a similar institution."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/WirelessNetworkTelephoneCall
|
||
cco:WirelessNetworkTelephoneCall rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:TelephoneCall ;
|
||
cco:definition "A Telephone Call transmitted over a network where the telephones are mobile and can move anywhere within the coverage area."@en ;
|
||
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 .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/WoundedStasis
|
||
cco:WoundedStasis rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:DamagedStasis ;
|
||
cco:alternative_label "Wounded"@en ;
|
||
cco: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 ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "Wounded Stasis"@en .
|
||
|
||
|
||
### http://www.ontologyrepository.com/CommonCoreOntologies/XrayFrequency
|
||
cco:XrayFrequency rdf:type owl:Class ;
|
||
rdfs:subClassOf cco:ElectromagneticRadiationFrequency ;
|
||
cco:definition "An Electromagnetic Radiation Frequency of some Electromagnetic Wave that is between 30 petahertz and 30 exahertz."@en ;
|
||
cco:is_curated_in_ontology "http://www.ontologyrepository.com/CommonCoreOntologies/Mid/EventOntology"^^xsd:anyURI ;
|
||
rdfs:label "X-ray Frequency"@en .
|
||
|
||
|
||
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
|