@prefix rdf: . @prefix asgs: . @prefix dcat: . @prefix dcterms: . @prefix doap: . @prefix foaf: . @prefix geo: . @prefix geox: . @prefix loci: . @prefix org: . @prefix owl: . @prefix prof: . @prefix prov: . @prefix rdfs: . @prefix sdo: . @prefix skos: . @prefix void: . @prefix xsd: . dcterms:created "2018-10-29"^^xsd:date ; dcterms:creator , ; dcterms:license ; dcterms:modified "2021-04-01"^^xsd:date ; dcterms:publisher ; dcterms:rights "(c) Commonwealth of Australia (CSIRO), 2021"^^xsd:string ; a owl:Ontology, prof:Profile ; owl:imports , , ; owl:versionIRI ; owl:versionInfo "Alpha version - AGOP-compliant"^^xsd:string ; skos:definition """An ontology to govern Linked Data resources published within the [Loc-I](https://confluence.csiro.au/display/DIPAAnalyticHubs/Location+Integration+Capability+Loc-I) project. The primary focus is on (a) datasets composed of multiple geospatial features (objects); (b) recording relationships between features, with metadata attached to reified rdf:Statements."""@en ; skos:prefLabel "Loc-I Ontology"@en ; prov:wasGeneratedBy [ doap:repository ; a doap:Project, prov:Activity ; rdfs:label "Loc-I project"^^xsd:string ] . loci:Dataset a owl:Class ; rdfs:subClassOf void:Dataset, rdf:Bag, dcat:Dataset, [ a owl:Restriction ; owl:minCardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty rdfs:member ], [ a owl:Restriction ; owl:minCardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty dcat:contactPoint ], [ a owl:Restriction ; owl:onClass org:Organization ; owl:onProperty dcterms:publisher ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ], [ a owl:Restriction ; owl:onDataRange xsd:date ; owl:onProperty dcterms:issued ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ], [ a owl:Restriction ; owl:onDataRange xsd:date ; owl:onProperty dcterms:modified ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ], [ a owl:Restriction ; owl:onDataRange xsd:string ; owl:onProperty dcterms:title ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] ; skos:definition "A Loc-I Dataset is a DCAT and VOID Dataset that has been accepted by the Loc-I Registry Manager."@en ; skos:editorialNote "Membership of a loci:Dataset is (a) geo:Feature (Loc-I conformant) (b) loci:LinkingStatement (c) related types, such as PlaceNames"@en ; skos:prefLabel "Loc-I Dataset"@en . loci:Feature a owl:Class ; rdfs:comment "Should be implemented as a SHACL shape"@en ; rdfs:subClassOf geo:Feature, [ a owl:Restriction ; owl:minCardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty dcterms:identifier ], [ a owl:Restriction ; owl:minQualifiedCardinality "1"^^xsd:nonNegativeInteger ; owl:onClass geo:Geometry ; owl:onProperty geo:hasGeometry ], [ a owl:Restriction ; owl:allValuesFrom geo:Feature ; owl:onProperty loci:hasPart ], [ a owl:Restriction ; owl:allValuesFrom geo:Feature ; owl:onProperty loci:isPartOf ] ; skos:definition "A Loc-I Feature is a GeoSPARQL Feature that has at least one Geometry, one persistent identifier, and is a member of a loci:Dataset"@en ; skos:prefLabel "Loc-I Feature"@en . loci:LinkingStatement a owl:Class ; rdfs:subClassOf rdf:Statement, [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty rdf:object ], [ a owl:Restriction ; owl:cardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty rdf:subject ], [ a owl:Restriction ; owl:minCardinality "1"^^xsd:nonNegativeInteger ; owl:onProperty rdf:predicate ], [ a owl:Restriction ; owl:onClass loci:Linkset ; owl:onProperty loci:isMemberOf ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ], [ a owl:Restriction ; owl:onClass prov:Plan ; owl:onProperty loci:hadGenerationMethod ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] ; skos:definition "An RDF Statement (Subject, Predicate, Object + additional metadata) that links class instances in one Loc-I Dataset with class instances in another"@en ; skos:prefLabel "Loc-I Dataset Linking Statement"@en . loci:Linkset a owl:Class ; rdfs:subClassOf loci:Dataset, void:Linkset, [ a owl:Restriction ; owl:allValuesFrom loci:LinkingStatement ; owl:onProperty rdfs:member ] ; owl:equivalentClass [ a owl:Restriction ; owl:allValuesFrom loci:Dataset ; owl:onProperty void:objectsTarget ], [ a owl:Restriction ; owl:allValuesFrom loci:Dataset ; owl:onProperty void:subjectsTarget ] ; skos:definition "A Loc-I Linkset is a specialised form of a VoID Linkset that requires the void:subjectsTarget & void:objectsTarget indicate Loc-I Datasets"@en ; skos:prefLabel "Loc-I Linkset"@en . loci:equivalentTo a owl:ObjectProperty, owl:SymetricProperty ; rdfs:domain geo:Feature ; rdfs:range geo:Feature ; skos:definition """This property is used to relate an individual feature from one geography or dataset with a feature from another geography or dataset which is intended to represent the same real-world entity. Use of loci:equivalent would allow representations using slightly different geometrical bases (e.g. surveyed geometries, aggregates of DGGS cells, aggregates of ASGS meshblocks) to be linked, in situations where a purely geometrical computation might not deduce a `geo:sfEquals` relationships because of differing precision, slivers, etc,. When the data provider's intention is that they match, then this predicate can be used to make that assertion. The provenance of the assertion maybe be recorded in the usual way in a link-set."""@en ; skos:prefLabel "equivalent to"@en . loci:hadGenerationMethod a owl:ObjectProperty ; rdfs:domain rdf:Statement ; rdfs:range prov:Plan ; owl:propertyChainAxiom (prov:wasGeneratedBy prov:qualifiedAssociation prov:hadPlan ) ; skos:definition "The method that was used to generate this object"@en ; skos:editorialNote "This property is a property chain axiom equivalent to a chain of three properties in the PROV ontology: prov:wasGeneratedBy, prov:qualifiedAssociation and prof:hadPlan linking a prov:Entity (the thing generated) to a prov:Plan (the thin instruction generation - the method) via a prov:Activity (the generating event) and a prov:Association that the prov:Activity has linking it to the prov:Plan."@en ; skos:prefLabel "had generation method"@en . loci:hasPart a owl:ObjectProperty ; rdfs:domain geo:SpatialObject ; rdfs:range geo:SpatialObject ; skos:definition """The context resource contains the target resource, in some geospatial, logical, ownership, governance, jurisidictional or compositional sense. This predicate provides a convenient generalized or super-property-of containment relations with more specialized semantics. It may be useful in formulating some generalized SPARQL queries where any kind of containment relationship is intended. Note that this property is **not transitive** though some sub-properties may be."""@en ; skos:prefLabel "has part"@en . loci:isMemberOf a owl:ObjectProperty ; rdfs:range loci:Dataset ; rdfs:subPropertyOf [ a owl:ObjectProperty ; owl:inverseOf rdfs:member ] ; skos:definition "The context resource is a member of the target resource (a collection, aggregate or composite)"@en ; skos:prefLabel "is member of"@en . loci:isPartOf a owl:ObjectProperty ; rdfs:domain geo:SpatialObject ; rdfs:range geo:SpatialObject ; owl:inverseOf loci:hasPart ; skos:definition """The context resource is part of the target resource, in some geospatial, logical, ownership, governance, jurisidictional or compositional sense. This predicate provides a convenient generalized or super-property-of contained-by relations with more specialized semantics. It may be useful in formulating some generalized SPARQL queries where any kind of containment relationship is intended. Note that this property is **not transitive** though some sub-properties may be."""@en ; skos:prefLabel "is part of"@en . dcterms:type a owl:ObjectProperty ; skos:definition """In the context of Loc-I datasets, `dcterms:type` is used for an additional classifier, such as a place-type or meshblock-category. The value should be taken from a controlled-vocabulary, and may be expressed as a `skos:Concept` or an `rdfs:Class` or some other kind of resource providing it is from a well-governed source."""@en ; skos:prefLabel "type"@en . geo:sfContains rdfs:subPropertyOf loci:hasPart . geo:sfWithin rdfs:subPropertyOf loci:isPartOf . a sdo:Organization ; sdo:name "CSIRO" ; sdo:subjectOf "https://www.csiro.au"^^xsd:anyURI . a sdo:Person ; sdo:affiliation ; sdo:identifier "https://orcid.org/0000-0002-3884-3420"^^xsd:anyURI ; sdo:name "Simon JD Cox" ; sdo:subjectOf . a sdo:Person ; sdo:affiliation [ a sdo:Organization ; sdo:name "SURROUND Australia" ] ; sdo:identifier "https://orcid.org/0000-0002-8742-7730"^^xsd:anyURI ; sdo:name "Nicholas J. Car" .