@prefix dc: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://homosaurus.org/terms/ethnicRelations> a skos:Concept;
   dc:identifier "ethnicRelations";
   dc:issued "2015-11-26"^^xsd:date;
   dc:modified "2015-11-26"^^xsd:date;
   rdfs:comment "relations between ethnic groups";
   skos:altLabel "race relations";
   skos:broader <http://homosaurus.org/terms/socialProcesses>;
   skos:hasTopConcept <http://homosaurus.org/terms/socialProcesses>;
   skos:inScheme <http://homosaurus.org/terms>;
   skos:narrower <http://homosaurus.org/terms/apartheid>,
     <http://homosaurus.org/terms/anti-semitism>,
     <http://homosaurus.org/terms/racism>;
   skos:prefLabel "ethnic relations";
   skos:related <http://homosaurus.org/terms/ethnicStudies>,
     <http://homosaurus.org/terms/ethnocentrism>,
     <http://homosaurus.org/terms/ethnicDiversity> .
