
webapp.data.shape.data.ttl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of corese-server Show documentation
Show all versions of corese-server Show documentation
Corese is a Semantic Web Factory (triple store and SPARQL endpoint) implementing RDF, RDFS, SPARQL 1.1
Query and Update.
The newest version!
@prefix sh: .
@prefix ex: .
ex:Alice a ex:Person ;
ex:member ex:W3c ;
ex:email ;
foaf:knows ex:Bob, ex:Bill .
ex:Bob a ex:Person ;
ex:member ex:Acme ;
foaf:knows ex:James
.
ex:Jim a foaf:Human ;
foaf:name "Jim"@en ;
foaf:knows ex:Alice
ex:NewYork a ex:Place .
ex:John a ex:Person ;
ex:member ex:W3c ;
ex:value 10 .
ex:Jack
foaf:name "Jack", "Jacques" ;
ex:name "Jacques", "Jacky" ;
ex:value 10 ; rdf:value 20 ;
ex:label "aa"@fr, "bb"@fr ;
foaf:knows ex:James
.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy