-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added adres property as extension for OSLO trips & aanbod
- Loading branch information
1 parent
256dc47
commit 9f1c056
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Sorry, something went wrong. |
||
rdfs:domain adr:AdresseebaarObject ; | ||
rdfs:range adr:Adres ; | ||
rdfs:isDefinedBy <https://stijnbrysbaert.github.io/OSLO-extension/vocabulary.ttl#> . |
should be:
owl:sameAs schema:address