Skip to content
Snippets Groups Projects
Commit ad5c367c authored by Aurélien Lamercerie's avatar Aurélien Lamercerie
Browse files

Update Preprocessing: Fix bug with quant relation

parent e4829835
No related branches found
No related tags found
No related merge requests found
Showing
with 17474 additions and 1844 deletions
@prefix ns1: <https://tenet.tetras-libre.fr/base-ontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<https://tenet.tetras-libre.fr/extract-result#Oortcloud> a owl:Individual,
<https://tenet.tetras-libre.fr/extract-result#cloud> ;
rdfs:label "Oortcloud" ;
ns1:fromStructure "unknown" .
<https://tenet.tetras-libre.fr/extract-result#also> a owl:Class ;
rdfs:label "also" ;
rdfs:subClassOf ns1:Undetermined_Thing ;
ns1:fromStructure "unknown" .
<https://tenet.tetras-libre.fr/extract-result#distant> a owl:ObjectProperty ;
rdfs:label "distant" ;
rdfs:subPropertyOf ns1:Out_ObjectProperty ;
ns1:fromStructure "unknown" .
<https://tenet.tetras-libre.fr/extract-result#exist> a owl:ObjectProperty ;
rdfs:label "exist" ;
rdfs:subPropertyOf ns1:Out_ObjectProperty ;
ns1:fromStructure "unknown" .
<https://tenet.tetras-libre.fr/extract-result#heliosphere> a owl:Class ;
rdfs:label "heliosphere" ;
rdfs:subClassOf ns1:Undetermined_Thing ;
ns1:fromStructure "unknown" .
<https://tenet.tetras-libre.fr/extract-result#long> a owl:ObjectProperty ;
rdfs:label "long" ;
rdfs:subPropertyOf ns1:Out_ObjectProperty ;
ns1:fromStructure "unknown" .
<https://tenet.tetras-libre.fr/extract-result#period-comet> a owl:Class ;
rdfs:subClassOf <https://tenet.tetras-libre.fr/extract-result#comet> ;
ns1:fromStructure "unknown" .
<https://tenet.tetras-libre.fr/extract-result#roughly> a owl:Class ;
rdfs:label "roughly" ;
rdfs:subClassOf ns1:Undetermined_Thing ;
ns1:fromStructure "unknown" .
<https://tenet.tetras-libre.fr/extract-result#source> a owl:Class ;
rdfs:label "source" ;
rdfs:subClassOf ns1:Entity ;
ns1:fromStructure "unknown" .
<https://tenet.tetras-libre.fr/extract-result#think> a owl:ObjectProperty ;
rdfs:label "think" ;
rdfs:subPropertyOf ns1:Out_ObjectProperty ;
ns1:fromStructure "unknown" .
<https://tenet.tetras-libre.fr/extract-result#times> a owl:Class ;
rdfs:label "times" ;
rdfs:subClassOf ns1:Undetermined_Thing ;
ns1:fromStructure "unknown" .
<https://tenet.tetras-libre.fr/extract-result#comet> a owl:Class ;
rdfs:label "comet" ;
rdfs:subClassOf ns1:Entity ;
ns1:fromStructure "unknown" .
<https://tenet.tetras-libre.fr/extract-result#period> a owl:Class,
owl:Individual,
<https://tenet.tetras-libre.fr/extract-result#period> ;
rdfs:label "period" ;
rdfs:subClassOf ns1:Entity ;
ns1:fromStructure "unknown" .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment