-
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.
- Loading branch information
Nataliya Keberle
committed
Feb 10, 2025
1 parent
1258590
commit c5efc9b
Showing
1 changed file
with
20 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,20 @@ | ||
PREFIX : <https://www.opengis.net/ont/citygml/CityRDF/> | ||
PREFIX lode: <https://w3id.org/lode/ns/pylode/> | ||
PREFIX prof: <http://www.w3.org/ns/dx/prof/> | ||
PREFIX dcterms: <http://purl.org/dc/terms/> | ||
PREFIX sh: <http://www.w3.org/ns/shacl#> | ||
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> | ||
PREFIX role: <http://www.w3.org/ns/dx/prof/role/> | ||
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> | ||
|
||
: | ||
a prof:Profile ; | ||
rdfs:label "CityRDF ontology" ; | ||
prof:hasResource [ | ||
a prof:ResourceDescriptor ; | ||
rdfs:label "pylode config" ; | ||
dcterms:format "text/turtle" ; | ||
prof:hasRole lode:config ; | ||
prof:hasArtifact <https://github.com/ogcincubator/cityrdf/blob/master/pylode.ttl> ; | ||
]; | ||
. |