Skip to content
Snippets Groups Projects
Commit ee612c25 authored by Frederik Elwert's avatar Frederik Elwert
Browse files

Linked Data ergänzt

parent db47e0ff
No related branches found
No related tags found
No related merge requests found
......@@ -55,8 +55,11 @@ Table: Bevölkerung nach Bundesland und Geschlecht, 2008, Datenquelle: © Statis
| DE-BB | 1249312 | 1273181 | 2522493 |
| DE-HB | 321814 | 340052 | 661866 |
::: notes
Zusätzlich Datensatzbeschreibung mit Verweis auf die verwendeten Normen!
:::
## Linked Open Data
* Besser als standardisierte Bezeichner: URIs
......@@ -66,6 +69,9 @@ Zusätzlich Datensatzbeschreibung mit Verweis auf die verwendeten Normen!
## Beispiel
![„Bayern“ in der GND](bilder/bayern_turtle.svg)
<!--
```turtle
<https://d-nb.info/gnd/4005044-0> gndo:gndIdentifier "4005044-0";
gndo:abbreviatedNameForThePlaceOrGeographicName "BY";
......@@ -75,5 +81,25 @@ Zusätzlich Datensatzbeschreibung mit Verweis auf die verwendeten Normen!
<http://viaf.org/viaf/125426357>,
<http://isni.org/isni/0000000123218078>,
<http://www.wikidata.org/entity/Q980>,
<http://id.loc.gov/rwo/agents/n81018373>;
<http://id.loc.gov/rwo/agents/n81018373>.
```
-->
## Linking Data
* `<https://d-nb.info/gnd/135310334> foaf:topic_interests <http://vocab.getty.edu/cona/700000213> .`
* oder:
`<http://example.org/bob#me> foaf:topic_interests <http://example.org/artworks#monalisa> .`
\+
`<http://example.org/bob#me> owl:sameAs <https://d-nb.info/gnd/135310334> .`
`<http://example.org/artworks#monalisa> owl:sameAs <http://vocab.getty.edu/cona/700000213> .`
::: notes
* CONA = Cultural Objects Names Authority
:::
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment