@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix sd: <http://www.w3.org/ns/sparql-service-description#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . sd:availableGraphs a owl:ObjectProperty ; rdfs:comment "Relates an instance of sd:Service to a description of the graphs which are allowed in the construction of a dataset either via the SPARQL Protocol, with FROM/FROM NAMED clauses in a query, or with USING/USING NAMED in an update request, if the service limits the scope of dataset construction." ; rdfs:domain sd:Service ; rdfs:label "available graph descriptions" ; rdfs:range sd:GraphCollection .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

sd:availableGraphs
    a owl:ObjectProperty ;
    rdfs:comment "Relates an instance of sd:Service to a description of the graphs which are allowed in the construction of a dataset either via the SPARQL Protocol, with FROM/FROM NAMED clauses in a query, or with USING/USING NAMED in an update request, if the service limits the scope of dataset construction." ;
    rdfs:domain sd:Service ;
    rdfs:label "available graph descriptions" ;
    rdfs:range sd:GraphCollection .