-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpohlaví.rdf
31 lines (26 loc) · 1.39 KB
/
pohlaví.rdf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="https://data.mvcr.gov.cz/zdroj/číselníky/pohlaví">
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#ConceptScheme"/>
<skos:prefLabel xml:lang="en">Sex</skos:prefLabel>
</rdf:Description>
<rdf:Description rdf:about="https://data.mvcr.gov.cz/zdroj/číselníky/pohlaví/položky/mužské">
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:inScheme rdf:resource="https://data.mvcr.gov.cz/zdroj/číselníky/pohlaví"/>
<skos:prefLabel xml:lang="en">Male</skos:prefLabel>
<skos:notation>mužské</skos:notation>
<skos:prefLabel xml:lang="cs">Mužské</skos:prefLabel>
</rdf:Description>
<rdf:Description rdf:about="https://data.mvcr.gov.cz/zdroj/číselníky/pohlaví">
<skos:prefLabel xml:lang="cs">Pohlaví</skos:prefLabel>
</rdf:Description>
<rdf:Description rdf:about="https://data.mvcr.gov.cz/zdroj/číselníky/pohlaví/položky/ženské">
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
<skos:inScheme rdf:resource="https://data.mvcr.gov.cz/zdroj/číselníky/pohlaví"/>
<skos:prefLabel xml:lang="en">Female</skos:prefLabel>
<skos:notation>ženské</skos:notation>
<skos:prefLabel xml:lang="cs">Ženské</skos:prefLabel>
</rdf:Description>
</rdf:RDF>