@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://data.europa.eu/s66#> . @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 skos: <http://www.w3.org/2004/02/skos/core#> . ns0:abstract a owl:DatatypeProperty ; rdfs:comment "The general summary and ideas of a CORDIS project."@en ; rdfs:isDefinedBy <https://w3id.org/dingo#> ; rdfs:label "abstract"@en ; rdfs:range xsd:string ; skos:definition "The general summary and ideas of a CORDIS project."@en ; skos:note "DINGO's definition: Short summary description of a project."@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://data.europa.eu/s66#> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:abstract
    a owl:DatatypeProperty ;
    rdfs:comment "The general summary and ideas of a CORDIS project."@en ;
    rdfs:isDefinedBy <https://w3id.org/dingo#> ;
    rdfs:label "abstract"@en ;
    rdfs:range xsd:string ;
    skos:definition "The general summary and ideas of a CORDIS project."@en ;
    skos:note "DINGO's definition: Short summary description of a project."@en .