Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-asprino committed May 17, 2017
0 parents commit 3ca7502
Show file tree
Hide file tree
Showing 241 changed files with 906 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Readme.md
@@ -0,0 +1,19 @@
<html>
<h1>Framester</h1>

<p>This repository contains the Framester resource, the main outcome of the framester project (https://w3id.org/framester). All the RDF files are serialized in TURTLE format. The corresponding triples can be also found uploaded on the Framester's SPARQL endpoint available at (https://w3id.org/framester/sparql).
A series of statistics (e.g. number of triples, predicats, classes) are available at (https://w3id.org/framester/stats).</p>

<ul>
<li>Framester can be queried through SPARQL endpoint: https://w3id.org/framester/sparql </li>
<li>The Documentation and sample queries are available on: https://github.com/framester/Framester/wiki/Framester-Documentation. </li>
<li>Word-Frame Disambiguation API is available here: https://w3id.org/framester </li>
<li>A list of statistics are provided at https://w3id.org/framester/stats </li>
<li>The void description of the dataset is at https://w3id.org/framester/dataset </li>
</ul>

<h2> License </h2>
Framester is licensed under a Creative Commons Attribution-ShareAlike 3.0.

You should have received a copy of the license along with this work. If not, see https://creativecommons.org/licenses/by-nc-sa/3.0/
</html>
3 changes: 3 additions & 0 deletions adjective-semantics/adjectivesectivity.ttl
Git LFS file not shown
170 changes: 170 additions & 0 deletions adjective-semantics/adjsem.owl
@@ -0,0 +1,170 @@
<?xml version="1.0"?>
<rdf:RDF
xmlns:wndomains="http://www.ontologydesignpatterns.org/ont/wn/wn30/domains/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:adjsem="http://www.ontologydesignpatterns.org/ont/framenet/adjsem.owl#"
xmlns:wn30instances="http://www.ontologydesignpatterns.org/ont/wn/wn30/instances/"
xmlns:schema="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:tbox="http://www.ontologydesignpatterns.org/ont/framenet/tbox/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:frame="http://www.ontologydesignpatterns.org/ont/framenet/abox/frame/"
xmlns="http://www.ontologydesignpatterns.org/ont/framenet/sectivityschema.rdf#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xml:base="http://www.ontologydesignpatterns.org/ont/framenet/adjsem.owl">
<owl:Ontology rdf:about="">
<owl:versionInfo rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>v1.0 by Aldo Gangemi</owl:versionInfo>
<rdfs:comment rdf:datatype="http://www.w3.org/2001/XMLSchema#string"
>A schema for the processing and annotation of a simple adjective ontology that annotates WordNet words with a sectivity value. The schema is aligned to FrameNet and WordNet schemas.</rdfs:comment>
</owl:Ontology>
<owl:Class rdf:about="http://www.ontologydesignpatterns.org/ont/wn/wn30/domains/WNDomain">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
</owl:Class>
<owl:Class rdf:ID="ProperAdjectiveSynset">
<rdfs:subClassOf>
<owl:Class rdf:ID="IntersectiveAdjectiveSynset"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="SubsectiveAdjectiveSynset">
<rdfs:subClassOf>
<owl:Class rdf:ID="FramedAdjectiveSynset"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="PolysemousAdjectiveDeclaration">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
</owl:Class>
<owl:Class rdf:ID="UnframedAdjectiveSynset">
<rdfs:subClassOf>
<owl:Class rdf:about="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/AdjectiveSynset"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="AmbiguousIntSubAdjectiveSynset">
<rdfs:subClassOf>
<owl:Class rdf:about="#FramedAdjectiveSynset"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:about="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/AdjectiveSynset">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
</owl:Class>
<owl:Class rdf:about="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/AdjectiveWordSense">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
</owl:Class>
<owl:Class rdf:ID="UnframedAdjectiveWordSense">
<rdfs:subClassOf rdf:resource="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/AdjectiveWordSense"/>
</owl:Class>
<owl:Class rdf:about="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/Word">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
</owl:Class>
<owl:Class rdf:about="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/SuperSense">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
</owl:Class>
<owl:Class rdf:about="#FramedAdjectiveSynset">
<rdfs:subClassOf rdf:resource="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/AdjectiveSynset"/>
</owl:Class>
<owl:Class rdf:ID="MetaphoricallyInducedAmbiguousAdjectiveSynset">
<rdfs:subClassOf rdf:resource="#AmbiguousIntSubAdjectiveSynset"/>
</owl:Class>
<owl:Class rdf:ID="PolysemousAdjectiveWithAmbiguousSectivity">
<rdfs:subClassOf rdf:resource="#PolysemousAdjectiveDeclaration"/>
</owl:Class>
<owl:Class rdf:ID="AmbiguousAdjective">
<rdfs:subClassOf>
<owl:Class rdf:ID="Adjective"/>
</rdfs:subClassOf>
</owl:Class>
<owl:Class rdf:ID="PrivativeAdjectiveSynset">
<rdfs:subClassOf rdf:resource="#FramedAdjectiveSynset"/>
</owl:Class>
<owl:Class rdf:ID="ProperAdjectiveWordSense">
<rdfs:subClassOf rdf:resource="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/AdjectiveWordSense"/>
</owl:Class>
<owl:Class rdf:about="#IntersectiveAdjectiveSynset">
<rdfs:subClassOf rdf:resource="#FramedAdjectiveSynset"/>
</owl:Class>
<owl:Class rdf:about="http://www.ontologydesignpatterns.org/ont/framenet/tbox/Frame">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
</owl:Class>
<owl:Class rdf:ID="ModallyAmbiguousSectivityAdjectiveSynset">
<rdfs:subClassOf rdf:resource="#FramedAdjectiveSynset"/>
</owl:Class>
<owl:Class rdf:ID="MonosemousAdjectiveDeclaration">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
</owl:Class>
<owl:Class rdf:ID="ModalAdjectiveSynset">
<rdfs:subClassOf rdf:resource="#FramedAdjectiveSynset"/>
</owl:Class>
<owl:Class rdf:ID="SimilarityFramedAdjectiveSynset">
<rdfs:subClassOf rdf:resource="#FramedAdjectiveSynset"/>
</owl:Class>
<owl:Class rdf:ID="PolysemousAdjectiveWithUniqueSectivity">
<rdfs:subClassOf rdf:resource="#PolysemousAdjectiveDeclaration"/>
</owl:Class>
<owl:Class rdf:about="#Adjective">
<rdfs:subClassOf rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
</owl:Class>
<owl:ObjectProperty rdf:ID="synsetOfPolyAdj"/>
<owl:ObjectProperty rdf:about="http://www.ontologydesignpatterns.org/ont/wn/wn30/domains/synsetDomain"/>
<owl:ObjectProperty rdf:about="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/similarTo"/>
<owl:ObjectProperty rdf:ID="frameOfPolyAdj"/>
<owl:ObjectProperty rdf:ID="synsetOfMonoAdj"/>
<owl:ObjectProperty rdf:about="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/antonymOf"/>
<owl:ObjectProperty rdf:about="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/lexname"/>
<owl:ObjectProperty rdf:ID="synSimilarityMatch">
<rdfs:range rdf:resource="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/AdjectiveSynset"/>
<rdfs:domain rdf:resource="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/AdjectiveSynset"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:ID="wordSenseOfMonoAdj"/>
<owl:ObjectProperty rdf:ID="wordSenseOfPolyAdj"/>
<owl:ObjectProperty rdf:about="http://www.w3.org/2004/02/skos/core#closeMatch"/>
<owl:ObjectProperty rdf:ID="wsSiblingMatch">
<rdfs:range rdf:resource="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/AdjectiveWordSense"/>
<rdfs:domain rdf:resource="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/AdjectiveWordSense"/>
</owl:ObjectProperty>
<owl:ObjectProperty rdf:about="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/containsWordSense"/>
<owl:ObjectProperty rdf:ID="narrowerMatchViaAntonymy"/>
<owl:ObjectProperty rdf:ID="frameOfMonoAdj"/>
<owl:ObjectProperty rdf:about="http://www.w3.org/2004/02/skos/core#narrowerMatch"/>
<owl:ObjectProperty rdf:ID="narrowerMatchViaSimilarity"/>
<owl:ObjectProperty rdf:ID="wsSimilarityMatch">
<rdfs:range rdf:resource="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/AdjectiveWordSense"/>
<rdfs:domain rdf:resource="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/AdjectiveWordSense"/>
</owl:ObjectProperty>
<owl:DatatypeProperty rdf:ID="ambiguousSectivityViaSimilarity">
<rdfs:domain rdf:resource="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/AdjectiveSynset"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/senseLabel"/>
<owl:DatatypeProperty rdf:ID="synsetSectivityViaSimilarity"/>
<owl:DatatypeProperty rdf:about="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/senseKey"/>
<owl:DatatypeProperty rdf:ID="properSynsetSectivity"/>
<owl:DatatypeProperty rdf:ID="ambiguousSectivity">
<rdfs:domain rdf:resource="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/AdjectiveSynset"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="synsetSectivity">
<rdfs:domain rdf:resource="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/AdjectiveSynset"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/gloss"/>
<owl:DatatypeProperty rdf:ID="synsetSectivityViaAntonymy"/>
<owl:DatatypeProperty rdf:ID="additionalSectivity">
<rdfs:domain rdf:resource="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/AdjectiveSynset"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="uniqueSectivity">
<rdfs:domain rdf:resource="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/AdjectiveSynset"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="frameSectivity">
<rdfs:domain rdf:resource="http://www.ontologydesignpatterns.org/ont/framenet/tbox/Frame"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="frameOtherFeature">
<rdfs:domain rdf:resource="http://www.ontologydesignpatterns.org/ont/framenet/tbox/Frame"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:ID="otherFeature">
<rdfs:domain rdf:resource="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/AdjectiveSynset"/>
</owl:DatatypeProperty>
<owl:DatatypeProperty rdf:about="http://www.ontologydesignpatterns.org/ont/wn/wn30/schema/synsetId"/>
<owl:AnnotationProperty rdf:ID="polyAdjectiveWithAmbiguousSectivityLabel"/>
<owl:AnnotationProperty rdf:ID="polyAdjectiveWithUniqueSectivityLabel"/>
<owl:AnnotationProperty rdf:ID="monoAdjectiveLabel"/>
</rdf:RDF>

<!-- Created with TopBraid -->
3 changes: 3 additions & 0 deletions adjective-semantics/adjsemdata.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions adjective-semantics/framesectivity.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions conceptnet5/conceptnet5_eng_w05_p1.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions conceptnet5/conceptnet5_eng_w05_p2.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions conceptnet5/conceptnet5_eng_w05_p3.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions conceptnet5/conceptnet5_eng_w05_p4.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions conceptnet5/conceptnet5_eng_w05_p5.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions conceptnet5/conceptnet5_eng_w05_p6.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/coreframerelations.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/framedata/framestercore-subsumedUnder.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/framedata/framestercore.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/framedata/framesterindivbase.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/framedata/framesterindivdir.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/framedata/framesterindivtrans.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/framedata/framestersynbase.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/framedata/framestersyndir.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/framedata/framestersyntrans.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/framedata/framestervns.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/framedata/synsetframe-subsumedUnder-wn_s.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/framedata/toprole.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/roledata/abstractroles.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/roledata/fesubsumption.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/roledata/frame-role.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/roledata/frame-vnrole.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/roledata/framesterrole.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/roledata/genarg-gfe.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/roledata/verbnet31args.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/roledeclarations.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/typedata/framestersyn2tropes.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/typedata/framestersyndirunary.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/typedata/framestersyntboxtropes.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/typedata/framestersyntransunary.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/typedata/framestersyntropes.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/typedata/framesyntype.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions data/typedata/vnssel.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions dbpedia-fn-mappings/B-extensions/dbr2fnbase_1_r.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions dbpedia-fn-mappings/B-extensions/dbr2fnbase_2_r.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions dbpedia-fn-mappings/B-extensions/dbr2fnbase_3_r.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions dbpedia-fn-mappings/D-extensions/dbr2fndirectcons_1_r.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions dbpedia-fn-mappings/D-extensions/dbr2fndirectcons_2_r.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions dbpedia-fn-mappings/D-extensions/dbr2fnmemberbasecons_r.ttl
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions dbpedia-fn-mappings/D-extensions/dbr2fntropebasecons_r.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions dbpedia-fn-mappings/T-extensions/dbr2fnmemberdirectcons_r.ttl
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions dbpedia-fn-mappings/T-extensions/dbr2fntranscons_1_r.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions dbpedia-fn-mappings/T-extensions/dbr2fntranscons_2_r.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions dbpedia-fn-mappings/T-extensions/dbr2fntropedirectcons_r.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions dbpedia-fn-mappings/T-extensions/dbr2fntropetranscons_r.ttl
Git LFS file not shown
3 changes: 3 additions & 0 deletions deepknownet-rdf/deepknownet_r.ttl
Git LFS file not shown

0 comments on commit 3ca7502

Please sign in to comment.