Skip to content

Commit

Permalink
Fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ar-chad committed Dec 5, 2024
1 parent 8c2f9bb commit 327eae3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions citygml-owl/CityOWL/CityOWL.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<https://www.opengis.net/ont/citygml/CityOWL> a owl:Ontology ;
owl:versionIRI <https://www.opengis.net/ont/citygml/CityOWL/3.0.0/>;
owl:versionInfo "3.0.0"
owl:versionInfo "3.0.0" ;
owl:imports <https://www.opengis.net/ont/citygml/appearance>,
<https://www.opengis.net/ont/citygml/bridge>,
<https://www.opengis.net/ont/citygml/building>,
<https://www.opengis.net/ont/citygml/pointcloud>,
<https://www.opengis.net/ont/citygml/building> ,
<https://www.opengis.net/ont/citygml/pointcloud> ,
<https://www.opengis.net/ont/citygml/cityfurniture>,
<https://www.opengis.net/ont/citygml/cityobjectgroup>,
<https://www.opengis.net/ont/citygml/construction>,
Expand Down

0 comments on commit 327eae3

Please sign in to comment.