@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/wf4ever/wfdesc#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns1: <http://purl.org/wf4ever/> . ns0:Artifact metadata_def:mappingLoom "artifact" ; metadata_def:mappingSameURI ns0:Artifact ; metadata_def:prefLabel "Artifact"@en ; a owl:Class ; rdfs:comment """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."""@en ; rdfs:isDefinedBy ns1:wfdesc ; rdfs:label "Artifact"@en ; rdfs:subClassOf owl:Thing . ns0:hasArtifact rdfs:range ns0:Artifact .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/wf4ever/wfdesc#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns1: <http://purl.org/wf4ever/> .

ns0:Artifact
    metadata_def:mappingLoom "artifact" ;
    metadata_def:mappingSameURI ns0:Artifact ;
    metadata_def:prefLabel "Artifact"@en ;
    a owl:Class ;
    rdfs:comment """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."""@en ;
    rdfs:isDefinedBy ns1:wfdesc ;
    rdfs:label "Artifact"@en ;
    rdfs:subClassOf owl:Thing .

ns0:hasArtifact
    rdfs:range ns0:Artifact .