Skip to content

Instantly share code, notes, and snippets.

@wikier
Created July 31, 2014 15:44
Show Gist options
  • Save wikier/57c92f9f280d28a71bc9 to your computer and use it in GitHub Desktop.
Save wikier/57c92f9f280d28a71bc9 to your computer and use it in GitHub Desktop.
Joshua Dunham turtle example at users@marmotta.a.o
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix maront: <http://my.server.domain/ont/1/#> .
@prefix mar: <http://my.marmottaDB.domain/marmotta/resource/> .
mar:server a maront:linuxserver ;
maront:amountRamGB "4"^^xsd:decimal ;
maront:amountHDTB "2"^^xsd:decimal ;
maront:runs [
maront:hasResourceName "Apache Marmotta" ;
maront:hasResourceVersion "3.3.0" ;
maront:hasResourceType "Linked Data server" ;
rdfs:seeAlso <http://marmotta.apache.org/doap.rdf>
] .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment