@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix cs: <http://purl.org/vocab/changeset/schema#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.

<http://id.loc.gov/authorities/subjects/sh85118660> 
	a skos:Concept;
	skos:prefLabel "Science fiction films"@en;
	skos:broader <http://id.loc.gov/authorities/subjects/sh85088084>;
	skos:changeNote [ 
		a cs:ChangeSet;
		cs:changeReason "new"^^xsd:string;
		cs:createdDate "1986-02-11T00:00:00"^^xsd:dateTime;
		cs:creatorName 
			"Library of Congress, Network Development and MARC Standards Office";
		cs:subjectOfChange <http://id.loc.gov/authorities/subjects/sh85118660>
		
	];
	skos:closeMatch <http://d-nb.info/gnd/4054023-6>;
	skos:exactMatch 
		<http://stitch.cs.vu.nl/vocabularies/rameau/ark:/12148/cb11931406w>;
	skos:example "Note under [Science fiction]";
	skos:inScheme <http://id.loc.gov/authorities/subjects>;
	skos:narrower
		<http://id.loc.gov/authorities/subjects/sh85127380>,
		<http://id.loc.gov/authorities/subjects/sh85127382>;
	skos:note "When subdivided by..." .
