has unique identifier leaf node


URI

http://semanticscience.org/resource/hasUniqueIdentifier

Label

has unique identifier

Description

has unique identifier is an inverse functional relation between an entity and an identifier that uniquely identifies it.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has unique identifier unique identifier

Implementation

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sio: <http://semanticscience.org/resource/> .

sio:hasUniqueIdentifier a owl:InverseFunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "has unique identifier"@en ;
    dct:description "has unique identifier is an inverse functional relation between an entity and an identifier that uniquely identifies it."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:range sio:UniqueIdentifier ;
    rdfs:subPropertyOf sio:hasIdentifier ;
    owl:inverseOf sio:isUniqueIdentifierFor .