Skip to content

Commit

Permalink
Add partOf relationship
Browse files Browse the repository at this point in the history
  • Loading branch information
nichtich committed Aug 20, 2024
1 parent a25dd12 commit 7fd9018
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 0 deletions.
1 change: 1 addition & 0 deletions csv2json.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ process.stdin
if ("id" in data) { // collections = named graphs
data.id = "https://graph.nfdi4objects.net/collection/" + data.id
data.type = ["fabio:Database","dcat:Dataset"]
data.partOf = ["https://graph.nfdi4objects.net/collection/"]
} else if ("wikidata" in data) { // databases
data.id = "http://www.wikidata.org/entity/" + data.id
// TODO: type
Expand Down
36 changes: 36 additions & 0 deletions n4o-collections.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"type": [
"fabio:Database",
"dcat:Dataset"
],
"partOf": [
"https://graph.nfdi4objects.net/collection/"
]
},
{
Expand All @@ -17,6 +20,9 @@
"type": [
"fabio:Database",
"dcat:Dataset"
],
"partOf": [
"https://graph.nfdi4objects.net/collection/"
]
},
{
Expand All @@ -27,6 +33,9 @@
"type": [
"fabio:Database",
"dcat:Dataset"
],
"partOf": [
"https://graph.nfdi4objects.net/collection/"
]
},
{
Expand All @@ -37,6 +46,9 @@
"type": [
"fabio:Database",
"dcat:Dataset"
],
"partOf": [
"https://graph.nfdi4objects.net/collection/"
]
},
{
Expand All @@ -47,6 +59,9 @@
"type": [
"fabio:Database",
"dcat:Dataset"
],
"partOf": [
"https://graph.nfdi4objects.net/collection/"
]
},
{
Expand All @@ -57,6 +72,9 @@
"type": [
"fabio:Database",
"dcat:Dataset"
],
"partOf": [
"https://graph.nfdi4objects.net/collection/"
]
},
{
Expand All @@ -67,6 +85,9 @@
"type": [
"fabio:Database",
"dcat:Dataset"
],
"partOf": [
"https://graph.nfdi4objects.net/collection/"
]
},
{
Expand All @@ -76,6 +97,9 @@
"type": [
"fabio:Database",
"dcat:Dataset"
],
"partOf": [
"https://graph.nfdi4objects.net/collection/"
]
},
{
Expand All @@ -85,6 +109,9 @@
"type": [
"fabio:Database",
"dcat:Dataset"
],
"partOf": [
"https://graph.nfdi4objects.net/collection/"
]
},
{
Expand All @@ -94,6 +121,9 @@
"type": [
"fabio:Database",
"dcat:Dataset"
],
"partOf": [
"https://graph.nfdi4objects.net/collection/"
]
},
{
Expand All @@ -104,6 +134,9 @@
"type": [
"fabio:Database",
"dcat:Dataset"
],
"partOf": [
"https://graph.nfdi4objects.net/collection/"
]
},
{
Expand All @@ -114,6 +147,9 @@
"type": [
"fabio:Database",
"dcat:Dataset"
],
"partOf": [
"https://graph.nfdi4objects.net/collection/"
]
}
]
12 changes: 12 additions & 0 deletions n4o-sources.nt
Original file line number Diff line number Diff line change
Expand Up @@ -7,50 +7,62 @@
<http://www.wikidata.org/entity/Q124695065> <http://www.w3.org/ns/dcat#dataset> <https://graph.nfdi4objects.net/collection/6> .
<http://www.wikidata.org/entity/Q21040628> <http://www.w3.org/ns/dcat#dataset> <https://graph.nfdi4objects.net/collection/7> .
<http://www.wikidata.org/entity/Q478695> <http://www.w3.org/ns/dcat#dataset> <https://graph.nfdi4objects.net/collection/12> .
<https://graph.nfdi4objects.net/collection/10> <http://purl.org/dc/terms/isPartOf> <https://graph.nfdi4objects.net/collection/> .
<https://graph.nfdi4objects.net/collection/10> <http://schema.org/name> "African Red Slip Ware" .
<https://graph.nfdi4objects.net/collection/10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/Database> .
<https://graph.nfdi4objects.net/collection/10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/dcat#Dataset> .
<https://graph.nfdi4objects.net/collection/10> <http://xmlns.com/foaf/0.1/homepage> <https://doi.org/10.5281/zenodo.5642751> .
<https://graph.nfdi4objects.net/collection/11> <http://purl.org/dc/terms/isPartOf> <https://graph.nfdi4objects.net/collection/> .
<https://graph.nfdi4objects.net/collection/11> <http://schema.org/name> "Digitale Sammlungen der Museen der Klassikstiftung Weimar" .
<https://graph.nfdi4objects.net/collection/11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/Database> .
<https://graph.nfdi4objects.net/collection/11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/dcat#Dataset> .
<https://graph.nfdi4objects.net/collection/11> <http://xmlns.com/foaf/0.1/homepage> <https://ores.klassik-stiftung.de/ords/ksw_internet/r/300/home> .
<https://graph.nfdi4objects.net/collection/12> <http://purl.org/dc/terms/isPartOf> <https://graph.nfdi4objects.net/collection/> .
<https://graph.nfdi4objects.net/collection/12> <http://schema.org/name> "Graphische Sammlung des Germanisches National Museum" .
<https://graph.nfdi4objects.net/collection/12> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/Database> .
<https://graph.nfdi4objects.net/collection/12> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/dcat#Dataset> .
<https://graph.nfdi4objects.net/collection/12> <http://xmlns.com/foaf/0.1/homepage> <https://www.gnm.de/sammlungen/sammlungen-a-z/graphische-sammlung> .
<https://graph.nfdi4objects.net/collection/1> <http://purl.org/dc/terms/isPartOf> <https://graph.nfdi4objects.net/collection/> .
<https://graph.nfdi4objects.net/collection/1> <http://schema.org/name> "Ur- und Frühgeschichtliche Sammlung der FAU" .
<https://graph.nfdi4objects.net/collection/1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/Database> .
<https://graph.nfdi4objects.net/collection/1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/dcat#Dataset> .
<https://graph.nfdi4objects.net/collection/1> <http://xmlns.com/foaf/0.1/homepage> <https://objekte-im-netz.fau.de/projekt/node/22> .
<https://graph.nfdi4objects.net/collection/2> <http://purl.org/dc/terms/isPartOf> <https://graph.nfdi4objects.net/collection/> .
<https://graph.nfdi4objects.net/collection/2> <http://schema.org/name> "Paläontologischen Sammlung der FAU|Geowissenschaftliche Sammlung der FAU" .
<https://graph.nfdi4objects.net/collection/2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/Database> .
<https://graph.nfdi4objects.net/collection/2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/dcat#Dataset> .
<https://graph.nfdi4objects.net/collection/2> <http://xmlns.com/foaf/0.1/homepage> <https://objekte-im-netz.fau.de/projekt/node/20> .
<https://graph.nfdi4objects.net/collection/3> <http://purl.org/dc/terms/isPartOf> <https://graph.nfdi4objects.net/collection/> .
<https://graph.nfdi4objects.net/collection/3> <http://schema.org/name> "Graphische Sammlung der FAU" .
<https://graph.nfdi4objects.net/collection/3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/Database> .
<https://graph.nfdi4objects.net/collection/3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/dcat#Dataset> .
<https://graph.nfdi4objects.net/collection/3> <http://xmlns.com/foaf/0.1/homepage> <https://objekte-im-netz.fau.de/projekt/node/17> .
<https://graph.nfdi4objects.net/collection/4> <http://purl.org/dc/terms/isPartOf> <https://graph.nfdi4objects.net/collection/> .
<https://graph.nfdi4objects.net/collection/4> <http://schema.org/name> "Musikinstrumentensammlung der FAU" .
<https://graph.nfdi4objects.net/collection/4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/Database> .
<https://graph.nfdi4objects.net/collection/4> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/dcat#Dataset> .
<https://graph.nfdi4objects.net/collection/4> <http://xmlns.com/foaf/0.1/homepage> <https://objekte-im-netz.fau.de/projekt/node/19> .
<https://graph.nfdi4objects.net/collection/5> <http://purl.org/dc/terms/isPartOf> <https://graph.nfdi4objects.net/collection/> .
<https://graph.nfdi4objects.net/collection/5> <http://schema.org/name> "Medizinische Sammlung der FAU" .
<https://graph.nfdi4objects.net/collection/5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/Database> .
<https://graph.nfdi4objects.net/collection/5> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/dcat#Dataset> .
<https://graph.nfdi4objects.net/collection/5> <http://xmlns.com/foaf/0.1/homepage> <https://objekte-im-netz.fau.de/projekt/node/18> .
<https://graph.nfdi4objects.net/collection/6> <http://purl.org/dc/terms/isPartOf> <https://graph.nfdi4objects.net/collection/> .
<https://graph.nfdi4objects.net/collection/6> <http://schema.org/name> "Schulgeschichtliche Sammlung der FAU und Schulmuseum" .
<https://graph.nfdi4objects.net/collection/6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/Database> .
<https://graph.nfdi4objects.net/collection/6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/dcat#Dataset> .
<https://graph.nfdi4objects.net/collection/6> <http://xmlns.com/foaf/0.1/homepage> <https://objekte-im-netz.fau.de/projekt/node/21> .
<https://graph.nfdi4objects.net/collection/7> <http://purl.org/dc/terms/isPartOf> <https://graph.nfdi4objects.net/collection/> .
<https://graph.nfdi4objects.net/collection/7> <http://schema.org/name> "KENOM Virtuelles Münzportal" .
<https://graph.nfdi4objects.net/collection/7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/Database> .
<https://graph.nfdi4objects.net/collection/7> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/dcat#Dataset> .
<https://graph.nfdi4objects.net/collection/7> <http://xmlns.com/foaf/0.1/homepage> <http://www.kenom.de/> .
<https://graph.nfdi4objects.net/collection/8> <http://purl.org/dc/terms/isPartOf> <https://graph.nfdi4objects.net/collection/> .
<https://graph.nfdi4objects.net/collection/8> <http://schema.org/name> "Samian Research Database" .
<https://graph.nfdi4objects.net/collection/8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/Database> .
<https://graph.nfdi4objects.net/collection/8> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/dcat#Dataset> .
<https://graph.nfdi4objects.net/collection/8> <http://xmlns.com/foaf/0.1/homepage> <https://rgzm.github.io/samian-lod/> .
<https://graph.nfdi4objects.net/collection/9> <http://purl.org/dc/terms/isPartOf> <https://graph.nfdi4objects.net/collection/> .
<https://graph.nfdi4objects.net/collection/9> <http://schema.org/name> "Linked Open Ogham" .
<https://graph.nfdi4objects.net/collection/9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://purl.org/spar/fabio/Database> .
<https://graph.nfdi4objects.net/collection/9> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/ns/dcat#Dataset> .
Expand Down
13 changes: 13 additions & 0 deletions n4o-sources.ttl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fabio: <http://purl.org/spar/fabio/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix nfdicore: <https://nfdi.fiz-karlsruhe.de/ontology/> .
Expand All @@ -13,6 +14,7 @@ wd:Q124536091 a fabio:Database, dcat:Catalog, nfdicore:DataPortal ;
foaf:homepage <https://ores.klassik-stiftung.de/ords/ksw_internet/r/300/home> .

n4oc:11 a fabio:Database, dcat:Dataset ;
dcterms:isPartOf n4oc: ;
schema:name "Digitale Sammlungen der Museen der Klassikstiftung Weimar" ;
foaf:homepage <https://ores.klassik-stiftung.de/ords/ksw_internet/r/300/home> .

Expand All @@ -22,26 +24,32 @@ wd:Q124695065 a fabio:Database, dcat:Catalog, nfdicore:DataPortal ;
foaf:homepage <https://objekte-im-netz.fau.de/> .

n4oc:1 a fabio:Database, dcat:Dataset ;
dcterms:isPartOf n4oc: ;
schema:name "Ur- und Frühgeschichtliche Sammlung der FAU" ;
foaf:homepage <https://objekte-im-netz.fau.de/projekt/node/22> .

n4oc:2 a fabio:Database, dcat:Dataset ;
dcterms:isPartOf n4oc: ;
schema:name "Paläontologischen Sammlung der FAU|Geowissenschaftliche Sammlung der FAU" ;
foaf:homepage <https://objekte-im-netz.fau.de/projekt/node/20> .

n4oc:3 a fabio:Database, dcat:Dataset ;
dcterms:isPartOf n4oc: ;
schema:name "Graphische Sammlung der FAU" ;
foaf:homepage <https://objekte-im-netz.fau.de/projekt/node/17> .

n4oc:4 a fabio:Database, dcat:Dataset ;
dcterms:isPartOf n4oc: ;
schema:name "Musikinstrumentensammlung der FAU" ;
foaf:homepage <https://objekte-im-netz.fau.de/projekt/node/19> .

n4oc:5 a fabio:Database, dcat:Dataset ;
dcterms:isPartOf n4oc: ;
schema:name "Medizinische Sammlung der FAU" ;
foaf:homepage <https://objekte-im-netz.fau.de/projekt/node/18> .

n4oc:6 a fabio:Database, dcat:Dataset ;
dcterms:isPartOf n4oc: ;
schema:name "Schulgeschichtliche Sammlung der FAU und Schulmuseum" ;
foaf:homepage <https://objekte-im-netz.fau.de/projekt/node/21> .

Expand All @@ -54,24 +62,29 @@ wd:Q21040628 a fabio:Database, dcat:Catalog, nfdicore:DataPortal ;
] .

n4oc:7 a fabio:Database, dcat:Dataset ;
dcterms:isPartOf n4oc: ;
schema:name "KENOM Virtuelles Münzportal" ;
foaf:homepage <http://www.kenom.de/> .

wd:Q478695 dcat:dataset n4oc:12 .

n4oc:12 a fabio:Database, dcat:Dataset ;
dcterms:isPartOf n4oc: ;
schema:name "Graphische Sammlung des Germanisches National Museum" ;
foaf:homepage <https://www.gnm.de/sammlungen/sammlungen-a-z/graphische-sammlung> .

n4oc:10 a fabio:Database, dcat:Dataset ;
dcterms:isPartOf n4oc: ;
schema:name "African Red Slip Ware" ;
foaf:homepage <https://doi.org/10.5281/zenodo.5642751> .

n4oc:8 a fabio:Database, dcat:Dataset ;
dcterms:isPartOf n4oc: ;
schema:name "Samian Research Database" ;
foaf:homepage <https://rgzm.github.io/samian-lod/> .

n4oc:9 a fabio:Database, dcat:Dataset ;
dcterms:isPartOf n4oc: ;
schema:name "Linked Open Ogham" ;
foaf:homepage <https://doi.org/10.5281/zenodo.4765603> .

Expand Down

0 comments on commit 7fd9018

Please sign in to comment.