@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix ns0: <https://w3id.org/amv#> . dct:description a owl:DatatypeProperty ; rdfs:comment "A statement that represents something in words. It is the act of describing something. The description can include, for instance, the purpose of a thing, the scope, the area of applications of a thing, the history, etc."@en, "An account of the resource."@en ; rdfs:domain owl:Thing ; rdfs:label "description" ; rdfs:range xsd:string . ns0:inputDescription rdfs:subPropertyOf dct:description . ns0:problemDescription rdfs:subPropertyOf dct:description .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix ns0: <https://w3id.org/amv#> .

dct:description
    a owl:DatatypeProperty ;
    rdfs:comment "A statement that represents something in words. It is the act of describing something. The description can include, for instance, the purpose of a thing, the scope, the area of applications of a thing, the history, etc."@en, "An account of the resource."@en ;
    rdfs:domain owl:Thing ;
    rdfs:label "description" ;
    rdfs:range xsd:string .

ns0:inputDescription
    rdfs:subPropertyOf dct:description .

ns0:problemDescription
    rdfs:subPropertyOf dct:description .