Skip to content

Commit

Permalink
pylode config added
Browse files Browse the repository at this point in the history
  • Loading branch information
Nataliya Keberle committed Feb 10, 2025
1 parent 1258590 commit c5efc9b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pylode-config.ttl
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> ;
];
.

0 comments on commit c5efc9b

Please sign in to comment.