@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix bibo: <http://purl.org/ontology/bibo/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns0: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . bibo:abstract a owl:DatatypeProperty ; rdfs:comment "A summary of the resource." ; rdfs:domain rdfs:Resource ; rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^<http://www.w3.org/2001/XMLSchema#anyURI> ; rdfs:label "abstract" ; rdfs:range rdfs:Literal ; ns0:term_status "stable" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix bibo: <http://purl.org/ontology/bibo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .

bibo:abstract
    a owl:DatatypeProperty ;
    rdfs:comment "A summary of the resource." ;
    rdfs:domain rdfs:Resource ;
    rdfs:isDefinedBy "http://purl.org/ontology/bibo/"^^<http://www.w3.org/2001/XMLSchema#anyURI> ;
    rdfs:label "abstract" ;
    rdfs:range rdfs:Literal ;
    ns0:term_status "stable" .