@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/OntoGSN/ontology#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:Argument metadata_def:mappingLoom "argument" ; metadata_def:mappingSameURI ns0:Argument ; metadata_def:prefLabel "Argument"@en ; metadata:prefixIRI "gsn:Argument" ; a owl:Class ; rdfs:label "Argument"@en ; rdfs:subClassOf owl:Thing ; skos:definition "A body of information presented with the intention to establish one or more claims through the presentation of related supporting claims, evidence and contextual information."@en, "A connected series of claims intended to establish an overall claim."@en ; ns0:coreOrExtension "Core GSN"@en . ns0:argumentType rdfs:domain ns0:Argument . ns0:associatedWith rdfs:range ns0:Argument . ns0:final rdfs:domain ns0:Argument . ns0:published rdfs:domain ns0:Argument . ns0:structured rdfs:domain ns0:Argument .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/OntoGSN/ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:Argument
    metadata_def:mappingLoom "argument" ;
    metadata_def:mappingSameURI ns0:Argument ;
    metadata_def:prefLabel "Argument"@en ;
    metadata:prefixIRI "gsn:Argument" ;
    a owl:Class ;
    rdfs:label "Argument"@en ;
    rdfs:subClassOf owl:Thing ;
    skos:definition "A body of information presented with the intention to establish one or more claims through the presentation of related supporting claims, evidence and contextual information."@en, "A connected series of claims intended to establish an overall claim."@en ;
    ns0:coreOrExtension "Core GSN"@en .

ns0:argumentType
    rdfs:domain ns0:Argument .

ns0:associatedWith
    rdfs:range ns0:Argument .

ns0:final
    rdfs:domain ns0:Argument .

ns0:published
    rdfs:domain ns0:Argument .

ns0:structured
    rdfs:domain ns0:Argument .