-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The current ontology contains the undefined object hg:PlaceInTimeType
:
<http://rdf.histograph.io/> rdf:type owl:Ontology;
owl:imports <http://www.opengis.net/ont/geosparql>, <http://www.w3.org/2006/time>, <http://www.w3.org/ns/prov>.
hg:PlaceInTime rdf:type owl:Class;
rdfs:subClassOf owl:Thing.
hg:Address rdf:type hg:PlaceInTimeType;
rdfs:label "Address".
......
Suggestion to correct:
<http://rdf.histograph.io/> rdf:type owl:Ontology;
owl:imports <http://www.opengis.net/ont/geosparql>, <http://www.w3.org/2006/time>, <http://www.w3.org/ns/prov>.
hg:PlaceInTime rdf:type owl:Class;
rdfs:subClassOf owl:Thing.
hg:Address rdf:type owl:Class;
rdfs:subClassOf hg:PlaceInTime;
rdfs:label "Address".
......
Metadata
Metadata
Assignees
Labels
No labels