
ck.sansa-ml-spark_2.12.0.9.5.source-code.test.ttl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sansa-ml-spark_2.12 Show documentation
Show all versions of sansa-ml-spark_2.12 Show documentation
RDF/OWL Machine Learning Library for Apache Spark
The newest version!
@prefix : .
@prefix rdf: .
@prefix owl: .
@prefix xsd: .
:John a :Person ;
:name "John" ;
:hasSpouse :Mary ;
:age "28"^^.
:Mary a :Person ;
:name "Mary" ;
:hasSpouse :John ;
:age "25"^^.
:John_jr a :Person ;
:name "John Jr." ;
:hasParent :John, :Mary ;
:age "2"^^.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy