:hasSICI leaf node


URI

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

Label

has SICI

Description

The Serial Item and Contribution Identifier is a code used to uniquely identify specific volumes, articles or other identifiable parts of a periodical. It is intended primarily for use by those members of the bibliographic community involved in the use or management of serial titles and their contributions.

Inherits from

Usage

DOMAINPROPERTYRANGE
frbr:Endeavour :hasSICI xsd:string

Implementation

@prefix : <http://purl.org/spar/fabio/> .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:hasSICI a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "has SICI"@en,
        "has Serial Item and Contribution Identifier"@en ;
    rdfs:comment "The Serial Item and Contribution Identifier is a code used to uniquely identify specific volumes, articles or other identifiable parts of a periodical. It is intended primarily for use by those members of the bibliographic community involved in the use or management of serial titles and their contributions."@en ;
    rdfs:domain frbr:Endeavour ;
    rdfs:isDefinedBy <http://www.niso.org/apps/group_public/project/details.php?project_id=75> ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf dcterms:identifier .