@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://inference-web.org/2.0/pml-provenance.owl#> . @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:Format rdfs:subClassOf ns0:IdentifiedThing . ns0:IdentifiedThing metadata_def:mappingLoom "identifiedthing" ; metadata_def:mappingSameURI ns0:IdentifiedThing ; metadata_def:prefLabel "Identified Thing"@en ; metadata:prefixIRI "pmlp:IdentifiedThing" ; a owl:Class ; rdfs:comment "The abstract root of provenance related concepts. It organizes a collection of common metadata about the referenced object, and it does not have any instance. "@en ; rdfs:label "Identified Thing"@en ; rdfs:subClassOf owl:Thing . ns0:InferenceRule rdfs:subClassOf ns0:IdentifiedThing . ns0:Information rdfs:subClassOf ns0:IdentifiedThing . ns0:Language rdfs:subClassOf ns0:IdentifiedThing . ns0:Source rdfs:subClassOf ns0:IdentifiedThing . ns0:SourceUsage rdfs:subClassOf ns0:IdentifiedThing . ns0:hasDescription rdfs:domain ns0:IdentifiedThing . ns0:hasName rdfs:domain ns0:IdentifiedThing .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://inference-web.org/2.0/pml-provenance.owl#> .
@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:Format
    rdfs:subClassOf ns0:IdentifiedThing .

ns0:IdentifiedThing
    metadata_def:mappingLoom "identifiedthing" ;
    metadata_def:mappingSameURI ns0:IdentifiedThing ;
    metadata_def:prefLabel "Identified Thing"@en ;
    metadata:prefixIRI "pmlp:IdentifiedThing" ;
    a owl:Class ;
    rdfs:comment "The abstract root of provenance related concepts. It organizes a collection of common metadata about the referenced object, and it does not have any instance. "@en ;
    rdfs:label "Identified Thing"@en ;
    rdfs:subClassOf owl:Thing .

ns0:InferenceRule
    rdfs:subClassOf ns0:IdentifiedThing .

ns0:Information
    rdfs:subClassOf ns0:IdentifiedThing .

ns0:Language
    rdfs:subClassOf ns0:IdentifiedThing .

ns0:Source
    rdfs:subClassOf ns0:IdentifiedThing .

ns0:SourceUsage
    rdfs:subClassOf ns0:IdentifiedThing .

ns0:hasDescription
    rdfs:domain ns0:IdentifiedThing .

ns0:hasName
    rdfs:domain ns0:IdentifiedThing .