# The OpenHelvetia organisation graph: first time-model instance data of
# the URI model (registry/standard/URI-MODEL.md §2, version.link/JOLux
# pattern; vocabulary: registry/standard/ontology/oh.ttl). The sibling
# file openhelvetia.jsonld carries the SAME graph in JSON-LD — the two
# serializations are test-pinned isomorphic, keep them in sync.
@prefix dct:  <http://purl.org/dc/terms/> .
@prefix oh:   <https://ld.openhelvetia.swiss/schema/> .
@prefix org:  <http://www.w3.org/ns/org#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .

<https://ld.openhelvetia.swiss/org/openhelvetia>
  a oh:Organization ;
  rdfs:label "OpenHelvetia" ;
  dct:identifier "CHE-169.123.156" ;
  org:resultedFrom <https://ld.openhelvetia.swiss/org/openhelvetia/event/founding> .

<https://ld.openhelvetia.swiss/org/openhelvetia/version/1>
  a oh:OrganizationVersion ;
  oh:versionOf <https://ld.openhelvetia.swiss/org/openhelvetia> ;
  dct:issued "2026-07-16"^^xsd:date .

<https://ld.openhelvetia.swiss/org/openhelvetia/event/founding>
  a oh:ChangeEvent ;
  rdfs:label "Gründung des Vereins OpenHelvetia"@de , "Founding of the OpenHelvetia association"@en ;
  dct:date "2026-07-16"^^xsd:date .
