All Downloads are FREE. Search and download functionalities are using the official Maven repository.

webapp.data.shape.data.ttl Maven / Gradle / Ivy

Go to download

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