<?xml version="1.0" encoding="UTF-8"?> <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://purl.org/ontology/storyline/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:ns1="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/" xmlns:ns2="http://purl.org/ontology/"> <owl:Class rdf:about="http://purl.org/ontology/storyline/Attribution"> <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <rdfs:comment xml:lang="en-gb">Attribution of a storyline used for attributing the interpretation of the storyline to some agent. An interface class, that doesn't restrict the implementation of an attribution.</rdfs:comment> <rdfs:label xml:lang="en-gb">Attribution</rdfs:label> <ns1:term_status>testing</ns1:term_status> <metadata_def:prefLabel>Attribution</metadata_def:prefLabel> <metadata_def:mappingLoom>attribution</metadata_def:mappingLoom> <metadata_def:mappingSameURI rdf:resource="http://purl.org/ontology/storyline/Attribution"/> <rdfs:isDefinedBy rdf:resource="http://purl.org/ontology/storyline"/> </owl:Class> <rdf:Description rdf:about="http://purl.org/ontology/storyline/attributedTo"> <rdfs:range> <rdf:Description rdf:about="http://purl.org/ontology/storyline/Attribution"> <metadata_def:mappingSameURI rdf:resource="http://purl.org/ontology/storyline/Attribution"/> </rdf:Description> </rdfs:range> </rdf:Description> </rdf:RDF>
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:ns0="http://purl.org/ontology/storyline/" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:ns1="http://www.w3.org/2003/06/sw-vocab-status/ns#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/" xmlns:ns2="http://purl.org/ontology/">
  <owl:Class rdf:about="http://purl.org/ontology/storyline/Attribution">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:comment xml:lang="en-gb">Attribution of a storyline used for attributing the interpretation of the storyline to some agent. An interface class, that doesn't restrict the implementation of an attribution.</rdfs:comment>
    <rdfs:label xml:lang="en-gb">Attribution</rdfs:label>
    <ns1:term_status>testing</ns1:term_status>
    <metadata_def:prefLabel>Attribution</metadata_def:prefLabel>
    <metadata_def:mappingLoom>attribution</metadata_def:mappingLoom>
    <metadata_def:mappingSameURI rdf:resource="http://purl.org/ontology/storyline/Attribution"/>
    <rdfs:isDefinedBy rdf:resource="http://purl.org/ontology/storyline"/>
  </owl:Class>
  <rdf:Description rdf:about="http://purl.org/ontology/storyline/attributedTo">
    <rdfs:range>
      <rdf:Description rdf:about="http://purl.org/ontology/storyline/Attribution">
        <metadata_def:mappingSameURI rdf:resource="http://purl.org/ontology/storyline/Attribution"/>
      </rdf:Description>
    </rdfs:range>
  </rdf:Description>
</rdf:RDF>