:hasCODEN leaf node


URI

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

Label

has CODEN

Description

A CODEN is a six character, alphanumeric bibliographic identification code, that provides concise, unique and unambiguous identification of the titles of serials and non-serial publications.

Inherits from

Usage

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

:hasCODEN a owl:DatatypeProperty ;
    rdfs:label "has CODEN"@en ;
    rdfs:comment "A CODEN is a six character, alphanumeric bibliographic identification code, that provides concise, unique and unambiguous identification of the titles of serials and non-serial publications."@en ;
    rdfs:seeAlso <http://en.wikipedia.org/wiki/CODEN> ;
    rdfs:subPropertyOf dcterms:identifier .