@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/supremeCourt> a skos:Concept;
   dc:identifier "supremeCourt";
   dc:issued "2015-11-30"^^xsd:date;
   dc:modified "2015-11-30"^^xsd:date;
   rdfs:comment "and equivalents";
   skos:hasTopConcept <http://homosaurus.org/terms/supremeCourt>;
   skos:inScheme <http://homosaurus.org/terms>;
   skos:prefLabel "supreme court";
   skos:related <http://homosaurus.org/terms/sentencing> .
