@prefix : . @prefix gn: . @prefix dbo: . @prefix geo: . @prefix owl: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix foaf: . @prefix rdfs: . @prefix skos: . @prefix void: . @prefix terms: . @prefix schema: . @prefix dcterms: . @base . rdf:type owl:Ontology ; owl:versionIRI ; terms:contributor "Andreas Schaefer"@en , "Hannes Kanthak"@en ; terms:created "2021-09-06" ; terms:creator "Nils Steinert"@en ; terms:isVersionOf "https://schema.implisense.com/" ; terms:modified "2022-02-22" ; terms:rights "CC BY 4.0 - Implisense GmbH"@en ; terms:title "Implisense Ontology"@en ; "ips" ; "https://schema.implisense.com/" ; rdfs:comment "Ontology to model companies and their employees, products, industries, events and relations."@en ; rdfs:isDefinedBy "https://schema.implisense.com/" ; rdfs:label "ips: Implisense Ontology"@en ; owl:versionInfo 1.0 ; "https://creativecommons.org/licenses/by/4.0/" . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/terms/contributor terms:contributor rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/created terms:created rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/creator terms:creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/isVersionOf terms:isVersionOf rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/modified terms:modified rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/rights terms:rights rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/title terms:title rdf:type owl:AnnotationProperty . ### http://purl.org/vocab/vann/preferredNamespacePrefix rdf:type owl:AnnotationProperty . ### http://purl.org/vocab/vann/preferredNamespaceUri rdf:type owl:AnnotationProperty . ### http://schema.org/about rdf:type owl:AnnotationProperty . ### http://schema.org/domainIncludes rdf:type owl:AnnotationProperty . ### http://schema.org/maxValue rdf:type owl:AnnotationProperty . ### http://schema.org/minValue rdf:type owl:AnnotationProperty . ### http://schema.org/rangeIncludes rdf:type owl:AnnotationProperty . ### http://schema.org/unitCode rdf:type owl:AnnotationProperty . ### http://schema.org/unitText rdf:type owl:AnnotationProperty . ### https://creativecommons.org/ns#license rdf:type owl:AnnotationProperty . ################################################################# # Datatypes ################################################################# ### http://www.w3.org/2001/XMLSchema#date xsd:date rdf:type rdfs:Datatype . ################################################################# # Object Properties ################################################################# ### https://schema.implisense.com/#hasCustomer rdf:type owl:ObjectProperty ; owl:inverseOf ; rdfs:domain ; rdfs:range ; rdfs:comment "the company providing a product, material, resource or service to another company"@en ; rdfs:label "hasCustomer"@en . ### https://schema.implisense.com/#hasIndustry rdf:type owl:ObjectProperty ; owl:inverseOf ; rdfs:domain ; rdfs:range ; rdfs:comment "the sector or industry a company is active in"@en ; rdfs:label "hasIndustry"@en . ### https://schema.implisense.com/#hasManager rdf:type owl:ObjectProperty ; owl:inverseOf ; rdfs:domain ; rdfs:range ; rdfs:comment "a person which is part of a company's management"@en ; rdfs:label "hasManager"@en ; rdfs:seeAlso "https://schema.org/employee" . ### https://schema.implisense.com/#hasProduct rdf:type owl:ObjectProperty ; owl:inverseOf ; rdfs:domain ; rdfs:range ; rdfs:comment "the material, resource or service a company produces"@en ; rdfs:label "hasProduct"@en . ### https://schema.implisense.com/#hasSubject rdf:type owl:ObjectProperty ; owl:inverseOf ; rdfs:domain ; rdfs:range ; rdfs:comment "the company an event is about"@en ; rdfs:label "hasSubject"@en ; rdfs:seeAlso "https://schema.org/about" . ### https://schema.implisense.com/#hasSupplier rdf:type owl:ObjectProperty ; owl:inverseOf ; rdfs:domain ; rdfs:range ; rdfs:comment "the company supplying a product, material, resource or service to another company"@en ; rdfs:label "hasSupplier"@en . ### https://schema.implisense.com/#isCustomerOf rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:comment "the company sourcing a product, material, resource or service from another company"@en ; rdfs:label "isCustomerOf"@en . ### https://schema.implisense.com/#isIndustryOf rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:comment "the company active in a sector or industry"@en ; rdfs:label "isIndustryOf"@en . ### https://schema.implisense.com/#isManagerOf rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:comment "the company managed by a person"@en ; rdfs:label "isManagerOf"@en . ### https://schema.implisense.com/#isPartOf rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:comment "the concern or group a company is part of"@en ; rdfs:label "isPartOf"@en . ### https://schema.implisense.com/#isProductOf rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:comment "the company producing a material, resource or service"@en ; rdfs:label "isProductOf"@en . ### https://schema.implisense.com/#isSubjectOf rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:comment "the publisher or subject of an event"@en ; rdfs:label "isSubjectOf"@en ; rdfs:seeAlso "https://schema.org/subjectOf" . ### https://schema.implisense.com/#isSupplierOf rdf:type owl:ObjectProperty ; rdfs:domain ; rdfs:range ; rdfs:comment "the company supplied with a product, material, resource or service by another company"@en ; rdfs:label "isSupplierOf"@en . ################################################################# # Data properties ################################################################# ### https://schema.implisense.com/#hasAlternateName rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain owl:Thing ; rdfs:range xsd:string ; rdfs:comment "an alternate name of a thing"@en ; rdfs:label "hasAlternateName"@en ; rdfs:seeAlso "https://schema.org/alternateName"@en . ### https://schema.implisense.com/#hasBalanceSheetTotal rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:decimal ; rdfs:comment "the balance sheet total of a company (at a specified date in a specified currency)"@en ; rdfs:label "hasBalanceSheetTotal"@en . ### https://schema.implisense.com/#hasBirthday rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:dateTime ; rdfs:comment "the birthday of a person"@en ; rdfs:label "hasBirthday"@en ; rdfs:seeAlso "https://schema.org/birthDate" . ### https://schema.implisense.com/#hasCapital rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "the capital of a company"@en ; rdfs:label "hasCapital"@en . ### https://schema.implisense.com/#hasCity rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "the city a company is located in"@en ; rdfs:label "hasCity"@en ; rdfs:seeAlso "https://schema.org/City" . ### https://schema.implisense.com/#hasCompanySize rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "the size of a company according to the EU SME definition"@en ; rdfs:label "hasCompanySize"@en ; rdfs:seeAlso "https://ec.europa.eu/growth/smes/sme-definition_en" . ### https://schema.implisense.com/#hasCountry rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "the country a company is located in (all Implisense companies are German)"@en ; rdfs:label "hasCountry"@en ; rdfs:seeAlso "https://schema.org/Country" . ### https://schema.implisense.com/#hasCreationTimestamp rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain owl:Thing ; rdfs:range xsd:dateTime ; rdfs:comment "the timestamp of initial creation"@en ; rdfs:label "hasCreationTimestamp"@en . ### https://schema.implisense.com/#hasCurrency rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:decimal ; rdfs:comment "the currency of a monetary value"@en ; rdfs:label "hasCurrency"@en ; rdfs:seeAlso "https://schema.org/currency" . ### https://schema.implisense.com/#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 "hasDescription"@en ; rdfs:seeAlso "https://schema.org/description" . ### https://schema.implisense.com/#hasDissolutionDate rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:dateTime ; rdfs:comment "the dissolution date of a company"@en ; rdfs:label "hasDissolutionDate"@en ; rdfs:seeAlso "https://schema.org/dissolutionDate" . ### https://schema.implisense.com/#hasEbidCode rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "the European Business Identifier of a company"@en ; rdfs:label "hasEbidCode"@en ; rdfs:seeAlso "https://www.unternehmensverzeichnis.org" . ### https://schema.implisense.com/#hasEmail rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "an email address"@en ; rdfs:label "hasEmail"@en ; rdfs:seeAlso "https://schema.org/email" . ### https://schema.implisense.com/#hasEventType rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment """Implisense event types: situation (crisis, cyber attack), reorganization (dissolution, merger, aquisition), finances (report, funding, investment), market (sentiment, trade), corporate actions (name change, new product), corporate IT actions (erp, crm), marketing (blogs, awards, sponsoring), management (new ceo, board member change), hiring (job openings), fact (politics, infrastructure)"""@en ; rdfs:label "hasEventType"@en . ### https://schema.implisense.com/#hasFamilyName rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "the family name of a person"@en ; rdfs:label "hasFamilyName"@en ; rdfs:seeAlso "https://schema.org/familyName" . ### https://schema.implisense.com/#hasFax rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "a fax number"@en ; rdfs:label "hasFax"@en ; rdfs:seeAlso "https://schema.org/faxNumber" . ### https://schema.implisense.com/#hasFoundingDate rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:dateTime ; rdfs:comment "the founding date of a company"@en ; rdfs:label "hasFoundingDate"@en ; rdfs:seeAlso "https://schema.org/foundingDate" . ### https://schema.implisense.com/#hasGivenName rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "the given name of a person"@en ; rdfs:label "hasGivenName"@en ; rdfs:seeAlso "https://schema.org/givenName" . ### https://schema.implisense.com/#hasHonorificTitle rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "a honorific title of a person"@en ; rdfs:label "hasHonorificTitle"@en ; rdfs:seeAlso "https://schema.org/honorificPrefix" , "https://schema.org/honorificSuffix" . ### https://schema.implisense.com/#hasHrCourt rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "the German court where a company is registered"@en ; rdfs:label "hasHrCourt"@en . ### https://schema.implisense.com/#hasHrId rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "a German company register id"@en ; rdfs:label "hasHrId"@en . ### https://schema.implisense.com/#hasHrType rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "the type of a Handelsregisterbekanntmachung (HRA, HRB, AR, GnR, PR or VR)"@en ; rdfs:label "hasHrType"@en . ### https://schema.implisense.com/#hasId rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain owl:Thing ; rdfs:range xsd:string ; rdfs:comment "a unique id"@en ; rdfs:label "hasId"@en ; rdfs:seeAlso "https://schema.org/identifier" . ### https://schema.implisense.com/#hasImplisenseId rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "the Implisense ID for a company"@en ; rdfs:label "hasImplisenseId"@en . ### https://schema.implisense.com/#hasImplisenseProfile rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:anyURI ; rdfs:comment "the url to the public company profile on implisense.com"@en ; rdfs:label "hasImplisenseProfile"@en . ### https://schema.implisense.com/#hasJobTitle rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "the job description of a person"@en ; rdfs:label "hasJobTitle"@en ; rdfs:seeAlso "https://schema.org/jobTitle" . ### https://schema.implisense.com/#hasLatitude rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain owl:Thing ; rdfs:range xsd:decimal ; rdfs:comment "a latitude as defined in WGS 84"@en ; rdfs:label "hasLatitude"@en ; rdfs:seeAlso "http://www.w3.org/2003/01/geo/wgs84_pos#" , "https://schema.org/latitude" , "https://www.geonames.org/ontology#lat" . ### https://schema.implisense.com/#hasLegalForm rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "the legal form of a company"@en ; rdfs:label "hasLegalForm"@en . ### https://schema.implisense.com/#hasLegalName rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "the legal name of a company"@en ; rdfs:label "hasLegalName"@en ; rdfs:seeAlso "https://schema.org/legalName" . ### https://schema.implisense.com/#hasLeiCode rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "a legal entity identifier as defined in ISO 17442"@en ; rdfs:label "hasLeiCode"@en ; rdfs:seeAlso "https://schema.org/leiCode" . ### https://schema.implisense.com/#hasLongitude rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain owl:Thing ; rdfs:range xsd:decimal ; rdfs:comment "a longitude as defined in WGS 84"@en ; rdfs:label "hasLongitude"@en ; rdfs:seeAlso "http://www.w3.org/2003/01/geo/wgs84_pos#" , "https://schema.org/longitude" , "https://www.geonames.org/ontology#long" . ### https://schema.implisense.com/#hasModificationTimestamp rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain owl:Thing ; rdfs:range xsd:dateTime ; rdfs:comment "the timestamp of the last modification"@en ; rdfs:label "hasModificationTimestamp"@en . ### https://schema.implisense.com/#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 standart"@en ; rdfs:label "hasNaceCode"@en . ### https://schema.implisense.com/#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 "hasName"@en ; rdfs:seeAlso "http://dbpedia.org/property/name" , "https://schema.org/name" . ### https://schema.implisense.com/#hasNumberOfEmployees rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:positiveInteger ; rdfs:comment "the number of employees of a company (in a specified year)"@en ; rdfs:label "hasNumberOfEmployees"@en ; rdfs:seeAlso "http://dbpedia.org/property/numEmployees" , "https://schema.org/numberOfEmployees" . ### https://schema.implisense.com/#hasPhoneNumber rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "a phone number (should be normalized)"@en ; rdfs:label "hasPhoneNumber"@en ; rdfs:seeAlso "https://schema.org/telephone" . ### https://schema.implisense.com/#hasProfit rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:decimal ; rdfs:comment "the profit of a company (for a specified year in a specified currency)"@en ; rdfs:label "hasProfit"@en . ### https://schema.implisense.com/#hasPublisher rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "the publisher of an event"@en ; rdfs:label "hasPublisher"@en . ### https://schema.implisense.com/#hasPurpose rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "the stated purpose of an organization"@en ; rdfs:label "hasPurpose"@en . ### https://schema.implisense.com/#hasRegion rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "the region a company is located in"@en ; rdfs:label "hasRegion"@en ; rdfs:seeAlso "https://schema.org/AdministrativeArea" . ### https://schema.implisense.com/#hasRevenue rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:decimal ; rdfs:comment "the revenue of a company (for a specified year in a specified currency)"@en ; rdfs:label "hasRevenue"@en ; rdfs:seeAlso "https://schema.org/yearlyRevenue" . ### https://schema.implisense.com/#hasSocialMediaProfile rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:anyURI ; rdfs:comment "a company social media profile url"@en ; rdfs:label "hasSocialMediaProfile"@en . ### https://schema.implisense.com/#hasStreet rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "a street address"@en ; rdfs:label "hasStreet"@en ; rdfs:seeAlso "https://schema.org/streetAddress" . ### https://schema.implisense.com/#hasTimestamp rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:dateTime ; rdfs:comment "the timestamp of an event"@en ; rdfs:label "hasTimestamp"@en . ### https://schema.implisense.com/#hasUrl rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain owl:Thing ; rdfs:range xsd:anyURI ; rdfs:comment "the url of a web resource"@en ; rdfs:label "hasUrl"@en ; rdfs:seeAlso "http://dbpedia.org/property/website" , "https://schema.org/url" . ### https://schema.implisense.com/#hasVat rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "the vat id of a company"@en ; rdfs:label "hasVat"@en ; rdfs:seeAlso "https://schema.org/vatID" . ### https://schema.implisense.com/#hasWzCode rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain owl:Thing ; rdfs:range xsd:string ; rdfs:comment "an industrial sector code as defined in the German WZ2008 standart"@en ; rdfs:label "hasWzCode"@en . ### https://schema.implisense.com/#hasZip rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:string ; rdfs:comment "a zip code"@en ; rdfs:label "hasZip"@en ; rdfs:seeAlso "https://schema.org/postalCode" . ### https://schema.implisense.com/#isActive rdf:type owl:DatatypeProperty , owl:FunctionalProperty ; rdfs:domain ; rdfs:range xsd:boolean ; rdfs:comment "the economic status of a company (active or inactive)"@en ; rdfs:label "isActive"@en . ################################################################# # Classes ################################################################# ### http://www.w3.org/2002/07/owl#Thing owl:Thing rdfs:isDefinedBy "http://www.w3.org/2002/07/owl#" ; rdfs:label "Thing"@en . ### https://schema.implisense.com/#Company rdf:type owl:Class ; rdfs:subClassOf owl:Thing ; rdfs:comment "a company, organization or corporation"@en ; rdfs:label "Company"@en ; rdfs:seeAlso "http://dbpedia.org/ontology/Company" , "https://schema.org/Corporation" . ### https://schema.implisense.com/#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 "https://dbpedia.org/ontology/Event" , "https://schema.org/Event" . ### https://schema.implisense.com/#Industry rdf:type owl:Class ; rdfs:subClassOf owl:Thing ; rdfs:comment "an industry or economic sector as defined in NACE"@en ; rdfs:label "Industry"@en ; rdfs:seeAlso "https://dbpedia.org/page/Category:Economic_sectors" . ### https://schema.implisense.com/#Person rdf:type owl:Class ; rdfs:subClassOf owl:Thing ; rdfs:comment "a natural person"@en ; rdfs:label "Person"@en ; rdfs:seeAlso "http://xmlns.com/foaf/0.1/Person" , "https://dbpedia.org/ontology/Person" , "https://schema.org/Person" . ### https://schema.implisense.com/#Product rdf:type owl:Class ; rdfs:subClassOf owl:Thing ; rdfs:comment "a product, service, production material or refined resource"@en ; rdfs:label "Product"@en ; rdfs:seeAlso "https://dbpedia.org/page/Category:Goods_(economics)" , "https://schema.org/Product" . ################################################################# # Annotations ################################################################# owl:topDataProperty rdfs:label "topDataProperty"@en ; rdfs:isDefinedBy "http://www.w3.org/2002/07/owl#" . owl:topObjectProperty rdfs:isDefinedBy "http://www.w3.org/2002/07/owl#" ; rdfs:label "topObjectProperty"@en . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi