<?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/wf4ever/wfdesc#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/" xmlns:ns1="http://purl.org/wf4ever/"> <owl:Class rdf:about="http://purl.org/wf4ever/wfdesc#Artifact"> <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/> <rdfs:comment xml:lang="en">wfdesc:Artifact is used to provide information about a class of artifacts. For example, it can be used to specify the datatype of a dataset or the structure of a document. An wfdesc:Artifact is associated with a wfdesc:Parameter using wfdesc:hasArtifact. The distinction between a parameter and artifact is that the parameter can be customized to describe the particular role the artifact plays with regards to the process (and can be linked using wfdesc:DataLink) - while the wfdesc:Artifact can describe the syntactic and semantic datatype.</rdfs:comment> <rdfs:label xml:lang="en">Artifact</rdfs:label> <metadata_def:prefLabel xml:lang="en">Artifact</metadata_def:prefLabel> <metadata_def:mappingLoom>artifact</metadata_def:mappingLoom> <metadata_def:mappingSameURI rdf:resource="http://purl.org/wf4ever/wfdesc#Artifact"/> <rdfs:isDefinedBy rdf:resource="http://purl.org/wf4ever/wfdesc"/> </owl:Class> <rdf:Description rdf:about="http://purl.org/wf4ever/wfdesc#hasArtifact"> <rdfs:range> <rdf:Description rdf:about="http://purl.org/wf4ever/wfdesc#Artifact"> <metadata_def:mappingSameURI rdf:resource="http://purl.org/wf4ever/wfdesc#Artifact"/> </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/wf4ever/wfdesc#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:metadata_def="http://data.bioontology.org/metadata/def/" xmlns:ns1="http://purl.org/wf4ever/">
  <owl:Class rdf:about="http://purl.org/wf4ever/wfdesc#Artifact">
    <rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
    <rdfs:comment xml:lang="en">wfdesc:Artifact is used to provide information about a class of artifacts. For example, it can be used to specify the datatype of a dataset or the structure of a document.
An wfdesc:Artifact is associated with a wfdesc:Parameter using wfdesc:hasArtifact.
The distinction between a parameter and artifact is that the parameter can be customized to describe the particular role the artifact plays with regards to the process (and can be linked using wfdesc:DataLink) - while the wfdesc:Artifact can describe the syntactic and semantic datatype.</rdfs:comment>
    <rdfs:label xml:lang="en">Artifact</rdfs:label>
    <metadata_def:prefLabel xml:lang="en">Artifact</metadata_def:prefLabel>
    <metadata_def:mappingLoom>artifact</metadata_def:mappingLoom>
    <metadata_def:mappingSameURI rdf:resource="http://purl.org/wf4ever/wfdesc#Artifact"/>
    <rdfs:isDefinedBy rdf:resource="http://purl.org/wf4ever/wfdesc"/>
  </owl:Class>
  <rdf:Description rdf:about="http://purl.org/wf4ever/wfdesc#hasArtifact">
    <rdfs:range>
      <rdf:Description rdf:about="http://purl.org/wf4ever/wfdesc#Artifact">
        <metadata_def:mappingSameURI rdf:resource="http://purl.org/wf4ever/wfdesc#Artifact"/>
      </rdf:Description>
    </rdfs:range>
  </rdf:Description>
</rdf:RDF>