@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/earthsemantics/OSO#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix schema: <http://schema.org/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . ns0:hasORCID a owl:DatatypeProperty, owl:ObjectProperty ; rdfs:domain schema:Person ; rdfs:label "ORCID"@el, "ORCID"@en, "ORCID"@es, "ORCID"@fr, "ORCID"@it, "ORCID"@no, "ORCID"@pt, "ORCID"@ro ; rdfs:range xsd:anyURI ; rdfs:subPropertyOf skos:exactMatch ; skos:prefLabel "ORCID"@el, "ORCID"@en, "ORCID"@es, "ORCID"@fr, "ORCID"@it, "ORCID"@no, "ORCID"@pt, "ORCID"@ro .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/earthsemantics/OSO#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

ns0:hasORCID
    a owl:DatatypeProperty, owl:ObjectProperty ;
    rdfs:domain schema:Person ;
    rdfs:label "ORCID"@el, "ORCID"@en, "ORCID"@es, "ORCID"@fr, "ORCID"@it, "ORCID"@no, "ORCID"@pt, "ORCID"@ro ;
    rdfs:range xsd:anyURI ;
    rdfs:subPropertyOf skos:exactMatch ;
    skos:prefLabel "ORCID"@el, "ORCID"@en, "ORCID"@es, "ORCID"@fr, "ORCID"@it, "ORCID"@no, "ORCID"@pt, "ORCID"@ro .