@prefix rdf: . @prefix rdfs: . @prefix xsd: . @prefix dc: . @prefix : . : rdfs:comment "Jena vocabulary for location mapping" ; dc:creator "Andy Seaborne" ; dc:title "Jena vocabulary for location mapping" ; dc:description "Jena vocabulary for location mapping" ; dc:date "2004-08" ; dc:format "RDF" ; . ## ---- Classes ---- :LocationMapping rdf:type rdfs:Class . ## ---- Properties ---- :mapping rdf:type rdf:Property . :name rdf:type rdf:Property ; rdfs:comment "Range is a STRING, not a URI, to allow for any symbols" . :altName rdf:type rdf:Property . :prefix rdf:type rdf:Property ; rdfs:comment "Range is a STRING, not a URI, to allow for any symbols" . :altPrefix rdf:type rdf:Property .