:hasArXivId leaf node


URI

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

Label

has ArXiv identifier

Description

An identifier used by the preprint repository ArXiv.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) :hasArXivId owl:Thing (inferred)

Implementation

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

:hasArXivId a owl:DatatypeProperty ;
    rdfs:label "has ArXiv identifier"@en ;
    rdfs:comment "An identifier used by the preprint repository ArXiv."@en ;
    rdfs:isDefinedBy <http://arxiv.org/> ;
    rdfs:subPropertyOf dcterms:identifier .