@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns0: <http://data.businessgraph.io/ontology#> . @prefix schema: <http://schema.org/> . @prefix adms: <http://www.w3.org/ns/adms#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . skos:notation ns0:order 49 ; schema:domainIncludes ns0:IdentifierSystem, adms:Identifier ; schema:rangeIncludes xsd:string ; a owl:DatatypeProperty, owl:NamedIndividual ; rdfs:label "notation (identifier value)" ; skos:definition "Literal value of the identifier." ; skos:scopeNote """Codes for Identifier Systems are issued locally by euBusinessGraph. For identifier systems published by the sole or preferred official register in a jurisdiction, we use the jurisdiction code (e.g. \"BG\", \"GB\"). For others, if the identifier system has no explicit name, we use a short mnemonic code of the publisher: - upper-case for company registers (e.g. \"OCORP\", \"SDATI\", \"RAL\", \"EU\", \"BRIS\"), - mixed-case for social network registers (e.g. \"Twitter\", \"Facebook\").""", "Should not include leading, trailing and consecutive spaces, to facilitate exact match.", """adms:Identifier recommends that this value should be \"datatyped with the identifier scheme (including the version number if appropriate)\". However, we decided not to do this because: - One cannot search by exact literal value unless one also knows the datatype URL - Currently we do not plan to maintain different identifier system versions""" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0: <http://data.businessgraph.io/ontology#> .
@prefix schema: <http://schema.org/> .
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

skos:notation
    ns0:order 49 ;
    schema:domainIncludes ns0:IdentifierSystem, adms:Identifier ;
    schema:rangeIncludes xsd:string ;
    a owl:DatatypeProperty, owl:NamedIndividual ;
    rdfs:label "notation (identifier value)" ;
    skos:definition "Literal value of the identifier." ;
    skos:scopeNote """Codes for Identifier Systems are issued locally by euBusinessGraph.
For identifier systems published by the sole or preferred official register in a jurisdiction, we use the jurisdiction code (e.g. \"BG\", \"GB\"). 
For others, if the identifier system has no explicit name, we use a short mnemonic code of the publisher:
- upper-case for company registers (e.g. \"OCORP\", \"SDATI\", \"RAL\", \"EU\", \"BRIS\"),
- mixed-case for social network registers (e.g. \"Twitter\", \"Facebook\").""", "Should not include leading, trailing and consecutive spaces, to facilitate exact match.", """adms:Identifier recommends that this value should be \"datatyped with the identifier scheme (including the version number if appropriate)\". However, we decided not to do this because:
- One cannot search by exact literal value unless one also knows the datatype URL
- Currently we do not plan to maintain different identifier system versions""" .