@prefix basevoc: <http://base.uni-ak.ac.at/vocabulary/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

basevoc:viaf
  skos:prefLabel "VIAF"@en, "VIAF"@de ;
  a skos:Concept ;
  skos:broader basevoc:general_labels .

basevoc:e-mail
  skos:prefLabel "E-Mail"@en, "E-Mail"@de ;
  a skos:Concept ;
  skos:broader basevoc:general_labels .

skos:Concept
  rdfs:label "Concept"@en ;
  a owl:Class .

basevoc:gnd
  skos:prefLabel "GND"@en, "GND"@de ;
  a skos:Concept ;
  skos:broader basevoc:general_labels .

skos:inScheme
  skos:definition "Relates a resource (for example a concept) to a concept scheme in which it is included."@en ;
  rdfs:label "is in scheme"@en .

basevoc:organisational_unit
  skos:prefLabel "Organisationseinheit"@de, "Organisational Unit"@en ;
  a skos:Concept ;
  skos:broader basevoc:general_labels .

skos:topConceptOf
  rdfs:subPropertyOf skos:inScheme ;
  skos:definition "Relates a concept to the concept scheme that it is a top level concept of."@en ;
  rdfs:label "is top concept in scheme"@en .

basevoc:fax
  skos:prefLabel "FAX"@en, "FAX"@de ;
  a skos:Concept ;
  skos:broader basevoc:general_labels .

basevoc:affiliation
  skos:prefLabel "Institution"@de, "Affiliation"@en ;
  a skos:Concept ;
  skos:broader basevoc:general_labels .

basevoc:telephone
  skos:prefLabel "Telephone"@en, "Telefon"@de ;
  a skos:Concept ;
  skos:broader basevoc:general_labels .

rdf:type
  rdfs:comment "The subject is an instance of a class." ;
  rdfs:label "type" .

basevoc:skills_and_expertise
  skos:prefLabel "Fachwissen und Kompetenz"@de, "Skills and Expertise"@en ;
  a skos:Concept ;
  skos:broader basevoc:general_labels .

basevoc:photograph
  skos:prefLabel "Photograph"@en, "Fotografie"@de ;
  a skos:Concept ;
  skos:broader basevoc:general_labels .

skos:prefLabel
  rdfs:subPropertyOf rdfs:label ;
  skos:definition "The preferred lexical label for a resource, in a given language."@en ;
  rdfs:comment """skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise
      disjoint properties."""@en, "The range of skos:prefLabel is the class of RDF plain literals."@en, "A resource has no more than one value of skos:prefLabel per language tag, and no more than one value of skos:prefLabel without language tag."@en ;
  rdfs:label "preferred label"@en .

basevoc:website
  skos:prefLabel "Website"@de, "Website"@en ;
  a skos:Concept ;
  skos:broader basevoc:general_labels .

basevoc:position
  skos:prefLabel "Position"@de, "Position"@en ;
  a skos:Concept ;
  skos:broader basevoc:general_labels .

basevoc:address
  skos:prefLabel "Address"@en, "Adresse"@de ;
  a skos:Concept ;
  skos:broader basevoc:general_labels .

basevoc:general_labels
  skos:narrower basevoc:position, basevoc:orcid, basevoc:fax, basevoc:e-mail_complementary, basevoc:affiliation, basevoc:address, basevoc:photograph, basevoc:gnd, basevoc:skills_and_expertise, basevoc:e-mail, basevoc:viaf, basevoc:website, basevoc:telephone, basevoc:organisational_unit ;
  skos:prefLabel "Allgemeine Feldbezeichnungen"@de, "General Labels"@en ;
  skos:topConceptOf basevoc:base_thesaurus ;
  a skos:Concept ;
  skos:inScheme basevoc:base_thesaurus .

basevoc:base_thesaurus
  skos:prefLabel "base Thesaurus"@de, "base Thesaurus"@en ;
  a skos:ConceptScheme ;
  skos:hasTopConcept basevoc:general_labels .

skos:narrower
  rdfs:subPropertyOf skos:narrowerTransitive ;
  skos:definition "Relates a concept to a concept that is more specific in meaning."@en ;
  rdfs:comment "Narrower concepts are typically rendered as children in a concept hierarchy (tree)."@en ;
  rdfs:label "has narrower"@en .

basevoc:e-mail_complementary
  skos:prefLabel "E-Mail (complementary)"@en, "E-Mail (ergänzend)"@de ;
  a skos:Concept ;
  skos:broader basevoc:general_labels .

basevoc:orcid
  skos:prefLabel "ORCID"@de, "ORCID"@en ;
  a skos:Concept ;
  skos:broader basevoc:general_labels .

