ns1:doiLink leaf node


URI

http://scigraph.springernature.com/ontologies/core/doiLink

Label

Property: DOI link

Description

The :doiLink property relates a publication to the URI minted from the DOI.

Usage

DOMAINPROPERTYRANGE
ns1:Publication ns1:doiLink owl:Thing (inferred)

Implementation

@prefix ns1: <http://scigraph.springernature.com/ontologies/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns1:doiLink a owl:ObjectProperty ;
    rdfs:label "Property: DOI link"@en ;
    rdfs:comment "The :doiLink property relates a publication to the URI minted from the DOI."@en ;
    rdfs:domain ns1:Publication ;
    rdfs:isDefinedBy ns1: .