@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix schema: <http://schema.org/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix ns0: <https://github.com/schemaorg/schemaorg/issues/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . schema:about dct:source <https://github.com/schemaorg/schemaorg/issues/1670> ; schema:category "issue-1670" ; schema:domainIncludes schema:CommunicateAction, schema:CreativeWork, schema:Event ; schema:inverseOf schema:subjectOf ; schema:rangeIncludes schema:Thing ; a owl:AnnotationProperty ; rdfs:comment "The subject matter of the content." ; rdfs:label "about" . schema:mainEntity rdfs:subPropertyOf schema:about . schema:subjectOf schema:inverseOf schema:about .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix schema: <http://schema.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns0: <https://github.com/schemaorg/schemaorg/issues/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

schema:about
    dct:source <https://github.com/schemaorg/schemaorg/issues/1670> ;
    schema:category "issue-1670" ;
    schema:domainIncludes schema:CommunicateAction, schema:CreativeWork, schema:Event ;
    schema:inverseOf schema:subjectOf ;
    schema:rangeIncludes schema:Thing ;
    a owl:AnnotationProperty ;
    rdfs:comment "The subject matter of the content." ;
    rdfs:label "about" .

schema:mainEntity
    rdfs:subPropertyOf schema:about .

schema:subjectOf
    schema:inverseOf schema:about .