@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix madsrdf: <http://www.loc.gov/mads/rdf/v1#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xhtml: <http://www.w3.org/1999/xhtml> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://id.loc.gov/vocabulary/issuance>
    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> ;
    madsrdf:hasTopMemberOfMADSScheme <http://id.loc.gov/vocabulary/issuance/intg>, <http://id.loc.gov/vocabulary/issuance/mono>, <http://id.loc.gov/vocabulary/issuance/mulm> ;
    a madsrdf:MADSScheme, skos:ConceptScheme ;
    rdfs:comment "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."^^rdf:XMLLiteral ;
    rdfs:label "MARC Issuance List"@en ;
    skos:hasTopConcept <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/intg>
    madsrdf:authoritativeLabel "integrating" ;
    a madsrdf:Authority, skos:Concept ;
    skos:prefLabel "integrating" .

<http://id.loc.gov/vocabulary/issuance/mono>
    madsrdf:authoritativeLabel "monograph" ;
    a madsrdf:Authority, skos:Concept ;
    skos:prefLabel "monograph" .

<http://id.loc.gov/vocabulary/issuance/mulm>
    madsrdf:authoritativeLabel "multivolume monograph" ;
    a madsrdf:Authority, skos:Concept ;
    skos:prefLabel "multivolume monograph" .

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

