@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/law> a skos:Concept;
  dc:identifier "law";
  dc:issued "2015-11-27"^^xsd:date;
  dc:modified "2015-11-27"^^xsd:date;
  skos:altLabel "legislation",
    "legislative enactments";
  skos:hasTopConcept <http://homosaurus.org/terms/law>;
  skos:inScheme <http://homosaurus.org/terms>;
  skos:narrower <http://homosaurus.org/terms/municipalBy-laws>,
    <http://homosaurus.org/terms/internationalLaw>,
    <http://homosaurus.org/terms/canonLaw>,
    <http://homosaurus.org/terms/constitution>,
    <http://homosaurus.org/terms/socialLaw>,
    <http://homosaurus.org/terms/copyright>,
    <http://homosaurus.org/terms/juvenileLaw>,
    <http://homosaurus.org/terms/immigrationLaw>,
    <http://homosaurus.org/terms/anti-discriminationLaw>,
    <http://homosaurus.org/terms/administrativeLaw>,
    <http://homosaurus.org/terms/criminalLaw>,
    <http://homosaurus.org/terms/civilLaw>;
  skos:prefLabel "law";
  skos:related <http://homosaurus.org/terms/legalStatus>,
    <http://homosaurus.org/terms/lawyers>,
    <http://homosaurus.org/terms/legalStudies> .
