@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix stw: <http://zbw.eu/stw/descriptor/> .
@prefix ns0: <http://purl.org/ontology/gbv/> .
@prefix ns1: <http://zbw.eu/namespaces/zbw-extensions/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<http://zbw.eu/namespaces/zbw-extensions/useInsteadNote>
  rdfs:comment """The note consists of a blank node. It contains 
    a rdfs:value literal which designates the aspect and a rdfs:seeAlso link to 
    the concept which should be used instead."""@en ;
  rdfs:label "useInsteadNote"@en ;
  rdfs:subPropertyOf skos:note ;
  skos:definition """For an aspect of the current concept use the 
    concept to which the note points instead of the current."""@en .

<http://zbw.eu/namespaces/zbw-extensions/altLabelRelated>
  rdfs:label "altLabelRelated"@en ;
  skos:definition """Lexical label for a related term which is
    not defined as a separate concept. Intended for use with
    skos:Concept, instead of using skos:altLabel."""@en .

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

skos:broader
  rdfs:comment "Broader concepts are typically rendered as parents in a concept hierarchy (tree)."@en ;
  rdfs:label "has broader"@en ;
  rdfs:subPropertyOf skos:broaderTransitive ;
  skos:definition "Relates a concept to a concept that is more general in meaning."@en .

skos:related
  rdfs:comment "skos:related is disjoint with skos:broaderTransitive"@en ;
  rdfs:label "has related"@en ;
  rdfs:subPropertyOf skos:semanticRelation ;
  skos:definition "Relates a concept to a concept with which there is an associative semantic relationship."@en .

skos:scopeNote
  rdfs:label "scope note"@en ;
  rdfs:subPropertyOf skos:note ;
  skos:definition "A note that helps to clarify the meaning and/or the use of a concept."@en .

<http://zbw.eu/stw>
  a void:Dataset, skos:ConceptScheme ;
  skos:prefLabel "Standard-Thesaurus Wirtschaft"@de, "STW Thesaurus for Economics"@en .

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

skos:altLabel
  rdfs:comment "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties."@en, "The range of skos:altLabel is the class of RDF plain literals."@en ;
  rdfs:label "alternative label"@en ;
  rdfs:subPropertyOf rdfs:label ;
  skos:definition "An alternative lexical label for a resource."@en .

skos:prefLabel
  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."@en ;
  rdfs:label "preferred label"@en ;
  rdfs:subPropertyOf rdfs:label ;
  skos:definition "The preferred lexical label for a resource, in a given language."@en .

<http://zbw.eu/namespaces/zbw-extensions/Descriptor>
  a owl:Class ;
  rdfs:label "Descriptor"@en .

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

stw:30532-5
  a skos:Concept, <http://zbw.eu/namespaces/zbw-extensions/Descriptor> ;
  ns0:gvkppn "1905608691" ;
  skos:altLabel "Familienarbeit"@de, "Reproductive work"@en, "Reproduktionsarbeit"@de, "Sorgearbeit"@de ;
  skos:broader stw:11180-3, <http://zbw.eu/stw/thsys/70052> ;
  skos:inScheme <http://zbw.eu/stw> ;
  skos:narrower stw:18864-1, stw:18144-0, stw:18907-2 ;
  skos:prefLabel "Care work"@en, "Care-Arbeit"@de ;
  skos:related stw:30533-3 ;
  skos:scopeNote "Im weitesten Sinne alle Tätigkeiten, die mit der Betreuung, Pflege und Unterstützung hilfebedürftiger Menschen zu tun haben; sie umfasst die klassischen Erwerbsberufe aus den Bereichen Pflege oder Erziehung genauso wie ehrenamtliche oder nachbarschaftliche Hilfstätigkeiten sowie die innerhalb der Familie geleistete Betreuungs- und Hausarbeit."@de, "In the broadest sense, all activities that have to do with the care, nursing and support of people in need of help; it includes traditional gainful employment in the fields of nursing or education as well as voluntary or neighborly help activities and care and housework performed within the family."@en ;
  ns1:altLabelRelated "Care-Ökonomie"@de, "Care economy"@en ;
  ns1:useInsteadNote [
    rdf:value "Bis 2023 für Literaturrecherche"@de ;
    rdfs:seeAlso stw:18144-0
  ], [
    rdf:value "Until 2023 to search for literature"@en ;
    rdfs:seeAlso stw:18144-0
  ] .

stw:18864-1
  a ns1:Descriptor, skos:Concept ;
  skos:broader stw:30532-5 ;
  skos:prefLabel "Kinderbetreuung"@de, "Child care"@en .

stw:18907-2
  a ns1:Descriptor, skos:Concept ;
  skos:broader stw:30532-5 ;
  skos:prefLabel "Häusliche Pflege"@de, "Domestic care"@en .

stw:30533-3
  a ns1:Descriptor, skos:Concept ;
  skos:prefLabel "Unpaid work"@en, "Unbezahlte Arbeit"@de ;
  skos:related stw:30532-5 .

<http://zbw.eu/stw/thsys/70052>
  a ns1:Thsys, skos:Concept ;
  rdfs:label "Arbeit"@de, "Labour"@en ;
  skos:narrower stw:30532-5 ;
  skos:notation "V.13" ;
  skos:prefLabel "V.13  Labour"@en, "V.13  Arbeit"@de .

stw:11180-3
  a ns1:Descriptor, skos:Concept ;
  skos:narrower stw:30532-5 ;
  skos:prefLabel "Arbeit"@de, "Labour"@en .

stw:18144-0
  a ns1:Descriptor, skos:Concept ;
  skos:broader stw:30532-5 ;
  skos:prefLabel "Housework"@en, "Hausarbeit"@de .

