@prefix : <https://w3id.org/MON/person.owl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
<https://w3id.org/MON/action.owl#Agent> a owl:Class ;
owl:disjointWith :Sex,
<https://w3id.org/MON/spatial.owl#City>,
<https://w3id.org/MON/spatial.owl#SpatialThing>,
<https://w3id.org/MON/time.owl#TemporalEntity> .
<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
>
<rdf:Description rdf:about="https://w3id.org/MON/action.owl#Agent">
<owl:disjointWith rdf:resource="https://w3id.org/MON/time.owl#TemporalEntity"/>
<owl:disjointWith rdf:resource="https://w3id.org/MON/person.owl#Sex"/>
<owl:disjointWith rdf:resource="https://w3id.org/MON/spatial.owl#SpatialThing"/>
<owl:disjointWith rdf:resource="https://w3id.org/MON/spatial.owl#City"/>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
</rdf:Description>
</rdf:RDF>
[
{
"@id": "https://w3id.org/MON/action.owl#Agent",
"@type": [
"http://www.w3.org/2002/07/owl#Class"
],
"http://www.w3.org/2002/07/owl#disjointWith": [
{
"@id": "https://w3id.org/MON/time.owl#TemporalEntity"
},
{
"@id": "https://w3id.org/MON/person.owl#Sex"
},
{
"@id": "https://w3id.org/MON/spatial.owl#SpatialThing"
},
{
"@id": "https://w3id.org/MON/spatial.owl#City"
}
]
}
]<https://w3id.org/MON/action.owl#Agent> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/MON/person.owl#Sex> .
<https://w3id.org/MON/action.owl#Agent> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/MON/spatial.owl#SpatialThing> .
<https://w3id.org/MON/action.owl#Agent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
<https://w3id.org/MON/action.owl#Agent> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/MON/spatial.owl#City> .
<https://w3id.org/MON/action.owl#Agent> <http://www.w3.org/2002/07/owl#disjointWith> <https://w3id.org/MON/time.owl#TemporalEntity> .