Skip to content

Undefined hg:PlaceInTimeType in ontology #15

@coret

Description

@coret

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions