@prefix dc: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schemas: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.europa.eu/m8g/AccountingDocument> a owl:Class;
  rdfs:label "Accounting Document"@en;
  rdfs:comment "Financial and non-financial information as a result of an activity of an organisation."@en;
  rdfs:isDefinedBy <http://data.europa.eu/m8g>;
  skos:scopeNote """Accounting documents, might include:
<ul>
<li> Financial statements (incl. the list of participating interests, subsidiary undertakings and associated undertakings, their registered office address and proportion of capital held), audit reports.</li> 
<li> Non-financial statements, management reports and other statements or reports.</li>
<li> Annual financial reports.</li>
</ul>"""@en .

<http://data.europa.eu/m8g/adminUnit> a owl:ObjectProperty;
  rdfs:label "administrative unit"@en;
  rdfs:comment "A detailed administrative unit organized in a hierarchy."@en;
  rdfs:domain <http://www.w3.org/ns/locn#Address>;
  rdfs:isDefinedBy <http://data.europa.eu/m8g>;
  rdfs:range <http://data.europa.eu/m8g/AdminUnit> .

<http://data.europa.eu/m8g/code> a owl:ObjectProperty;
  rdfs:label "code"@en;
  rdfs:comment "The classification of the administrative unit."@en;
  rdfs:domain <http://data.europa.eu/m8g/AdminUnit>;
  rdfs:isDefinedBy <http://data.europa.eu/m8g>;
  rdfs:range skos:Concept .

<http://data.europa.eu/m8g/contactPage> a owl:ObjectProperty;
  rdfs:label "contact page"@en;
  rdfs:comment "A web page that could be used to reach out the Contact Point."@en;
  rdfs:domain <http://data.europa.eu/m8g/ContactPoint>;
  rdfs:isDefinedBy <http://data.europa.eu/m8g>;
  rdfs:range foaf:Document .

<http://data.europa.eu/m8g/email> a owl:DatatypeProperty;
  rdfs:label "has email"@en;
  rdfs:comment "An electronic address through which the Contact Point can be contacted."@en;
  rdfs:domain <http://data.europa.eu/m8g/ContactPoint>;
  rdfs:isDefinedBy <http://data.europa.eu/m8g>;
  rdfs:range rdfs:Literal .

<http://data.europa.eu/m8g/legalStatusDate> a owl:DatatypeProperty;
  rdfs:label "legal status date"@en;
  rdfs:comment "Information date of the current position of the legal entity."@en;
  rdfs:domain <http://data.europa.eu/m8g/LegalStatus>;
  rdfs:isDefinedBy <http://data.europa.eu/m8g>;
  rdfs:range xsd:date .

<http://data.europa.eu/m8g/level> a owl:ObjectProperty;
  rdfs:label "level"@en;
  rdfs:comment "The level of the administrative unit in the hierarchy."@en;
  rdfs:domain <http://data.europa.eu/m8g/AdminUnit>;
  rdfs:isDefinedBy <http://data.europa.eu/m8g>;
  rdfs:range skos:Concept;
  skos:scopeNote "The recommended code list to indicate the level of an Admin Unit is the <a href=https://op.europa.eu/en/web/eu-vocabularies/dataset/-/resource?uri=http://publications.europa.eu/resource/dataset/atu-type>Administrative territorial unit type</a> Controlled Vocabulary maintained by the Publications Office of the EU. "@en .

<http://data.europa.eu/m8g/registrationDate> a owl:DatatypeProperty;
  rdfs:label "registration date"@en;
  rdfs:comment "The date on which the legal entity has registered in some jurisdiction for regulatory and / or for tax purposes."@en;
  rdfs:domain <http://www.w3.org/ns/legal#LegalEntity>;
  rdfs:isDefinedBy <http://data.europa.eu/m8g>;
  rdfs:range xsd:date .

<http://data.europa.eu/m8g/role> a owl:ObjectProperty;
  rdfs:label "role"@en;
  rdfs:comment "The function of an Agent within a context."@en;
  rdfs:domain <http://data.europa.eu/a4g/ontology#PowerOfAttorney>;
  rdfs:isDefinedBy <http://data.europa.eu/m8g>;
  rdfs:range skos:Concept;
  skos:scopeNote "This should be provided using a controlled vocabulary."@en .

<http://data.europa.eu/m8g/scopeOfAttorney> a owl:DatatypeProperty;
  rdfs:label "scope of attorney"@en;
  rdfs:comment "The context in which the power of attorney can be applied."@en;
  rdfs:domain <http://data.europa.eu/a4g/ontology#PowerOfAttorney>;
  rdfs:isDefinedBy <http://data.europa.eu/m8g>;
  rdfs:range rdf:langString .

<http://data.europa.eu/m8g/telephone> a owl:DatatypeProperty;
  rdfs:label "has telephone"@en;
  rdfs:comment "A telephone number through which the Contact Point can be contacted."@en;
  rdfs:domain <http://data.europa.eu/m8g/ContactPoint>;
  rdfs:isDefinedBy <http://data.europa.eu/m8g>;
  rdfs:range rdfs:Literal .

<http://data.europa.eu/m8g/LegalStatus> a owl:Class;
  rdfs:label "Legal Status"@en;
  rdfs:comment "Information about the viability of the position of the legal entity at a certain point of time."@en;
  rdfs:isDefinedBy <http://data.europa.eu/m8g> .

<http://data.europa.eu/m8g/AdminUnit> a owl:Class;
  rdfs:label "Administrative Unit"@en;
  rdfs:comment "A detailed administrative unit organized in a hierarchy."@en;
  rdfs:isDefinedBy <http://data.europa.eu/m8g>;
  skos:scopeNote "This class should be used whenever a classification mechanism is in place, in alternative to the properties adminUnitL1 and adminUnitL2 of the Address class which allow free text."@en .

<http://data.europa.eu/m8g/ContactPoint> a owl:Class;
  rdfs:label "Contact Point"@en;
  rdfs:comment "Information (e.g. e-mail address, telephone number) of a person or department through which the user can get in touch with."@en;
  rdfs:isDefinedBy <http://data.europa.eu/m8g>;
  skos:scopeNote "The Core Public Organization Vocabulary defines properties for telephone number, e-mail address and opening hours although it is noteworthy that the class is based on schema.org's <a href=\"http://schema.org/ContactPoint\"> ContactPoint </a> class  that has additional properties that some implementations may find useful."@en .

<http://data.europa.eu/m8g> a owl:Ontology;
  rdfs:label "core-business"@en,
    "core-business"@nl;
  dc:issued "2026-05-12";
  dc:license <https://creativecommons.org/licenses/by/4.0/>;
  dc:mediator [
    foaf:homepage <https://semic.eu>;
    foaf:name "Semantic Interoperability Community (SEMIC)"
  ];
  <http://www.w3.org/2001/02pd/rec54#editor> [
    a foaf:Person;
    foaf:firstName "Florian";
    foaf:lastName "Barthelemy";
    schemas:affiliation [foaf:name "PwC EU Services"]
  ], [
    a foaf:Person;
    foaf:firstName "Jitse";
    foaf:lastName "De Cock";
    schemas:affiliation [foaf:name "PwC EU Services"]
  ], [
    a foaf:Person;
    foaf:firstName "Emiel";
    foaf:lastName "Dhondt";
    schemas:affiliation [foaf:name "Digital Flanders"]
  ], [
    a foaf:Person;
    foaf:firstName "Pavlina";
    foaf:lastName "Fragkou";
    schemas:affiliation [foaf:name "European Commission"]
  ], [
    a foaf:Person;
    foaf:firstName "Faruk";
    foaf:lastName "Karabulut";
    schemas:affiliation [foaf:name "PwC EU Services"]
  ], [
    a foaf:Person;
    foaf:firstName "Arthur";
    foaf:lastName "Schiltz";
    schemas:affiliation [foaf:name "PwC EU Services"]
  ], [
    a foaf:Person;
    foaf:firstName "Anastasia";
    foaf:lastName "Sofou";
    schemas:affiliation [foaf:name "European Commission"]
  ], [
    a foaf:Person;
    foaf:firstName "Emidio";
    foaf:lastName "Stani";
    schemas:affiliation [foaf:name "PwC EU Services"]
  ], [
    a foaf:Person;
    foaf:firstName "Bert";
    foaf:lastName "Van Nuffelen";
    schemas:affiliation [foaf:name "Digital Flanders"]
  ];
  foaf:maker [
    a foaf:Person;
    foaf:firstName "Core Vocabularies Working Group"
  ] .
