prism:edition leaf node


URI

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

Label

has edition

Description

An identifier for one of several alternative issues of a magazine, a book or other resource.

Usage

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

Implementation

@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:edition a owl:DatatypeProperty ;
    rdfs:label "has edition"@en ;
    rdfs:comment "An identifier for one of several alternative issues of a magazine, a book or other resource."@en ;
    rdfs:domain frbr:Endeavour .