@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix : <#> .

<http://purl.org/allie/void.ttl> rdf:type void:Dataset ;
 foaf:homepage <http://purl.org/allie/> ;
 dcterms:title "Allie Abbreviation And Long Form Database in Life Science" ;
 dcterms:description "A database of abbreviations and long forms utilized in Lifesciences." ;
 dcterms:publisher <http://dbcls.jp/> ;
 dcterms:license <http://creativecommons.org/licenses/by/2.1/jp/> ;
 void:sparqlEndpoint <http://data.allie.dbcls.jp/sparql> ;
 void:uriLookupEndpoint <http://data.allie.dbcls.jp/fct/> ;
 void:dataDump <http://purl.org/allie/cgi-bin/getfile.cgi?file=allieRDF> ;
 void:vocabulary <http://purl.org/allie/ontology/201108#> ;
 void:vocabulary <http://www.w3.org/2002/07/owl#> ;
 void:exampleResource <http://purl.org/allie/id/longform/531855> .

