@prefix on: <https://test.uncefact.org/vocabulary/object-nature/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ts: <https://test.uncefact.org/vocabulary/term-status/> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .
@prefix unece-mod: <https://test.uncefact.org/vocabulary/module/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

unece:brandName a owl:DatatypeProperty ;
    rdfs:label "brand name"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A brand or trading name used by an organisation."@en ;
    schema:domainIncludes unece:Organisation ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:description a owl:DatatypeProperty ;
    rdfs:label "description"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "A textual description of an item."@en ;
    skos:exactMatch schema:description ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:identifier a owl:ObjectProperty ;
    rdfs:label "identifier"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:closeMatch schema:identifier ;
    skos:definition "An identifier of this entity within some scheme, as an Identifier value object; an entity may bear several (e.g. a GTIN and an internal SKU). Its own resolvable identity is the node URI (@id)."@en ;
    schema:rangeIncludes unece:Identifier ;
    unece:termStatus ts:proposed .

unece:industryCategory a owl:ObjectProperty ;
    rdfs:label "industry category"@en ;
    rdfs:comment "Open code list — typically ISIC or NACE, bound downstream."@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The industry sector classification of an organisation."@en ;
    schema:domainIncludes unece:Organisation ;
    schema:rangeIncludes unece:isic ;
    unece:termStatus ts:proposed .

unece:legalName a owl:DatatypeProperty ;
    rdfs:label "legal name"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The registered legal name of an organisation."@en ;
    skos:exactMatch schema:legalName ;
    schema:domainIncludes unece:Organisation ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:leiCode a owl:DatatypeProperty ;
    rdfs:label "LEI code"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The ISO 17442 Legal Entity Identifier of an organisation."@en ;
    skos:exactMatch schema:leiCode ;
    schema:domainIncludes unece:Organisation ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:name a owl:DatatypeProperty ;
    rdfs:label "name"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The name of an item."@en ;
    skos:exactMatch schema:name ;
    schema:domainIncludes unece:Identifier ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:registrationCountry a owl:ObjectProperty ;
    rdfs:label "registration country"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The country in which an organisation is registered (via a country join node)."@en ;
    schema:domainIncludes unece:Organisation ;
    schema:rangeIncludes unece:country-id ;
    unece:termStatus ts:proposed .

unece:registrationId a owl:ObjectProperty ;
    rdfs:label "registration ID"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "An official registration identifier of an organisation."@en ;
    schema:domainIncludes unece:Facility,
        unece:Organisation,
        unece:RegisteredIdentity ;
    schema:rangeIncludes unece:Identifier ;
    unece:termStatus ts:proposed .

unece:tradingBusinessName a owl:DatatypeProperty ;
    rdfs:label "trading business name"@en ;
    rdfs:comment "added from BSP (default-keep re-triage)"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    skos:definition "The trading business name, expressed as text, of this legally set up organization."@en ;
    schema:domainIncludes unece:Organisation ;
    schema:rangeIncludes xsd:string ;
    unece:termStatus ts:proposed .

unece:Organisation a owl:Class ;
    rdfs:label "Organisation"@en ;
    rdfs:isDefinedBy unece-mod:core ;
    rdfs:subClassOf unece:Party ;
    skos:closeMatch schema:Organization ;
    skos:definition "An organisational party."@en ;
    unece:objectNature on:entity ;
    unece:termStatus ts:proposed .

