generated from berlinonline/lod-sg
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvoid.ttl
42 lines (40 loc) · 1.89 KB
/
void.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <https://schema.org/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix organigram: <https://berlin.github.io/lod-organigram/> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix lodvocab: <https://berlin.github.io/lod-vocabulary/> .
@prefix berorgs: <https://berlin.github.io/lod-vocabulary/berorgs/> .
@prefix dcterms: <http://purl.org/dc/terms#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
lodvocab:
a void:Dataset ;
dct:title "Berliner LOD-Vokabulare"@de ;
dct:title "Berlin LOD vocabularies"@en ;
dct:description "Verschiedene Vokabulare für Linked Open Data der Berliner Verwaltungen."@de ;
dct:description "Various vocabularies for linked open data published by the public administration of Berlin."@en ;
dct:created "2023-09-25"^^xsd:date ;
dct:modified "2024-02-06"^^xsd:date ;
# dct:publisher lodvocab:berlinonline ;
dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
foaf:homepage <https://github.com/berlin/lod-vocabulary> ;
# void:dataDump <https://raw.githubusercontent.com/berlinonline/lod-vocabulary/main/data/static/lodvocab.ttl> ;
void:feature <http://www.w3.org/ns/formats/Turtle> ;
# void:rootResource lodvocab:berlinonline ;
void:vocabulary berorgs: ;
.
# lodbo:impressum
# a lodsg:ImprintPage ;
# schema:name "Impressum"@de ;
# schema:name "Imprint"@en ;
# schema:about lodbo: ;
# .