prism:isbn leaf node


URI

http://prismstandard.org/namespaces/basic/2.0/isbn

Label

has ISBN

Description

The International Standard Book Number, ISBN, used to identify published books or, more rarely, journal issues.

Inherits from

Usage

DOMAINPROPERTYRANGE
frbr:Endeavour prism:isbn owl:Thing (inferred)

Implementation

@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prism: <http://prismstandard.org/namespaces/basic/2.0/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

prism:isbn a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "has ISBN"@en,
        "has International Standard Book Number"@en ;
    rdfs:comment "The International Standard Book Number, ISBN, used to identify published books or, more rarely, journal issues."@en ;
    rdfs:domain frbr:Endeavour ;
    rdfs:subPropertyOf dcterms:identifier .