@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/def/nyon#> . @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:Argument metadata_def:mappingLoom "argument" ; metadata_def:mappingSameURI ns0:Argument ; metadata_def:prefLabel "Argument"@en ; metadata:prefixIRI "Argument" ; a owl:Class ; rdfs:comment "Argument made by any of the party"@en ; rdfs:label "Argument"@en ; rdfs:subClassOf owl:Thing . ns0:appellantArgument rdfs:domain ns0:Argument . ns0:argumentSequenceNum rdfs:domain ns0:Argument . ns0:argumentValue rdfs:domain ns0:Argument . ns0:defendentArgument rdfs:domain ns0:Argument . ns0:makeArgument rdfs:range ns0:Argument . ns0:petitionerArgument rdfs:domain ns0:Argument . ns0:plaintiffArgument rdfs:domain ns0:Argument . ns0:respondentArgument rdfs:domain ns0:Argument .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/def/nyon#> .
@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:Argument
    metadata_def:mappingLoom "argument" ;
    metadata_def:mappingSameURI ns0:Argument ;
    metadata_def:prefLabel "Argument"@en ;
    metadata:prefixIRI "Argument" ;
    a owl:Class ;
    rdfs:comment "Argument made by any of the party"@en ;
    rdfs:label "Argument"@en ;
    rdfs:subClassOf owl:Thing .

ns0:appellantArgument
    rdfs:domain ns0:Argument .

ns0:argumentSequenceNum
    rdfs:domain ns0:Argument .

ns0:argumentValue
    rdfs:domain ns0:Argument .

ns0:defendentArgument
    rdfs:domain ns0:Argument .

ns0:makeArgument
    rdfs:range ns0:Argument .

ns0:petitionerArgument
    rdfs:domain ns0:Argument .

ns0:plaintiffArgument
    rdfs:domain ns0:Argument .

ns0:respondentArgument
    rdfs:domain ns0:Argument .