@prefix : <https://schema.coypu.org/global#> .
@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 <https://schema.coypu.org/global#> .

<https://schema.coypu.org/global> rdf:type owl:Ontology ;
                                   owl:versionIRI <https://schema.coypu.org/global/2.3> ;
                                   owl:imports <https://schema.coypu.org/em-dat/1.0> ,
                                               <https://schema.coypu.org/gta/1.0> ,
                                               <https://schema.coypu.org/ta/1.0> ,
                                               <https://schema.coypu.org/vtf/1.4> ,
                                               <https://schema.coypu.org/world-port-index/1.0> ;
                                   <http://creativecommons.org/ns#license> <https://creativecommons.org/licenses/by/4.0/> ;
                                   <http://purl.org/dc/terms/contributor> "Andreas Schaefer"@en ,
                                                                          "Eva Hoerster"@en ,
                                                                          "Felix Engel"@en ,
                                                                          "Jan Reineke"@en ,
                                                                          "Justus Rathschlag"@en ,
                                                                          "Lars Michaelis"@en ,
                                                                          "Lorenz Bühmann"@en ,
                                                                          "Malte Weber"@en ,
                                                                          "Nadine Weissmann"@en ,
                                                                          "Natanael Arndt"@en ,
                                                                          "Nenad Krdzavac"@en ,
                                                                          "Phillip Ulrich"@en ,
                                                                          "Ricardo Usbeck"@en ,
                                                                          "Sabine Gründer-Fahrer"@en ,
                                                                          "Simon Bin"@en ,
                                                                          "Till Grabo"@en ;
                                   <http://purl.org/dc/terms/created> "2021-09-06"^^xsd:date ;
                                   <http://purl.org/dc/terms/creator> "Nils Steinert"@en ;
                                   <http://purl.org/dc/terms/modified> "2023-02-13"^^xsd:date ;
                                   <http://purl.org/dc/terms/rights> "CC BY 4.0 - CoyPu Project"@en ;
                                   <http://purl.org/dc/terms/title> "CoyPu Ontology"@en ;
                                   <http://purl.org/vocab/vann/preferredNamespacePrefix> "coy" ;
                                   <http://purl.org/vocab/vann/preferredNamespaceUri> "https://schema.coypu.org/global#" ;
                                   rdfs:comment "The main ontology for the CoyPu project, used to describe companies and their supply network, employees, products, production materials, industries, events and relations."@en ;
                                   rdfs:label "coy: CoyPu Ontology"@en ;
                                   owl:priorVersion <https://schema.coypu.org/global/2.2> ;
                                   owl:versionInfo 2.3 .

#################################################################
#    Annotation properties
#################################################################

###  http://creativecommons.org/ns#license
<http://creativecommons.org/ns#license> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/contributor
<http://purl.org/dc/terms/contributor> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/created
<http://purl.org/dc/terms/created> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/creator
<http://purl.org/dc/terms/creator> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/modified
<http://purl.org/dc/terms/modified> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/rights
<http://purl.org/dc/terms/rights> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/title
<http://purl.org/dc/terms/title> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespacePrefix
<http://purl.org/vocab/vann/preferredNamespacePrefix> rdf:type owl:AnnotationProperty .


###  http://purl.org/vocab/vann/preferredNamespaceUri
<http://purl.org/vocab/vann/preferredNamespaceUri> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2000/01/rdf-schema#label
rdfs:label rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#definition
<http://www.w3.org/2004/02/skos/core#definition> rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#prefLabel
<http://www.w3.org/2004/02/skos/core#prefLabel> rdf:type owl:AnnotationProperty .


###  https://creativecommons.org/ns#license
<https://creativecommons.org/ns#license> rdf:type owl:AnnotationProperty .


###  https://schema.org/about
<https://schema.org/about> rdf:type owl:AnnotationProperty .


###  https://schema.org/domainIncludes
<https://schema.org/domainIncludes> rdf:type owl:AnnotationProperty .


###  https://schema.org/maxValue
<https://schema.org/maxValue> rdf:type owl:AnnotationProperty .


###  https://schema.org/minValue
<https://schema.org/minValue> rdf:type owl:AnnotationProperty .


###  https://schema.org/rangeIncludes
<https://schema.org/rangeIncludes> rdf:type owl:AnnotationProperty .


###  https://schema.org/unitCode
<https://schema.org/unitCode> rdf:type owl:AnnotationProperty .


###  https://schema.org/unitText
<https://schema.org/unitText> rdf:type owl:AnnotationProperty .


#################################################################
#    Datatypes
#################################################################

###  http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .


#################################################################
#    Object Properties
#################################################################

###  https://schema.coypu.org/global#hasAffiliation
:hasAffiliation rdf:type owl:ObjectProperty ;
                rdfs:domain :Company ;
                rdfs:range :Company ;
                rdfs:comment "A relationship between two companies."@en ;
                rdfs:label "has affiliation"@en .


###  https://schema.coypu.org/global#hasBranchOffices
:hasBranchOffices rdf:type owl:ObjectProperty ;
                  rdfs:domain :Company ;
                  rdfs:range :Company ;
                  rdfs:comment "A local or international branch of a company."@en ;
                  rdfs:label "has branch offices"@en .


###  https://schema.coypu.org/global#hasCityLocation
:hasCityLocation rdf:type owl:ObjectProperty ;
                 rdfs:subPropertyOf :hasLocation ;
                 rdfs:domain owl:Thing ;
                 rdfs:range :City ;
                 rdfs:comment "The city an event, company or critical infrastructure is located at."@en ;
                 rdfs:label "has city location"@en .


###  https://schema.coypu.org/global#hasContinentLocation
:hasContinentLocation rdf:type owl:ObjectProperty ;
                      rdfs:subPropertyOf :hasLocation ;
                      rdfs:domain owl:Thing ;
                      rdfs:range :Continent ;
                      rdfs:comment "The continent a country, event, company or critical infrastructure is located at."@en ;
                      rdfs:label "has continent location"@en .


###  https://schema.coypu.org/global#hasCountryLocation
:hasCountryLocation rdf:type owl:ObjectProperty ;
                    rdfs:subPropertyOf :hasLocation ;
                    rdfs:domain owl:Thing ;
                    rdfs:range :Country ;
                    rdfs:comment "The country a city, event, company or critical infrastructure is located at."@en ;
                    rdfs:label "has country location"@en .


###  https://schema.coypu.org/global#hasCustomer
:hasCustomer rdf:type owl:ObjectProperty ;
             owl:inverseOf :isCustomerOf ;
             rdfs:domain :Company ;
             rdfs:range :Company ;
             rdfs:comment "The company receiving a product, material, resource or service to another company, usually for monetary compensation."@en ;
             rdfs:label "has customer"@en .


###  https://schema.coypu.org/global#hasExiobaseIndustry
:hasExiobaseIndustry rdf:type owl:ObjectProperty ;
                     rdfs:subPropertyOf :hasIndustry ;
                     rdfs:domain :RegionalIndustry ;
                     rdfs:range :ExiobaseIndustry ;
                     rdfs:comment "The Exiobase industry a regional sector is part of."@en ;
                     rdfs:label "has exiobase industry"@en .


###  https://schema.coypu.org/global#hasFactory
:hasFactory rdf:type owl:ObjectProperty ;
            rdfs:domain :Company ;
            rdfs:range :Factory ;
            rdfs:comment "A production site or manufactoring hub of a company."@en ;
            rdfs:label "has factory"@en .


###  https://schema.coypu.org/global#hasHeadquarter
:hasHeadquarter rdf:type owl:ObjectProperty ;
                rdfs:domain :Company ;
                rdfs:range :Company ;
                rdfs:comment "The main or singular office of a company."@en ;
                rdfs:label "has headquarter"@en .


###  https://schema.coypu.org/global#hasImpactOn
:hasImpactOn rdf:type owl:ObjectProperty ;
             owl:inverseOf :isImpactedBy ;
             rdfs:domain :Event ;
             rdfs:range owl:Thing ;
             rdfs:comment "The thing impacted by an event."@en ;
             rdfs:label "has impact on"@en .


###  https://schema.coypu.org/global#hasIndustry
:hasIndustry rdf:type owl:ObjectProperty ;
             rdfs:range :Industry ;
             rdfs:comment "The sector or industry a company is active in."@en ;
             rdfs:label "has industry"@en .


###  https://schema.coypu.org/global#hasLegalAffiliation
:hasLegalAffiliation rdf:type owl:ObjectProperty ;
                     rdfs:subPropertyOf :hasAffiliation ;
                     rdfs:domain :Company ;
                     rdfs:range :Company ;
                     rdfs:comment "A legal relationship between two companies."@en ;
                     rdfs:label "has legal affiliation"@en .


###  https://schema.coypu.org/global#hasLocation
:hasLocation rdf:type owl:ObjectProperty ;
             owl:inverseOf :isLocationOf ;
             rdfs:domain owl:Thing ;
             rdfs:range :Location ;
             rdfs:comment "The place an event, company or critical infrastructure is located at."@en ;
             rdfs:label "has location"@en ;
             rdfs:seeAlso <http://www.cidoc-crm.org/cidoc-crm/P7_took_place_at> ,
                          <https://schema.org/location> .


###  https://schema.coypu.org/global#hasManagementAffiliation
:hasManagementAffiliation rdf:type owl:ObjectProperty ;
                          rdfs:subPropertyOf :hasAffiliation ;
                          rdfs:domain :Company ;
                          rdfs:range :Company ;
                          rdfs:comment "A managerial relationship between two companies."@en ;
                          rdfs:label "has management affiliation"@en .


###  https://schema.coypu.org/global#hasOsmElement
:hasOsmElement rdf:type owl:ObjectProperty ;
               rdfs:domain owl:Thing ;
               rdfs:range :OsmElement ;
               rdfs:label "has osm element"@en .


###  https://schema.coypu.org/global#hasProduct
:hasProduct rdf:type owl:ObjectProperty ;
            owl:inverseOf :isProductOf ;
            rdfs:domain :Company ;
            rdfs:range :Product ;
            rdfs:comment "The material, resource or service a company produces."@en ;
            rdfs:label "has product"@en .


###  https://schema.coypu.org/global#hasRegionLocation
:hasRegionLocation rdf:type owl:ObjectProperty ;
                   rdfs:subPropertyOf :hasLocation ;
                   rdfs:domain owl:Thing ;
                   rdfs:range :Region ;
                   rdfs:comment "The region a city, event, company or critical infrastructure is located at."@en ;
                   rdfs:label "has region location"@en .


###  https://schema.coypu.org/global#hasRequirement
:hasRequirement rdf:type owl:ObjectProperty ;
                rdfs:domain :RegionalIndustryCoefficient ;
                rdfs:range :RegionalIndustry ;
                rdfs:comment "The RegionalIndustry which produces a required preliminary product (expressed by it's RegionalIndustryCoefficient), from the Exiobase dataset."@en ;
                rdfs:label "has requirement"@en .


###  https://schema.coypu.org/global#hasSameAddressAffiliation
:hasSameAddressAffiliation rdf:type owl:ObjectProperty ;
                           rdfs:subPropertyOf :hasAffiliation ;
                           rdfs:domain :Company ;
                           rdfs:range :Company ;
                           rdfs:comment "A relationship between two companies sharing the same address."@en ;
                           rdfs:label "has same address affiiation"@en .


###  https://schema.coypu.org/global#hasSubRegion
:hasSubRegion rdf:type owl:ObjectProperty ;
              rdfs:domain :Location ;
              rdfs:range :Region ;
              rdfs:comment "A geographical or administrative subset of a larger region or country."@en ;
              rdfs:label "has sub region"@en .


###  https://schema.coypu.org/global#hasSupplier
:hasSupplier rdf:type owl:ObjectProperty ;
             owl:inverseOf :isSupplierOf ;
             rdfs:domain :Company ;
             rdfs:range :Company ;
             rdfs:comment "The company supplying a product, material, resource or service to another company."@en ;
             rdfs:label "has supplier"@en .


###  https://schema.coypu.org/global#hasTimespan
:hasTimespan rdf:type owl:ObjectProperty ;
             rdfs:domain :Event ;
             rdfs:range :Timespan ;
             rdfs:comment "The peroid of duration of an event."@en ;
             rdfs:label "has timespan"@en ;
             rdfs:seeAlso <http://www.cidoc-crm.org/cidoc-crm/P4_has_time-span> .


###  https://schema.coypu.org/global#hasWeblinkAffiliation
:hasWeblinkAffiliation rdf:type owl:ObjectProperty ;
                       rdfs:subPropertyOf :hasAffiliation ;
                       rdfs:domain :Company ;
                       rdfs:range :Company ;
                       rdfs:comment "A relationship between two companies expressed by a website link."@en ;
                       rdfs:label "has weblink affiliation"@en .


###  https://schema.coypu.org/global#hasWikidataEventType
:hasWikidataEventType rdf:type owl:ObjectProperty ;
                      rdfs:domain owl:Thing ;
                      rdfs:label "has wikidata event type"@en .


###  https://schema.coypu.org/global#isCustomerOf
:isCustomerOf rdf:type owl:ObjectProperty ;
              rdfs:domain :Company ;
              rdfs:range :Company ;
              rdfs:comment "The company sourcing a product, material, resource or service from another company."@en ;
              rdfs:label "is customer of"@en .


###  https://schema.coypu.org/global#isIdentifiedBy
:isIdentifiedBy rdf:type owl:ObjectProperty ;
                rdfs:domain owl:Thing ;
                rdfs:range owl:Thing ;
                rdfs:label "is identified by"@en ;
                rdfs:seeAlso <http://www.cidoc-crm.org/cidoc-crm/P1_is_identified_by> .


###  https://schema.coypu.org/global#isImpactedBy
:isImpactedBy rdf:type owl:ObjectProperty ;
              rdfs:domain owl:Thing ;
              rdfs:range :Event ;
              rdfs:comment "The event impacting a thing."@en ;
              rdfs:label "is impacted by"@en .


###  https://schema.coypu.org/global#isLocatedIn
:isLocatedIn rdf:type owl:ObjectProperty ;
             rdfs:domain owl:Thing ;
             rdfs:range :Location ;
             rdfs:label "is located in"@en ;
             rdfs:seeAlso <http://www.cidoc-crm.org/cidoc-crm/P89_falls_within> .


###  https://schema.coypu.org/global#isLocationOf
:isLocationOf rdf:type owl:ObjectProperty ;
              rdfs:domain :Location ;
              rdfs:range owl:Thing ;
              rdfs:comment "The event, company or critical infrastructure at a certain location."@en ;
              rdfs:label "is location of"@en .


###  https://schema.coypu.org/global#isOccuringDuring
:isOccuringDuring rdf:type owl:ObjectProperty ;
                  rdfs:domain owl:Thing ;
                  rdfs:range owl:Thing ;
                  rdfs:label "is occuring during"@en ;
                  rdfs:seeAlso <http://www.cidoc-crm.org/cidoc-crm/P117_occurs_during> .


###  https://schema.coypu.org/global#isPartOf
:isPartOf rdf:type owl:ObjectProperty ;
          rdfs:domain :Company ;
          rdfs:range :Company ;
          rdfs:comment "The concern or group a company is part of."@en ;
          rdfs:label "is part of"@en .


###  https://schema.coypu.org/global#isProductOf
:isProductOf rdf:type owl:ObjectProperty ;
             rdfs:domain :Product ;
             rdfs:range :Company ;
             rdfs:comment "The company producing a material, resource or service."@en ;
             rdfs:label "is product of"@en .


###  https://schema.coypu.org/global#isRequiredBy
:isRequiredBy rdf:type owl:ObjectProperty ;
              rdfs:domain :RegionalIndustryCoefficient ;
              rdfs:range :RegionalIndustry ;
              rdfs:comment "The RegionalIndustry which requires a preliminary product (expressed by it's RegionalIndustryCoefficient), from the Exiobase dataset."@en ;
              rdfs:label "is required by"@en .


###  https://schema.coypu.org/global#isSupplierOf
:isSupplierOf rdf:type owl:ObjectProperty ;
              rdfs:domain :Company ;
              rdfs:range :Company ;
              rdfs:comment "The company supplied with a product, material, resource or service by another company."@en ;
              rdfs:label "is supplier of"@en .


###  https://schema.coypu.org/global#isUsedIn
:isUsedIn rdf:type owl:ObjectProperty ;
          rdfs:domain :Product ;
          rdfs:range :Product ;
          rdfs:comment "A product, material or resource used in production of another material, resource or product."@en ;
          rdfs:label "is used in"@en .


###  https://schema.coypu.org/global#memberOf
:memberOf rdf:type owl:ObjectProperty ;
          rdfs:domain :Country ;
          rdfs:range :InternationalOrganization ;
          rdfs:label "member of"@en .


#################################################################
#    Data properties
#################################################################

###  https://schema.coypu.org/global#hasActor
:hasActor rdf:type owl:DatatypeProperty ,
                   owl:FunctionalProperty ;
          rdfs:domain :Conflict ;
          rdfs:range xsd:string ;
          rdfs:comment "The named actor involved in the event."@en ;
          rdfs:label "has actor"@en .


###  https://schema.coypu.org/global#hasAdaptiveCapability
:hasAdaptiveCapability rdf:type owl:DatatypeProperty ,
                                owl:FunctionalProperty ;
                       rdfs:domain :Country ;
                       rdfs:range xsd:decimal ;
                       rdfs:comment "The adaptive capability of a country as defined by Weltrisikobericht."@en ;
                       rdfs:label "has adaptive capability"@en ;
                       rdfs:seeAlso <https://weltrisikobericht.de> .


###  https://schema.coypu.org/global#hasAlertScore
:hasAlertScore rdf:type owl:DatatypeProperty ,
                        owl:FunctionalProperty ;
               rdfs:domain :Event ;
               rdfs:range xsd:string ;
               rdfs:comment "The alert level score of an event (eg. 0/1/2 or green/orange/red)."@en ;
               rdfs:label "has alert score"@en .


###  https://schema.coypu.org/global#hasAlternateName
:hasAlternateName rdf:type owl:DatatypeProperty ,
                           owl:FunctionalProperty ;
                  rdfs:domain owl:Thing ;
                  rdfs:range xsd:string ;
                  rdfs:label "has alternate name"@en ;
                  rdfs:seeAlso <https://schema.org/alternateName> .


###  https://schema.coypu.org/global#hasBalanceSheetTotal
:hasBalanceSheetTotal rdf:type owl:DatatypeProperty ,
                               owl:FunctionalProperty ;
                      rdfs:domain :Company ;
                      rdfs:range xsd:decimal ;
                      rdfs:comment "The balance sheet total of a company (at a specified date in a specified currency)."@en ;
                      rdfs:label "has balance sheet total"@en .


###  https://schema.coypu.org/global#hasCapacity
:hasCapacity rdf:type owl:DatatypeProperty ,
                      owl:FunctionalProperty ;
             rdfs:domain :Infrastructure ;
             rdfs:range xsd:positiveInteger ;
             rdfs:comment "The capacity in tonnes of a facility (eg. ports or airports)."@en ;
             rdfs:label "has capacity"@en .


###  https://schema.coypu.org/global#hasCapital
:hasCapital rdf:type owl:DatatypeProperty ,
                     owl:FunctionalProperty ;
            rdfs:domain :Company ;
            rdfs:range xsd:string ;
            rdfs:comment "The monetary capital of a company."@en ;
            rdfs:label "has capital"@en .


###  https://schema.coypu.org/global#hasCo2Emission
:hasCo2Emission rdf:type owl:DatatypeProperty ,
                         owl:FunctionalProperty ;
                rdfs:domain :RegionalIndustry ;
                rdfs:range xsd:decimal ;
                rdfs:comment "The CO2 emissions of a regional industry in Gg, from the Exiobase dataset."@en ;
                rdfs:label "has co2 emission"@en .


###  https://schema.coypu.org/global#hasCompanySize
:hasCompanySize rdf:type owl:DatatypeProperty ,
                         owl:FunctionalProperty ;
                rdfs:domain :Company ;
                rdfs:range xsd:string ;
                rdfs:comment "The size of a company according to the EU SME definition."@en ;
                rdfs:label "has company size"@en ;
                rdfs:seeAlso <https://ec.europa.eu/growth/smes/sme-definition_en> .


###  https://schema.coypu.org/global#hasCopingCapability
:hasCopingCapability rdf:type owl:DatatypeProperty ,
                              owl:FunctionalProperty ;
                     rdfs:domain :Country ;
                     rdfs:range xsd:decimal ;
                     rdfs:comment "The coping capability of a country as defined by Weltrisikobericht."@en ;
                     rdfs:label "has coping capability"@en ;
                     rdfs:seeAlso <https://weltrisikobericht.de> .


###  https://schema.coypu.org/global#hasCpaCode
:hasCpaCode rdf:type owl:DatatypeProperty ,
                     owl:FunctionalProperty ;
            rdfs:domain :Product ;
            rdfs:range xsd:string ;
            rdfs:comment "A product code as defined in CPA."@en ;
            rdfs:label "has cpa code"@en ;
            rdfs:seeAlso <https://ec.europa.eu/eurostat/web/cpa> .


###  https://schema.coypu.org/global#hasCreationTimestamp
:hasCreationTimestamp rdf:type owl:DatatypeProperty ,
                               owl:FunctionalProperty ;
                      rdfs:domain owl:Thing ;
                      rdfs:range xsd:dateTime ;
                      rdfs:comment "The instant of initial creation."@en ;
                      rdfs:label "has creation timestamp"@en .


###  https://schema.coypu.org/global#hasCurrency
:hasCurrency rdf:type owl:DatatypeProperty ,
                      owl:FunctionalProperty ;
             rdfs:domain :Country ;
             rdfs:range xsd:decimal ;
             rdfs:comment "The currency of a country or monetary value."@en ;
             rdfs:label "has currency"@en ;
             rdfs:seeAlso <https://schema.org/currency> .


###  https://schema.coypu.org/global#hasCurrentTimestamp
:hasCurrentTimestamp rdf:type owl:DatatypeProperty ,
                              owl:FunctionalProperty ;
                     rdfs:domain :Event ;
                     rdfs:range xsd:dateTime ;
                     rdfs:label "has current timestamp"@en .


###  https://schema.coypu.org/global#hasDescription
:hasDescription rdf:type owl:DatatypeProperty ,
                         owl:FunctionalProperty ;
                rdfs:domain owl:Thing ;
                rdfs:range xsd:string ;
                rdfs:comment "The description of a thing."@en ;
                rdfs:label "has description"@en ;
                rdfs:seeAlso <https://schema.org/description> ;
                owl:deprecated "Use rdfs:comment instead." .


###  https://schema.coypu.org/global#hasDissolutionDate
:hasDissolutionDate rdf:type owl:DatatypeProperty ,
                             owl:FunctionalProperty ;
                    rdfs:domain :Company ;
                    rdfs:range xsd:dateTime ;
                    rdfs:comment "The dissolution date of a company."@en ;
                    rdfs:label "has dissolution date"@en ;
                    rdfs:seeAlso <https://schema.org/dissolutionDate> .


###  https://schema.coypu.org/global#hasEbidCode
:hasEbidCode rdf:type owl:DatatypeProperty ,
                      owl:FunctionalProperty ;
             rdfs:domain :Company ;
             rdfs:range xsd:string ;
             rdfs:comment "The European Business Identifier of a company."@en ;
             rdfs:label "has ebid code"@en ;
             rdfs:seeAlso <https://www.unternehmensverzeichnis.org> .


###  https://schema.coypu.org/global#hasEmail
:hasEmail rdf:type owl:DatatypeProperty ,
                   owl:FunctionalProperty ;
          rdfs:domain :Company ;
          rdfs:range xsd:string ;
          rdfs:comment "A company's email address."@en ;
          rdfs:label "has email"@en ;
          rdfs:seeAlso <https://schema.org/email> .


###  https://schema.coypu.org/global#hasEndDate
:hasEndDate rdf:type owl:DatatypeProperty ,
                     owl:FunctionalProperty ;
            rdfs:domain :Event ;
            rdfs:range xsd:date ;
            rdfs:label "has end date"@en .


###  https://schema.coypu.org/global#hasEndTimestamp
:hasEndTimestamp rdf:type owl:DatatypeProperty ,
                          owl:FunctionalProperty ;
                 rdfs:domain :Event ;
                 rdfs:range xsd:dateTime ;
                 rdfs:label "has end timestamp"@en .


###  https://schema.coypu.org/global#hasEventStatus
:hasEventStatus rdf:type owl:DatatypeProperty ,
                         owl:FunctionalProperty ;
                rdfs:domain :Event ;
                rdfs:range xsd:string ;
                rdfs:comment "The status of an event (eg. current or past)."@en ;
                rdfs:label "has event status"@en .


###  https://schema.coypu.org/global#hasEventType
:hasEventType rdf:type owl:DatatypeProperty ,
                       owl:FunctionalProperty ;
              rdfs:domain :Event ;
              rdfs:range xsd:string ;
              rdfs:comment "The type of an event (like earthquake or cyber attack)."@en ;
              rdfs:label "has event type"@en ;
              owl:deprecated "Use rdf:type instead." .


###  https://schema.coypu.org/global#hasExposure
:hasExposure rdf:type owl:DatatypeProperty ,
                      owl:FunctionalProperty ;
             rdfs:domain :Country ;
             rdfs:range xsd:decimal ;
             rdfs:comment "The exposure of a country as defined by Weltrisikobericht."@en ;
             rdfs:label "has exposure"@en ;
             rdfs:seeAlso <https://weltrisikobericht.de> .


###  https://schema.coypu.org/global#hasFatalities
:hasFatalities rdf:type owl:DatatypeProperty ,
                        owl:FunctionalProperty ;
               rdfs:domain :Conflict ;
               rdfs:range xsd:integer ;
               rdfs:comment "The number of reported fatalities which occurred during the event."@en ;
               rdfs:label "has fatalities"@en .


###  https://schema.coypu.org/global#hasFax
:hasFax rdf:type owl:DatatypeProperty ,
                 owl:FunctionalProperty ;
        rdfs:domain :Company ;
        rdfs:range xsd:string ;
        rdfs:comment "A company's fax number."@en ;
        rdfs:label "has fax"@en ;
        rdfs:seeAlso <https://schema.org/faxNumber> .


###  https://schema.coypu.org/global#hasFoundingDate
:hasFoundingDate rdf:type owl:DatatypeProperty ,
                          owl:FunctionalProperty ;
                 rdfs:domain :Company ;
                 rdfs:range xsd:dateTime ;
                 rdfs:comment "The founding date of a company."@en ;
                 rdfs:label "has founding date"@en ;
                 rdfs:seeAlso <https://schema.org/foundingDate> .


###  https://schema.coypu.org/global#hasGlideId
:hasGlideId rdf:type owl:DatatypeProperty ,
                     owl:FunctionalProperty ;
            rdfs:domain :Disaster ;
            rdfs:range xsd:string ;
            rdfs:comment "The Global Identifier number of a company."@en ;
            rdfs:label "has glide id"@en ;
            rdfs:seeAlso <https://glidenumber.net/> .


###  https://schema.coypu.org/global#hasHrCourt
:hasHrCourt rdf:type owl:DatatypeProperty ,
                     owl:FunctionalProperty ;
            rdfs:domain :Company ;
            rdfs:range xsd:string ;
            rdfs:comment "The German court where a company is registered."@en ;
            rdfs:label "has hr court"@en .


###  https://schema.coypu.org/global#hasHrId
:hasHrId rdf:type owl:DatatypeProperty ,
                  owl:FunctionalProperty ;
         rdfs:domain :Company ;
         rdfs:range xsd:string ;
         rdfs:comment "A German company register id."@en ;
         rdfs:label "has hr id"@en .


###  https://schema.coypu.org/global#hasHrType
:hasHrType rdf:type owl:DatatypeProperty ,
                    owl:FunctionalProperty ;
           rdfs:domain :Company ;
           rdfs:range xsd:string ;
           rdfs:comment "The type of a Handelsregisterbekanntmachung (HRA, HRB, AR, GnR, PR or VR)."@en ;
           rdfs:label "has hr type"@en .


###  https://schema.coypu.org/global#hasHsCode
:hasHsCode rdf:type owl:DatatypeProperty ,
                    owl:FunctionalProperty ;
           rdfs:domain :Product ;
           rdfs:range xsd:string ;
           rdfs:comment "A product code as defined in the EU harmonized system."@en ;
           rdfs:label "has hs code"@en .


###  https://schema.coypu.org/global#hasId
:hasId rdf:type owl:DatatypeProperty ,
                owl:FunctionalProperty ;
       rdfs:domain owl:Thing ;
       rdfs:range xsd:string ;
       rdfs:comment "A unique identifier, preferably taken from an entity's source dataset."@en ;
       rdfs:label "has id"@en ;
       rdfs:seeAlso <https://schema.org/identifier> .


###  https://schema.coypu.org/global#hasInfrastructureType
:hasInfrastructureType rdf:type owl:DatatypeProperty ,
                                owl:FunctionalProperty ;
                       rdfs:domain :Infrastructure ;
                       rdfs:range xsd:string ;
                       rdfs:comment "The type of critical infrastructure (like airport, port or powerplant)."@en ;
                       rdfs:label "has infrastructure type"@en .


###  https://schema.coypu.org/global#hasIso2Code
:hasIso2Code rdf:type owl:DatatypeProperty ,
                      owl:FunctionalProperty ;
             rdfs:domain owl:Thing ;
             rdfs:range xsd:string ;
             rdfs:comment "A country code as defined in ISO 3166-2."@en ;
             rdfs:label "has iso code (2 digits)"@en .


###  https://schema.coypu.org/global#hasIsoCode
:hasIsoCode rdf:type owl:DatatypeProperty ,
                     owl:FunctionalProperty ;
            rdfs:domain owl:Thing ;
            rdfs:range xsd:string ;
            rdfs:comment "A country code as defined in ISO 3166-3."@en ;
            rdfs:label "has iso code"@en .


###  https://schema.coypu.org/global#hasIsoNumericalCode
:hasIsoNumericalCode rdf:type owl:DatatypeProperty ,
                              owl:FunctionalProperty ;
                     rdfs:domain owl:Thing ;
                     rdfs:range xsd:string ;
                     rdfs:comment "A country code as defined in ISO 3166-1."@en ;
                     rdfs:label "has iso numerical code"@en .


###  https://schema.coypu.org/global#hasLanguage
:hasLanguage rdf:type owl:DatatypeProperty ,
                      owl:FunctionalProperty ;
             rdfs:domain :Country ;
             rdfs:range xsd:string ;
             rdfs:comment "A language spoken in a country."@en ;
             rdfs:label "has language"@en .


###  https://schema.coypu.org/global#hasLatitude
:hasLatitude rdf:type owl:DatatypeProperty ,
                      owl:FunctionalProperty ;
             rdfs:domain :Location ;
             rdfs:range xsd:decimal ;
             rdfs:comment "A latitude as defined in WGS 84."@en ;
             rdfs:label "has latitude"@en ;
             rdfs:seeAlso <http://www.w3.org/2003/01/geo/wgs84_pos#lat> ,
                          <https://schema.org/latitude> ,
                          <https://www.geonames.org/ontology#lat> .


###  https://schema.coypu.org/global#hasLegalForm
:hasLegalForm rdf:type owl:DatatypeProperty ,
                       owl:FunctionalProperty ;
              rdfs:domain :Company ;
              rdfs:range xsd:string ;
              rdfs:comment "The legal form of a company."@en ;
              rdfs:label "has legal form"@en .


###  https://schema.coypu.org/global#hasLegalName
:hasLegalName rdf:type owl:DatatypeProperty ,
                       owl:FunctionalProperty ;
              rdfs:domain :Company ;
              rdfs:range xsd:string ;
              rdfs:comment "The legal name of a company."@en ;
              rdfs:label "has legal name"@en ;
              rdfs:seeAlso <https://schema.org/legalName> .


###  https://schema.coypu.org/global#hasLeiCode
:hasLeiCode rdf:type owl:DatatypeProperty ,
                     owl:FunctionalProperty ;
            rdfs:domain :Company ;
            rdfs:range xsd:string ;
            rdfs:comment "A legal entity identifier as defined in ISO 17442."@en ;
            rdfs:label "has lei code"@en ;
            rdfs:seeAlso <https://schema.org/leiCode> .


###  https://schema.coypu.org/global#hasLongitude
:hasLongitude rdf:type owl:DatatypeProperty ,
                       owl:FunctionalProperty ;
              rdfs:domain :Location ;
              rdfs:range xsd:decimal ;
              rdfs:comment "A longitude as defined in WGS 84."@en ;
              rdfs:label "has longitude"@en ;
              rdfs:seeAlso <http://www.w3.org/2003/01/geo/wgs84_pos#long> ,
                           <https://schema.org/longitude> ,
                           <https://www.geonames.org/ontology#long> .


###  https://schema.coypu.org/global#hasMentionDate
:hasMentionDate rdf:type owl:DatatypeProperty ,
                         owl:FunctionalProperty ;
                rdfs:domain owl:Thing ;
                rdfs:range xsd:date ;
                rdfs:label "has mention date"@en .


###  https://schema.coypu.org/global#hasModificationTimestamp
:hasModificationTimestamp rdf:type owl:DatatypeProperty ,
                                   owl:FunctionalProperty ;
                          rdfs:domain owl:Thing ;
                          rdfs:range xsd:dateTime ;
                          rdfs:comment "The instance of the last modification."@en ;
                          rdfs:label "has modification timestamp"@en .


###  https://schema.coypu.org/global#hasNaceCode
:hasNaceCode rdf:type owl:DatatypeProperty ,
                      owl:FunctionalProperty ;
             rdfs:domain owl:Thing ;
             rdfs:range xsd:string ;
             rdfs:comment "An industrial sector code as defined in the EU NACE standard."@en ;
             rdfs:label "has nace code"@en .


###  https://schema.coypu.org/global#hasName
:hasName rdf:type owl:DatatypeProperty ,
                  owl:FunctionalProperty ;
         rdfs:domain owl:Thing ;
         rdfs:range xsd:string ;
         rdfs:comment "The name of a thing."@en ;
         rdfs:label "has name"@en ;
         rdfs:seeAlso <http://dbpedia.org/property/name> ,
                      <https://schema.org/name> ;
         owl:deprecated "Use rdfs:label instead." .


###  https://schema.coypu.org/global#hasNumberOfEmployees
:hasNumberOfEmployees rdf:type owl:DatatypeProperty ,
                               owl:FunctionalProperty ;
                      rdfs:domain :Company ;
                      rdfs:range xsd:positiveInteger ;
                      rdfs:comment "The number of employees of a company (in a specified year)."@en ;
                      rdfs:label "has number of employees"@en ;
                      rdfs:seeAlso <http://dbpedia.org/property/numEmployees> ,
                                   <https://schema.org/numberOfEmployees> .


###  https://schema.coypu.org/global#hasOngoingSpan
:hasOngoingSpan rdf:type owl:DatatypeProperty ;
                rdfs:subPropertyOf owl:topDataProperty ;
                rdf:type owl:FunctionalProperty ;
                rdfs:domain :Timespan ;
                rdfs:range xsd:boolean ;
                rdfs:comment "The timespan denoting an event as ongoing."@en ;
                rdfs:label "has ongoing span"@en .


###  https://schema.coypu.org/global#hasOsmId
:hasOsmId rdf:type owl:DatatypeProperty ,
                   owl:FunctionalProperty ;
          rdfs:domain :OsmElement ;
          rdfs:range xsd:integer ;
          rdfs:label "has osm id"@en .


###  https://schema.coypu.org/global#hasOsmType
:hasOsmType rdf:type owl:DatatypeProperty ,
                     owl:FunctionalProperty ;
            rdfs:domain :OsmElement ;
            rdfs:range xsd:string ;
            rdfs:label "has osm type"@en .


###  https://schema.coypu.org/global#hasPercentage
:hasPercentage rdf:type owl:DatatypeProperty ,
                        owl:FunctionalProperty ;
               rdfs:domain owl:Thing ;
               rdfs:range xsd:decimal ;
               rdfs:comment "a percentage value"@en ;
               rdfs:label "has percentage"@en .


###  https://schema.coypu.org/global#hasPhoneNumber
:hasPhoneNumber rdf:type owl:DatatypeProperty ,
                         owl:FunctionalProperty ;
                rdfs:domain :Company ;
                rdfs:range xsd:string ;
                rdfs:comment "A company's phone number (should be normalized)."@en ;
                rdfs:label "has phone number"@en ;
                rdfs:seeAlso <https://schema.org/telephone> .


###  https://schema.coypu.org/global#hasPopulation
:hasPopulation rdf:type owl:DatatypeProperty ,
                        owl:FunctionalProperty ;
               rdfs:domain owl:Thing ;
               rdfs:range xsd:positiveInteger ;
               rdfs:comment "The number of people inhabiting a country or city."@en ;
               rdfs:label "has population"@en .


###  https://schema.coypu.org/global#hasPrice
:hasPrice rdf:type owl:DatatypeProperty ,
                   owl:FunctionalProperty ;
          rdfs:domain :Product ;
          rdfs:range xsd:decimal ;
          rdfs:comment "The monetary value of a product (at a specified date in a specified currency)."@en ;
          rdfs:label "has price"@en .


###  https://schema.coypu.org/global#hasProfit
:hasProfit rdf:type owl:DatatypeProperty ,
                    owl:FunctionalProperty ;
           rdfs:domain :Company ;
           rdfs:range xsd:decimal ;
           rdfs:comment "The profit of a company (for a specified year in a specified currency)."@en ;
           rdfs:label "has profit"@en .


###  https://schema.coypu.org/global#hasPublisher
:hasPublisher rdf:type owl:DatatypeProperty ,
                       owl:FunctionalProperty ;
              rdfs:domain :Event ;
              rdfs:range xsd:string ;
              rdfs:comment "The originating entity of an event snippet."@en ;
              rdfs:label "has publisher"@en .


###  https://schema.coypu.org/global#hasPurpose
:hasPurpose rdf:type owl:DatatypeProperty ,
                     owl:FunctionalProperty ;
            rdfs:domain :Company ;
            rdfs:range xsd:string ;
            rdfs:comment "The stated purpose of an organization."@en ;
            rdfs:label "has purpose"@en .


###  https://schema.coypu.org/global#hasRawHtml
:hasRawHtml rdf:type owl:DatatypeProperty ,
                     owl:FunctionalProperty ;
            rdfs:domain owl:Thing ;
            rdfs:range xsd:string ;
            rdfs:comment "The HTML code of a web extract."@en ;
            rdfs:label "has raw html"@en .


###  https://schema.coypu.org/global#hasRequiredQuantity
:hasRequiredQuantity rdf:type owl:DatatypeProperty ,
                              owl:FunctionalProperty ;
                     rdfs:domain :RegionalIndustry ;
                     rdfs:range xsd:decimal ;
                     rdfs:label "has required quantity"@en .


###  https://schema.coypu.org/global#hasRevenue
:hasRevenue rdf:type owl:DatatypeProperty ,
                     owl:FunctionalProperty ;
            rdfs:domain :Company ;
            rdfs:range xsd:decimal ;
            rdfs:comment "The revenue of a company (for a specified year in a specified currency)."@en ;
            rdfs:label "has revenue"@en ;
            rdfs:seeAlso <https://schema.org/yearlyRevenue> .


###  https://schema.coypu.org/global#hasRiskLevel
:hasRiskLevel rdf:type owl:DatatypeProperty ,
                       owl:FunctionalProperty ;
              rdfs:domain :Country ;
              rdfs:range xsd:decimal ;
              rdfs:comment "The risk level of a country as defined by Weltrisikobericht."@en ;
              rdfs:label "has risk level"@en ;
              rdfs:seeAlso <https://weltrisikobericht.de> .


###  https://schema.coypu.org/global#hasRiskScore
:hasRiskScore rdf:type owl:DatatypeProperty ,
                       owl:FunctionalProperty ;
              rdfs:domain :Event ;
              rdfs:range xsd:decimal ;
              rdfs:label "has risk score"@en .


###  https://schema.coypu.org/global#hasSocialMediaUrl
:hasSocialMediaUrl rdf:type owl:DatatypeProperty ,
                            owl:FunctionalProperty ;
                   rdfs:domain :Company ;
                   rdfs:range xsd:anyURI ;
                   rdfs:comment "A company's social media profile identifier."@en ;
                   rdfs:label "has social media url"@en .


###  https://schema.coypu.org/global#hasSource
:hasSource rdf:type owl:DatatypeProperty ;
           rdfs:subPropertyOf owl:topDataProperty ;
           rdf:type owl:FunctionalProperty ;
           rdfs:domain owl:Thing ;
           rdfs:comment "The source IRI, URL or dataset of an entity."@en ;
           rdfs:label "has source"@en .


###  https://schema.coypu.org/global#hasStartDate
:hasStartDate rdf:type owl:DatatypeProperty ,
                       owl:FunctionalProperty ;
              rdfs:domain :Event ;
              rdfs:range xsd:date ;
              rdfs:label "has start date"@en .


###  https://schema.coypu.org/global#hasStartTimestamp
:hasStartTimestamp rdf:type owl:DatatypeProperty ,
                            owl:FunctionalProperty ;
                   rdfs:domain :Event ;
                   rdfs:range xsd:dateTime ;
                   rdfs:label "has start timestamp"@en .


###  https://schema.coypu.org/global#hasStreet
:hasStreet rdf:type owl:DatatypeProperty ,
                    owl:FunctionalProperty ;
           rdfs:domain :Company ;
           rdfs:range xsd:string ;
           rdfs:comment "A street address."@en ;
           rdfs:label "has street"@en ;
           rdfs:seeAlso <https://schema.org/streetAddress> .


###  https://schema.coypu.org/global#hasSusceptibility
:hasSusceptibility rdf:type owl:DatatypeProperty ,
                            owl:FunctionalProperty ;
                   rdfs:domain :Country ;
                   rdfs:range xsd:decimal ;
                   rdfs:comment "The susceptibility of a country as defined by Weltrisikobericht."@en ;
                   rdfs:label "has susceptibility"@en ;
                   rdfs:seeAlso <https://weltrisikobericht.de> .


###  https://schema.coypu.org/global#hasTag
:hasTag rdf:type owl:DatatypeProperty ,
                 owl:FunctionalProperty ;
        rdfs:domain owl:Thing ;
        rdfs:range xsd:string ;
        rdfs:comment "A tag used for grouping and sorting (like \"corona\" or \"covid-19\")."@en ;
        rdfs:label "has tag"@en .


###  https://schema.coypu.org/global#hasTimestamp
:hasTimestamp rdf:type owl:DatatypeProperty ,
                       owl:FunctionalProperty ;
              rdfs:domain :Event ;
              rdfs:range xsd:dateTime ;
              rdfs:comment "The instant an event happened or was processed."@en ;
              rdfs:label "has timestamp"@en .


###  https://schema.coypu.org/global#hasTransportNetwork
:hasTransportNetwork rdf:type owl:DatatypeProperty ;
                     rdfs:domain :Infrastructure ;
                     rdfs:range xsd:string ;
                     rdfs:comment "A network the infrastructure is a part of. A transport network usually comprises a system of routes typically maintained or designated by a single agency or organization."@en ;
                     rdfs:label "has transport network"@en .


###  https://schema.coypu.org/global#hasUnit
:hasUnit rdf:type owl:DatatypeProperty ,
                  owl:FunctionalProperty ;
         rdfs:domain owl:Thing ;
         rdfs:label "has unit"@en .


###  https://schema.coypu.org/global#hasUrl
:hasUrl rdf:type owl:DatatypeProperty ,
                 owl:FunctionalProperty ;
        rdfs:domain owl:Thing ;
        rdfs:range xsd:anyURI ;
        rdfs:comment "The IRI of a web resource."@en ;
        rdfs:label "has url"@en ;
        rdfs:seeAlso <http://dbpedia.org/property/website> ,
                     <https://schema.org/url> .


###  https://schema.coypu.org/global#hasValue
:hasValue rdf:type owl:DatatypeProperty ,
                   owl:FunctionalProperty ;
          rdfs:domain owl:Thing ;
          rdfs:label "has value"@en .


###  https://schema.coypu.org/global#hasVat
:hasVat rdf:type owl:DatatypeProperty ,
                 owl:FunctionalProperty ;
        rdfs:domain :Company ;
        rdfs:range xsd:string ;
        rdfs:comment "The VAT ID of a company."@en ;
        rdfs:label "has vat"@en ;
        rdfs:seeAlso <https://schema.org/vatID> .


###  https://schema.coypu.org/global#hasVolatility
:hasVolatility rdf:type owl:DatatypeProperty ,
                        owl:FunctionalProperty ;
               rdfs:domain :Product ;
               rdfs:range xsd:decimal ;
               rdfs:comment "The volatility of a product price (at a specified date)."@en ;
               rdfs:label "has volatility"@en .


###  https://schema.coypu.org/global#hasVulnerability
:hasVulnerability rdf:type owl:DatatypeProperty ,
                           owl:FunctionalProperty ;
                  rdfs:domain :Country ;
                  rdfs:range xsd:decimal ;
                  rdfs:comment "The vulnerability of a country as defined by Weltrisikobericht."@en ;
                  rdfs:label "has vulnerability"@en ;
                  rdfs:seeAlso <https://weltrisikobericht.de> .


###  https://schema.coypu.org/global#hasYear
:hasYear rdf:type owl:DatatypeProperty ,
                  owl:FunctionalProperty ;
         rdfs:domain owl:Thing ;
         rdfs:label "has year"@en .


###  https://schema.coypu.org/global#hasZip
:hasZip rdf:type owl:DatatypeProperty ,
                 owl:FunctionalProperty ;
        rdfs:domain :Company ;
        rdfs:range xsd:string ;
        rdfs:comment "The ZIP code of an address."@en ;
        rdfs:label "has zip"@en ;
        rdfs:seeAlso <https://schema.org/postalCode> .


###  https://schema.coypu.org/global#isActive
:isActive rdf:type owl:DatatypeProperty ,
                   owl:FunctionalProperty ;
          rdfs:domain :Company ;
          rdfs:range xsd:boolean ;
          rdfs:comment "The economic status of a company (active or inactive)."@en ;
          rdfs:label "is active"@en .


#################################################################
#    Classes
#################################################################

###  https://schema.coypu.org/global#AbductionOrForcedDisappearance
:AbductionOrForcedDisappearance rdf:type owl:Class ;
                                rdfs:subClassOf :ViolenceAgainstCivilians ;
                                rdfs:label "Abduction or forced disappearance"@en .


###  https://schema.coypu.org/global#AdministrativeRegion
:AdministrativeRegion rdf:type owl:Class ;
                      rdfs:subClassOf :Region ;
                      rdfs:label "AdministrativeRegion"@en .


###  https://schema.coypu.org/global#Agreement
:Agreement rdf:type owl:Class ;
           rdfs:subClassOf :StrategicDevelopment ;
           rdfs:label "Agreement"@en .


###  https://schema.coypu.org/global#AirOrDroneStrike
:AirOrDroneStrike rdf:type owl:Class ;
                  rdfs:subClassOf :ExplosionOrRemoteViolence ;
                  rdfs:label "Air or drone strike"@en .


###  https://schema.coypu.org/global#Airport
:Airport rdf:type owl:Class ;
         rdfs:subClassOf :Infrastructure ;
         rdfs:comment "A logistics hub for air freight."@en ;
         rdfs:label "Airport"@en ;
         rdfs:seeAlso <http://www.wikidata.org/entity/Q1248784> .


###  https://schema.coypu.org/global#ArmedClash
:ArmedClash rdf:type owl:Class ;
            rdfs:subClassOf :Battle ;
            rdfs:label "Armed clash"@en .


###  https://schema.coypu.org/global#Arrests
:Arrests rdf:type owl:Class ;
         rdfs:subClassOf :StrategicDevelopment ;
         rdfs:label "Arrests"@en .


###  https://schema.coypu.org/global#ArticleTopic
:ArticleTopic rdf:type owl:Class ;
              rdfs:subClassOf :TextTopic ;
              rdfs:label "ArticleTopic"@en .


###  https://schema.coypu.org/global#Attack
:Attack rdf:type owl:Class ;
        rdfs:subClassOf :ViolenceAgainstCivilians ;
        rdfs:label "Attack"@en .


###  https://schema.coypu.org/global#Battle
:Battle rdf:type owl:Class ;
        rdfs:subClassOf :ViolentEvent ;
        rdfs:comment "A violent interaction between two politically organized armed groups at a particular time and location."@en ;
        rdfs:label "Battle"@en .


###  https://schema.coypu.org/global#ChangeToGroupOrActivity
:ChangeToGroupOrActivity rdf:type owl:Class ;
                         rdfs:subClassOf :StrategicDevelopment ;
                         rdfs:label "Change to group or activity"@en .


###  https://schema.coypu.org/global#ChemicalWeapon
:ChemicalWeapon rdf:type owl:Class ;
                rdfs:subClassOf :ExplosionOrRemoteViolence ;
                rdfs:comment "all substances listed in the Schedule 1 of the Chemical Weapons Convention"@en ;
                rdfs:label "Chemical weapon"@en .


###  https://schema.coypu.org/global#City
:City rdf:type owl:Class ;
      rdfs:subClassOf :Location ;
      rdfs:comment "A center of population, commerce, and culture; a town of significant size and importance."@en ;
      rdfs:label "City"@en ;
      rdfs:seeAlso <http://www.wikidata.org/entity/Q515> ,
                   <https://dbpedia.org/ontology/City> ,
                   <https://schema.org/City> .


###  https://schema.coypu.org/global#Civilians
:Civilians rdf:type owl:Class ;
           rdfs:subClassOf :ViolenceAgainstCivilians ;
           rdfs:label "Civilians"@en .


###  https://schema.coypu.org/global#Commodity
:Commodity rdf:type owl:Class ;
           rdfs:subClassOf :Product ;
           rdfs:comment "A commodity good or production material."@en ;
           rdfs:label "Commodity"@en ;
           rdfs:seeAlso <http://www.wikidata.org/entity/Q317088> .


###  https://schema.coypu.org/global#Company
:Company rdf:type owl:Class ;
         rdfs:subClassOf owl:Thing ;
         rdfs:comment "An organization engaged in economic activities."@en ;
         rdfs:label "Company"@en ;
         rdfs:seeAlso <http://dbpedia.org/ontology/Company> ,
                      <http://www.wikidata.org/entity/Q783794> ,
                      <https://schema.org/Corporation> .


###  https://schema.coypu.org/global#Conflict
:Conflict rdf:type owl:Class ;
          rdfs:subClassOf :Event ;
          rdfs:comment "An event of disagreement or disharmony between organizations, persons or ideas."@en ;
          rdfs:label "Conflict"@en .


###  https://schema.coypu.org/global#Continent
:Continent rdf:type owl:Class ;
           rdfs:subClassOf :Location ;
           rdfs:comment "A large landmass of the globe, usually comprising several countries."@en ;
           rdfs:label "Continent"@en ;
           rdfs:seeAlso <https://schema.org/Continent> .


###  https://schema.coypu.org/global#Country
:Country rdf:type owl:Class ;
         rdfs:subClassOf :Location ;
         rdfs:comment "The territory under jurisdiction of a nation state."@en ;
         rdfs:label "Country"@en ;
         rdfs:seeAlso <https://dbpedia.org/ontology/Country> ,
                      <https://schema.org/Country> .


###  https://schema.coypu.org/global#CountryStatistic
:CountryStatistic rdf:type owl:Class ;
                  rdfs:subClassOf :Feature ;
                  rdfs:comment "An annotation for the United Nations Sustainable Development Goals dataset."@en ;
                  rdfs:label "CountryStatistic"@en .


###  https://schema.coypu.org/global#Customer
:Customer rdf:type owl:Class ;
          rdfs:subClassOf :Company ;
          rdfs:comment "An organization that sources something needed such as a product or service from another organization."@en ;
          rdfs:label "Customer"@en .


###  https://schema.coypu.org/global#Demonstration
:Demonstration rdf:type owl:Class ;
               rdfs:subClassOf :Conflict ;
               rdfs:label "Demonstration"@en .


###  https://schema.coypu.org/global#Disaster
:Disaster rdf:type owl:Class ;
          rdfs:subClassOf :Event ;
          rdfs:comment "An occurrence causing widespread destruction and distress."@en ;
          rdfs:label "Disaster"@en ;
          rdfs:seeAlso <http://www.wikidata.org/entity/Q3839081> ,
                       <https://www.emdat.be/guidelines> .


###  https://schema.coypu.org/global#DisruptedWeaponsUse
:DisruptedWeaponsUse rdf:type owl:Class ;
                     rdfs:subClassOf :StrategicDevelopment ;
                     rdfs:label "Disrupted weapons use"@en .


###  https://schema.coypu.org/global#Event
:Event rdf:type owl:Class ;
       rdfs:subClassOf owl:Thing ;
       rdfs:comment "An event related to a specific location with a singular occurence."@en ;
       rdfs:label "Event"@en ;
       rdfs:seeAlso <http://www.cidoc-crm.org/cidoc-crm/E5_Event> ,
                    <https://dbpedia.org/ontology/Event> ,
                    <https://schema.org/Event> .


###  https://schema.coypu.org/global#ExcessiveForceAgainstProtesters
:ExcessiveForceAgainstProtesters rdf:type owl:Class ;
                                 rdfs:subClassOf :Protest ;
                                 rdfs:label "Excessive force against protesters"@en .


###  https://schema.coypu.org/global#ExiobaseIndustry
:ExiobaseIndustry rdf:type owl:Class ;
                  rdfs:subClassOf :Industry ;
                  rdfs:comment "An economic sector from the Exiobase dataset."@en ;
                  rdfs:label "ExiobaseIndustry"@en .


###  https://schema.coypu.org/global#ExplosionOrRemoteViolence
:ExplosionOrRemoteViolence rdf:type owl:Class ;
                           rdfs:subClassOf :ViolentEvent ;
                           rdfs:comment "A one-sided violent event in which the tool for engaging in conflict creates asymmetry by taking away the ability of the target to respond."@en ;
                           rdfs:label "Explosion or remote violence"@en .


###  https://schema.coypu.org/global#Factory
:Factory rdf:type owl:Class ;
         rdfs:subClassOf :Infrastructure ;
         rdfs:comment "A factory or production site."@en ;
         rdfs:label "Factory"@en ;
         rdfs:seeAlso <http://www.wikidata.org/entity/Q83405> .


###  https://schema.coypu.org/global#Feature
:Feature rdf:type owl:Class ;
         rdfs:comment "An annotation or reification class for specific datasets."@en ;
         rdfs:label "Feature"@en .


###  https://schema.coypu.org/global#GovernmentRegainsTerritory
:GovernmentRegainsTerritory rdf:type owl:Class ;
                            rdfs:subClassOf :Battle ;
                            rdfs:label "Government regains territory"@en .


###  https://schema.coypu.org/global#Grenade
:Grenade rdf:type owl:Class ;
         rdfs:subClassOf :ExplosionOrRemoteViolence ;
         rdfs:label "Grenade"@en .


###  https://schema.coypu.org/global#HeadquartersOrBaseEstablished
:HeadquartersOrBaseEstablished rdf:type owl:Class ;
                               rdfs:subClassOf :StrategicDevelopment ;
                               rdfs:label "Headquarters or base established"@en .


###  https://schema.coypu.org/global#Industry
:Industry rdf:type owl:Class ;
          rdfs:subClassOf owl:Thing ;
          rdfs:comment "An industry or economic sector."@en ;
          rdfs:label "Industry"@en ;
          rdfs:seeAlso <http://www.wikidata.org/entity/Q8148> ;
          <http://www.w3.org/2004/02/skos/core#prefLabel> "Sector"@en .


###  https://schema.coypu.org/global#Infrastructure
:Infrastructure rdf:type owl:Class ;
                rdfs:subClassOf owl:Thing ;
                rdfs:comment "A facility providing critical infrastructure for production or logistics."@en ;
                rdfs:label "Infrastructure"@en ;
                rdfs:seeAlso <http://www.wikidata.org/entity/Q121359> .


###  https://schema.coypu.org/global#InternationalOrganization
:InternationalOrganization rdf:type owl:Class ;
                           rdfs:subClassOf :Feature ;
                           rdfs:comment "A multinational conglomerate, a supranational state actor or a cross-border non-governmental organization."@en ;
                           rdfs:label "InternationalOrganization"@en .


###  https://schema.coypu.org/global#Location
:Location rdf:type owl:Class ;
          rdfs:comment "A place on the globe."@en ;
          rdfs:label "Location"@en ;
          rdfs:seeAlso <https://raw.githubusercontent.com/beAWARE-project/ontology/master/beAWARE_ontology#Location> .


###  https://schema.coypu.org/global#LootingOrPropertyDestruction
:LootingOrPropertyDestruction rdf:type owl:Class ;
                              rdfs:subClassOf :StrategicDevelopment ;
                              rdfs:label "Looting or property destruction"@en .


###  https://schema.coypu.org/global#Material
:Material rdf:type owl:Class ;
          rdfs:subClassOf :Product ;
          rdfs:comment "A substance or resource which is required for producing other goods."@en ;
          rdfs:label "Material"@en ;
          rdfs:seeAlso <http://www.wikidata.org/entity/Q214609> .


###  https://schema.coypu.org/global#Mine
:Mine rdf:type owl:Class ;
      rdfs:subClassOf :Infrastructure ;
      rdfs:comment "An extraction site for natural resources, like copper, iron or bauxite."@en ;
      rdfs:label "Mine"@en .


###  https://schema.coypu.org/global#MobViolence
:MobViolence rdf:type owl:Class ;
             rdfs:subClassOf :Riot ;
             rdfs:label "Mob violence"@en .


###  https://schema.coypu.org/global#News
:News rdf:type owl:Class ;
      rdfs:subClassOf :Event ;
      rdfs:comment "A newspaper article, social media posting or press release."@en ;
      rdfs:label "News"@en ;
      rdfs:seeAlso <http://www.wikidata.org/entity/Q38926> .


###  https://schema.coypu.org/global#NewsSummary
:NewsSummary rdf:type owl:Class ;
             rdfs:subClassOf :WikiNews ;
             rdfs:label "NewsSummary"@en .


###  https://schema.coypu.org/global#NonStateActorOvertakesTerritory
:NonStateActorOvertakesTerritory rdf:type owl:Class ;
                                 rdfs:subClassOf :Battle ;
                                 rdfs:label "Non-state actor overtakes territory"@en .


###  https://schema.coypu.org/global#NonViolentAction
:NonViolentAction rdf:type owl:Class ;
                  rdfs:subClassOf :Conflict ;
                  rdfs:label "NonViolentAction"@en .


###  https://schema.coypu.org/global#NonViolentTransferOfTerritory
:NonViolentTransferOfTerritory rdf:type owl:Class ;
                               rdfs:subClassOf :StrategicDevelopment ;
                               rdfs:label "Non-violent transfer of territory"@en .


###  https://schema.coypu.org/global#OsmElement
:OsmElement rdf:type owl:Class ;
            rdfs:subClassOf :Feature ;
            rdfs:comment "An Open Street Map reference."@en ;
            rdfs:label "OsmElement"@en .


###  https://schema.coypu.org/global#Other
:Other rdf:type owl:Class ;
       rdfs:subClassOf :StrategicDevelopment ;
       rdfs:label "Other"@en .


###  https://schema.coypu.org/global#PeacefulProtest
:PeacefulProtest rdf:type owl:Class ;
                 rdfs:subClassOf :Protest ;
                 rdfs:label "Peaceful protest"@en .


###  https://schema.coypu.org/global#Pipeline
:Pipeline rdf:type owl:Class ;
          rdfs:subClassOf :Infrastructure ;
          rdfs:comment "A gas, oil or hydrogen pipeline."@en ;
          rdfs:label "Pipeline"@en .


###  https://schema.coypu.org/global#Port
:Port rdf:type owl:Class ;
      rdfs:subClassOf :Infrastructure ;
      rdfs:comment "A logictics hub for shipping."@en ;
      rdfs:label "Port"@en ;
      rdfs:seeAlso <http://www.wikidata.org/entity/Q44782> .


###  https://schema.coypu.org/global#Powerplant
:Powerplant rdf:type owl:Class ;
            rdfs:subClassOf :Infrastructure ;
            rdfs:comment "A facility for generating electric power."@en ;
            rdfs:label "Powerplant"@en ;
            rdfs:seeAlso <http://www.wikidata.org/entity/Q159719> .


###  https://schema.coypu.org/global#Product
:Product rdf:type owl:Class ;
         rdfs:subClassOf owl:Thing ;
         rdfs:comment "Any tangible output or service that is a result of a process and that is intended for delivery to a customer or end user based on the HS classification scheme."@en ;
         rdfs:label "Product"@en ;
         rdfs:seeAlso <https://dbpedia.org/resource/Material> ,
                      <https://schema.org/Product> .


###  https://schema.coypu.org/global#Protest
:Protest rdf:type owl:Class ;
         rdfs:subClassOf :Demonstration ;
         rdfs:comment "A protest is defined as a public demonstration in which the participants do not engage in violence, though violence may be used against them."@en ;
         rdfs:label "Protest"@en .


###  https://schema.coypu.org/global#ProtestWithIntervention
:ProtestWithIntervention rdf:type owl:Class ;
                         rdfs:subClassOf :Protest ;
                         rdfs:label "Protest with intervention"@en .


###  https://schema.coypu.org/global#RailwaySegment
:RailwaySegment rdf:type owl:Class ;
                rdfs:subClassOf :Infrastructure ;
                rdfs:comment "A railway track between train stations."@en ;
                rdfs:label "RailwaySegment"@en .


###  https://schema.coypu.org/global#Region
:Region rdf:type owl:Class ;
        rdfs:subClassOf :Location ;
        rdfs:comment "An administrative or economic area."@en ;
        rdfs:label "Region"@en ;
        rdfs:seeAlso <http://www.wikidata.org/entity/Q82794> ,
                     <https://dbpedia.org/ontology/AdministrativeRegion> ,
                     <https://schema.org/AdministrativeArea> .


###  https://schema.coypu.org/global#RegionalIndustry
:RegionalIndustry rdf:type owl:Class ;
                  rdfs:subClassOf :Industry ;
                  rdfs:comment "An economic sector located in a specific country or region, from the Exiobase dataset."@en ;
                  rdfs:label "RegionalIndustry"@en .


###  https://schema.coypu.org/global#RegionalIndustryCoefficient
:RegionalIndustryCoefficient rdf:type owl:Class ;
                             rdfs:subClassOf :Feature ;
                             rdfs:comment "The quantified dependency of a RegionalIndustry to another, from the Exiobase dataset."@en ;
                             rdfs:label "RegionalIndustryCoefficient"@en .


###  https://schema.coypu.org/global#RemoteExplosiveOrLandmineOrIed
:RemoteExplosiveOrLandmineOrIed rdf:type owl:Class ;
                                rdfs:subClassOf :ExplosionOrRemoteViolence ;
                                rdfs:label "Remote explosive or landmine or IED"@en .


###  https://schema.coypu.org/global#Riot
:Riot rdf:type owl:Class ;
      rdfs:subClassOf :Demonstration ;
      rdfs:comment "A violent event where demonstrators or mobs engage in disruptive acts, including but not limited to rock throwing, property destruction, etc."@en ;
      rdfs:label "Riot"@en .


###  https://schema.coypu.org/global#River
:River rdf:type owl:Class ;
       rdfs:subClassOf :Location ;
       rdfs:comment "A large natural stream of water emptying into an ocean, lake, or other body of water and usually fed along its course by converging tributaries. Often providing critial logistics infrastructure."@en ;
       rdfs:label "River"@en .


###  https://schema.coypu.org/global#Service
:Service rdf:type owl:Class ;
         rdfs:subClassOf :Product ;
         rdfs:comment "An economic activity that is done for others as an occupation or business."@en ;
         rdfs:label "Service"@en ;
         rdfs:seeAlso <http://www.wikidata.org/entity/Q7406919> .


###  https://schema.coypu.org/global#SexualViolence
:SexualViolence rdf:type owl:Class ;
                rdfs:subClassOf :ViolenceAgainstCivilians ;
                rdfs:label "Sexual violence"@en .


###  https://schema.coypu.org/global#ShellingOrArtilleryOrMissileAttack
:ShellingOrArtilleryOrMissileAttack rdf:type owl:Class ;
                                    rdfs:subClassOf :ExplosionOrRemoteViolence ;
                                    rdfs:label "Shelling or artillery or missile attack"@en .


###  https://schema.coypu.org/global#SocioPoliticalEvent
:SocioPoliticalEvent rdf:type owl:Class ;
                     rdfs:subClassOf :Event ;
                     rdfs:comment "An event of socio-political relevance, from the IECWS dataset."@en ;
                     rdfs:label "SocioPoliticalEvent"@en ;
                     rdfs:seeAlso <https://dataverse.harvard.edu/dataverse/icews> .


###  https://schema.coypu.org/global#StrategicDevelopment
:StrategicDevelopment rdf:type owl:Class ;
                      rdfs:subClassOf :NonViolentAction ;
                      rdfs:comment "An activity of a violent group that is not itself recorded as political violence, yet may trigger future events or contribute to political dynamics within and across states."@en ;
                      rdfs:label "StrategicDevelopments"@en .


###  https://schema.coypu.org/global#SuicideBomb
:SuicideBomb rdf:type owl:Class ;
             rdfs:subClassOf :ExplosionOrRemoteViolence ;
             rdfs:label "Suicide bomb"@en .


###  https://schema.coypu.org/global#Supplier
:Supplier rdf:type owl:Class ;
          rdfs:subClassOf :Company ;
          rdfs:comment "An organization that provides something needed such as a product or service to another organization."@en ;
          rdfs:label "Supplier"@en ;
          rdfs:seeAlso <http://www.w3id.org/ecsel-dr-OM#Supplier> .


###  https://schema.coypu.org/global#Terminal
:Terminal rdf:type owl:Class ;
          rdfs:subClassOf :Infrastructure ;
          rdfs:comment "A terminal to connect pipelines."@en ;
          rdfs:label "Terminal"@en .


###  https://schema.coypu.org/global#TextTopic
:TextTopic rdf:type owl:Class ;
           rdfs:subClassOf :WikiNews ;
           rdfs:label "TextTopic"@en .


###  https://schema.coypu.org/global#Timespan
:Timespan rdf:type owl:Class ;
          rdfs:subClassOf :Feature ;
          rdfs:comment "A period or duration."@en ;
          rdfs:label "Timespan"@en .


###  https://schema.coypu.org/global#TrainStation
:TrainStation rdf:type owl:Class ;
              rdfs:subClassOf :Infrastructure ;
              rdfs:comment "A logistics hub for rail freight."@en ;
              rdfs:label "TrainStation"@en .


###  https://schema.coypu.org/global#ViolenceAgainstCivilians
:ViolenceAgainstCivilians rdf:type owl:Class ;
                          rdfs:subClassOf :ViolentEvent ;
                          rdfs:comment "A violent interaction between two politically organized armed groups at a particular time and location."@en ;
                          rdfs:label "Violence against civilians"@en .


###  https://schema.coypu.org/global#ViolentDemonstration
:ViolentDemonstration rdf:type owl:Class ;
                      rdfs:subClassOf :Riot ;
                      rdfs:label "Violent demonstration"@en .


###  https://schema.coypu.org/global#ViolentEvent
:ViolentEvent rdf:type owl:Class ;
              rdfs:subClassOf :Conflict ;
              rdfs:label "ViolentEvent"@en .


###  https://schema.coypu.org/global#WikiNews
:WikiNews rdf:type owl:Class ;
          rdfs:subClassOf :Event ;
          rdfs:comment "A current news event extracted from Wikipedia."@en ;
          rdfs:label "WikiNews"@en ;
          rdfs:seeAlso <https://en.wikipedia.org/wiki/Portal:Current_events> .


###  https://schema.coypu.org/global#Wildfire
:Wildfire rdf:type owl:Class ;
          rdfs:subClassOf :Event ;
          rdfs:comment "A wildfire observed by the MODIS and VIIRS satellites."@en ;
          rdfs:label "Wildfire (Satellite)"@en .


###  https://schema.coypu.org/gta#GlobalTradeAlertFeature
<https://schema.coypu.org/gta#GlobalTradeAlertFeature> rdf:type owl:Class ;
                                                       rdfs:subClassOf :Feature ;
                                                       rdfs:comment "An annotation for the Global Trade Alert dataset."@en ;
                                                       rdfs:label "GlobalTradeAlertFeature"@en .


###  https://schema.coypu.org/gta#StateAct
<https://schema.coypu.org/gta#StateAct> rdf:type owl:Class ;
                                        rdfs:subClassOf :Event ;
                                        rdfs:comment """For the GTA database, a state act is equivalent to an announcement by a government body. Each announcement documented by the GTA team includes at least one new and credible promise for change in market conditions at home or abroad.
Each state act in the GTA database consists of one or more interventions. The interventions represent the used policy instrument plus the direction of the induced change (liberalising or harmful). The clear majority of GTA database entries are state acts with a single associated intervention. For example, the announcement of a new production subsidy to steel producers would be recorded as one state act with one intervention."""@en ;
                                        rdfs:label "StateAct"@en .


###  https://schema.coypu.org/ta#TradeAgreement
<https://schema.coypu.org/ta#TradeAgreement> rdf:type owl:Class ;
                                             rdfs:subClassOf :Event ;
                                             rdfs:comment "A trade agreement (also known as trade pact) is a wide-ranging taxes, tariff and trade treaty that often includes investment guarantees. It exists when two or more countries agree on terms that help them trade with each other. The most common trade agreements are of the preferential and free trade types, which are concluded in order to reduce (or eliminate) tariffs,  quotas and other trade restrictions on items traded between the signatories."@en ;
                                             rdfs:label "TradeAgreement"@en .


###  https://schema.coypu.org/tiva#TradeInValueAdded
<https://schema.coypu.org/tiva#TradeInValueAdded> rdf:type owl:Class ;
                                                  rdfs:subClassOf :Feature ;
                                                  rdfs:comment "An annotation for the OECD Trade in Value Added dataset."@en ;
                                                  rdfs:label "TradeInValueAdded"@en .


###  https://schema.coypu.org/vtf#ExgrDva
<https://schema.coypu.org/vtf#ExgrDva> owl:equivalentClass [ rdf:type owl:Restriction ;
                                                             owl:onProperty <https://schema.coypu.org/vtf#hasTrade> ;
                                                             owl:someValuesFrom <https://schema.coypu.org/vtf#Trade>
                                                           ] .


###  https://schema.coypu.org/vtf#Trade
<https://schema.coypu.org/vtf#Trade> owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                  owl:onProperty <https://schema.coypu.org/vtf#hasTradeAmount> ;
                                                                                  owl:someValuesFrom <https://schema.coypu.org/vtf#TradeAmount>
                                                                                ]
                                                                                [ rdf:type owl:Restriction ;
                                                                                  owl:onProperty <https://schema.coypu.org/vtf#hasTradeProduct> ;
                                                                                  owl:someValuesFrom :Product
                                                                                ]
                                                                                [ rdf:type owl:Restriction ;
                                                                                  owl:onProperty <https://schema.coypu.org/vtf#hasTradeValue> ;
                                                                                  owl:someValuesFrom <https://schema.coypu.org/vtf#TradeValue>
                                                                                ]
                                                                                [ rdf:type owl:Restriction ;
                                                                                  owl:onProperty <https://schema.coypu.org/vtf#hasTradeValueAdded> ;
                                                                                  owl:someValuesFrom <https://schema.coypu.org/vtf#TradeInValueAdded>
                                                                                ]
                                                                              ) ;
                                                           rdf:type owl:Class
                                                         ] ,
                                                         [ rdf:type owl:Restriction ;
                                                           owl:onProperty <https://schema.coypu.org/vtf#isTrade> ;
                                                           owl:hasSelf "true"^^xsd:boolean
                                                         ] .


###  https://schema.coypu.org/world-port-index#PortFeature
<https://schema.coypu.org/world-port-index#PortFeature> rdf:type owl:Class ;
                                                        rdfs:subClassOf :Feature ;
                                                        rdfs:comment "An annotation for the World Port Index dataset."@en ;
                                                        rdfs:label "PortFeature"@en .


#################################################################
#    Annotations
#################################################################

<https://schema.coypu.org/em-dat#IndustrialAccident> rdfs:seeAlso <http://www.wikidata.org/entity/Q68800046> .


<https://schema.coypu.org/em-dat#TechnologicalDisaster> rdfs:seeAlso <http://www.wikidata.org/entity/Q37282022> .


<https://schema.coypu.org/em-dat#TransportAccident> rdfs:seeAlso <http://www.wikidata.org/entity/Q11822042> .


###  Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/
