opengeospatial / ogc-geosparql

Public Repository for the OGC GeoSPARQL Standards Working Group
78 stars 20 forks source link

some problems in profile.ttl #575

Open VladimirAlexiev opened 1 month ago

VladimirAlexiev commented 1 month ago

@nicholascar I see a couple of problems with https://github.com/opengeospatial/ogc-geosparql/blob/master/profile.ttl#L155-L170

<http://www.opengis.net/ont/geosparql>
    a prof:ResourceDescriptor ;
    dcterms:description "The GeoSPARQL 1.1 ontology in RDF (turtle)"@en ;
    dcterms:format "text/turtle" ;
    dcterms:title "GeoSPARQL Ontology"@en ;
    prof:hasArtifact "https://github.com/opengeospatial/ogc-geosparql/master/1.1/geo.ttl"^^xsd:anyURI ;
    prof:hasRole role:schema ;
.

<http://www.opengis.net/ont/geosparql.json>
    a prof:ResourceDescriptor ;
    dcterms:description "The GeoSPARQL 1.1 ontology in RDF (JSON-LD)"@en ;
    dcterms:format "application/ld+json" ;
    dcterms:title "GeoSPARQL Ontology"@en ;
    prof:hasArtifact "https://github.com/opengeospatial/ogc-geosparql/master/1.1/geo.json"^^xsd:anyURI ;
    prof:hasRole role:schema ;
.