@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns0: <http://vocab.org/whisky/> . <http://vocab.org/whisky/terms.html> a foaf:Document . <http://vocab.org/whisky/terms.json> a foaf:Document . <http://vocab.org/whisky/terms.rdf> a foaf:Document . <http://vocab.org/whisky/terms.turtle> a foaf:Document . foaf:Document metadata_def:mappingLoom "document" ; metadata_def:mappingSameURI foaf:Document ; metadata_def:prefLabel "Document" ; metadata:prefixIRI "foaf:Document" ; a owl:Class ; rdfs:subClassOf owl:Thing .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns0: <http://vocab.org/whisky/> .

<http://vocab.org/whisky/terms.html>
    a foaf:Document .

<http://vocab.org/whisky/terms.json>
    a foaf:Document .

<http://vocab.org/whisky/terms.rdf>
    a foaf:Document .

<http://vocab.org/whisky/terms.turtle>
    a foaf:Document .

foaf:Document
    metadata_def:mappingLoom "document" ;
    metadata_def:mappingSameURI foaf:Document ;
    metadata_def:prefLabel "Document" ;
    metadata:prefixIRI "foaf:Document" ;
    a owl:Class ;
    rdfs:subClassOf owl:Thing .