@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://lsdis.cs.uga.edu/projects/semdis/opus#> . @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 foaf: <http://xmlns.com/foaf/0.1/> . ns0:abstract a owl:DatatypeProperty ; rdfs:comment "The abstract of a document" ; rdfs:domain foaf:Document ; rdfs:label "abstract" ; rdfs:range xsd:string .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://lsdis.cs.uga.edu/projects/semdis/opus#> .
@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 foaf: <http://xmlns.com/foaf/0.1/> .

ns0:abstract
    a owl:DatatypeProperty ;
    rdfs:comment "The abstract of a document" ;
    rdfs:domain foaf:Document ;
    rdfs:label "abstract" ;
    rdfs:range xsd:string .