File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 2
2
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
3
3
@prefix common: <https://www.opengis.net/ont/citygml/common/> .
4
4
@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 .
5
12
6
13
common:class rdf:type owl:ObjectProperty; rdfs:label " class" @en .
7
14
common:usage rdf:type owl:ObjectProperty; rdfs:label " usage" @en .
Original file line number Diff line number Diff line change 2
2
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
3
3
@prefix common: <https://www.opengis.net/ont/citygml/common/> .
4
4
@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 .
5
12
6
13
common:class rdf:type owl:ObjectProperty; rdfs:label " class" @en .
7
14
common:usage rdf:type owl:ObjectProperty; rdfs:label " usage" @en .
You can’t perform that action at this time.
0 commit comments