-
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.
fix: fixes an error due to missing prefixes
Also adds a new prefix file to be used in all queries to set prefixes centrally.
- Loading branch information
Showing
2 changed files
with
10 additions
and
7 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
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,9 @@ | ||
PREFIX bds: <http://www.bigdata.com/rdf/search#> | ||
PREFIX crm: <http://www.cidoc-crm.org/cidoc-crm/> | ||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> | ||
PREFIX idm: <https://www.intavia.eu/idm/> | ||
PREFIX idmcore: <http://www.intavia.eu/idm-core/> | ||
PREFIX bioc: <http://ldf.fi/schema/bioc/> | ||
PREFIX owl: <http://www.w3.org/2002/07/owl#> | ||
PREFIX ore: <http://www.openarchives.org/ore/terms/> | ||
PREFIX bgn: <http://data.biographynet.nl/rdf/> |