Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sdevalk committed Jan 23, 2024
1 parent 47400bf commit f7244e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions data-registry/organizations.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
schema:addressCountry "Nederland"@nl, "Netherlands"@en
] .


<https://research.example.org/>
a schema:Organization ;
schema:name "Research Organisation"@en,
Expand Down
4 changes: 2 additions & 2 deletions objects/queries/generate.rq
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ CONSTRUCT {
cc:yearCreatedEnd ?endOfTheEndYear ;
cc:locationCreated ?locationCreatedName ; # Only for indexing
cc:countryCreated ?oldCountryCreatedName ; # For BC; remove if the locale-aware names are in use
cc:countryCreatedEn ?countryCreatedNameEn ;
cc:countryCreatedNl ?countryCreatedNameNl ;
cc:countryCreated_en ?countryCreatedNameEn ;
cc:countryCreated_nl ?countryCreatedNameNl ;
cc:alternateName ?alternateLocationCreatedName, ?alternateCountryCreatedName ; # Only for indexing
cc:publisher ?publisherName .
}
Expand Down

0 comments on commit f7244e7

Please sign in to comment.