@prefix xml: . @prefix xsd: . @prefix rdf: . @prefix rdfs: . @prefix owl: . @prefix dc: . @prefix strdf: . @prefix : . @base . rdf:type owl:Ontology . strdf:geometry rdf:type rdfs:Datatype ; dc:contributor "Kostis Kyzirakos"@en ; dc:contributor "Manos Karpathiotakis"@en ; dc:contributor "Manolis Koubarakis"@en; dc:date "2011-08-11"^^xsd:date ; dc:description "A serialization of a geometric object"@en ; rdfs:label "A geometric object."@en ; rdfs:comment "The serialization of a geometric object."@en . strdf:WKT rdf:type rdfs:Datatype ; rdfs:subClassOf strdf:geometry ; dc:contributor "Kostis Kyzirakos"@en ; dc:contributor "Manos Karpathiotakis"@en ; dc:contributor "Manolis Koubarakis"@en ; dc:date "2011-08-11"^^xsd:date ; dc:description "The Well-known Text serialization of a geometric object"@en ; rdfs:label "WKT serialization of a geometric object."@en ; rdfs:comment "The Well-known Text serialization of a geometric object."@en ; owl:sameAs . strdf:GML rdf:type rdfs:Datatype ; rdfs:subClassOf strdf:geometry ; dc:contributor "Kostis Kyzirakos"@en ; dc:contributor "Manos Karpathiotakis"@en ; dc:contributor "Manolis Koubarakis"@en ; dc:date "2011-08-11"^^xsd:date ; dc:description "The GML serialization of a geometric object"@en ; rdfs:label "GML serialization of a geometric object."@en ; rdfs:comment "The Geography Markup Language serialization of a geometric object."@en ; owl:sameAs . strdf:period rdf:type rdfs:Datatype ; dc:contributor "Konstantina Bereta"@en ; dc:contributor "Manolis Koubarakis"@en; dc:date "2012-12-01"^^xsd:date ; dc:description "Representation of a period of time"@en ; rdfs:label "A period of time."@en ; rdfs:comment "Representation of a period of time."@en .