Interoperable-data / ERA-Ontology-3.1.0

Extended version of the ERA Railway Infrastructure Ontology
4 stars 3 forks source link

define domain/range of AnnotationProperties #56

Open VladimirAlexiev opened 3 weeks ago

VladimirAlexiev commented 3 weeks ago

As an extension of https://github.com/Interoperable-data/ERA-Ontology-3.1.0/issues/47, define the domain/range of all AnnotationProperties

ERA defines 13 (some are duplicates), and uses a total of 47. Here's what I suggest for domain (default rdf:Property) and range:

VladimirAlexiev commented 3 weeks ago

inSkosConceptScheme has a range but it's wrong: should be skos:ConceptScheme (object) not xsd:anyURI (literal)

era:inSkosConceptScheme rdf:type owl:AnnotationProperty ;
                        rdfs:range xsd:anyURI .