:hasHandle leaf node


URI

http://purl.org/spar/fabio/hasHandle

Label

has handle

Description

A persistent identifier of the Handel system for digital objects and other resources on the Internet.

Inherits from

Usage

DOMAINPROPERTYRANGE
frbr:Endeavour :hasHandle xsd:string

Implementation

@prefix : <http://purl.org/spar/fabio/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:hasHandle a owl:DatatypeProperty ;
    rdfs:label "has handle"@en ;
    rdfs:comment "A persistent identifier of the Handel system for digital objects and other resources on the Internet."@en ;
    rdfs:domain frbr:Endeavour ;
    rdfs:isDefinedBy <http://www.handle.net/> ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf dcterms:identifier .