Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Data Literacy Education
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Frederik Elwert
Data Literacy Education
Commits
ee612c25
Commit
ee612c25
authored
3 years ago
by
Frederik Elwert
Browse files
Options
Downloads
Patches
Plain Diff
Linked Data ergänzt
parent
db47e0ff
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
nachhaltige_daten/060_Linked_Data.md
+27
-1
27 additions, 1 deletion
nachhaltige_daten/060_Linked_Data.md
nachhaltige_daten/bilder/bayern_turtle.svg
+347
-0
347 additions, 0 deletions
nachhaltige_daten/bilder/bayern_turtle.svg
with
374 additions
and
1 deletion
nachhaltige_daten/060_Linked_Data.md
+
27
−
1
View file @
ee612c25
...
...
@@ -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

<!--
```
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.
Click to expand it.
nachhaltige_daten/bilder/bayern_turtle.svg
0 → 100644
+
347
−
0
View file @
ee612c25
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment