PARQL CLEAR GRAPH ; SPARQL PREFIX boston: PREFIX boston2: INSERT { GRAPH { boston:Latitude owl:equivalentProperty geo:lat . boston:Longitude owl:equivalentProperty geo:long . # boston2:X owl:equivalentProperty geo:lat . # boston2:Y owl:equivalentProperty geo:long . boston2:Location rdfs:subPropertyOf virtrdf:label . boston:Station_Name rdfs:subPropertyOf virtrdf:label . } } ; -- Rule Declaration -- First argument identifies the Rule -- Second argument identifies a named graph containing relations used to produce inference rules -- Once created 'urn:geospatial:cleanup:inference:rules' will be visible via /sparql, /fct interfaces RDFS_RULE_SET ( 'urn:geospatial:cleanup:inference:rules' , 'urn:geospatial:relations:mappings' ) ; -- extend to other rules e.g. virtrdf-label which is used as a default rules for labeling by Virtuoso's Faceted Browser RDFS_RULE_SET ('urn:geospatial:cleanup:inference:rules', 'virtrdf-label',1); p_score_init ();