We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The current ontology contains the undefined object hg:PlaceInTimeType:
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". ......
The text was updated successfully, but these errors were encountered:
If anybody is going to fix this (I am out of the project), he/she should look at this line of code:
schemas/lib/ontology.js
Line 36 in cd5314d
and probably remove the + 'Type'.
+ 'Type'
Success!!!
Sorry, something went wrong.
No branches or pull requests
The current ontology contains the undefined object
hg:PlaceInTimeType
:Suggestion to correct:
The text was updated successfully, but these errors were encountered: