Skip to content

Commit

Permalink
added adres property as extension for OSLO trips & aanbod
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnbrysbaert committed Oct 10, 2020
1 parent 256dc47 commit 9f1c056
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions vocabulary.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@prefix : <https://stijnbrysbaert.github.io/OSLO-extension/vocabulary.ttl#> .
@prefix adr: <https://data.vlaanderen.be/ns/adres#> .
@prefix rdf: <https://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .

:adres a rdf:Property ;
rdfs:seeAlso schema:address ;

This comment has been minimized.

Copy link
@stijnbrysbaert

stijnbrysbaert Oct 12, 2020

Author Owner

should be: owl:sameAs schema:address

rdfs:domain adr:AdresseebaarObject ;
rdfs:range adr:Adres ;
rdfs:isDefinedBy <https://stijnbrysbaert.github.io/OSLO-extension/vocabulary.ttl#> .

0 comments on commit 9f1c056

Please sign in to comment.