Skip to content

Instantly share code, notes, and snippets.

@bertvannuffelen
Last active June 15, 2018 12:51
Show Gist options
  • Save bertvannuffelen/09a750b48f815e2815e778907749466e to your computer and use it in GitHub Desktop.
Save bertvannuffelen/09a750b48f815e2815e778907749466e to your computer and use it in GitHub Desktop.
dcat-erfgoed.ttl
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix hydra: <http://www.w3.org/ns/hydra/core#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix skos-thes: <http://purl.org/iso25964/skos-thes#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://localhost:6543/dcat> a dcat:Catalog ;
dcat:dataset <http://id.trees.org>,
<https://id.erfgoed.net/datasets/thesauri/dateringen>,
<https://id.erfgoed.net/datasets/thesauri/erfgoedtypes>,
<https://id.erfgoed.net/datasets/thesauri/gebeurtenistypes>,
<https://id.erfgoed.net/datasets/thesauri/materialen>,
<https://id.erfgoed.net/datasets/thesauri/soorten>,
<https://id.erfgoed.net/datasets/thesauri/stijlen_en_culturen>,
<urn:x-skosprovider:geography> ;
dcterms:description "Dit is de datasetcatalogus van onroerend erfgoed.";
dcterms:publisher <https://data.vlaanderen.be/id/organisatie/OVO001755>;
dcterms:title "Datasetcatalogus Onroerend Erfgoed";
foaf:homepage <http://localhost:6543/> .
<https://data.vlaanderen.be/id/organisatie/OVO001755> a foaf:Agent;
dcterms:type <http://purl.org/adms/publishertype/RegionalAuthority>;
foaf:name "Onroerend Erfgoed".
<http://localhost:6543/dcat#composite> a void:Dataset ;
hydra:search [ hydra:mapping [ hydra:property rdf:predicate ;
hydra:variable "p" ],
[ hydra:property rdf:object ;
hydra:variable "o" ],
[ hydra:property rdf:subject ;
hydra:variable "s" ] ;
hydra:template "http://demo.atramhasis.org/ldf/composite{?s,p,o}" ] .
<http://localhost:6543/void.ttl#atramhasis> void:subset <http://id.trees.org>,
<https://id.erfgoed.net/datasets/thesauri/dateringen>,
<https://id.erfgoed.net/datasets/thesauri/erfgoedtypes>,
<https://id.erfgoed.net/datasets/thesauri/gebeurtenistypes>,
<https://id.erfgoed.net/datasets/thesauri/materialen>,
<https://id.erfgoed.net/datasets/thesauri/soorten>,
<https://id.erfgoed.net/datasets/thesauri/stijlen_en_culturen>,
<urn:x-skosprovider:geography> .
<http://id.trees.org> a void:Dataset,
dcat:Dataset ;
dcterms:description "A thesaurus of different types of trees as seen on TV."@en ;
dcterms:identifier "TREES" ;
dcterms:publisher <https://id.erfgoed.net/actoren/1> ;
dcterms:title "Different types of trees"@en,
"Verschillende soorten bomen"@nl ;
void:dataDump <http://localhost:6543/conceptschemes/TREES/c.rdf>,
<http://localhost:6543/conceptschemes/TREES/c.ttl> ;
void:feature <http://www.w3.org/ns/formats/RDF_XML>,
<http://www.w3.org/ns/formats/Turtle> ;
void:rootResource <urn:x-skosprovider:trees> ;
void:vocabulary dcterms:,
skos-thes:,
skos: ;
skos:definition "A thesaurus of different types of trees as seen on TV."@en ;
skos:prefLabel "Different types of trees"@en,
"Verschillende soorten bomen"@nl ;
dcat:contactPoint <https://id.erfgoed.net/actoren/1> ;
dcat:distribution <http://localhost:6543/conceptschemes/TREES/c.rdf>,
<http://localhost:6543/conceptschemes/TREES/c.ttl> ;
dcat:landingPage <http://localhost:6543/conceptschemes/TREES> ;
hydra:search [ hydra:mapping [ hydra:property rdf:predicate ;
hydra:variable "p" ],
[ hydra:property rdf:object ;
hydra:variable "o" ],
[ hydra:property rdf:subject ;
hydra:variable "s" ] ;
hydra:template "http://demo.atramhasis.org/ldf/TREES{?s,p,o}" ] ;
foaf:homepage <http://localhost:6543/conceptschemes/TREES> .
<https://id.erfgoed.net/datasets/thesauri/dateringen> a void:Dataset,
dcat:Dataset ;
dcterms:created "2008-02-14"^^xsd:date ;
dcterms:identifier "PERIOD" ;
dcterms:language "nl-BE" ;
dcterms:license <http://data.vlaanderen.be/doc/licentie/modellicentie-gratis-hergebruik/v1.0>,
<https://creativecommons.org/licenses/by/4.0/> ;
dcterms:publisher <https://id.erfgoed.net/actoren/501> ;
dcterms:title "Periods"@en,
"Dateringen"@nl ;
void:dataDump <http://localhost:6543/conceptschemes/PERIOD/c.rdf>,
<http://localhost:6543/conceptschemes/PERIOD/c.ttl> ;
void:feature <http://www.w3.org/ns/formats/RDF_XML>,
<http://www.w3.org/ns/formats/Turtle> ;
void:rootResource <https://id.erfgoed.net/thesauri/dateringen> ;
void:vocabulary dcterms:,
skos-thes:,
skos: ;
skos:prefLabel "Periods"@en,
"Dateringen"@nl ;
dcat:contactPoint <https://id.erfgoed.net/actoren/501> ;
dcat:distribution <http://localhost:6543/conceptschemes/PERIOD/c.rdf>,
<http://localhost:6543/conceptschemes/PERIOD/c.ttl> ;
dcat:landingPage <http://localhost:6543/conceptschemes/PERIOD> ;
hydra:search [ hydra:mapping [ hydra:property rdf:predicate ;
hydra:variable "p" ],
[ hydra:property rdf:subject ;
hydra:variable "s" ],
[ hydra:property rdf:object ;
hydra:variable "o" ] ;
hydra:template "http://demo.atramhasis.org/ldf/PERIOD{?s,p,o}" ] ;
foaf:homepage <http://localhost:6543/conceptschemes/PERIOD> .
<https://id.erfgoed.net/datasets/thesauri/erfgoedtypes> a void:Dataset,
dcat:Dataset ;
dcterms:created "2008-02-14"^^xsd:date ;
dcterms:description "A functional typology of heritage."@en ;
dcterms:identifier "HERITAGETYPE" ;
dcterms:language "nl-BE" ;
dcterms:license <http://data.vlaanderen.be/doc/licentie/modellicentie-gratis-hergebruik/v1.0>,
<https://creativecommons.org/licenses/by/4.0/> ;
dcterms:publisher <https://id.erfgoed.net/actoren/501> ;
dcterms:title "Heritage types"@en,
"Erfgoedtypes"@nl ;
void:dataDump <http://localhost:6543/conceptschemes/HERITAGETYPE/c.rdf>,
<http://localhost:6543/conceptschemes/HERITAGETYPE/c.ttl> ;
void:feature <http://www.w3.org/ns/formats/RDF_XML>,
<http://www.w3.org/ns/formats/Turtle> ;
void:rootResource <https://id.erfgoed.net/thesauri/erfgoedtypes> ;
void:vocabulary dcterms:,
skos-thes:,
skos: ;
skos:definition "A functional typology of heritage."@en ;
skos:prefLabel "Heritage types"@en,
"Erfgoedtypes"@nl ;
dcat:contactPoint <https://id.erfgoed.net/actoren/501> ;
dcat:distribution <http://localhost:6543/conceptschemes/HERITAGETYPE/c.rdf>,
<http://localhost:6543/conceptschemes/HERITAGETYPE/c.ttl> ;
dcat:landingPage <http://localhost:6543/conceptschemes/HERITAGETYPE> ;
hydra:search [ hydra:mapping [ hydra:property rdf:subject ;
hydra:variable "s" ],
[ hydra:property rdf:object ;
hydra:variable "o" ],
[ hydra:property rdf:predicate ;
hydra:variable "p" ] ;
hydra:template "http://demo.atramhasis.org/ldf/HERITAGETYPE{?s,p,o}" ] ;
foaf:homepage <http://localhost:6543/conceptschemes/HERITAGETYPE> .
<https://id.erfgoed.net/datasets/thesauri/gebeurtenistypes> a void:Dataset,
dcat:Dataset ;
dcterms:description "XXX";
dcterms:created "2010-08-13"^^xsd:date ;
dcterms:identifier "EVENTTYPE" ;
dcterms:language "nl-BE" ;
dcterms:license <http://data.vlaanderen.be/doc/licentie/modellicentie-gratis-hergebruik/v1.0>,
<https://creativecommons.org/licenses/by/4.0/> ;
dcterms:publisher <https://id.erfgoed.net/actoren/501> ;
dcterms:title "Event types"@en,
"Gebeurtenistypes"@nl ;
void:dataDump <http://localhost:6543/conceptschemes/EVENTTYPE/c.rdf>,
<http://localhost:6543/conceptschemes/EVENTTYPE/c.ttl> ;
void:feature <http://www.w3.org/ns/formats/RDF_XML>,
<http://www.w3.org/ns/formats/Turtle> ;
void:rootResource <https://id.erfgoed.net/thesauri/gebeurtenistypes> ;
void:vocabulary dcterms:,
skos-thes:,
skos: ;
skos:prefLabel "Event types"@en,
"Gebeurtenistypes"@nl ;
dcat:contactPoint <https://id.erfgoed.net/actoren/501> ;
dcat:distribution <http://localhost:6543/conceptschemes/EVENTTYPE/c.rdf>,
<http://localhost:6543/conceptschemes/EVENTTYPE/c.ttl> ;
dcat:landingPage <http://localhost:6543/conceptschemes/EVENTTYPE> ;
hydra:search [ hydra:mapping [ hydra:property rdf:subject ;
hydra:variable "s" ],
[ hydra:property rdf:object ;
hydra:variable "o" ],
[ hydra:property rdf:predicate ;
hydra:variable "p" ] ;
hydra:template "http://demo.atramhasis.org/ldf/EVENTTYPE{?s,p,o}" ] ;
foaf:homepage <http://localhost:6543/conceptschemes/EVENTTYPE> .
<https://id.erfgoed.net/datasets/thesauri/materialen> a void:Dataset,
dcat:Dataset ;
dcterms:created "2011-03-16"^^xsd:date ;
dcterms:identifier "MATERIALS" ;
dcterms:language "nl-BE" ;
dcterms:license <http://data.vlaanderen.be/doc/licentie/modellicentie-gratis-hergebruik/v1.0>,
<https://creativecommons.org/licenses/by/4.0/> ;
dcterms:publisher <https://id.erfgoed.net/actoren/501> ;
dcterms:title "Materials"@en,
"Materialen"@nl ;
void:dataDump <http://localhost:6543/conceptschemes/MATERIALS/c.rdf>,
<http://localhost:6543/conceptschemes/MATERIALS/c.ttl> ;
void:feature <http://www.w3.org/ns/formats/RDF_XML>,
<http://www.w3.org/ns/formats/Turtle> ;
void:rootResource <https://id.erfgoed.net/thesauri/materialen> ;
void:vocabulary dcterms:,
skos-thes:,
skos: ;
skos:prefLabel "Materials"@en,
"Materialen"@nl ;
dcat:contactPoint <https://id.erfgoed.net/actoren/501> ;
dcat:distribution <http://localhost:6543/conceptschemes/MATERIALS/c.rdf>,
<http://localhost:6543/conceptschemes/MATERIALS/c.ttl> ;
dcat:landingPage <http://localhost:6543/conceptschemes/MATERIALS> ;
hydra:search [ hydra:mapping [ hydra:property rdf:predicate ;
hydra:variable "p" ],
[ hydra:property rdf:object ;
hydra:variable "o" ],
[ hydra:property rdf:subject ;
hydra:variable "s" ] ;
hydra:template "http://demo.atramhasis.org/ldf/MATERIALS{?s,p,o}" ] ;
foaf:homepage <http://localhost:6543/conceptschemes/MATERIALS> .
<https://id.erfgoed.net/datasets/thesauri/soorten> a void:Dataset,
dcat:Dataset ;
dcterms:created "2011-05-23"^^xsd:date ;
dcterms:identifier "SPECIES" ;
dcterms:language "la",
"nl-BE" ;
dcterms:license <http://data.vlaanderen.be/doc/licentie/modellicentie-gratis-hergebruik/v1.0>,
<https://creativecommons.org/licenses/by/4.0/> ;
dcterms:publisher <https://id.erfgoed.net/actoren/501> ;
dcterms:title "Species"@en,
"Soorten"@nl ;
void:dataDump <http://localhost:6543/conceptschemes/SPECIES/c.rdf>,
<http://localhost:6543/conceptschemes/SPECIES/c.ttl> ;
void:feature <http://www.w3.org/ns/formats/RDF_XML>,
<http://www.w3.org/ns/formats/Turtle> ;
void:rootResource <https://id.erfgoed.net/thesauri/soorten> ;
void:vocabulary dcterms:,
skos-thes:,
skos: ;
skos:prefLabel "Species"@en,
"Soorten"@nl ;
dcat:contactPoint <https://id.erfgoed.net/actoren/501> ;
dcat:distribution <http://localhost:6543/conceptschemes/SPECIES/c.rdf>,
<http://localhost:6543/conceptschemes/SPECIES/c.ttl> ;
dcat:landingPage <http://localhost:6543/conceptschemes/SPECIES> ;
hydra:search [ hydra:mapping [ hydra:property rdf:predicate ;
hydra:variable "p" ],
[ hydra:property rdf:subject ;
hydra:variable "s" ],
[ hydra:property rdf:object ;
hydra:variable "o" ] ;
hydra:template "http://demo.atramhasis.org/ldf/SPECIES{?s,p,o}" ] ;
foaf:homepage <http://localhost:6543/conceptschemes/SPECIES> .
<https://id.erfgoed.net/datasets/thesauri/stijlen_en_culturen> a void:Dataset,
dcat:Dataset ;
dcterms:created "2008-02-14"^^xsd:date ;
dcterms:identifier "STYLES" ;
dcterms:language "nl-BE" ;
dcterms:license <http://data.vlaanderen.be/doc/licentie/modellicentie-gratis-hergebruik/v1.0>,
<https://creativecommons.org/licenses/by/4.0/> ;
dcterms:publisher <https://id.erfgoed.net/actoren/501> ;
dcterms:title "Styles and Cultures"@en,
"Stijlen en Culturen"@nl ;
void:dataDump <http://localhost:6543/conceptschemes/STYLES/c.rdf>,
<http://localhost:6543/conceptschemes/STYLES/c.ttl> ;
void:feature <http://www.w3.org/ns/formats/RDF_XML>,
<http://www.w3.org/ns/formats/Turtle> ;
void:rootResource <https://id.erfgoed.net/thesauri/stijlen_en_culturen> ;
void:vocabulary dcterms:,
skos-thes:,
skos: ;
skos:prefLabel "Styles and Cultures"@en,
"Stijlen en Culturen"@nl ;
dcat:contactPoint <https://id.erfgoed.net/actoren/501> ;
dcat:distribution <http://localhost:6543/conceptschemes/STYLES/c.rdf>,
<http://localhost:6543/conceptschemes/STYLES/c.ttl> ;
dcat:landingPage <http://localhost:6543/conceptschemes/STYLES> ;
hydra:search [ hydra:mapping [ hydra:property rdf:predicate ;
hydra:variable "p" ],
[ hydra:property rdf:subject ;
hydra:variable "s" ],
[ hydra:property rdf:object ;
hydra:variable "o" ] ;
hydra:template "http://demo.atramhasis.org/ldf/STYLES{?s,p,o}" ] ;
foaf:homepage <http://localhost:6543/conceptschemes/STYLES> .
<urn:x-skosprovider:geography> a void:Dataset,
dcat:Dataset ;
dcterms:identifier "GEOGRAPHY" ;
dcterms:publisher <https://id.erfgoed.net/actoren/1> ;
dcterms:title "Geography"@en,
"Geografie"@nl ;
void:dataDump <http://localhost:6543/conceptschemes/GEOGRAPHY/c.rdf>,
<http://localhost:6543/conceptschemes/GEOGRAPHY/c.ttl> ;
void:feature <http://www.w3.org/ns/formats/RDF_XML>,
<http://www.w3.org/ns/formats/Turtle> ;
void:rootResource <urn:x-skosprovider:geo> ;
void:vocabulary dcterms:,
skos-thes:,
skos: ;
skos:prefLabel "Geography"@en,
"Geografie"@nl ;
dcat:contactPoint <https://id.erfgoed.net/actoren/1> ;
dcat:distribution <http://localhost:6543/conceptschemes/GEOGRAPHY/c.rdf>,
<http://localhost:6543/conceptschemes/GEOGRAPHY/c.ttl> ;
dcat:landingPage <http://localhost:6543/conceptschemes/GEOGRAPHY> ;
hydra:search [ hydra:mapping [ hydra:property rdf:subject ;
hydra:variable "s" ],
[ hydra:property rdf:predicate ;
hydra:variable "p" ],
[ hydra:property rdf:object ;
hydra:variable "o" ] ;
hydra:template "http://demo.atramhasis.org/ldf/GEOGRAPHY{?s,p,o}" ] ;
foaf:homepage <http://localhost:6543/conceptschemes/GEOGRAPHY> .
<http://localhost:6543/conceptschemes/EVENTTYPE/c.rdf> a dcat:Distribution ;
dcterms:created "2010-08-13"^^xsd:date ;
dcterms:language "nl-BE" ;
dcterms:license <http://data.vlaanderen.be/doc/licentie/modellicentie-gratis-hergebruik/v1.0>,
<https://creativecommons.org/licenses/by/4.0/> ;
dcterms:publisher <https://id.erfgoed.net/actoren/501> ;
dcterms:title "Event types"@en,
"Gebeurtenistypes"@nl ;
skos:prefLabel "Event types"@en,
"Gebeurtenistypes"@nl ;
dcat:accessURL <http://localhost:6543/conceptschemes/EVENTTYPE> ;
dcat:contactPoint <https://id.erfgoed.net/actoren/501> ;
dcat:downloadURL <http://localhost:6543/conceptschemes/EVENTTYPE/c.rdf> ;
dcat:mediaType "application/rdf+xml" .
<http://localhost:6543/conceptschemes/EVENTTYPE/c.ttl> a dcat:Distribution ;
dcterms:created "2010-08-13"^^xsd:date ;
dcterms:description "XXX";
dcterms:language "nl-BE" ;
dcterms:license <http://data.vlaanderen.be/doc/licentie/modellicentie-gratis-hergebruik/v1.0>,
<https://creativecommons.org/licenses/by/4.0/> ;
dcterms:publisher <https://id.erfgoed.net/actoren/501> ;
dcterms:title "Event types"@en,
"Gebeurtenistypes"@nl ;
skos:prefLabel "Event types"@en,
"Gebeurtenistypes"@nl ;
dcat:accessURL <http://localhost:6543/conceptschemes/EVENTTYPE> ;
dcat:contactPoint <https://id.erfgoed.net/actoren/501> ;
dcat:downloadURL <http://localhost:6543/conceptschemes/EVENTTYPE/c.ttl> ;
dcat:mediaType "text/turtle" .
<http://localhost:6543/conceptschemes/GEOGRAPHY/c.rdf> a dcat:Distribution ;
dcterms:publisher <https://id.erfgoed.net/actoren/1> ;
dcterms:title "Geography"@en,
"Geografie"@nl ;
skos:prefLabel "Geography"@en,
"Geografie"@nl ;
dcat:accessURL <http://localhost:6543/conceptschemes/GEOGRAPHY> ;
dcat:contactPoint <https://id.erfgoed.net/actoren/1> ;
dcat:downloadURL <http://localhost:6543/conceptschemes/GEOGRAPHY/c.rdf> ;
dcat:mediaType "application/rdf+xml" .
<http://localhost:6543/conceptschemes/GEOGRAPHY/c.ttl> a dcat:Distribution ;
dcterms:license <http://data.vlaanderen.be/doc/licentie/modellicentie-gratis-hergebruik/v1.0>,
<https://creativecommons.org/licenses/by/4.0/> ;
dcterms:publisher <https://id.erfgoed.net/actoren/1> ;
dcterms:title "Geography"@en,
"Geografie"@nl ;
skos:prefLabel "Geography"@en,
"Geografie"@nl ;
dcat:accessURL <http://localhost:6543/conceptschemes/GEOGRAPHY> ;
dcat:contactPoint <https://id.erfgoed.net/actoren/1> ;
dcat:downloadURL <http://localhost:6543/conceptschemes/GEOGRAPHY/c.ttl> ;
dcat:mediaType "text/turtle" .
<http://localhost:6543/conceptschemes/HERITAGETYPE/c.rdf> a dcat:Distribution ;
dcterms:created "2008-02-14"^^xsd:date ;
dcterms:description "A functional typology of heritage."@en ;
dcterms:language "nl-BE" ;
dcterms:license <http://data.vlaanderen.be/doc/licentie/modellicentie-gratis-hergebruik/v1.0>,
<https://creativecommons.org/licenses/by/4.0/> ;
dcterms:publisher <https://id.erfgoed.net/actoren/501> ;
dcterms:title "Heritage types"@en,
"Erfgoedtypes"@nl ;
skos:definition "A functional typology of heritage."@en ;
skos:prefLabel "Heritage types"@en,
"Erfgoedtypes"@nl ;
dcat:accessURL <http://localhost:6543/conceptschemes/HERITAGETYPE> ;
dcat:contactPoint <https://id.erfgoed.net/actoren/501> ;
dcat:downloadURL <http://localhost:6543/conceptschemes/HERITAGETYPE/c.rdf> ;
dcat:mediaType "application/rdf+xml" .
<http://localhost:6543/conceptschemes/HERITAGETYPE/c.ttl> a dcat:Distribution ;
dcterms:created "2008-02-14"^^xsd:date ;
dcterms:description "A functional typology of heritage."@en ;
dcterms:language "nl-BE" ;
dcterms:license <http://data.vlaanderen.be/doc/licentie/modellicentie-gratis-hergebruik/v1.0>,
<https://creativecommons.org/licenses/by/4.0/> ;
dcterms:publisher <https://id.erfgoed.net/actoren/501> ;
dcterms:title "Heritage types"@en,
"Erfgoedtypes"@nl ;
skos:definition "A functional typology of heritage."@en ;
skos:prefLabel "Heritage types"@en,
"Erfgoedtypes"@nl ;
dcat:accessURL <http://localhost:6543/conceptschemes/HERITAGETYPE> ;
dcat:contactPoint <https://id.erfgoed.net/actoren/501> ;
dcat:downloadURL <http://localhost:6543/conceptschemes/HERITAGETYPE/c.ttl> ;
dcat:mediaType "text/turtle" .
<http://localhost:6543/conceptschemes/MATERIALS/c.rdf> a dcat:Distribution ;
dcterms:created "2011-03-16"^^xsd:date ;
dcterms:language "nl-BE" ;
dcterms:license <http://data.vlaanderen.be/doc/licentie/modellicentie-gratis-hergebruik/v1.0>,
<https://creativecommons.org/licenses/by/4.0/> ;
dcterms:publisher <https://id.erfgoed.net/actoren/501> ;
dcterms:title "Materials"@en,
"Materialen"@nl ;
skos:prefLabel "Materials"@en,
"Materialen"@nl ;
dcat:accessURL <http://localhost:6543/conceptschemes/MATERIALS> ;
dcat:contactPoint <https://id.erfgoed.net/actoren/501> ;
dcat:downloadURL <http://localhost:6543/conceptschemes/MATERIALS/c.rdf> ;
dcat:mediaType "application/rdf+xml" .
<http://localhost:6543/conceptschemes/MATERIALS/c.ttl> a dcat:Distribution ;
dcterms:created "2011-03-16"^^xsd:date ;
dcterms:language "nl-BE" ;
dcterms:license <http://data.vlaanderen.be/doc/licentie/modellicentie-gratis-hergebruik/v1.0>,
<https://creativecommons.org/licenses/by/4.0/> ;
dcterms:publisher <https://id.erfgoed.net/actoren/501> ;
dcterms:title "Materials"@en,
"Materialen"@nl ;
skos:prefLabel "Materials"@en,
"Materialen"@nl ;
dcat:accessURL <http://localhost:6543/conceptschemes/MATERIALS> ;
dcat:contactPoint <https://id.erfgoed.net/actoren/501> ;
dcat:downloadURL <http://localhost:6543/conceptschemes/MATERIALS/c.ttl> ;
dcat:mediaType "text/turtle" .
<http://localhost:6543/conceptschemes/PERIOD/c.rdf> a dcat:Distribution ;
dcterms:created "2008-02-14"^^xsd:date ;
dcterms:language "nl-BE" ;
dcterms:license <http://data.vlaanderen.be/doc/licentie/modellicentie-gratis-hergebruik/v1.0>,
<https://creativecommons.org/licenses/by/4.0/> ;
dcterms:publisher <https://id.erfgoed.net/actoren/501> ;
dcterms:title "Periods"@en,
"Dateringen"@nl ;
skos:prefLabel "Periods"@en,
"Dateringen"@nl ;
dcat:accessURL <http://localhost:6543/conceptschemes/PERIOD> ;
dcat:contactPoint <https://id.erfgoed.net/actoren/501> ;
dcat:downloadURL <http://localhost:6543/conceptschemes/PERIOD/c.rdf> ;
dcat:mediaType "application/rdf+xml" .
<http://localhost:6543/conceptschemes/PERIOD/c.ttl> a dcat:Distribution ;
dcterms:created "2008-02-14"^^xsd:date ;
dcterms:language "nl-BE" ;
dcterms:license <http://data.vlaanderen.be/doc/licentie/modellicentie-gratis-hergebruik/v1.0>,
<https://creativecommons.org/licenses/by/4.0/> ;
dcterms:publisher <https://id.erfgoed.net/actoren/501> ;
dcterms:title "Periods"@en,
"Dateringen"@nl ;
skos:prefLabel "Periods"@en,
"Dateringen"@nl ;
dcat:accessURL <http://localhost:6543/conceptschemes/PERIOD> ;
dcat:contactPoint <https://id.erfgoed.net/actoren/501> ;
dcat:downloadURL <http://localhost:6543/conceptschemes/PERIOD/c.ttl> ;
dcat:mediaType "text/turtle" .
<http://localhost:6543/conceptschemes/SPECIES/c.rdf> a dcat:Distribution ;
dcterms:created "2011-05-23"^^xsd:date ;
dcterms:language "la",
"nl-BE" ;
dcterms:license <http://data.vlaanderen.be/doc/licentie/modellicentie-gratis-hergebruik/v1.0>,
<https://creativecommons.org/licenses/by/4.0/> ;
dcterms:publisher <https://id.erfgoed.net/actoren/501> ;
dcterms:title "Species"@en,
"Soorten"@nl ;
skos:prefLabel "Species"@en,
"Soorten"@nl ;
dcat:accessURL <http://localhost:6543/conceptschemes/SPECIES> ;
dcat:contactPoint <https://id.erfgoed.net/actoren/501> ;
dcat:downloadURL <http://localhost:6543/conceptschemes/SPECIES/c.rdf> ;
dcat:mediaType "application/rdf+xml" .
<http://localhost:6543/conceptschemes/SPECIES/c.ttl> a dcat:Distribution ;
dcterms:created "2011-05-23"^^xsd:date ;
dcterms:language "la",
"nl-BE" ;
dcterms:license <http://data.vlaanderen.be/doc/licentie/modellicentie-gratis-hergebruik/v1.0>,
<https://creativecommons.org/licenses/by/4.0/> ;
dcterms:publisher <https://id.erfgoed.net/actoren/501> ;
dcterms:title "Species"@en,
"Soorten"@nl ;
skos:prefLabel "Species"@en,
"Soorten"@nl ;
dcat:accessURL <http://localhost:6543/conceptschemes/SPECIES> ;
dcat:contactPoint <https://id.erfgoed.net/actoren/501> ;
dcat:downloadURL <http://localhost:6543/conceptschemes/SPECIES/c.ttl> ;
dcat:mediaType "text/turtle" .
<http://localhost:6543/conceptschemes/STYLES/c.rdf> a dcat:Distribution ;
dcterms:created "2008-02-14"^^xsd:date ;
dcterms:language "nl-BE" ;
dcterms:license <http://data.vlaanderen.be/doc/licentie/modellicentie-gratis-hergebruik/v1.0>,
<https://creativecommons.org/licenses/by/4.0/> ;
dcterms:publisher <https://id.erfgoed.net/actoren/501> ;
dcterms:title "Styles and Cultures"@en,
"Stijlen en Culturen"@nl ;
skos:prefLabel "Styles and Cultures"@en,
"Stijlen en Culturen"@nl ;
dcat:accessURL <http://localhost:6543/conceptschemes/STYLES> ;
dcat:contactPoint <https://id.erfgoed.net/actoren/501> ;
dcat:downloadURL <http://localhost:6543/conceptschemes/STYLES/c.rdf> ;
dcat:mediaType "application/rdf+xml" .
<http://localhost:6543/conceptschemes/STYLES/c.ttl> a dcat:Distribution ;
dcterms:created "2008-02-14"^^xsd:date ;
dcterms:language "nl-BE" ;
dcterms:license <http://data.vlaanderen.be/doc/licentie/modellicentie-gratis-hergebruik/v1.0>,
<https://creativecommons.org/licenses/by/4.0/> ;
dcterms:publisher <https://id.erfgoed.net/actoren/501> ;
dcterms:title "Styles and Cultures"@en,
"Stijlen en Culturen"@nl ;
skos:prefLabel "Styles and Cultures"@en,
"Stijlen en Culturen"@nl ;
dcat:accessURL <http://localhost:6543/conceptschemes/STYLES> ;
dcat:contactPoint <https://id.erfgoed.net/actoren/501> ;
dcat:downloadURL <http://localhost:6543/conceptschemes/STYLES/c.ttl> ;
dcat:mediaType "text/turtle" .
<http://localhost:6543/conceptschemes/TREES/c.rdf> a dcat:Distribution ;
dcterms:description "A thesaurus of different types of trees as seen on TV."@en ;
dcterms:publisher <https://id.erfgoed.net/actoren/1> ;
dcterms:title "Different types of trees"@en,
"Verschillende soorten bomen"@nl ;
skos:definition "A thesaurus of different types of trees as seen on TV."@en ;
skos:prefLabel "Different types of trees"@en,
"Verschillende soorten bomen"@nl ;
dcat:accessURL <http://localhost:6543/conceptschemes/TREES> ;
dcat:contactPoint <https://id.erfgoed.net/actoren/1> ;
dcat:downloadURL <http://localhost:6543/conceptschemes/TREES/c.rdf> ;
dcat:mediaType "application/rdf+xml" .
<http://localhost:6543/conceptschemes/TREES/c.ttl> a dcat:Distribution ;
dcterms:description "A thesaurus of different types of trees as seen on TV."@en ;
dcterms:publisher <https://id.erfgoed.net/actoren/1> ;
dcterms:title "Different types of trees"@en,
"Verschillende soorten bomen"@nl ;
skos:definition "A thesaurus of different types of trees as seen on TV."@en ;
skos:prefLabel "Different types of trees"@en,
"Verschillende soorten bomen"@nl ;
dcat:accessURL <http://localhost:6543/conceptschemes/TREES> ;
dcat:contactPoint <https://id.erfgoed.net/actoren/1> ;
dcat:downloadURL <http://localhost:6543/conceptschemes/TREES/c.ttl> ;
dcat:mediaType "text/turtle" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment