Skip to content

Instantly share code, notes, and snippets.

@fcbr
Created August 27, 2015 16:10
Show Gist options
  • Save fcbr/cd5b4a8444348ad06254 to your computer and use it in GitHub Desktop.
Save fcbr/cd5b4a8444348ad06254 to your computer and use it in GitHub Desktop.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix wn30: <https://w3id.org/own-pt/wn30/schema/> .
@prefix nomlex: <https://w3id.org/own-pt/nomlex/schema/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix : <http://w3id.org/own-pt/example/> .
:ws a wn30:WordSense ;
wn30:word :w1 ;
wn30:word :w2 .
:w1 a wn30:Word .
:w2 a wn30:Word .
:w1 wn30:lexicalForm "w1 form" ;
wn30:lexicalForm "w2 form" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment