@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix lcsh: <http://www.yso.fi/onto/lcsh/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://www.yso.fi/onto/lcsh>
  a skos:ConceptScheme ;
  skos:hasTopConcept lcsh:sh2010014943 .

lcsh:sh2010014943
  skos:altLabel "Harmonization, International"@en, "Unification, International"@en, "International harmonization"@en ;
  skos:member lcsh:collection_Subdivisions, lcsh:collection_PatternHeadingH1154.5, lcsh:collection_LCSH_General, lcsh:collection_TopicSubdivisions ;
  skos:inScheme <http://www.yso.fi/onto/lcsh> ;
  dc:created "2010-12-01T00:00:00"^^xsd:dateTime ;
  skos:prefLabel "International unification"@en ;
  skos:topConceptOf <http://www.yso.fi/onto/lcsh> ;
  a skos:Concept ;
  skos:example "Reference under the heading [Law--International unification]" ;
  skos:note "Use as a topical subdivision under legal topics for works on the harmonization and unification of laws on those topics across national borders." .

