@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .

<https://gn.biblhertz.it/skos/>
  rdfs:label "MIDAS Vocabulary (SKOS)" ;
  a skos:ConceptScheme ;
  skos:hasTopConcept <https://gn.biblhertz.it/skos/the00000754> .

<https://gn.biblhertz.it/skos/the00000754>
  skos:topConceptOf <https://gn.biblhertz.it/skos/> ;
  skos:prefLabel "Inventor"@de ;
  skos:inScheme <https://gn.biblhertz.it/skos/> ;
  skos:altLabel "Inventorin"@de ;
  dc:created "03.04.2022 21:07:57" ;
  a skos:Concept .

