URI dereferencing
All PreMOn URIs can be dereferenced, obtaining different representations based on HTTP content negotiation as per LOD publishing best practices.
Clients requesting text/html (e.g., a browser sending HTTP header Accept: text/html) are redirected to a human-readable HTML representation of the requested URI that lists all the RDF triples it participates to and supports navigation to related resources.
Clients requesting an RDF MIME type are answered with an RDF representation in the requested format. The following RDF formats are supported: RDF/XML (application/rdf+xml), NTriples (text/plain), Turtle (text/turtle), RDF/JSON (application/rdf+json), JSON-LD (application/ld+json). No quad format is currently supported (e.g., TriG, TQL).
Here are some URIs you can retrieve with your browser or client (e.g., wget) to try the URI dereferencing mechanism:
- Lexical Entry: http://premon.fbk.eu/resource/v-look
- Semantic Class:
- PropBank Roleset: http://premon.fbk.eu/resource/pb17-look.01
- NomBank Roleset: http://premon.fbk.eu/resource/nb10-look.01
- VerbNet Class: http://premon.fbk.eu/resource/vn32-stimulus_subject-30.4
- FrameNet Frame: http://premon.fbk.eu/resource/fn15-seeking
- Semantic Role:
- PropBank Semantic Role: http://premon.fbk.eu/resource/pb17-look.01-arg0
- NomBank Semantic Role: http://premon.fbk.eu/resource/nb10-look.01-arg0
- VerbNet Semantic Role: http://premon.fbk.eu/resource/vn32-stimulus_subject-30.4-experiencer
- FrameNet Frame Element: http://premon.fbk.eu/resource/fn15-scrutiny@cognizer
- Mapping:
- (SemLink) VerbNet - FrameNet: conceptualization and semantic role
- (SemLink) VerbNet - PropBank: conceptualization and semantic role
- (PredicateMatrix) VerbNet - FrameNet - PropBank (and WordNet): conceptualization, semantic class and semantic role
- (PropBank) PropBank - VerbNet: conceptualization and semantic role
- (PropBank) PropBank - FrameNet: conceptualization
- (NomBank) NomBank - PropBank: conceptualization and semantic role
- VerbNet - WordNet - OntoNote Groupings: on a VN member
- FrameNet 1.5 - FrameNet 1.6: semantic classes and semantic role
- FrameNet 1.6 - FrameNet 1.7: semantic classes and semantic role
- Ontological Mapping (check pmo:ontologyMatch assertions in the following examples):
- (FrameBase) FrameNet 1.5 - FrameBase 2.0: conceptualization and semantic role
- (ESO) FrameNet 1.6 - ESO 2.0: semantic classes and semantic role
- Example:
This feature is powered by OpenLink Virtuoso and LodView.