Skip to content

Commit

Permalink
Quartz sync: Jan 28, 2025, 2:47 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
elymatos committed Jan 28, 2025
1 parent a1ce798 commit c65cfc9
Show file tree
Hide file tree
Showing 10 changed files with 335 additions and 5 deletions.
177 changes: 177 additions & 0 deletions content/Glossary.md

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions content/Structure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Estrutura com base no arquivo RDF

![classes](images/classes.png)

# Relações entre frames

![frelations](images/frame_relations.png)


# Relações entre Metáforas

![mrelations](images/metaphor_relations.png)



30 changes: 30 additions & 0 deletions content/diagrams/frame_relations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
digraph G {
graph [fontname = "Handlee"];
node [fontname = "Handlee"];
edge [fontname = "Handlee"];
rankdir=LR;


Frame1 [shape=square color=blue fontcolor=blue]
Frame2 [shape=square color=blue fontcolor=blue]

isSubcaseOfFrame [shape=diamond]
makesUseOdFrame [shape=diamond]
incorporateFrameAsRole [shape=diamond]
isSubprocessOfFrame [shape=diamond]
isInAScalarOppositionToFrame [shape=diamond]
isInCausalRelationToFrame [shape=diamond]
isAPerspectiveOnFrame [shape=diamond]
isRelatedToFrame [shape=diamond]

Frame1 -> isSubcaseOfFrame -> Frame2
Frame1 -> makesUseOdFrame -> Frame2
Frame1 -> incorporateFrameAsRole -> Frame2
Frame1 -> isSubprocessOfFrame -> Frame2
Frame1 -> isInAScalarOppositionToFrame -> Frame2
Frame1 -> isInCausalRelationToFrame -> Frame2
Frame1 -> isAPerspectiveOnFrame -> Frame2
Frame1 -> isRelatedToFrame -> Frame2


}
40 changes: 40 additions & 0 deletions content/diagrams/metaphor_relations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# http://www.graphviz.org/content/cluster

digraph G {
graph [fontname = "Handlee"];
node [fontname = "Handlee"];
edge [fontname = "Handlee"];
rankdir=LR;


Metaphor1 [shape=square color=blue fontcolor=blue]
Metaphor2 [shape=square color=blue fontcolor=blue]

isSourceSubCaseOfMetaphor [shape=diamond]
isTargetSubCaseOfMetaphor [shape=diamond]
isSourceAndTargetSubCaseOfMetaphor [shape=diamond]
isRelatedToMetaphor [shape=diamond]
isRelatedToMetaphorBySource [shape=diamond]
isRelatedToMetaphorByTarget [shape=diamond]
isEntailedByMetaphor [shape=diamond]
makesUseOfMetaphor [shape=diamond]
hasTransitiveSubpart1Metaphor [shape=diamond]
hasTransitiveSubpart2Metaphor [shape=diamond]
isADualMetaphor [shape=diamond]
isAMappingWithingMetaphor [shape=diamond]

Metaphor1 -> isSourceSubCaseOfMetaphor -> Metaphor2
Metaphor1 -> isTargetSubCaseOfMetaphor -> Metaphor2
Metaphor1 -> isSourceAndTargetSubCaseOfMetaphor -> Metaphor2
Metaphor1 -> isRelatedToMetaphor -> Metaphor2
Metaphor1 -> isRelatedToMetaphorBySource -> Metaphor2
Metaphor1 -> isRelatedToMetaphorByTarget -> Metaphor2
Metaphor1 -> isEntailedByMetaphor -> Metaphor2
Metaphor1 -> makesUseOfMetaphor -> Metaphor2
Metaphor1 -> hasTransitiveSubpart1Metaphor -> Metaphor2
Metaphor1 -> hasTransitiveSubpart2Metaphor -> Metaphor2
Metaphor1 -> isADualMetaphor -> Metaphor2
Metaphor1 -> isAMappingWithingMetaphor -> Metaphor2


}
66 changes: 66 additions & 0 deletions content/diagrams/structure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@

digraph G {
graph [fontname = "Handlee"];
node [fontname = "Handlee"];
edge [fontname = "Handlee"];
rankdir=LR;

bgcolor=transparent;

Frame [shape=square color=blue fontcolor=blue]
Bindings [shape=square color=blue fontcolor=blue]
FrameFamily [shape=square color=blue fontcolor=blue]
Inference [shape=square color=blue fontcolor=blue]
Role [shape=square color=blue fontcolor=blue]
LexicalUnit [shape=square color=blue fontcolor=blue]
Metaphor [shape=square color=blue fontcolor=blue]
Example [shape=square color=blue fontcolor=blue]
Mapping [shape=square color=blue fontcolor=blue]
MetaphorFamily [shape=square color=blue fontcolor=blue]
Entailment [shape=square color=blue fontcolor=blue]

hasBindings [shape=diamond]
hasBoundRole1 [shape=diamond]
hasBoundRole2 [shape=diamond]
isInFrameFamily [shape=diamond]
isFrameSubFamilyOf [shape=diamond]
hasInference [shape=diamond]
isInferenceOfFrame [shape=diamond]
hasRoles [shape=diamond]
hasLexicalUnit [shape=diamond]
hasExample [shape=diamond]
hasMappings [shape=diamond]
hasSourceRole [shape=diamond]
hasTargetRole [shape=diamond]
hasEntailment [shape=diamond]
hasEntailedMetaphor [shape=diamond]
hasSourceInference [shape=diamond]
hasTargetInference [shape=diamond]
hasSourceFrame [shape=diamond]
hasTargetFrame [shape=diamond]
isInMetaphorFamily [shape=diamond]
isMetaphorSubFamilyOf [shape=diamond]

Frame -> hasBindings -> Bindings
Bindings -> hasBoundRole1 -> Frame
Bindings -> hasBoundRole2 -> Frame
Frame -> isInFrameFamily -> FrameFamily
FrameFamily -> isFrameSubFamilyOf -> FrameFamily
Frame -> hasInference -> Inference
Inference -> isInferenceOfFrame -> Frame
Frame -> hasRoles -> Role
Frame -> hasLexicalUnit -> LexicalUnit
Metaphor -> hasExample -> Example
Metaphor -> hasMappings -> Mapping
Mapping -> hasSourceRole -> Role
Mapping -> hasTargetRole -> Role
Metaphor -> hasEntailment -> Entailment
Entailment -> hasEntailedMetaphor -> Metaphor
Entailment -> hasSourceInference -> Inference
Entailment -> hasTargetInference -> Inference
Metaphor -> hasSourceFrame -> Frame
Metaphor -> hasTargetFrame -> Frame
Metaphor -> isInMetaphorFamily -> MetaphorFamily
MetaphorFamily -> isMetaphorSubFamilyOf -> MetaphorFamily

}
Binary file added content/images/classes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/frame_relations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/images/metaphor_relations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions content/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
title: Welcome to Quartz
title: Welcome to FN3Doc
---

This is a blank Quartz installation.
See the [documentation](https://quartz.jzhao.xyz) for how to get started.
# MetaNet Brasil (MNBr)

[[Glossary]]
[[Structure]]
4 changes: 2 additions & 2 deletions quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ import * as Plugin from "./quartz/plugins"
*/
const config: QuartzConfig = {
configuration: {
pageTitle: "🪴 Quartz 4.0",
pageTitle: "FNBr FN3Doc",
pageTitleSuffix: "",
enableSPA: true,
enablePopovers: true,
analytics: {
provider: "plausible",
},
locale: "en-US",
baseUrl: "quartz.jzhao.xyz",
baseUrl: "https://framenetbrasil.github.io/fn3doc",
ignorePatterns: ["private", "templates", ".obsidian"],
defaultDateType: "created",
generateSocialImages: false,
Expand Down

0 comments on commit c65cfc9

Please sign in to comment.