SPARQL Query # List of attributes PREFIX rdf: PREFIX owl: PREFIX xsd: PREFIX rdfs: PREFIX : SELECT ?s ?name WHERE { ?s a :Attribute ; :hasName ?name }
Query HTML XML JSON