Skip to content

Commit 8ca5a47

Browse files
author
Nataliya Keberle
committed
in common.rrl added ontology info and missed rdf prefix
1 parent 76c71d7 commit 8ca5a47

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

citygml-owl/CityRDF/common.ttl

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
33
@prefix common: <https://www.opengis.net/ont/citygml/common/> .
44
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
5+
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
6+
7+
<https://www.opengis.net/ont/citygml/common> a owl:Ontology ;
8+
rdfs:label "Common"@en ;
9+
owl:versionIRI <https://www.opengis.net/ont/citygml/common/3.0.0/> ;
10+
owl:versionInfo "3.0.0" ;
11+
skos:definition "The Common module supports definitions of object and datatype properties reusable several times across packages of CityGML."@en .
512

613
common:class rdf:type owl:ObjectProperty; rdfs:label "class"@en.
714
common:usage rdf:type owl:ObjectProperty; rdfs:label "usage"@en.

citygml-owl/additional-triples/common.ttl

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
33
@prefix common: <https://www.opengis.net/ont/citygml/common/> .
44
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
5+
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
6+
7+
<https://www.opengis.net/ont/citygml/common> a owl:Ontology ;
8+
rdfs:label "Common"@en ;
9+
owl:versionIRI <https://www.opengis.net/ont/citygml/common/3.0.0/> ;
10+
owl:versionInfo "3.0.0" ;
11+
skos:definition "The Common module supports definitions of object and datatype properties reusable several times across packages of CityGML."@en .
512

613
common:class rdf:type owl:ObjectProperty; rdfs:label "class"@en.
714
common:usage rdf:type owl:ObjectProperty; rdfs:label "usage"@en.

0 commit comments

Comments
 (0)