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

<http://homosaurus.org/terms/serviceOccupations> a skos:Concept;
  dc:identifier "serviceOccupations";
  dc:issued "2015-11-29"^^xsd:date;
  dc:modified "2015-11-29"^^xsd:date;
  skos:broader <http://homosaurus.org/terms/occupations>;
  skos:hasTopConcept <http://homosaurus.org/terms/serviceOccupations>;
  skos:inScheme <http://homosaurus.org/terms>;
  skos:narrower <http://homosaurus.org/terms/policeOfficers>,
    <http://homosaurus.org/terms/prisonGuards>,
    <http://homosaurus.org/terms/librarians>,
    <http://homosaurus.org/terms/fireFighters>,
    <http://homosaurus.org/terms/tourOperators>,
    <http://homosaurus.org/terms/archivists>,
    <http://homosaurus.org/terms/interpreters>,
    <http://homosaurus.org/terms/hairdressers>;
  skos:prefLabel "service occupations" .
