is identifier for


URI

http://semanticscience.org/resource/isIdentifierFor

Label

is identifier for

Description

a relation between an identifier and an entity.

Usage

DOMAINPROPERTYRANGE
identifier is identifier for owl:Thing (inferred)

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:isIdentifierFor a owl:ObjectProperty ;
    rdfs:label "is identifier for"@en ;
    dct:alternative "identifies" ;
    dct:description "a relation between an identifier and an entity." ;
    rdfs:domain sio:Identifier ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isAttributeOf .