schema:issn leaf node


URI

http://schema.org/issn

Label

hasIssn

Description

The International Standard Serial Number (ISSN) identifying a dataset that has been published.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) schema:issn xsd:string

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

schema:issn a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "hasIssn"@en ;
    rdfs:comment "The International Standard Serial Number (ISSN) identifying a dataset that has been published."@en ;
    rdfs:range xsd:string .