-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaplikace-fix.ttl
25 lines (23 loc) · 1.1 KB
/
aplikace-fix.ttl
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
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
# Potřebná dědičnost - nelze dát do VL
<https://slovník.gov.cz/legislativní/sbírka/106/1999/pojem/produkt-či-služba-využívající-otevřená-data> rdfs:subClassOf dcat:Resource.
# A překlady použitých webových věcí
dcterms:title rdfs:label "Název"@cs .
dcterms:description rdfs:label "Popis"@cs .
dcterms:available rdfs:label "Dostupné"@cs.
dcterms:modified rdfs:label "Změněno"@cs.
dcterms:creator rdfs:label "Tvůrce"@cs.
owl:Thing rdfs:label "Věc"@cs .
foaf:page rdfs:label "Stránka"@cs .
foaf:depiction rdfs:label "Vyobrazení"@cs .
foaf:Person rdfs:label "Člověk"@cs .
foaf:Organization rdfs:label "Organizace"@cs .
foaf:givenName rdfs:label "Křestní jméno"@cs .
foaf:familyName rdfs:label "Příjmení"@cs .
foaf:name rdfs:label "Jméno"@cs .
foaf:homepage rdfs:label "Domovská stránka"@cs .
dcterms:isReferencedBy rdfs:label "Je odkazováno z"@cs .