opengeospatial / NamingAuthority

Primary repo for the OGC Naming Authority
6 stars 12 forks source link

Entail dcat:landingPage for all HTML references to http://docs.opengeospatial.org #200

Closed rob-metalinkage closed 1 year ago

rob-metalinkage commented 1 year ago

PREFIX skos: http://www.w3.org/2004/02/skos/core# PREFIX spec: http://www.opengis.net/def/ont/modspec/ PREFIX defs: http://www.opengis.net/def/ PREFIX rdfs: http://www.w3.org/2000/01/rdf-schema# SELECT (COUNT (?s) as ?num ) WHERE {

            ?s skos:inScheme defs:docs .
            ?s rdfs:seeAlso ?a 
FILTER ( STRSTARTS ( STR(?a) , "http://docs.opengeospatial.org" ) ) 
            }
avillar commented 1 year ago

I have the rule ready and tested. Should it go in docs_entailments.shapes.ttl, skos_vocprez.shapes.ttl or somewhere else?

rob-metalinkage commented 1 year ago

Docs.. its specific to this content. We can refactor into a shared profile if we neef it again.