:hasStandardNumber leaf node


URI

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

Label

has standard number

Description

The number defining an international standard, for example Z39.96 - 201x, identifying NISO JATS, the Journal Article Tag Suite.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) :hasStandardNumber 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#> .

:hasStandardNumber a owl:DatatypeProperty ;
    rdfs:label "has standard number"@en ;
    rdfs:comment "The number defining an international standard, for example Z39.96 - 201x, identifying NISO JATS, the Journal Article Tag Suite."@en ;
    rdfs:subPropertyOf dcterms:identifier .