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