testcases.graph3.ttl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sesame-store-testsuite Show documentation
Show all versions of sesame-store-testsuite Show documentation
Test suite for SAIL and Repository API
@prefix rdfs: .
@prefix rdf: .
@prefix owl: .
@prefix ex: .
ex:A rdfs:subClassOf owl:Thing .
ex:A rdf:type owl:Class .
ex:B rdf:type owl:Class .
ex:B rdfs:subClassOf ex:A .
ex:C rdf:type owl:Class .
ex:C rdfs:subClassOf ex:A .
ex:D rdf:type owl:Class .
ex:D rdfs:subClassOf ex:A .
© 2015 - 2024 Weber Informatics LLC | Privacy Policy