@prefix adminRecord: . @prefix asn: . @prefix ceasn: . @prefix ceterms: . @prefix collectionMethod: . @prefix dataWithholding: . @prefix dc: . @prefix dct: . @prefix incomeDetermination: . @prefix meta: . @prefix obi: . @prefix qdata: . @prefix rdf: . @prefix rdfs: . @prefix schema: . @prefix skos: . @prefix sourceCoverage: . @prefix subjectCategory: . @prefix vann: . @prefix vs: . @prefix xsd: . qdata:AdministrativeRecordCategory a skos:ConceptScheme ; rdfs:label "Administrative Record Category"@en-US ; rdfs:comment "Categories of administrative records."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; meta:hasConcept adminRecord:Tax1099, adminRecord:TaxW2, adminRecord:UnemploymentInsurance . adminRecord:Tax1099 a skos:Concept ; skos:prefLabel "United States 1099 Tax Document"@en-US ; skos:definition "United States Federal tax form that an entity or person other than an employer provides stating earnings paid an individual."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; skos:inScheme qdata:AdministrativeRecordCategory . adminRecord:TaxW2 a skos:Concept ; skos:prefLabel "United States W-2 Tax Document"@en-US ; skos:definition "United States Official Wage and Tax Statement that reports an employee's annual wages and the amount of taxes withheld from their paycheck by an employer."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; skos:inScheme qdata:AdministrativeRecordCategory . adminRecord:UnemploymentInsurance a skos:Concept ; skos:prefLabel "Unemployment Insurance"@en-US ; skos:definition "Contain the earnings reported by employers (typically on a quarterly basis) to state unemployment insurance agencies for each employee."@en-US ; vs:term_status vs:stable ; meta:changeHistory ; skos:inScheme qdata:AdministrativeRecordCategory .