Skip to content

Commit

Permalink
Develop (#109)
Browse files Browse the repository at this point in the history
* Verwijder OWL-property beschrijvingen

Closes #87
Closes #94

* nieuwe versie brondata

* Verwijder graaf-informatie voor een nette Turtle

implementeerd deels #88

* Hermodelleer kwantiteitsattributen

implementeert #87

* Optie 3 versiebeheer #88

closes #88

* Schema-wijziging

* SPARQL-voorbeelden geupdate naar 2020-08

* Feature/imbor 2020-08 (#104)

* Correcte versienummer voor publicatie

Closes #101
Closes #99

* Close #100

Co-authored-by: Redmer Kronemeijer <kronemeijer@rdmr.eu>
  • Loading branch information
RiX012 and redmer authored Oct 7, 2020
1 parent 275ed45 commit 5bb1d4d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
10 changes: 5 additions & 5 deletions data/transformaties/000 Namespaces.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ PREFIX unit: <http://qudt.org/vocab/unit/>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>

# overig
PREFIX gwsw: <https://data.gwsw.nl/1.4.1/totaal/>
PREFIX nen3610: <https://definities.geostandaarden.nl/def/nen3610#>
PREFIX imgeo: <https://definities.geostandaarden.nl/def/imgeo#>
# PREFIX gwsw: <https://data.gwsw.nl/1.4.1/totaal/>
# PREFIX nen3610: <https://definities.geostandaarden.nl/def/nen3610#>
# PREFIX imgeo: <https://definities.geostandaarden.nl/def/imgeo#>
PREFIX sh: <http://www.w3.org/ns/shacl#>
PREFIX dc: <http://purl.org/dc/elements/1.1/>
# PREFIX dc: <http://purl.org/dc/elements/1.1/>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX adms: <http://www.w3.org/ns/adms#>
# PREFIX adms: <http://www.w3.org/ns/adms#>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX dcat: <http://www.w3.org/ns/dcat#>
12 changes: 4 additions & 8 deletions data/transformaties/930 Versieinformatie.rq
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,13 @@ INSERT {

WHERE {
BIND ( NOW() AS ?nu )
BIND ( '2020-07' AS ?versie)
BIND ( '2020-08' AS ?versie)


BIND ( CONCAT('IMBOR ', ?versie) AS ?versietitel )
BIND ( URI( CONCAT( STR(groep:), 'Versie', ?versie)) AS ?versieCollectieURI )
BIND ( CONCAT('Dit is de verzameling van alle resources van IMBOR versie '@nl-NL, ?versie) AS ?collectieComment)

{
?s ?p ?o .
FILTER STRSTARTS(STR(?s), STR(imbor:))
} UNION {
?s ?p ?o .
FILTER STRSTARTS(STR(?s), STR(imborp:))
}
?s ?p ?o .
FILTER CONTAINS(STR(?s), "imbor/def/")
}

0 comments on commit 5bb1d4d

Please sign in to comment.