schema:identifier leaf node


URI

http://schema.org/identifier

Label

hasIdentifier

Description

The unique identifier of the output of a Thematic Network.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:identifier xsd:anyURI

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

schema:identifier a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "hasIdentifier"@en ;
    rdfs:comment "The unique identifier of the output of a Thematic Network."@en ;
    rdfs:range xsd:anyURI .