@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://www.gleif.org/ontology/Base/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix ns1: <https://www.gleif.org/ontology/L1/> . ns0:hasTag a owl:DatatypeProperty, owl:FunctionalProperty ; rdfs:isDefinedBy <https://www.gleif.org/ontology/Base/> ; rdfs:label "has tag" ; rdfs:range xsd:string ; rdfs:subPropertyOf skos:notation ; skos:definition "Has a unique combination of alphanumeric characters or binary representation corresponding to the identifier, code, or other element to which it applies." . ns1:LEI rdfs:subPropertyOf ns0:hasTag . ns1:hasEntityID rdfs:subPropertyOf ns0:hasTag .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://www.gleif.org/ontology/Base/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns1: <https://www.gleif.org/ontology/L1/> .

ns0:hasTag
    a owl:DatatypeProperty, owl:FunctionalProperty ;
    rdfs:isDefinedBy <https://www.gleif.org/ontology/Base/> ;
    rdfs:label "has tag" ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf skos:notation ;
    skos:definition "Has a unique combination of alphanumeric characters or binary representation corresponding to the identifier, code, or other element to which it applies." .

ns1:LEI
    rdfs:subPropertyOf ns0:hasTag .

ns1:hasEntityID
    rdfs:subPropertyOf ns0:hasTag .