@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix bf: <http://id.loc.gov/ontologies/bibframe/> .
@prefix bflc: <http://id.loc.gov/ontologies/bflc/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix madsrdf: <http://www.loc.gov/mads/rdf/v1#> .
@prefix ri: <http://id.loc.gov/ontologies/RecordInfo#> .
@prefix cs: <http://purl.org/vocab/changeset/schema#> .

<http://id.loc.gov/vocabulary/issuance>
    madsrdf:adminMetadata [
        ri:recordChangeDate "2017-01-23T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        ri:recordContentSource <https://id.loc.gov/vocabulary/organizations/dlc> ;
        ri:recordStatus "new"^^<http://www.w3.org/2001/XMLSchema#string> ;
        a ri:RecordInfo
    ] ;
    madsrdf:definitionNote "Categorization reflecting whether a resource is issued in one or more parts, the way it is updated, and whether its termination is predetermined or not."@en ;
    madsrdf:hasMADSSchemeMember <http://id.loc.gov/vocabulary/issuance/intg>, <http://id.loc.gov/vocabulary/issuance/mono>, <http://id.loc.gov/vocabulary/issuance/mulm>, <http://id.loc.gov/vocabulary/issuance/serl> ;
    a madsrdf:MADSScheme, skos:ConceptScheme ;
    rdfs:comment ""^^rdf:XMLLiteral ;
    rdfs:label "Issuance"@en ;
    skos:changeNote [
        cs:changeReason "new"^^<http://www.w3.org/2001/XMLSchema#string> ;
        cs:createdDate "2017-01-23T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        cs:creatorName <https://id.loc.gov/vocabulary/organizations/dlc> ;
        cs:subjectOfChange <http://id.loc.gov/vocabulary/issuance> ;
        a cs:ChangeSet
    ] ;
    skos:definition "Categorization reflecting whether a resource is issued in one or more parts, the way it is updated, and whether its termination is predetermined or not."@en .

<http://id.loc.gov/vocabulary/issuance/intg>
    madsrdf:authoritativeLabel "integrating resource" ;
    madsrdf:code "intg" ;
    a madsrdf:Authority .

<http://id.loc.gov/vocabulary/issuance/mono>
    madsrdf:authoritativeLabel "single unit" ;
    madsrdf:code "mono" ;
    a madsrdf:Authority .

<http://id.loc.gov/vocabulary/issuance/mulm>
    madsrdf:authoritativeLabel "multipart monograph" ;
    madsrdf:code "mulm" ;
    a madsrdf:Authority .

<http://id.loc.gov/vocabulary/issuance/serl>
    madsrdf:authoritativeLabel "serial" ;
    madsrdf:code "serl" ;
    a madsrdf:Authority .

