@prefix adminRecord: <https://credreg.net/qdata/vocabs/adminRecord/> .
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix asn: <http://purl.org/asn/schema/core/> .
@prefix ceasn: <https://purl.org/ctdlasn/terms/> .
@prefix ceterms: <https://purl.org/ctdl/terms/> .
@prefix collectionMethod: <https://credreg.net/qdata/vocabs/collectionMethod/> .
@prefix dataWithholding: <https://credreg.net/qdata/vocabs/dataWithholding/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix demoCat: <https://credreg.net/qdata/vocabs/demoCat/> .
@prefix incomeDetermination: <https://credreg.net/qdata/vocabs/incomeDetermination/> .
@prefix meta: <https://credreg.net/meta/terms/> .
@prefix metricCat: <https://credreg.net/qdata/vocabs/metricCat/> .
@prefix obi: <https://w3id.org/openbadges#> .
@prefix qdata: <https://credreg.net/qdata/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sourceCoverage: <https://credreg.net/qdata/vocabs/sourceCoverage/> .
@prefix subjectCategory: <https://credreg.net/qdata/vocabs/subjectCategory/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix vs: <https://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix wd: <http://www.wikidata.org/entity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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 <https://credreg.net/qdata/termhistory/qdata/AdministrativeRecordCategory/json> ;
	meta:hasConcept adminRecord:Tax1099, adminRecord:TaxW2, adminRecord:UnemploymentInsurance ;
	skos:hasTopConcept 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 <https://credreg.net/qdata/termhistory/adminRecord/Tax1099/json> ;
	skos:inScheme qdata:AdministrativeRecordCategory ;
	skos:topConceptOf 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 <https://credreg.net/qdata/termhistory/adminRecord/TaxW2/json> ;
	skos:inScheme qdata:AdministrativeRecordCategory ;
	skos:topConceptOf 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 <https://credreg.net/qdata/termhistory/adminRecord/UnemploymentInsurance/json> ;
	skos:inScheme qdata:AdministrativeRecordCategory ;
	skos:topConceptOf qdata:AdministrativeRecordCategory .

