Why does this SPARQL query return certain items as subjects?
问题 I have the following data graph: @prefix hr: <http://learningsparql.com/ns/humanResources#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix sch: <http://schema.org/> . @prefix xml: <http://www.w3.org/XML/1998/namespace> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . hr:Another a rdfs:Class . hr:Employee a rdfs:Class ; rdfs:label "model" ; rdfs:comment "a good employee" . hr:Longer a hr:Employee ; rdfs:label