@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 xhtml: <http://www.w3.org/1999/xhtml> .
@prefix ri: <http://id.loc.gov/ontologies/RecordInfo#> .
@prefix cs: <http://purl.org/vocab/changeset/schema#> .

<http://id.loc.gov/authorities/names>
    madsrdf:adminMetadata [
        ri:recordChangeDate "2011-04-26T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        ri:recordContentSource <http://id.loc.gov/vocabulary/organizations/dlc> ;
        ri:recordStatus "modified"^^<http://www.w3.org/2001/XMLSchema#string> ;
        a ri:RecordInfo
    ] ;
    madsrdf:hasMADSSchemeMember <http://id.loc.gov/authorities/names/collection_LCNAF> ;
    a madsrdf:MADSScheme, skos:ConceptScheme ;
    rdfs:comment """
      <xhtml:div xmlns:xhtml=\"http://www.w3.org/1999/xhtml\" class=\"aboutCS\" property=\"rdfs:comment\" title=\"About the LC Names:\">
                <xhtml:p>The Library of Congress Name Authority File (NAF) file provides
                    authoritative data for names of persons, organizations, events, places, and
                    titles. Its purpose is the identification of these entities and, through the use
                    of such controlled vocabulary, to provide uniform access to bibliographic
                    resources. Names descriptions also provide access to a controlled form of name
                    through references from unused forms, e.g. a <xhtml:i>search under</xhtml:i>:
                    Snodgrass, Quintus Curtius, 1835-1910 will lead users to the authoritative name
                    for Mark Twain, which is, \"Twain, Mark, 1835-1910.\" Names may also be used as
                    subjects in bibliographic descriptions, so they may be combined with controlled
                    values from subject heading schemes, such as LCSH.</xhtml:p>
                <xhtml:p>Library of Congress Names includes over 8 million descriptions created over
                    many decades and according to different cataloging policies. LC Names is
                    officially called the NACO Authority File and is a cooperative effort in which
                    participants follow a common set of standards and guidelines.</xhtml:p>
            </xhtml:div>
    """^^rdf:XMLLiteral ;
    rdfs:label "Library of Congress Names"@en ;
    skos:changeNote [
        cs:changeReason "modified"^^<http://www.w3.org/2001/XMLSchema#string> ;
        cs:createdDate "2011-04-26T00:00:00"^^<http://www.w3.org/2001/XMLSchema#dateTime> ;
        cs:creatorName "United States, Library of CongressDLCdlcUS-dlc" ;
        cs:subjectOfChange <http://id.loc.gov/authorities/names> ;
        a cs:ChangeSet
    ] .

<http://id.loc.gov/vocabulary/organizations/dlc>
    madsrdf:authoritativeLabel "United States, Library of Congress" ;
    madsrdf:code "DLC"^^<http://id.loc.gov/datatypes/orgs/code>, "US-dlc"^^<http://id.loc.gov/datatypes/orgs/iso15511>, "dlc"^^<http://id.loc.gov/datatypes/orgs/normalized> ;
    a madsrdf:Authority, madsrdf:CorporateName .

