@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix dct: <http://purl.org/dc/terms/> . @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/> . dct:bibliographicCitation metadata_def:mappingLoom "bibliographiccitation" ; metadata_def:mappingSameURI dct:bibliographicCitation ; metadata_def:prefLabel "bibliographicCitation" ; metadata:prefixIRI "dc:bibliographicCitation" ; a owl:Class ; rdfs:comment """Equivalent to TEI <listBibl> http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-listBibl.html""" ; rdfs:subClassOf owl:Thing .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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/> .

dct:bibliographicCitation
    metadata_def:mappingLoom "bibliographiccitation" ;
    metadata_def:mappingSameURI dct:bibliographicCitation ;
    metadata_def:prefLabel "bibliographicCitation" ;
    metadata:prefixIRI "dc:bibliographicCitation" ;
    a owl:Class ;
    rdfs:comment """Equivalent to TEI <listBibl>
            http://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-listBibl.html""" ;
    rdfs:subClassOf owl:Thing .