@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/spar/c4o/> . @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/> . ns0:BibliographicInformationSource metadata_def:mappingLoom "bibliographicinformationsource" ; metadata_def:mappingSameURI ns0:BibliographicInformationSource ; metadata_def:prefLabel "bibliographic information source"@en ; metadata:prefixIRI "BibliographicInformationSource" ; a owl:Class ; rdfs:comment "A source of information about bibliographic citations, such as Google Scholar, Web of Science or Scopus."@en ; rdfs:label "bibliographic information source"@en ; rdfs:subClassOf owl:Thing ; owl:disjointWith ns0:GlobalCitationCount, ns0:InTextReferencePointer . ns0:hasGlobalCountSource rdfs:range ns0:BibliographicInformationSource .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/spar/c4o/> .
@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/> .

ns0:BibliographicInformationSource
    metadata_def:mappingLoom "bibliographicinformationsource" ;
    metadata_def:mappingSameURI ns0:BibliographicInformationSource ;
    metadata_def:prefLabel "bibliographic information source"@en ;
    metadata:prefixIRI "BibliographicInformationSource" ;
    a owl:Class ;
    rdfs:comment "A source of information about bibliographic citations, such as Google Scholar, Web of Science or Scopus."@en ;
    rdfs:label "bibliographic information source"@en ;
    rdfs:subClassOf owl:Thing ;
    owl:disjointWith ns0:GlobalCitationCount, ns0:InTextReferencePointer .

ns0:hasGlobalCountSource
    rdfs:range ns0:BibliographicInformationSource .