![JAR search and dependency download from the Maven repository](/logo.png)
data.conformance.owl2rl.rdfbased-xtr-constraint-anonind-axioms.rdfbased-xtr-constraint-anonind-axioms.premisegraph.ttl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sansa-inference-tests_2.12 Show documentation
Show all versions of sansa-inference-tests_2.12 Show documentation
Contains common data and utils for inference API testing
The newest version!
@prefix : .
@prefix rdfs: .
@prefix ex: .
@prefix owl: .
@prefix xsd: .
@prefix rdf: .
[] rdf:type ex:Person ;
ex:home "Boston" ;
ex:name "John Doe" ;
owl:sameAs
[ rdf:type ex:Person ;
ex:born "1969-08-12"^^xsd:date ;
ex:forename "John" ;
ex:surname "Doe"
] .
© 2015 - 2025 Weber Informatics LLC | Privacy Policy