:hasIssnL leaf node


URI

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

Label

has ISSN-L

Description

A linking International Standard Serial Number.

Inherits from

Usage

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

:hasIssnL a owl:DatatypeProperty ;
    rdfs:label "has ISSN-L"@en ;
    rdfs:comment "A linking International Standard Serial Number."@en ;
    rdfs:isDefinedBy <http://www.issn.org/2-22637-What-is-an-ISSN-L.php> ;
    rdfs:subPropertyOf dcterms:identifier .